Trace number 203262

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.14 1803.04

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-15_ext.xml
MD5SUM4ea31c609811937f9db1536a3a13d935
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/203262-1168073032/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.57	   
1.57	   constraints being loaded...
2.29	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.29	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=19  maxArity=3
2.29	       =>  wckTime=1.969  cpuTime=1.59  mem=59M160
2.44	   
2.44	   solver IterativeSystematicSolver being built... 
2.61	       =>  wckTime=2.297  cpuTime=1.74  mem=66M389
2.62	   
2.62	   preprocessing
2.62	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.62	     detectedInconsistency=no
2.62	       =>  wckTime=0.0040  cpuTime=0.0  mem=66M389
2.78	   
2.78	   search
2.78	     run=0  nbConstraintChecks=50775  nbValidityChecks=102783  nbPropagations=522  nbRevisions=5657
2.78	     nbUselessRevisions=4522  nbAssignments=39  nbFailedAssignments=23  nbBacktracks=10  nbVisitedNodes=71
2.78	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.78	       =>  wckTime=0.165  cpuTime=0.12  mem=66M389
2.93	   
2.93	   search
2.93	     run=1  nbConstraintChecks=124439  nbValidityChecks=243452  nbPropagations=1721  nbRevisions=20126
2.93	     nbUselessRevisions=15960  nbAssignments=94  nbFailedAssignments=56  nbBacktracks=25  nbVisitedNodes=169
2.93	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
2.93	       =>  wckTime=0.31  cpuTime=0.26  mem=66M389
3.06	   
3.06	   search
3.06	     run=2  nbConstraintChecks=188024  nbValidityChecks=378930  nbPropagations=3588  nbRevisions=42676
3.06	     nbUselessRevisions=33790  nbAssignments=151  nbFailedAssignments=85  nbBacktracks=47  nbVisitedNodes=268
3.06	     nbRestartNogoods=13  mapSize=42  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=0.438  cpuTime=0.37  mem=66M389
3.21	   
3.21	   search
3.21	     run=3  nbConstraintChecks=279429  nbValidityChecks=572841  nbPropagations=6456  nbRevisions=77485
3.21	     nbUselessRevisions=61378  nbAssignments=233  nbFailedAssignments=126  nbBacktracks=81  nbVisitedNodes=411
3.21	     nbRestartNogoods=16  mapSize=74  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=0.596  cpuTime=0.53  mem=66M389
3.44	   
3.44	   search
3.44	     run=4  nbConstraintChecks=405353  nbValidityChecks=843057  nbPropagations=11109  nbRevisions=131863
3.44	     nbUselessRevisions=104234  nbAssignments=355  nbFailedAssignments=191  nbBacktracks=131  nbVisitedNodes=634
3.44	     nbRestartNogoods=20  mapSize=122  nbInferences=0  nbTooLargeKeys=0
3.44	       =>  wckTime=0.823  cpuTime=0.75  mem=66M389
3.74	   
3.74	   search
3.74	     run=5  nbConstraintChecks=577504  nbValidityChecks=1200310  nbPropagations=17746  nbRevisions=209457
3.74	     nbUselessRevisions=165215  nbAssignments=501  nbFailedAssignments=252  nbBacktracks=208  nbVisitedNodes=881
3.74	     nbRestartNogoods=23  mapSize=176  nbInferences=0  nbTooLargeKeys=0
3.74	       =>  wckTime=1.123  cpuTime=1.04  mem=66M389
4.44	   
4.44	   search
4.44	     run=6  nbConstraintChecks=996866  nbValidityChecks=2078925  nbPropagations=28251  nbRevisions=338594
4.44	     nbUselessRevisions=267506  nbAssignments=825  nbFailedAssignments=455  nbBacktracks=321  nbVisitedNodes=1484
4.44	     nbRestartNogoods=37  mapSize=280  nbInferences=0  nbTooLargeKeys=0
4.44	       =>  wckTime=1.821  cpuTime=1.73  mem=66M389
5.29	   
5.29	   search
5.29	     run=7  nbConstraintChecks=1491394  nbValidityChecks=3046441  nbPropagations=43778  nbRevisions=529968
5.29	     nbUselessRevisions=418679  nbAssignments=1217  nbFailedAssignments=670  nbBacktracks=491  nbVisitedNodes=2198
5.29	     nbRestartNogoods=49  mapSize=418  nbInferences=0  nbTooLargeKeys=0
5.29	       =>  wckTime=2.674  cpuTime=2.58  mem=66M389
6.41	   
6.41	   search
6.41	     run=8  nbConstraintChecks=2134032  nbValidityChecks=4339899  nbPropagations=66158  nbRevisions=801638
6.41	     nbUselessRevisions=632385  nbAssignments=1687  nbFailedAssignments=877  nbBacktracks=747  nbVisitedNodes=3012
6.41	     nbRestartNogoods=59  mapSize=634  nbInferences=0  nbTooLargeKeys=0
6.41	       =>  wckTime=3.791  cpuTime=3.67  mem=66M389
8.37	   
8.37	   search
8.37	     run=9  nbConstraintChecks=3319790  nbValidityChecks=6777061  nbPropagations=99299  nbRevisions=1213714
8.37	     nbUselessRevisions=958535  nbAssignments=2539  nbFailedAssignments=1337  nbBacktracks=1131  nbVisitedNodes=4562
8.37	     nbRestartNogoods=71  mapSize=950  nbInferences=0  nbTooLargeKeys=0
8.37	       =>  wckTime=5.756  cpuTime=5.62  mem=67M381
8.78	   
8.78	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=67M381)
11.19	   
11.19	   search
11.19	     run=10  nbConstraintChecks=5070691  nbValidityChecks=10192217  nbPropagations=149755  nbRevisions=1844189
11.19	     nbUselessRevisions=1455745  nbAssignments=3972  nbFailedAssignments=2189  nbBacktracks=1708  nbVisitedNodes=7210
11.19	     nbRestartNogoods=87
11.19	       =>  wckTime=8.568  cpuTime=8.41  mem=67M381
14.70	   
14.70	   search
14.70	     run=11  nbConstraintChecks=7185492  nbValidityChecks=14669063  nbPropagations=223137  nbRevisions=2739120
14.70	     nbUselessRevisions=2159328  nbAssignments=5726  nbFailedAssignments=3072  nbBacktracks=2572  nbVisitedNodes=10317
14.70	     nbRestartNogoods=91
14.70	       =>  wckTime=12.08  cpuTime=11.9  mem=67M381
20.85	   
20.85	   search
20.85	     run=12  nbConstraintChecks=10862855  nbValidityChecks=22155502  nbPropagations=337530  nbRevisions=4120410
20.85	     nbUselessRevisions=3240893  nbAssignments=8614  nbFailedAssignments=4655  nbBacktracks=3869  nbVisitedNodes=15655
20.85	     nbRestartNogoods=101
20.86	       =>  wckTime=18.238  cpuTime=18.03  mem=67M381
28.57	   
28.57	   search
28.57	     run=13  nbConstraintChecks=15552278  nbValidityChecks=31739333  nbPropagations=498408  nbRevisions=6075354
28.57	     nbUselessRevisions=4776237  nbAssignments=12202  nbFailedAssignments=6289  nbBacktracks=5817  nbVisitedNodes=21921
28.57	     nbRestartNogoods=112
28.57	       =>  wckTime=25.955  cpuTime=25.7  mem=67M381
40.54	   
40.55	   search
40.55	     run=14  nbConstraintChecks=22742196  nbValidityChecks=46678439  nbPropagations=745952  nbRevisions=9033124
40.55	     nbUselessRevisions=7093191  nbAssignments=18326  nbFailedAssignments=9485  nbBacktracks=8737  nbVisitedNodes=33132
40.55	     nbRestartNogoods=119
40.55	       =>  wckTime=37.928  cpuTime=37.63  mem=67M381
60.71	   
60.71	   search
60.71	     run=15  nbConstraintChecks=35111473  nbValidityChecks=72366210  nbPropagations=1115593  nbRevisions=13521352
60.71	     nbUselessRevisions=10623768  nbAssignments=27602  nbFailedAssignments=14377  nbBacktracks=13116
60.71	     nbVisitedNodes=49952  nbRestartNogoods=139
60.71	       =>  wckTime=58.092  cpuTime=57.69  mem=67M381
86.20	   
86.20	   search
86.20	     run=16  nbConstraintChecks=50507154  nbValidityChecks=104169368  nbPropagations=1662414  nbRevisions=20083360
86.20	     nbUselessRevisions=15779440  nbAssignments=40155  nbFailedAssignments=20355  nbBacktracks=19686
86.20	     nbVisitedNodes=72224  nbRestartNogoods=151
86.20	       =>  wckTime=83.584  cpuTime=83.06  mem=67M381
141.47	   
141.47	   search
141.47	     run=17  nbConstraintChecks=84817103  nbValidityChecks=175761280  nbPropagations=2531366  nbRevisions=30944630
141.47	     nbUselessRevisions=24364640  nbAssignments=66250  nbFailedAssignments=36591  nbBacktracks=29538
141.47	     nbVisitedNodes=121058  nbRestartNogoods=165
141.47	       =>  wckTime=138.857  cpuTime=138.06  mem=67M381
202.46	   
202.46	   search
202.46	     run=18  nbConstraintChecks=121013463  nbValidityChecks=253154841  nbPropagations=3822775  nbRevisions=46526337
202.46	     nbUselessRevisions=36628029  nbAssignments=96982  nbFailedAssignments=52541  nbBacktracks=44316
202.46	     nbVisitedNodes=176577  nbRestartNogoods=176
202.46	       =>  wckTime=199.845  cpuTime=198.76  mem=67M381
302.94	   
302.94	   search
302.94	     run=19  nbConstraintChecks=183378206  nbValidityChecks=381911920  nbPropagations=5795803  nbRevisions=70313652
302.94	     nbUselessRevisions=55318625  nbAssignments=144283  nbFailedAssignments=77668  nbBacktracks=66484
302.94	     nbVisitedNodes=263211  nbRestartNogoods=186
302.94	       =>  wckTime=300.327  cpuTime=299.12  mem=67M381
450.52	   
450.52	   search
450.52	     run=20  nbConstraintChecks=276211207  nbValidityChecks=571920266  nbPropagations=8624654  nbRevisions=105099293
450.52	     nbUselessRevisions=82790737  nbAssignments=210582  nbFailedAssignments=110707  nbBacktracks=99739
450.52	     nbVisitedNodes=381787  nbRestartNogoods=210
450.52	       =>  wckTime=447.901  cpuTime=446.51  mem=67M381
653.38	   
653.38	   search
653.38	     run=21  nbConstraintChecks=403431448  nbValidityChecks=835048649  nbPropagations=12896843  nbRevisions=156969396
653.38	     nbUselessRevisions=123658743  nbAssignments=310872  nbFailedAssignments=161113  nbBacktracks=149617
653.38	     nbVisitedNodes=562256  nbRestartNogoods=221
653.38	       =>  wckTime=650.767  cpuTime=649.14  mem=67M381
1016.37	   
1016.37	   search
1016.37	     run=22  nbConstraintChecks=633137173  nbValidityChecks=1290871934  nbPropagations=19103898  nbRevisions=234322110
1016.37	     nbUselessRevisions=184877516  nbAssignments=465079  nbFailedAssignments=240496  nbBacktracks=224436
1016.37	     nbVisitedNodes=838302  nbRestartNogoods=238
1016.37	       =>  wckTime=1013.748  cpuTime=1011.72  mem=67M381
1486.30	   
1486.30	   search
1486.30	     run=23  nbConstraintChecks=927965189  nbValidityChecks=1899053604  nbPropagations=28700984  nbRevisions=351399242
1486.30	     nbUselessRevisions=277186811  nbAssignments=697716  nbFailedAssignments=360898  nbBacktracks=336663
1486.30	     nbVisitedNodes=1261219  nbRestartNogoods=271
1486.30	       =>  wckTime=1483.681  cpuTime=1481.06  mem=67M381

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-203262-1168073032 -o ROOT/results/node11/solver-203262-1168073032 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203262-1168073032/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.93 1.99 1.95 5/93 27990
/proc/meminfo: memFree=1639704/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=18540 CPUtime=0
/proc/27989/stat : 27989 (runsolver) R 27987 27989 27692 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155698319 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27989/statm: 4635 279 244 17 0 2626 0

