Trace number 203557

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.11 1802.32

General information on the benchmark

Namefrb/frb59-26/
frb59-26-3-mgd_ext.xml
MD5SUM6d173f9e03ce0044a573210614a3bc28
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints547
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension547
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/203557-1168161553/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=59  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.40	       =>  wckTime=0.103  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.76	     nbConstraints=547  nbRelationTypes=547  nbExtensionStructures=547  nbSharedExtensionStructures=0
0.76	     nbConflictsStructures=547  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=878  maxDegree=27
0.76	     maxArity=2
0.76	       =>  wckTime=0.457  cpuTime=0.34  mem=21M579
0.80	   
0.80	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.667  cpuTime=0.48  mem=16M25
1.04	   
1.04	   preprocessing
1.04	     nbConstraintChecks=178292  nbPropagations=1646  nbRevisions=14981  nbUselessRevisions=12662  nbSingletonTests=75
1.04	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.04	       =>  wckTime=0.069  cpuTime=0.05  mem=16M25
1.07	   
1.07	   search
1.07	     run=0  nbConstraintChecks=75546  nbPropagations=2416  nbRevisions=25151  nbUselessRevisions=21013  nbAssignments=34
1.07	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.07	     nbTooLargeKeys=0
1.08	       =>  wckTime=0.104  cpuTime=0.07  mem=16M25
1.11	   
1.11	   search
1.11	     run=1  nbConstraintChecks=256905  nbPropagations=6588  nbRevisions=67808  nbUselessRevisions=56856
1.11	     nbAssignments=122  nbFailedAssignments=18  nbBacktracks=27  nbVisitedNodes=99  nbRestartNogoods=5  mapSize=20
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.136  cpuTime=0.1  mem=16M25
1.12	   
1.12	   search
1.12	     run=2  nbConstraintChecks=349678  nbPropagations=11869  nbRevisions=125320  nbUselessRevisions=105090
1.12	     nbAssignments=179  nbFailedAssignments=35  nbBacktracks=51  nbVisitedNodes=188  nbRestartNogoods=6  mapSize=41
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.154  cpuTime=0.12  mem=16M25
1.15	   
1.15	   search
1.15	     run=3  nbConstraintChecks=471464  nbPropagations=18486  nbRevisions=201267  nbUselessRevisions=168563
1.15	     nbAssignments=244  nbFailedAssignments=53  nbBacktracks=88  nbVisitedNodes=287  nbRestartNogoods=9  mapSize=66
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.179  cpuTime=0.14  mem=16M25
1.18	   
1.18	   search
1.18	     run=4  nbConstraintChecks=669078  nbPropagations=27188  nbRevisions=308496  nbUselessRevisions=257825
1.18	     nbAssignments=336  nbFailedAssignments=81  nbBacktracks=138  nbVisitedNodes=438  nbRestartNogoods=10  mapSize=106
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.21  cpuTime=0.17  mem=16M25
1.23	   
1.23	   search
1.23	     run=5  nbConstraintChecks=954834  nbPropagations=39008  nbRevisions=463882  nbUselessRevisions=386633
1.23	     nbAssignments=472  nbFailedAssignments=130  nbBacktracks=213  nbVisitedNodes=668  nbRestartNogoods=15  mapSize=169
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.261  cpuTime=0.21  mem=16M25
1.29	   
1.29	   search
1.29	     run=6  nbConstraintChecks=1309991  nbPropagations=54709  nbRevisions=680218  nbUselessRevisions=565590
1.29	     nbAssignments=664  nbFailedAssignments=195  nbBacktracks=328  nbVisitedNodes=987  nbRestartNogoods=18  mapSize=268
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.322  cpuTime=0.27  mem=16M25
1.40	   
1.40	   search
1.40	     run=7  nbConstraintChecks=1970418  nbPropagations=77457  nbRevisions=1009944  nbUselessRevisions=838069
1.40	     nbAssignments=984  nbFailedAssignments=330  nbBacktracks=499  nbVisitedNodes=1543  nbRestartNogoods=20  mapSize=415
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.427  cpuTime=0.38  mem=16M25
1.54	   
1.54	   search
1.54	     run=8  nbConstraintChecks=2875528  nbPropagations=109778  nbRevisions=1488954  nbUselessRevisions=1232185
1.54	     nbAssignments=1413  nbFailedAssignments=491  nbBacktracks=758  nbVisitedNodes=2271  nbRestartNogoods=27
1.54	     mapSize=629  nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.574  cpuTime=0.52  mem=16M25
1.76	   
1.76	   search
1.76	     run=9  nbConstraintChecks=4193527  nbPropagations=156296  nbRevisions=2190920  nbUselessRevisions=1808891
1.76	     nbAssignments=2061  nbFailedAssignments=740  nbBacktracks=1143  nbVisitedNodes=3390  nbRestartNogoods=30
1.76	     mapSize=950  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.79  cpuTime=0.72  mem=17M0
1.81	   
1.81	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=17M0)
2.01	   
2.01	   search
2.01	     run=10  nbConstraintChecks=5843311  nbPropagations=221492  nbRevisions=3186824  nbUselessRevisions=2627674
2.01	     nbAssignments=2982  nbFailedAssignments=1070  nbBacktracks=1721  nbVisitedNodes=4932  nbRestartNogoods=35
2.01	       =>  wckTime=1.045  cpuTime=0.96  mem=17M0
2.42	   
2.42	   search
2.42	     run=11  nbConstraintChecks=8907858  nbPropagations=317119  nbRevisions=4668094  nbUselessRevisions=3843856
2.42	     nbAssignments=4370  nbFailedAssignments=1582  nbBacktracks=2585  nbVisitedNodes=7298  nbRestartNogoods=43
2.42	       =>  wckTime=1.45  cpuTime=1.36  mem=17M0
3.04	   
3.04	   search
3.04	     run=12  nbConstraintChecks=13452999  nbPropagations=459087  nbRevisions=6885616  nbUselessRevisions=5661693
3.04	     nbAssignments=6580  nbFailedAssignments=2481  nbBacktracks=3884  nbVisitedNodes=11069  nbRestartNogoods=49
3.04	       =>  wckTime=2.068  cpuTime=1.98  mem=17M0
3.87	   
3.87	   search
3.87	     run=13  nbConstraintChecks=19463677  nbPropagations=664949  nbRevisions=10103272  nbUselessRevisions=8296888
3.87	     nbAssignments=9641  nbFailedAssignments=3559  nbBacktracks=5831  nbVisitedNodes=16147  nbRestartNogoods=63
3.87	       =>  wckTime=2.9  cpuTime=2.81  mem=17M0
5.17	   
5.17	   search
5.17	     run=14  nbConstraintChecks=28792995  nbPropagations=972078  nbRevisions=14941751  nbUselessRevisions=12269237
5.17	     nbAssignments=14376  nbFailedAssignments=5364  nbBacktracks=8751  nbVisitedNodes=24294  nbRestartNogoods=69
5.17	       =>  wckTime=4.205  cpuTime=4.11  mem=17M0
6.91	   
6.91	   search
6.91	     run=15  nbConstraintChecks=41167585  nbPropagations=1418206  nbRevisions=21902045  nbUselessRevisions=17975764
6.91	     nbAssignments=21026  nbFailedAssignments=7622  nbBacktracks=13133  nbVisitedNodes=35391  nbRestartNogoods=76
6.91	       =>  wckTime=5.942  cpuTime=5.85  mem=17M0
9.88	   
9.88	   search
9.88	     run=16  nbConstraintChecks=62371945  nbPropagations=2093287  nbRevisions=32655238  nbUselessRevisions=26819168
9.88	     nbAssignments=31982  nbFailedAssignments=11995  nbBacktracks=19706  nbVisitedNodes=54166  nbRestartNogoods=82
9.88	       =>  wckTime=8.909  cpuTime=8.82  mem=17M0
14.17	   
14.17	   search
14.17	     run=17  nbConstraintChecks=93512851  nbPropagations=3104773  nbRevisions=48691384  nbUselessRevisions=39987318
14.17	     nbAssignments=47839  nbFailedAssignments=17973  nbBacktracks=29559  nbVisitedNodes=81198  nbRestartNogoods=88
14.17	       =>  wckTime=13.204  cpuTime=13.11  mem=17M0
20.90	   
20.90	   search
20.90	     run=18  nbConstraintChecks=143162140  nbPropagations=4630463  nbRevisions=73006642  nbUselessRevisions=59945143
20.90	     nbAssignments=71548  nbFailedAssignments=26849  nbBacktracks=44337  nbVisitedNodes=121310  nbRestartNogoods=99
20.90	       =>  wckTime=19.929  cpuTime=19.83  mem=17M0
30.85	   
30.85	   search
30.85	     run=19  nbConstraintChecks=212991445  nbPropagations=6942257  nbRevisions=109828429  nbUselessRevisions=90213902
30.85	     nbAssignments=107685  nbFailedAssignments=40805  nbBacktracks=66507  nbVisitedNodes=183379  nbRestartNogoods=106
30.85	       =>  wckTime=29.88  cpuTime=29.78  mem=17M0
47.21	   
47.21	   search
47.21	     run=20  nbConstraintChecks=335789746  nbPropagations=10475656  nbRevisions=166574259  nbUselessRevisions=136836371
47.21	     nbAssignments=162388  nbFailedAssignments=62247  nbBacktracks=99759  nbVisitedNodes=277351  nbRestartNogoods=117
47.21	       =>  wckTime=46.238  cpuTime=46.1  mem=17M0
71.50	   
71.50	   search
71.50	     run=21  nbConstraintChecks=513610132  nbPropagations=15870680  nbRevisions=253403451  nbUselessRevisions=208119164
71.50	     nbAssignments=244733  nbFailedAssignments=94702  nbBacktracks=149639  nbVisitedNodes=419535  nbRestartNogoods=133
71.50	       =>  wckTime=70.531  cpuTime=70.38  mem=17M0
105.48	   
105.48	   search
105.48	     run=22  nbConstraintChecks=758366238  nbPropagations=23923767  nbRevisions=383324006  nbUselessRevisions=314944988
105.48	     nbAssignments=369059  nbFailedAssignments=144194  nbBacktracks=224461  nbVisitedNodes=633883  nbRestartNogoods=147
105.48	       =>  wckTime=104.513  cpuTime=104.32  mem=17M0
156.93	   
156.93	   search
156.93	     run=23  nbConstraintChecks=1136194048  nbPropagations=35953151  nbRevisions=577539259  nbUselessRevisions=474609437
156.93	     nbAssignments=549018  nbFailedAssignments=211913  nbBacktracks=336688  nbVisitedNodes=941293  nbRestartNogoods=157
156.93	       =>  wckTime=155.96  cpuTime=155.72  mem=17M0
236.02	   
236.02	   search
236.02	     run=24  nbConstraintChecks=1720412503  nbPropagations=53956792  nbRevisions=867572757  nbUselessRevisions=712652989
236.02	     nbAssignments=820634  nbFailedAssignments=315176  nbBacktracks=505032  nbVisitedNodes=1403801  nbRestartNogoods=173
236.02	       =>  wckTime=235.053  cpuTime=234.7  mem=17M0
347.52	   
347.52	   search
347.52	     run=25  nbConstraintChecks=2537418813  nbPropagations=80531887  nbRevisions=1294848515
347.52	     nbUselessRevisions=1063332249  nbAssignments=1223442  nbFailedAssignments=465460  nbBacktracks=757546
347.52	     nbVisitedNodes=2087199  nbRestartNogoods=188
347.52	       =>  wckTime=346.554  cpuTime=346.1  mem=17M0
515.96	   
515.96	   search
515.96	     run=26  nbConstraintChecks=3753120535  nbPropagations=120277902  nbRevisions=1931464947
515.96	     nbUselessRevisions=1585941883  nbAssignments=1828134  nbFailedAssignments=691375  nbBacktracks=1136314
515.96	     nbVisitedNodes=3115689  nbRestartNogoods=203
515.96	       =>  wckTime=514.988  cpuTime=514.3  mem=17M0
772.43	   
772.43	   search
772.43	     run=27  nbConstraintChecks=5600438596  nbPropagations=179532871  nbRevisions=2884478767
772.43	     nbUselessRevisions=2369230593  nbAssignments=2736341  nbFailedAssignments=1031419  nbBacktracks=1704466
772.43	     nbVisitedNodes=4661586  nbRestartNogoods=219
772.43	       =>  wckTime=771.464  cpuTime=770.42  mem=17M0
1178.88	   
1178.88	   search
1178.88	     run=28  nbConstraintChecks=8595407078  nbPropagations=269369062  nbRevisions=4332539880
1178.88	     nbUselessRevisions=3559041795  nbAssignments=4124565  nbFailedAssignments=1567404  nbBacktracks=2556692
1178.88	     nbVisitedNodes=7039474  nbRestartNogoods=237
1178.88	       =>  wckTime=1177.907  cpuTime=1176.3  mem=17M0
1753.66	   
1753.66	   search
1753.66	     run=29  nbConstraintChecks=12698938545  nbPropagations=403941943  nbRevisions=6493764018
1753.66	     nbUselessRevisions=5335875140  nbAssignments=6167639  nbFailedAssignments=2332125  nbBacktracks=3835034
1753.66	     nbVisitedNodes=10532205  nbRestartNogoods=269
1753.66	       =>  wckTime=1752.689  cpuTime=1750.46  mem=17M0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-203557-1168161553 -o ROOT/results/node6/solver-203557-1168161553 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203557-1168161553/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.99 1.93 4/88 7074
/proc/meminfo: memFree=1454792/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=172 CPUtime=0
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 164550760 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 2187563 0 0 4096 0 0 0 0 17 0 0 0
/proc/7073/statm: 43 24 18 14 0 3 0

