Trace number 200011

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.09 1835.24

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-23_ext.xml
MD5SUMfa8b700eb227110d25204c2018a1ac0d
Bench CategoryN-ARY-EXT (n-ary 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 variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/200011-1168139604/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.43	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
1.08	   
1.08	   constraints being loaded...
1.35	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
1.35	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.35	       =>  wckTime=1.021  cpuTime=0.89  mem=48M607
1.47	   
1.47	   solver IterativeSystematicSolver being built... 
1.65	       =>  wckTime=1.322  cpuTime=1.03  mem=34M639
1.75	   
1.75	   preprocessing
1.75	     nbConstraintChecks=28411  nbValidityChecks=44676  nbPropagations=193  nbRevisions=1875  nbUselessRevisions=1596
1.75	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0  detectedInconsistency=no
1.75	       =>  wckTime=0.098  cpuTime=0.07  mem=34M639
1.83	   
1.83	   search
1.83	     run=0  nbConstraintChecks=37468  nbValidityChecks=69059  nbPropagations=581  nbRevisions=6313
1.83	     nbUselessRevisions=5057  nbAssignments=31  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=52
1.83	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.178  cpuTime=0.14  mem=35M626
1.93	   
1.93	   search
1.93	     run=1  nbConstraintChecks=93150  nbValidityChecks=202780  nbPropagations=1771  nbRevisions=19391
1.93	     nbUselessRevisions=15795  nbAssignments=114  nbFailedAssignments=21  nbBacktracks=26  nbVisitedNodes=104
1.93	     nbRestartNogoods=9  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=0.278  cpuTime=0.23  mem=35M626
2.05	   
2.05	   search
2.05	     run=2  nbConstraintChecks=161429  nbValidityChecks=350538  nbPropagations=3917  nbRevisions=43658
2.05	     nbUselessRevisions=35386  nbAssignments=192  nbFailedAssignments=69  nbBacktracks=49  nbVisitedNodes=251
2.05	     nbRestartNogoods=15  mapSize=44  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.402  cpuTime=0.34  mem=35M626
2.21	   
2.21	   search
2.21	     run=3  nbConstraintChecks=267257  nbValidityChecks=555840  nbPropagations=7322  nbRevisions=82272
2.21	     nbUselessRevisions=66237  nbAssignments=288  nbFailedAssignments=125  nbBacktracks=82  nbVisitedNodes=430
2.21	     nbRestartNogoods=22  mapSize=76  nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=0.562  cpuTime=0.5  mem=35M626
2.43	   
2.43	   search
2.43	     run=4  nbConstraintChecks=411047  nbValidityChecks=841796  nbPropagations=12525  nbRevisions=141169
2.43	     nbUselessRevisions=113077  nbAssignments=434  nbFailedAssignments=200  nbBacktracks=132  nbVisitedNodes=671
2.43	     nbRestartNogoods=30  mapSize=123  nbInferences=0  nbTooLargeKeys=0
2.43	       =>  wckTime=0.778  cpuTime=0.72  mem=35M626
2.79	   
2.79	   search
2.79	     run=5  nbConstraintChecks=642876  nbValidityChecks=1323416  nbPropagations=20766  nbRevisions=236422
2.79	     nbUselessRevisions=187846  nbAssignments=681  nbFailedAssignments=364  nbBacktracks=208  nbVisitedNodes=1140
2.79	     nbRestartNogoods=33  mapSize=194  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=1.137  cpuTime=1.07  mem=35M626
3.22	   
3.22	   search
3.22	     run=6  nbConstraintChecks=925980  nbValidityChecks=1881784  nbPropagations=32339  nbRevisions=369409
3.22	     nbUselessRevisions=291930  nbAssignments=939  nbFailedAssignments=502  nbBacktracks=323  nbVisitedNodes=1611
3.22	     nbRestartNogoods=42  mapSize=299  nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=1.565  cpuTime=1.49  mem=35M626
3.94	   
3.94	   search
3.94	     run=7  nbConstraintChecks=1412806  nbValidityChecks=2840889  nbPropagations=50625  nbRevisions=577094
3.94	     nbUselessRevisions=454272  nbAssignments=1467  nbFailedAssignments=853  nbBacktracks=493  nbVisitedNodes=2623
3.94	     nbRestartNogoods=43  mapSize=463  nbInferences=0  nbTooLargeKeys=0
3.94	       =>  wckTime=2.288  cpuTime=2.21  mem=35M626
4.75	   
4.75	   search
4.75	     run=8  nbConstraintChecks=1939377  nbValidityChecks=3978374  nbPropagations=76429  nbRevisions=873572
4.75	     nbUselessRevisions=684678  nbAssignments=2116  nbFailedAssignments=1238  nbBacktracks=749  nbVisitedNodes=3825
4.75	     nbRestartNogoods=48  mapSize=684  nbInferences=0  nbTooLargeKeys=0
4.75	       =>  wckTime=3.097  cpuTime=3.0  mem=35M626
6.17	   
6.17	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=35M626)
6.30	   
6.30	   search
6.30	     run=9  nbConstraintChecks=3007050  nbValidityChecks=6113560  nbPropagations=115943  nbRevisions=1330067
6.30	     nbUselessRevisions=1040210  nbAssignments=3212  nbFailedAssignments=1943  nbBacktracks=1134  nbVisitedNodes=5914
6.30	     nbRestartNogoods=56
6.30	       =>  wckTime=4.644  cpuTime=4.54  mem=35M626
7.97	   
7.97	   search
7.97	     run=10  nbConstraintChecks=4142693  nbValidityChecks=8466602  nbPropagations=171847  nbRevisions=1975228
7.97	     nbUselessRevisions=1543806  nbAssignments=4519  nbFailedAssignments=2666  nbBacktracks=1711  nbVisitedNodes=8335
7.97	     nbRestartNogoods=61
7.97	       =>  wckTime=6.317  cpuTime=6.21  mem=35M626
11.14	   
11.14	   search
11.14	     run=11  nbConstraintChecks=6305257  nbValidityChecks=12867492  nbPropagations=257054  nbRevisions=2948770
11.14	     nbUselessRevisions=2302094  nbAssignments=6744  nbFailedAssignments=4019  nbBacktracks=2575  nbVisitedNodes=12537
11.14	     nbRestartNogoods=65
11.14	       =>  wckTime=9.484  cpuTime=9.38  mem=35M626
15.34	   
15.34	   search
15.35	     run=12  nbConstraintChecks=9306712  nbValidityChecks=18950343  nbPropagations=381002  nbRevisions=4356342
15.35	     nbUselessRevisions=3396145  nbAssignments=9993  nbFailedAssignments=5940  nbBacktracks=3872  nbVisitedNodes=18634
15.35	     nbRestartNogoods=72
15.35	       =>  wckTime=13.693  cpuTime=13.58  mem=35M626
21.82	   
21.82	   search
21.82	     run=13  nbConstraintChecks=13906903  nbValidityChecks=28207611  nbPropagations=569824  nbRevisions=6476694
21.82	     nbUselessRevisions=5047709  nbAssignments=14920  nbFailedAssignments=8881  nbBacktracks=5818  nbVisitedNodes=27833
21.82	     nbRestartNogoods=86
21.82	       =>  wckTime=20.165  cpuTime=20.05  mem=35M626
32.91	   
32.91	   search
32.91	     run=14  nbConstraintChecks=21820511  nbValidityChecks=44575601  nbPropagations=850390  nbRevisions=9727734
32.91	     nbUselessRevisions=7577846  nbAssignments=22480  nbFailedAssignments=13515  nbBacktracks=8738  nbVisitedNodes=42041
32.91	     nbRestartNogoods=98
32.91	       =>  wckTime=31.263  cpuTime=31.14  mem=35M626
48.31	   
48.31	   search
48.31	     run=15  nbConstraintChecks=33119687  nbValidityChecks=66442760  nbPropagations=1268276  nbRevisions=14620201
48.31	     nbUselessRevisions=11409495  nbAssignments=32838  nbFailedAssignments=19488  nbBacktracks=13117
48.31	     nbVisitedNodes=61377  nbRestartNogoods=107
48.31	       =>  wckTime=46.661  cpuTime=46.53  mem=35M626
73.48	   
73.48	   search
73.48	     run=16  nbConstraintChecks=51646164  nbValidityChecks=102158913  nbPropagations=1896702  nbRevisions=22063589
73.48	     nbUselessRevisions=17267776  nbAssignments=49486  nbFailedAssignments=29559  nbBacktracks=19685
73.48	     nbVisitedNodes=92717  nbRestartNogoods=118
73.48	       =>  wckTime=71.827  cpuTime=71.69  mem=35M626
104.86	   
104.86	   search
104.86	     run=17  nbConstraintChecks=73880641  nbValidityChecks=147388119  nbPropagations=2844674  nbRevisions=33108631
104.86	     nbUselessRevisions=25955048  nbAssignments=74241  nbFailedAssignments=44455  nbBacktracks=29537
104.86	     nbVisitedNodes=138986  nbRestartNogoods=132
104.86	       =>  wckTime=103.209  cpuTime=103.06  mem=35M626
157.22	   
157.22	   search
157.22	     run=18  nbConstraintChecks=110367945  nbValidityChecks=222867886  nbPropagations=4284196  nbRevisions=49834304
157.22	     nbUselessRevisions=39050249  nbAssignments=113304  nbFailedAssignments=68705  nbBacktracks=44315
157.22	     nbVisitedNodes=212508  nbRestartNogoods=148
157.22	       =>  wckTime=155.569  cpuTime=155.4  mem=35M626
242.24	   
242.24	   search
242.24	     run=19  nbConstraintChecks=170806960  nbValidityChecks=348700400  nbPropagations=6489821  nbRevisions=75240418
242.24	     nbUselessRevisions=58894673  nbAssignments=177667  nbFailedAssignments=110894  nbBacktracks=66484
242.24	     nbVisitedNodes=335041  nbRestartNogoods=164
242.24	       =>  wckTime=240.584  cpuTime=240.4  mem=35M626
352.03	   
352.03	   search
352.03	     run=20  nbConstraintChecks=248415382  nbValidityChecks=506218703  nbPropagations=9759258  nbRevisions=112458284
352.03	     nbUselessRevisions=87989909  nbAssignments=258016  nbFailedAssignments=157985  nbBacktracks=99736
352.03	     nbVisitedNodes=484831  nbRestartNogoods=182
352.03	       =>  wckTime=350.375  cpuTime=350.15  mem=35M626
518.17	   
518.17	   search
518.17	     run=21  nbConstraintChecks=366756906  nbValidityChecks=745046865  nbPropagations=14651440  nbRevisions=168363858
518.17	     nbUselessRevisions=131824004  nbAssignments=383748  nbFailedAssignments=233805  nbBacktracks=149616
518.17	     nbVisitedNodes=720992  nbRestartNogoods=202
518.17	       =>  wckTime=516.515  cpuTime=516.08  mem=35M626
815.40	   
815.40	   search
815.40	     run=22  nbConstraintChecks=558210729  nbValidityChecks=1132094877  nbPropagations=21787325  nbRevisions=250849422
815.40	     nbUselessRevisions=196459928  nbAssignments=560325  nbFailedAssignments=335557  nbBacktracks=224434
815.40	     nbVisitedNodes=1051430  nbRestartNogoods=234
815.40	       =>  wckTime=813.75  cpuTime=784.28  mem=35M626
1303.23	   
1303.23	   search
1303.23	     run=23  nbConstraintChecks=903987687  nbValidityChecks=1830637791  nbPropagations=32601709  nbRevisions=379233740
1303.23	     nbUselessRevisions=297109006  nbAssignments=858624  nbFailedAssignments=521622  nbBacktracks=336661
1303.23	     nbVisitedNodes=1618882  nbRestartNogoods=260
1303.23	       =>  wckTime=1301.578  cpuTime=1266.51  mem=35M626

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/node22/watcher-200011-1168139604 -o ROOT/results/node22/solver-200011-1168139604 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200011-1168139604/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.95 2.02 1.96 6/94 25981
/proc/meminfo: memFree=1071280/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=18540 CPUtime=0
/proc/25980/stat : 25980 (runsolver) R 25978 25980 24896 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 162354825 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25980/statm: 4635 279 244 17 0 2626 0

