Trace number 213937

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 AC? (TO) 1800.1 1811.82

General information on the benchmark

NamepseudoSeries/par/
par-32-1.xml
MD5SUM559a881d23ac5e57080f700e0bfd9298
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/213937-1168077526/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.63	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.63	       =>  wckTime=0.303  cpuTime=0.23  mem=17M615
0.63	   
0.63	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
2.24	     nbConstraints=13312  nbSingletonDomainVariables=141  nbConvertedConstraints=6224  nbConvertConstraintsChecks=62
2.24	     nbExtensionStructures=5  nbSharedExtensionStructures=6219  nbConflictsStructures=15
2.24	     nbSharedConflictsStructures=13297  nbSharedBinaryRepresentations=13  nbEvaluationManagers=10
2.24	     nbSharedEvaluationManagers=7078  maxDegree=81  maxArity=3
2.24	       =>  wckTime=1.919  cpuTime=1.68  mem=49M362
2.45	   
2.45	   solver IterativeSystematicSolver being built... 
2.97	       =>  wckTime=2.646  cpuTime=2.09  mem=40M948
3.07	   
3.07	   preprocessing
3.07	     nbConstraintChecks=5291  nbValidityChecks=1007  nbPropagations=7659  nbRevisions=6091  nbUselessRevisions=4716
3.07	     nbRemovedValues=1375  detectedInconsistency=no
3.07	       =>  wckTime=0.084  cpuTime=0.06  mem=40M948
3.80	   
3.80	   search
3.80	     run=0  nbConstraintChecks=30333  nbValidityChecks=8580  nbPropagations=16973  nbRevisions=37539
3.80	     nbUselessRevisions=26846  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
3.80	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
3.80	       =>  wckTime=0.816  cpuTime=0.77  mem=41M950
4.47	   
4.47	   search
4.47	     run=1  nbConstraintChecks=58801  nbValidityChecks=22307  nbPropagations=43678  nbRevisions=108603
4.47	     nbUselessRevisions=77484  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
4.47	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
4.47	       =>  wckTime=1.484  cpuTime=1.43  mem=41M950
5.31	   
5.31	   search
5.31	     run=2  nbConstraintChecks=102088  nbValidityChecks=44180  nbPropagations=84883  nbRevisions=230861
5.31	     nbUselessRevisions=164787  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
5.31	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
5.31	       =>  wckTime=2.332  cpuTime=2.27  mem=41M950
6.34	   
6.34	   search
6.34	     run=3  nbConstraintChecks=157602  nbValidityChecks=72732  nbPropagations=144818  nbRevisions=419228
6.34	     nbUselessRevisions=299423  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
6.34	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
6.34	       =>  wckTime=3.361  cpuTime=3.29  mem=41M950
7.61	   
7.61	   search
7.61	     run=4  nbConstraintChecks=233397  nbValidityChecks=112006  nbPropagations=229847  nbRevisions=697858
7.61	     nbUselessRevisions=499149  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
7.61	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
7.61	       =>  wckTime=4.632  cpuTime=4.55  mem=41M950
9.22	   
9.22	   search
9.22	     run=5  nbConstraintChecks=339273  nbValidityChecks=167277  nbPropagations=349802  nbRevisions=1102832
9.22	     nbUselessRevisions=790164  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
9.22	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
9.22	       =>  wckTime=6.241  cpuTime=6.13  mem=41M950
11.32	   
11.32	   search
11.32	     run=6  nbConstraintChecks=465528  nbValidityChecks=231612  nbPropagations=511215  nbRevisions=1655628
11.32	     nbUselessRevisions=1187367  nbAssignments=802  nbFailedAssignments=80  nbBacktracks=332  nbVisitedNodes=963
11.32	     nbRestartNogoods=12  mapSize=146  nbInferences=0  nbTooLargeKeys=0
11.32	       =>  wckTime=8.336  cpuTime=8.22  mem=42M952
14.29	   
14.29	   search
14.29	     run=7  nbConstraintChecks=573044  nbValidityChecks=286817  nbPropagations=707572  nbRevisions=2334434
14.29	     nbUselessRevisions=1675519  nbAssignments=1055  nbFailedAssignments=99  nbBacktracks=504  nbVisitedNodes=1254
14.29	     nbRestartNogoods=14  mapSize=181  nbInferences=0  nbTooLargeKeys=0
14.29	       =>  wckTime=11.305  cpuTime=11.14  mem=42M952
18.50	   
18.50	   search
18.50	     run=8  nbConstraintChecks=746248  nbValidityChecks=375653  nbPropagations=960758  nbRevisions=3216344
18.50	     nbUselessRevisions=2309724  nbAssignments=1411  nbFailedAssignments=132  nbBacktracks=761  nbVisitedNodes=1675
18.50	     nbRestartNogoods=17  mapSize=243  nbInferences=0  nbTooLargeKeys=0
18.50	       =>  wckTime=15.52  cpuTime=15.3  mem=42M952
24.67	   
24.67	   search
24.67	     run=9  nbConstraintChecks=951428  nbValidityChecks=485868  nbPropagations=1280857  nbRevisions=4350180
24.67	     nbUselessRevisions=3128639  nbAssignments=1922  nbFailedAssignments=186  nbBacktracks=1150  nbVisitedNodes=2283
24.67	     nbRestartNogoods=20  mapSize=337  nbInferences=0  nbTooLargeKeys=0
24.67	       =>  wckTime=21.684  cpuTime=21.4  mem=42M952
33.29	   
33.29	   search
33.29	     run=10  nbConstraintChecks=1208334  nbValidityChecks=621995  nbPropagations=1684182  nbRevisions=5794948
33.29	     nbUselessRevisions=4174885  nbAssignments=2628  nbFailedAssignments=258  nbBacktracks=1730  nbVisitedNodes=3129
33.29	     nbRestartNogoods=23  mapSize=476  nbInferences=0  nbTooLargeKeys=0
33.29	       =>  wckTime=30.305  cpuTime=29.92  mem=43M953
46.22	   
46.22	   search
46.22	     run=11  nbConstraintChecks=1494181  nbValidityChecks=770133  nbPropagations=2179858  nbRevisions=7578287
46.22	     nbUselessRevisions=5466854  nbAssignments=3664  nbFailedAssignments=344  nbBacktracks=2600  nbVisitedNodes=4327
46.22	     nbRestartNogoods=24  mapSize=632  nbInferences=0  nbTooLargeKeys=0
46.22	       =>  wckTime=43.243  cpuTime=42.71  mem=44M955
64.26	   
64.26	   search
64.26	     run=12  nbConstraintChecks=1776614  nbValidityChecks=921273  nbPropagations=2766206  nbRevisions=9703083
64.26	     nbUselessRevisions=7008795  nbAssignments=5151  nbFailedAssignments=458  nbBacktracks=3904  nbVisitedNodes=6019
64.26	     nbRestartNogoods=30  mapSize=831  nbInferences=0  nbTooLargeKeys=0
64.26	       =>  wckTime=61.28  cpuTime=60.57  mem=45M957
77.84	   
77.84	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=45M957)
80.02	   
80.02	   search
80.02	     run=13  nbConstraintChecks=2143206  nbValidityChecks=1122729  nbPropagations=3469688  nbRevisions=12278656
80.02	     nbUselessRevisions=8882358  nbAssignments=7348  nbFailedAssignments=637  nbBacktracks=5860  nbVisitedNodes=8583
80.02	     nbRestartNogoods=36
80.02	       =>  wckTime=77.043  cpuTime=76.19  mem=45M957
88.02	   
88.02	   search
88.02	     run=14  nbConstraintChecks=3151491  nbValidityChecks=1657724  nbPropagations=4504596  nbRevisions=16085854
88.02	     nbUselessRevisions=11653777  nbAssignments=10615  nbFailedAssignments=892  nbBacktracks=8781  nbVisitedNodes=12331
88.02	     nbRestartNogoods=40
88.02	       =>  wckTime=85.035  cpuTime=84.11  mem=46M958
103.38	   
103.38	   search
103.38	     run=15  nbConstraintChecks=6471658  nbValidityChecks=3303645  nbPropagations=6641609  nbRevisions=23705105
103.38	     nbUselessRevisions=17115137  nbAssignments=15674  nbFailedAssignments=1498  nbBacktracks=13161
103.38	     nbVisitedNodes=18636  nbRestartNogoods=44
103.38	       =>  wckTime=100.395  cpuTime=99.29  mem=46M958
129.17	   
129.17	   search
129.17	     run=16  nbConstraintChecks=12923153  nbValidityChecks=6657615  nbPropagations=10957404  nbRevisions=38998106
129.17	     nbUselessRevisions=28010967  nbAssignments=23232  nbFailedAssignments=2397  nbBacktracks=19732
129.17	     nbVisitedNodes=27967  nbRestartNogoods=52
129.17	       =>  wckTime=126.189  cpuTime=124.84  mem=46M958
177.16	   
177.17	   search
177.17	     run=17  nbConstraintChecks=28459170  nbValidityChecks=14062008  nbPropagations=20555300  nbRevisions=71554727
177.17	     nbUselessRevisions=50794511  nbAssignments=34729  nbFailedAssignments=3958  nbBacktracks=29585
177.17	     nbVisitedNodes=42621  nbRestartNogoods=60
177.17	       =>  wckTime=174.184  cpuTime=172.26  mem=46M958
231.01	   
231.01	   search
231.01	     run=18  nbConstraintChecks=42758322  nbValidityChecks=21317397  nbPropagations=34953877  nbRevisions=120677550
231.01	     nbUselessRevisions=85230670  nbAssignments=51358  nbFailedAssignments=5735  nbBacktracks=44373
231.01	     nbVisitedNodes=62807  nbRestartNogoods=67
231.01	       =>  wckTime=228.031  cpuTime=225.49  mem=46M958
307.15	   
307.15	   search
307.15	     run=19  nbConstraintChecks=68556052  nbValidityChecks=34063724  nbPropagations=57999540  nbRevisions=199312193
307.15	     nbUselessRevisions=140319395  nbAssignments=76558  nbFailedAssignments=8687  nbBacktracks=66562
307.15	     nbVisitedNodes=93988  nbRestartNogoods=71
307.15	       =>  wckTime=304.173  cpuTime=300.88  mem=46M958
405.40	   
405.40	   search
405.40	     run=20  nbConstraintChecks=99267832  nbValidityChecks=49617342  nbPropagations=91190051  nbRevisions=313236528
405.40	     nbUselessRevisions=220428327  nbAssignments=112815  nbFailedAssignments=11613  nbBacktracks=99834
405.40	     nbVisitedNodes=136081  nbRestartNogoods=76
405.40	       =>  wckTime=402.416  cpuTime=398.14  mem=46M958
563.02	   
563.02	   search
563.02	     run=21  nbConstraintChecks=149555114  nbValidityChecks=76372748  nbPropagations=140878549  nbRevisions=486343847
563.02	     nbUselessRevisions=342958865  nbAssignments=168168  nbFailedAssignments=17031  nbBacktracks=149728
563.02	     nbVisitedNodes=202156  nbRestartNogoods=81
563.02	       =>  wckTime=560.038  cpuTime=554.2  mem=46M958
832.93	   
832.93	   search
832.93	     run=22  nbConstraintChecks=247003928  nbValidityChecks=127757653  nbPropagations=222583527  nbRevisions=773028038
832.93	     nbUselessRevisions=546451400  nbAssignments=253081  nbFailedAssignments=27046  nbBacktracks=224552
832.93	     nbVisitedNodes=307245  nbRestartNogoods=83
832.93	       =>  wckTime=829.953  cpuTime=821.45  mem=46M958
1236.17	   
1236.17	   search
1236.17	     run=23  nbConstraintChecks=390635099  nbValidityChecks=204294581  nbPropagations=351390200  nbRevisions=1228681164
1236.17	     nbUselessRevisions=870820313  nbAssignments=378631  nbFailedAssignments=40291  nbBacktracks=336785
1236.17	     nbVisitedNodes=459247  nbRestartNogoods=91
1236.17	       =>  wckTime=1233.192  cpuTime=1221.6  mem=46M958
1742.37	   
1742.37	   search
1742.37	     run=24  nbConstraintChecks=544596866  nbValidityChecks=286260175  nbPropagations=530615753  nbRevisions=1862825721
1742.37	     nbUselessRevisions=1322316330  nbAssignments=561170  nbFailedAssignments=54415  nbBacktracks=505129
1742.37	     nbVisitedNodes=670117  nbRestartNogoods=100
1742.37	       =>  wckTime=1739.385  cpuTime=1727.62  mem=46M958

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/node11/watcher-213937-1168077526 -o ROOT/results/node11/solver-213937-1168077526 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213937-1168077526/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.83 1.97 1.95 5/93 29568
/proc/meminfo: memFree=827312/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=18540 CPUtime=0
/proc/29567/stat : 29567 (runsolver) R 29565 29567 29388 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156147668 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29567/statm: 4635 279 244 17 0 2626 0