[startup+0.108258 s]
/proc/loadavg: 1.92 1.99 1.93 4/88 7074
/proc/meminfo: memFree=1454792/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=914988 CPUtime=0.09
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 3068 0 1 0 8 1 0 0 22 0 8 0 164550760 936947712 2814 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228747 2815 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516307 s]
/proc/loadavg: 1.92 1.99 1.93 4/88 7074
/proc/meminfo: memFree=1454792/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915328 CPUtime=0.49
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 7385 0 1 0 45 4 0 0 25 0 8 0 164550760 937295872 7124 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228832 7125 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3394 s]
/proc/loadavg: 1.92 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422288/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1.32
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10882 0 1 0 125 7 0 0 25 0 8 0 164550760 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10620 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.22
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 391 0 0 0 21 1 0 0 15 0 8 0 164550767 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915560

[startup+2.9926 s]
/proc/loadavg: 1.92 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422160/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=2.96
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10898 0 1 0 289 7 0 0 25 0 8 0 164550760 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073893109 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10635 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 17 0 8 0 164550763 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 406 0 0 0 25 1 0 0 15 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915560

[startup+6.28498 s]
/proc/loadavg: 1.93 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422040/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=6.26
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10900 0 1 0 619 7 0 0 25 0 8 0 164550760 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10635 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915560