[startup+0.102625 s]
/proc/loadavg: 1.95 2.02 1.96 6/94 25981
/proc/meminfo: memFree=1071280/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=912908 CPUtime=0.08
/proc/25980/stat : 25980 (java) S 25978 25980 24896 0 -1 0 2837 0 1 0 6 2 0 0 17 0 8 0 162354825 934817792 2583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228227 2584 1392 14 0 215128 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 912908

[startup+0.514688 s]
/proc/loadavg: 1.95 2.02 1.96 6/94 25981
/proc/meminfo: memFree=1071280/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915328 CPUtime=0.48
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 7286 0 1 0 44 4 0 0 18 0 8 0 162354825 937295872 7025 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228832 7026 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33882 s]
/proc/loadavg: 1.95 2.02 1.96 4/101 25988
/proc/meminfo: memFree=947320/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915328 CPUtime=1.3
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 19107 0 1 0 120 10 0 0 24 0 8 0 162354825 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153379481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228832 18845 2160 14 0 215302 0
[pid=25980/tid=25982] ppid=25978 vsize=915328 CPUtime=0.05
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 2644 0 0 0 4 1 0 0 17 0 8 0 162354829 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915328 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915328 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162354830 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915328 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915328 CPUtime=0.1
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 320 0 0 0 10 0 0 0 16 0 8 0 162354833 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915328 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915328 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937295872 18845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.97607 s]
/proc/loadavg: 1.95 2.02 1.96 3/101 25988
/proc/meminfo: memFree=919096/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=2.94
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23477 0 1 0 281 13 0 0 25 0 8 0 162354825 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23213 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 17 0 8 0 162354829 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.2
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 371 0 0 0 20 0 0 0 15 0 8 0 162354833 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915416