[startup+0.11078 s]
/proc/loadavg: 1.83 1.97 1.95 5/93 29568
/proc/meminfo: memFree=827312/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916012 CPUtime=0.09
/proc/29567/stat : 29567 (java) S 29565 29567 29388 0 -1 0 3002 0 1 0 7 2 0 0 20 0 8 0 156147668 937996288 2748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229003 2748 1428 14 0 215498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 916012

[startup+0.518866 s]
/proc/loadavg: 1.83 1.97 1.95 5/93 29568
/proc/meminfo: memFree=827312/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916244 CPUtime=0.49
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 6576 0 1 0 43 6 0 0 22 0 8 0 156147668 938233856 6315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073585442 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229061 6316 2136 14 0 215531 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916244

[startup+1.34802 s]
/proc/loadavg: 1.83 1.97 1.95 3/100 29575
/proc/meminfo: memFree=764920/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916500 CPUtime=1.31
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 18016 0 1 0 115 16 0 0 25 0 8 0 156147668 938496000 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229125 17754 2178 14 0 215595 0
[pid=29567/tid=29569] ppid=29565 vsize=916504 CPUtime=0.07
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 1385 0 0 0 7 0 0 0 17 0 8 0 156147672 938500096 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916500 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147673 938496000 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916504 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 156147673 938500096 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916500 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938496000 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916504 CPUtime=0.17
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 421 0 0 0 16 1 0 0 15 0 8 0 156147676 938500096 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916500 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938496000 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916504 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 156147676 938500096 17754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916500