[startup+12.7818 s]
/proc/loadavg: 1.93 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422040/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=12.75
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10900 0 1 0 1268 7 0 0 25 0 8 0 164550760 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073858624 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10635 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 915560

[startup+25.6303 s]
/proc/loadavg: 1.95 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422104/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=25.59
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10900 0 1 0 2552 7 0 0 25 0 8 0 164550760 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073861715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10635 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 915560

[startup+51.2753 s]
/proc/loadavg: 1.96 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422104/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=51.2
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10902 0 1 0 5112 8 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915560

[startup+102.563 s]
/proc/loadavg: 1.98 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422232/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=102.44
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10902 0 1 0 10236 8 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 915560

[startup+162.602 s]
/proc/loadavg: 1.99 1.99 1.93 3/95 7081
/proc/meminfo: memFree=1422168/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=162.42
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10903 0 1 0 16234 8 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850888 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 915560

[startup+1483.56 s]
/proc/loadavg: 2.00 2.00 1.98 3/105 7170
/proc/meminfo: memFree=1131664/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1481.69
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10904 0 1 0 148155 14 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871429 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 915560

[startup+1543.59 s]
/proc/loadavg: 2.00 2.00 1.98 3/105 7170
/proc/meminfo: memFree=1071376/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1541.65
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10904 0 1 0 154151 14 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073862649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 915560