[startup+6.17656 s]
/proc/loadavg: 1.95 2.02 1.96 3/101 25988
/proc/meminfo: memFree=878200/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=6.14
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23492 0 1 0 600 14 0 0 25 0 8 0 162354825 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23226 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.25
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 385 0 0 0 24 1 0 0 15 0 8 0 162354833 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23226 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915416

[startup+12.6576 s]
/proc/loadavg: 2.03 2.03 1.97 3/102 25989
/proc/meminfo: memFree=720384/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=12.62
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23497 0 1 0 1248 14 0 0 25 0 8 0 162354825 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23230 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.25
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 390 0 0 0 24 1 0 0 16 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915416

[startup+25.5279 s]
/proc/loadavg: 2.03 2.03 1.97 3/102 25989
/proc/meminfo: memFree=720520/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=25.48
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23497 0 1 0 2534 14 0 0 25 0 8 0 162354825 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23230 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.25
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 390 0 0 0 24 1 0 0 16 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915416

[startup+51.1585 s]
/proc/loadavg: 2.02 2.03 1.97 3/102 25989
/proc/meminfo: memFree=720584/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=51.11
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23497 0 1 0 5096 15 0 0 25 0 8 0 162354825 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23230 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.25
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 390 0 0 0 24 1 0 0 16 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 915416