[startup+2.98836 s]
/proc/loadavg: 1.83 1.97 1.95 5/100 29575
/proc/meminfo: memFree=764536/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=2.94
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21604 0 1 0 227 67 0 0 25 0 8 0 156147668 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944768 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21339 2524 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4514 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.28
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 476 0 0 0 26 2 0 0 15 0 8 0 156147676 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916584

[startup+6.192 s]
/proc/loadavg: 1.84 1.97 1.95 3/100 29575
/proc/meminfo: memFree=751416/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=6.13
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21643 0 1 0 545 68 0 0 25 0 8 0 156147668 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21375 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.34
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 503 0 0 0 32 2 0 0 16 0 8 0 156147676 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 916584

[startup+12.5921 s]
/proc/loadavg: 1.85 1.97 1.95 3/100 29575
/proc/meminfo: memFree=751416/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=12.47
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21646 0 1 0 1179 68 0 0 25 0 8 0 156147668 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21377 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 17 0 8 0 156147672 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.35
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 505 0 0 0 33 2 0 0 16 0 8 0 156147676 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 916584

[startup+25.4516 s]
/proc/loadavg: 1.96 1.99 1.96 4/100 29575
/proc/meminfo: memFree=751544/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=25.19
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21661 0 1 0 2451 68 0 0 25 0 8 0 156147668 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074143139 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21388 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 17 0 8 0 156147672 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.37
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 520 0 0 0 35 2 0 0 15 0 8 0 156147676 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21388 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 916584