[startup+0.102766 s]
/proc/loadavg: 1.93 1.99 1.95 5/93 27990
/proc/meminfo: memFree=1639704/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=914988 CPUtime=0.08
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 2954 0 1 0 7 1 0 0 17 0 8 0 155698319 936947712 2700 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153794886 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228747 2700 1414 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510846 s]
/proc/loadavg: 1.93 1.99 1.95 5/93 27990
/proc/meminfo: memFree=1639704/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915328 CPUtime=0.49
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 7504 0 1 0 44 5 0 0 18 0 8 0 155698319 937295872 7243 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073585823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228832 7243 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33201 s]
/proc/loadavg: 1.93 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1572512/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915328 CPUtime=1.3
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 19098 0 1 0 120 10 0 0 25 0 8 0 155698319 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228832 18836 2149 14 0 215302 0
[pid=27989/tid=27991] ppid=27987 vsize=915328 CPUtime=0.05
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 2681 0 0 0 5 0 0 0 17 0 8 0 155698323 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915328 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915328 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915328 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915328 CPUtime=0.07
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 307 0 0 0 7 0 0 0 16 0 8 0 155698327 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915328 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915328 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937295872 18836 18446744073709551615 134512640 134570532 4294956464 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.98034 s]
/proc/loadavg: 1.93 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1531808/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=2.94
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32677 0 1 0 277 17 0 0 25 0 8 0 155698319 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629987 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32411 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.2
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 367 0 0 0 19 1 0 0 15 0 8 0 155698327 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32411 18446744073709551615 134512640 134570532 4294956464 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) 915424