[startup+1603.61 s]
/proc/loadavg: 2.00 2.00 1.98 3/105 7170
/proc/meminfo: memFree=1071376/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1601.6
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10904 0 1 0 160146 14 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 915560

[startup+1663.65 s]
/proc/loadavg: 2.04 2.01 1.99 3/105 7170
/proc/meminfo: memFree=1071312/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1661.57
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10904 0 1 0 166143 14 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 915560

[startup+1723.68 s]
/proc/loadavg: 2.01 2.01 1.99 3/105 7170
/proc/meminfo: memFree=1071312/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1721.55
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10904 0 1 0 172140 15 0 0 25 0 8 0 164550760 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073912059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10637 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10637 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 915560

[startup+1783.72 s]
/proc/loadavg: 2.08 2.03 2.00 3/105 7170
/proc/meminfo: memFree=1059920/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1781.55
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10905 0 1 0 178140 15 0 0 25 0 8 0 164550760 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10638 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 409 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 915560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.29 s]
/proc/loadavg: 2.06 2.03 2.00 3/105 7170
/proc/meminfo: memFree=1059920/2055924 swapFree=4165672/4192956
[pid=7073] ppid=7071 vsize=915560 CPUtime=1800.08
/proc/7073/stat : 7073 (java) R 7071 7073 7006 0 -1 0 10905 0 1 0 179993 15 0 0 25 0 8 0 164550760 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073903403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7073/statm: 228890 10638 2524 14 0 215360 0
[pid=7073/tid=7075] ppid=7071 vsize=915560 CPUtime=0.04
/proc/7073/task/7075/stat : 7075 (java) S 7071 7073 7006 0 -1 64 526 0 0 0 4 0 0 0 16 0 8 0 164550763 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7076] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7076/stat : 7076 (java) S 7071 7073 7006 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 164550764 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7077] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7077/stat : 7077 (java) S 7071 7073 7006 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164550764 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7078] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7078/stat : 7078 (java) S 7071 7073 7006 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7079] ppid=7071 vsize=915560 CPUtime=0.26
/proc/7073/task/7079/stat : 7079 (java) S 7071 7073 7006 0 -1 64 409 0 0 0 25 1 0 0 16 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7080] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7080/stat : 7080 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7073/tid=7081] ppid=7071 vsize=915560 CPUtime=0
/proc/7073/task/7081/stat : 7081 (java) S 7071 7073 7006 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164550767 937533440 10638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915560

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1802.32
CPU time (s): 1800.11
CPU user time (s): 1799.95
CPU system time (s): 0.160975
CPU usage (%): 99.8773
Max. virtual memory (cumulated for all children) (KiB): 915560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10923
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37736
involuntary context switches= 72819

runsolver used 3.46547 s user time and 7.08492 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 09:19:13 UTC 2007


IDJOB= 203557
IDBENCH= 3969
FILE ID= node6/203557-1168161553

PBS_JOBID= 3478303

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb59-26/frb59-26-3-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203557-1168161553/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-203557-1168161553 -o ROOT/results/node6/solver-203557-1168161553 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203557-1168161553/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6d173f9e03ce0044a573210614a3bc28

RANDOM SEED= 288082527

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1455272 kB
Buffers:         62724 kB
Cached:         410648 kB
SwapCached:       2424 kB
Active:         110024 kB
Inactive:       406520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1455272 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:          54476 kB
Slab:            68740 kB
Committed_AS:  4629880 kB
PageTables:       2400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB



End job on node6 on Sun Jan  7 09:49:16 UTC 2007