[startup+102.403 s]
/proc/loadavg: 2.01 2.02 1.97 3/102 25989
/proc/meminfo: memFree=720648/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=102.33
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23497 0 1 0 10218 15 0 0 25 0 8 0 162354825 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773257 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23230 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 390 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 915416

[startup+162.411 s]
/proc/loadavg: 2.00 2.02 1.97 3/102 25989
/proc/meminfo: memFree=720648/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=162.32
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23498 0 1 0 16216 16 0 0 25 0 8 0 162354825 937385984 23230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1388.63
Current children cumulated vsize (KiB) 915416

[startup+1483.69 s]
/proc/loadavg: 2.02 2.15 2.22 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1448.65
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 144816 49 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1448.65
Current children cumulated vsize (KiB) 915416

[startup+1543.7 s]
/proc/loadavg: 2.01 2.12 2.20 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1508.63
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 150814 49 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1508.63
Current children cumulated vsize (KiB) 915416

[startup+1603.7 s]
/proc/loadavg: 2.00 2.10 2.18 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1568.62
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 156812 50 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1568.62
Current children cumulated vsize (KiB) 915416

[startup+1663.8 s]
/proc/loadavg: 2.00 2.08 2.17 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1628.69
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 162819 50 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1628.69
Current children cumulated vsize (KiB) 915416