[startup+6.27599 s]
/proc/loadavg: 1.93 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519392/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=6.21
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32696 0 1 0 604 17 0 0 25 0 8 0 155698319 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32427 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 17 0 8 0 155698323 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.23
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 155698327 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915424

[startup+12.7603 s]
/proc/loadavg: 1.94 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519528/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=12.66
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32706 0 1 0 1249 17 0 0 25 0 8 0 155698319 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32434 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 394 0 0 0 24 1 0 0 15 0 8 0 155698327 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915424

[startup+25.6318 s]
/proc/loadavg: 1.95 1.99 1.95 4/100 27997
/proc/meminfo: memFree=1519656/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=25.47
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32707 0 1 0 2530 17 0 0 25 0 8 0 155698319 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32435 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 17 0 8 0 155698323 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915424

[startup+51.2639 s]
/proc/loadavg: 1.97 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519720/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=50.98
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32708 0 1 0 5080 18 0 0 25 0 8 0 155698319 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770578 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32435 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 915424

[startup+102.522 s]
/proc/loadavg: 1.98 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519784/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=101.99
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32708 0 1 0 10181 18 0 0 25 0 8 0 155698319 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073772187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27989/statm: 228856 32435 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 915424

[startup+162.537 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519784/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=161.71
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32708 0 1 0 16153 18 0 0 25 0 8 0 155698319 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1420.66
Current children cumulated vsize (KiB) 915424

[startup+1483.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1413088/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1480.58
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 148007 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.58
Current children cumulated vsize (KiB) 915424

[startup+1543.14 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1413024/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1540.53
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 154002 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.53
Current children cumulated vsize (KiB) 915424

[startup+1603.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1413088/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1600.49
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 159998 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.49
Current children cumulated vsize (KiB) 915424

[startup+1663.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1413024/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1660.42
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 165991 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073766024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.42
Current children cumulated vsize (KiB) 915424

[startup+1723.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1412960/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1720.38
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 171987 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770578 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.38
Current children cumulated vsize (KiB) 915424

[startup+1783.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1413024/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1780.34
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 177983 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.34
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 28399
/proc/meminfo: memFree=1412960/2055920 swapFree=4192812/4192956
[pid=27989] ppid=27987 vsize=915424 CPUtime=1800.08
/proc/27989/stat : 27989 (java) R 27987 27989 27692 0 -1 0 32709 0 1 0 179957 51 0 0 25 0 8 0 155698319 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27989/statm: 228856 32436 2521 14 0 215326 0
[pid=27989/tid=27991] ppid=27987 vsize=915424 CPUtime=0.43
/proc/27989/task/27991/stat : 27991 (java) S 27987 27989 27692 0 -1 64 15713 0 0 0 38 5 0 0 16 0 8 0 155698323 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27992] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27992/stat : 27992 (java) S 27987 27989 27692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27993] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27993/stat : 27993 (java) S 27987 27989 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155698324 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27994] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27994/stat : 27994 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27995] ppid=27987 vsize=915424 CPUtime=0.25
/proc/27989/task/27995/stat : 27995 (java) S 27987 27989 27692 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27989/tid=27996] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27996/stat : 27996 (java) S 27987 27989 27692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27989/tid=27997] ppid=27987 vsize=915424 CPUtime=0
/proc/27989/task/27997/stat : 27997 (java) S 27987 27989 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155698327 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1803.04
CPU time (s): 1800.14
CPU user time (s): 1799.61
CPU system time (s): 0.538918
CPU usage (%): 99.8394
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.538918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32725
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= 37587
involuntary context switches= 49797

runsolver used 2.33764 s user time and 5.66714 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 08:43:53 UTC 2007


IDJOB= 203262
IDBENCH= 3942
FILE ID= node11/203262-1168073032

PBS_JOBID= 3475731

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203262-1168073032/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-203262-1168073032 -o ROOT/results/node11/solver-203262-1168073032 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203262-1168073032/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4ea31c609811937f9db1536a3a13d935

RANDOM SEED= 385430417

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:       1640120 kB
Buffers:         37816 kB
Cached:         207800 kB
SwapCached:          0 kB
Active:         149444 kB
Inactive:       182064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7572 kB
Writeback:           0 kB
Mapped:         114892 kB
Slab:            68860 kB
Committed_AS:  5079872 kB
PageTables:       2476 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= 66308 MiB



End job on node11 on Sat Jan  6 09:13:56 UTC 2007