[startup+51.0927 s]
/proc/loadavg: 1.97 1.99 1.96 3/100 29575
/proc/meminfo: memFree=751608/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=50.57
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21672 0 1 0 4989 68 0 0 25 0 8 0 156147668 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073842903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21393 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 526 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 916584

[startup+102.368 s]
/proc/loadavg: 2.02 2.00 1.96 3/100 29575
/proc/meminfo: memFree=751608/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=101.33
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21674 0 1 0 10064 69 0 0 25 0 8 0 156147668 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074134354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29567/statm: 229146 21393 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 526 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21393 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 916584

[startup+162.39 s]
/proc/loadavg: 2.18 2.04 1.98 3/106 29683
/proc/meminfo: memFree=750192/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=160.69
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21675 0 1 0 15994 75 0 0 25 0 8 0 156147668 938582016 21394 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074160986 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1412.26
Current children cumulated vsize (KiB) 916584

[startup+1483.86 s]
/proc/loadavg: 2.03 2.01 2.00 3/100 29923
/proc/meminfo: memFree=1485208/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1472.25
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21676 0 1 0 147129 96 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074159507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.25
Current children cumulated vsize (KiB) 916584

[startup+1543.89 s]
/proc/loadavg: 2.01 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485208/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1532.25
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21676 0 1 0 153129 96 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.25
Current children cumulated vsize (KiB) 916584