[startup+1723.9 s]
/proc/loadavg: 2.04 2.08 2.16 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1688.79
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 168828 51 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.79
Current children cumulated vsize (KiB) 915416

[startup+1783.91 s]
/proc/loadavg: 2.01 2.06 2.15 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1748.77
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 174826 51 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754651 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.77
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.16 s]
/proc/loadavg: 2.00 2.05 2.14 3/102 28290
/proc/meminfo: memFree=679624/2055920 swapFree=4157532/4192956
[pid=25980] ppid=25978 vsize=915416 CPUtime=1800.01
/proc/25980/stat : 25980 (java) R 25978 25980 24896 0 -1 0 23499 0 1 0 179949 52 0 0 25 0 8 0 162354825 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25980/statm: 228854 23231 2531 14 0 215324 0
[pid=25980/tid=25982] ppid=25978 vsize=915416 CPUtime=0.16
/proc/25980/task/25982/stat : 25982 (java) S 25978 25980 24896 0 -1 64 6496 0 0 0 14 2 0 0 16 0 8 0 162354829 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25983] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25983/stat : 25983 (java) S 25978 25980 24896 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25984] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25984/stat : 25984 (java) S 25978 25980 24896 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162354830 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25985] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25985/stat : 25985 (java) S 25978 25980 24896 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25986] ppid=25978 vsize=915416 CPUtime=0.26
/proc/25980/task/25986/stat : 25986 (java) S 25978 25980 24896 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25980/tid=25987] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25987/stat : 25987 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25980/tid=25988] ppid=25978 vsize=915416 CPUtime=0
/proc/25980/task/25988/stat : 25988 (java) S 25978 25980 24896 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162354833 937385984 23231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1835.24
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.535918
CPU usage (%): 98.0851
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23516
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= 38157
involuntary context switches= 75191

runsolver used 3.77743 s user time and 6.27904 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 03:13:24 UTC 2007


IDJOB= 200011
IDBENCH= 3673
FILE ID= node22/200011-1168139604

PBS_JOBID= 3478034

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200011-1168139604/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-200011-1168139604 -o ROOT/results/node22/solver-200011-1168139604 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200011-1168139604/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fa8b700eb227110d25204c2018a1ac0d

RANDOM SEED= 207045250

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.279
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.279
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:       1071952 kB
Buffers:         53560 kB
Cached:         787588 kB
SwapCached:      13680 kB
Active:         226036 kB
Inactive:       685976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071952 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:           10764 kB
Writeback:           0 kB
Mapped:          94884 kB
Slab:            56620 kB
Committed_AS:  3587140 kB
PageTables:       2412 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= 66545 MiB



End job on node22 on Sun Jan  7 03:43:59 UTC 2007