[startup+1603.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485208/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1592.26
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21676 0 1 0 159129 97 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.26
Current children cumulated vsize (KiB) 916584

[startup+1663.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485272/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1652.26
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21676 0 1 0 165129 97 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074136584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.26
Current children cumulated vsize (KiB) 916584

[startup+1723.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485144/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1712.27
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21676 0 1 0 171129 98 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.27
Current children cumulated vsize (KiB) 916584

[startup+1783.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485144/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1772.26
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21677 0 1 0 177128 98 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073842896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.26
Current children cumulated vsize (KiB) 916584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.74 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29923
/proc/meminfo: memFree=1485208/2055920 swapFree=4192812/4192956
[pid=29567] ppid=29565 vsize=916584 CPUtime=1800.01
/proc/29567/stat : 29567 (java) R 29565 29567 29388 0 -1 0 21677 0 1 0 179903 98 0 0 25 0 8 0 156147668 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074070473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29567/statm: 229146 21395 2529 14 0 215616 0
[pid=29567/tid=29569] ppid=29565 vsize=916584 CPUtime=0.3
/proc/29567/task/29569/stat : 29569 (java) S 29565 29567 29388 0 -1 64 4515 0 0 0 28 2 0 0 16 0 8 0 156147672 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29570] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29570/stat : 29570 (java) S 29565 29567 29388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29571] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29571/stat : 29571 (java) S 29565 29567 29388 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147673 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29567/tid=29572] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29572/stat : 29572 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29573] ppid=29565 vsize=916584 CPUtime=0.39
/proc/29567/task/29573/stat : 29573 (java) S 29565 29567 29388 0 -1 64 528 0 0 0 37 2 0 0 16 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29574] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29574/stat : 29574 (java) S 29565 29567 29388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29567/tid=29575] ppid=29565 vsize=916584 CPUtime=0
/proc/29567/task/29575/stat : 29575 (java) S 29565 29567 29388 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147676 938582016 21395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 916584

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

Child status: 143
Real time (s): 1811.82
CPU time (s): 1800.1
CPU user time (s): 1799.1
CPU system time (s): 1.00185
CPU usage (%): 99.3532
Max. virtual memory (cumulated for all children) (KiB): 916676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21692
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= 38315
involuntary context switches= 87972

runsolver used 2.14267 s user time and 5.36318 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 09:58:46 UTC 2007


IDJOB= 213937
IDBENCH= 4886
FILE ID= node11/213937-1168077526

PBS_JOBID= 3475819

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213937-1168077526/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-213937-1168077526 -o ROOT/results/node11/solver-213937-1168077526 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213937-1168077526/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  559a881d23ac5e57080f700e0bfd9298

RANDOM SEED= 480066940

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.261
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	: 5931.00
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.261
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:      2055920 kB
MemFree:        827792 kB
Buffers:         40116 kB
Cached:         255480 kB
SwapCached:          0 kB
Active:         925508 kB
Inactive:       217080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        827792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:         875928 kB
Slab:            68644 kB
Committed_AS:  5128980 kB
PageTables:       3952 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= 66317 MiB



End job on node11 on Sat Jan  6 10:28:59 UTC 2007