Trace number 206775

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.17 1801.37

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-7_ext.xml
MD5SUMc50a68ea1c412f5e316347785e506ff7
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/206775-1168074062/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.41	       =>  wckTime=0.092  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
1.51	   
1.51	   constraints being loaded...
2.23	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.23	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.23	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.23	       =>  wckTime=1.91  cpuTime=1.5  mem=58M120
2.38	   
2.38	   solver IterativeSystematicSolver being built... 
2.53	       =>  wckTime=2.218  cpuTime=1.63  mem=65M858
2.54	   
2.54	   preprocessing
2.54	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.54	     detectedInconsistency=no
2.54	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M858
2.67	   
2.67	   search
2.67	     run=0  nbConstraintChecks=45643  nbValidityChecks=83286  nbPropagations=382  nbRevisions=4414
2.67	     nbUselessRevisions=3621  nbAssignments=32  nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=55
2.67	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.67	       =>  wckTime=0.135  cpuTime=0.11  mem=65M858
2.77	   
2.77	   search
2.77	     run=1  nbConstraintChecks=104928  nbValidityChecks=194313  nbPropagations=1263  nbRevisions=15150
2.77	     nbUselessRevisions=12221  nbAssignments=73  nbFailedAssignments=32  nbBacktracks=25  nbVisitedNodes=125
2.77	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
2.77	       =>  wckTime=0.238  cpuTime=0.2  mem=65M858
2.88	   
2.88	   search
2.88	     run=2  nbConstraintChecks=161237  nbValidityChecks=308222  nbPropagations=2783  nbRevisions=33615
2.88	     nbUselessRevisions=27085  nbAssignments=131  nbFailedAssignments=61  nbBacktracks=48  nbVisitedNodes=226
2.88	     nbRestartNogoods=7  mapSize=45  nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=0.344  cpuTime=0.3  mem=65M858
3.06	   
3.06	   search
3.06	     run=3  nbConstraintChecks=275820  nbValidityChecks=535154  nbPropagations=5471  nbRevisions=66458
3.06	     nbUselessRevisions=53433  nbAssignments=213  nbFailedAssignments=102  nbBacktracks=81  nbVisitedNodes=372
3.06	     nbRestartNogoods=9  mapSize=74  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=0.527  cpuTime=0.48  mem=65M858
3.35	   
3.35	   search
3.35	     run=4  nbConstraintChecks=460553  nbValidityChecks=903849  nbPropagations=10040  nbRevisions=122462
3.35	     nbUselessRevisions=98110  nbAssignments=348  nbFailedAssignments=178  nbBacktracks=131  nbVisitedNodes=621
3.35	     nbRestartNogoods=11  mapSize=119  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=0.814  cpuTime=0.76  mem=65M858
3.73	   
3.73	   search
3.73	     run=5  nbConstraintChecks=702001  nbValidityChecks=1392074  nbPropagations=17325  nbRevisions=212236
3.73	     nbUselessRevisions=169426  nbAssignments=552  nbFailedAssignments=302  nbBacktracks=206  nbVisitedNodes=998
3.73	     nbRestartNogoods=24  mapSize=184  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=1.199  cpuTime=1.14  mem=65M858
4.36	   
4.36	   search
4.36	     run=6  nbConstraintChecks=1098039  nbValidityChecks=2209842  nbPropagations=28654  nbRevisions=354893
4.36	     nbUselessRevisions=282928  nbAssignments=874  nbFailedAssignments=504  nbBacktracks=319  nbVisitedNodes=1603
4.36	     nbRestartNogoods=25  mapSize=290  nbInferences=0  nbTooLargeKeys=0
4.36	       =>  wckTime=1.824  cpuTime=1.76  mem=65M858
5.08	   
5.08	   search
5.08	     run=7  nbConstraintChecks=1554242  nbValidityChecks=3141789  nbPropagations=44960  nbRevisions=563647
5.08	     nbUselessRevisions=449918  nbAssignments=1276  nbFailedAssignments=726  nbBacktracks=491  nbVisitedNodes=2326
5.08	     nbRestartNogoods=28  mapSize=428  nbInferences=0  nbTooLargeKeys=0
5.08	       =>  wckTime=2.546  cpuTime=2.48  mem=65M858
6.30	   
6.30	   search
6.30	     run=8  nbConstraintChecks=2328657  nbValidityChecks=4683126  nbPropagations=69370  nbRevisions=878254
6.30	     nbUselessRevisions=701380  nbAssignments=1877  nbFailedAssignments=1063  nbBacktracks=747  nbVisitedNodes=3432
6.30	     nbRestartNogoods=40  mapSize=657  nbInferences=0  nbTooLargeKeys=0
6.30	       =>  wckTime=3.764  cpuTime=3.69  mem=65M858
8.15	   
8.15	   search
8.15	     run=9  nbConstraintChecks=3578932  nbValidityChecks=7137566  nbPropagations=104821  nbRevisions=1330023
8.15	     nbUselessRevisions=1061057  nbAssignments=2752  nbFailedAssignments=1544  nbBacktracks=1132  nbVisitedNodes=5042
8.15	     nbRestartNogoods=48  mapSize=986  nbInferences=0  nbTooLargeKeys=0
8.15	       =>  wckTime=5.609  cpuTime=5.52  mem=66M850
8.27	   
8.27	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=66M850)
11.19	   
11.19	   search
11.19	     run=10  nbConstraintChecks=5645873  nbValidityChecks=11179170  nbPropagations=159603  nbRevisions=2024480
11.19	     nbUselessRevisions=1612708  nbAssignments=4289  nbFailedAssignments=2497  nbBacktracks=1708  nbVisitedNodes=7964
11.19	     nbRestartNogoods=60
11.19	       =>  wckTime=8.658  cpuTime=8.56  mem=66M850
14.91	   
14.91	   search
14.91	     run=11  nbConstraintChecks=8151261  nbValidityChecks=16105449  nbPropagations=238826  nbRevisions=3023569
14.91	     nbUselessRevisions=2406464  nbAssignments=6241  nbFailedAssignments=3575  nbBacktracks=2576  nbVisitedNodes=11496
14.91	     nbRestartNogoods=71
14.91	       =>  wckTime=12.37  cpuTime=12.28  mem=66M850
20.31	   
20.31	   search
20.31	     run=12  nbConstraintChecks=11773748  nbValidityChecks=23236923  nbPropagations=354834  nbRevisions=4500119
20.31	     nbUselessRevisions=3587002  nbAssignments=9476  nbFailedAssignments=5505  nbBacktracks=3874  nbVisitedNodes=17540
20.31	     nbRestartNogoods=79
20.31	       =>  wckTime=17.77  cpuTime=17.67  mem=66M850
29.32	   
29.32	   search
29.32	     run=13  nbConstraintChecks=17855299  nbValidityChecks=34668244  nbPropagations=519733  nbRevisions=6592507
29.32	     nbUselessRevisions=5259785  nbAssignments=13592  nbFailedAssignments=7668  nbBacktracks=5820  nbVisitedNodes=24856
29.32	     nbRestartNogoods=89
29.32	       =>  wckTime=26.786  cpuTime=26.69  mem=66M850
43.44	   
43.44	   search
43.44	     run=14  nbConstraintChecks=27164645  nbValidityChecks=53399171  nbPropagations=778700  nbRevisions=9907069
43.44	     nbUselessRevisions=7905551  nbAssignments=20809  nbFailedAssignments=11959  nbBacktracks=8739  nbVisitedNodes=38315
43.44	     nbRestartNogoods=98
43.44	       =>  wckTime=40.907  cpuTime=40.78  mem=66M850
60.53	   
60.53	   search
60.53	     run=15  nbConstraintChecks=38636762  nbValidityChecks=75877606  nbPropagations=1152468  nbRevisions=14653184
60.53	     nbUselessRevisions=11687246  nbAssignments=29819  nbFailedAssignments=16584  nbBacktracks=13117
60.53	     nbVisitedNodes=54426  nbRestartNogoods=112
60.53	       =>  wckTime=57.989  cpuTime=57.86  mem=66M850
93.14	   
93.14	   search
93.14	     run=16  nbConstraintChecks=60225232  nbValidityChecks=118944668  nbPropagations=1726993  nbRevisions=22024692
93.14	     nbUselessRevisions=17577439  nbAssignments=45802  nbFailedAssignments=25992  nbBacktracks=19686
93.14	     nbVisitedNodes=84355  nbRestartNogoods=124
93.14	       =>  wckTime=90.604  cpuTime=90.45  mem=66M850
140.45	   
140.45	   search
140.45	     run=17  nbConstraintChecks=91688985  nbValidityChecks=181054122  nbPropagations=2582691  nbRevisions=33097114
140.45	     nbUselessRevisions=26429192  nbAssignments=67351  nbFailedAssignments=37682  nbBacktracks=29538
140.45	     nbVisitedNodes=123625  nbRestartNogoods=132
140.45	       =>  wckTime=137.911  cpuTime=137.73  mem=66M850
214.16	   
214.16	   search
214.16	     run=18  nbConstraintChecks=140377034  nbValidityChecks=278888934  nbPropagations=3950610  nbRevisions=50771943
214.16	     nbUselessRevisions=40509931  nbAssignments=104946  nbFailedAssignments=60491  nbBacktracks=44316
214.16	     nbVisitedNodes=194190  nbRestartNogoods=143
214.16	       =>  wckTime=211.622  cpuTime=211.39  mem=66M850
307.27	   
307.27	   search
307.27	     run=19  nbConstraintChecks=203329404  nbValidityChecks=402631848  nbPropagations=5922829  nbRevisions=76303694
307.27	     nbUselessRevisions=60927910  nbAssignments=157124  nbFailedAssignments=90493  nbBacktracks=66484
307.27	     nbVisitedNodes=290197  nbRestartNogoods=164
307.27	       =>  wckTime=304.736  cpuTime=304.44  mem=66M850
457.12	   
457.12	   search
457.12	     run=20  nbConstraintChecks=305012670  nbValidityChecks=596753768  nbPropagations=8749570  nbRevisions=112797111
457.12	     nbUselessRevisions=90113525  nbAssignments=228351  nbFailedAssignments=128459  nbBacktracks=99736
457.12	     nbVisitedNodes=417695  nbRestartNogoods=181
457.12	       =>  wckTime=454.582  cpuTime=454.2  mem=66M850
722.33	   
722.33	   search
722.33	     run=21  nbConstraintChecks=480711812  nbValidityChecks=949723484  nbPropagations=13347260  nbRevisions=172395050
722.33	     nbUselessRevisions=137671198  nbAssignments=358561  nbFailedAssignments=208782  nbBacktracks=149616
722.33	     nbVisitedNodes=664226  nbRestartNogoods=207
722.33	       =>  wckTime=719.792  cpuTime=719.25  mem=66M850
1056.32	   
1056.32	   search
1056.32	     run=22  nbConstraintChecks=704447624  nbValidityChecks=1393043589  nbPropagations=20080174  nbRevisions=259542926
1056.32	     nbUselessRevisions=207375157  nbAssignments=538693  nbFailedAssignments=314089  nbBacktracks=224435
1056.32	     nbVisitedNodes=996480  nbRestartNogoods=233
1056.32	       =>  wckTime=1053.782  cpuTime=1053.04  mem=66M850
1550.71	   
1550.71	   search
1550.71	     run=23  nbConstraintChecks=1035944302  nbValidityChecks=2034925563  nbPropagations=29822536  nbRevisions=385158680
1550.71	     nbUselessRevisions=307827888  nbAssignments=777756  nbFailedAssignments=440915  nbBacktracks=336663
1550.71	     nbVisitedNodes=1426530  nbRestartNogoods=246
1550.71	       =>  wckTime=1548.17  cpuTime=1547.11  mem=66M850

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/node40/watcher-206775-1168074062 -o ROOT/results/node40/solver-206775-1168074062 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206775-1168074062/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: 0.92 0.98 0.99 3/71 26555
/proc/meminfo: memFree=1752488/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=168 CPUtime=0
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 155805629 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6910251 0 0 4096 0 0 0 0 17 1 0 0
/proc/26554/statm: 42 23 18 14 0 2 0

[startup+0.103617 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 26555
/proc/meminfo: memFree=1752488/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=911488 CPUtime=0.06
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 2619 0 1 0 5 1 0 0 16 0 8 0 155805629 933363712 2366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153558494 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 227872 2366 1279 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.511671 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 26555
/proc/meminfo: memFree=1752488/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915328 CPUtime=0.47
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 7811 0 1 0 43 4 0 0 17 0 8 0 155805629 937295872 7550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073456091 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228832 7550 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33276 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26562
/proc/meminfo: memFree=1685360/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915328 CPUtime=1.28
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 19100 0 1 0 117 11 0 0 19 0 8 0 155805629 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26554/statm: 228832 18838 2149 14 0 215302 0
[pid=26554/tid=26556] ppid=26552 vsize=915328 CPUtime=0.05
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 2682 0 0 0 4 1 0 0 17 0 8 0 155805635 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915328 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915328 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915328 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915328 CPUtime=0.08
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 309 0 0 0 8 0 0 0 16 0 8 0 155805639 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915328 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915328 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915328

[startup+2.98117 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26600
/proc/meminfo: memFree=1644128/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=2.9
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32562 0 1 0 272 18 0 0 17 0 8 0 155805629 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629919 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32296 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.21
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 380 0 0 0 20 1 0 0 16 0 8 0 155805639 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915440

[startup+6.18159 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26602
/proc/meminfo: memFree=1632672/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=6.1
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32580 0 1 0 591 19 0 0 16 0 8 0 155805629 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32310 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 17 0 8 0 155805635 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.23
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 155805639 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915440

[startup+12.6554 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26610
/proc/meminfo: memFree=1632616/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=12.57
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32590 0 1 0 1236 21 0 0 21 0 8 0 155805629 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32317 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.24
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915440

[startup+25.5041 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26644
/proc/meminfo: memFree=1632808/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=25.42
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32590 0 1 0 2517 25 0 0 25 0 8 0 155805629 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32317 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.24
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915440

[startup+51.1074 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 26682
/proc/meminfo: memFree=1632752/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=50.99
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32590 0 1 0 5071 28 0 0 25 0 8 0 155805629 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073667060 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32317 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.24
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 915440

[startup+102.403 s]
/proc/loadavg: 0.98 0.98 0.99 2/72 26734
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=102.26
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32590 0 1 0 10192 34 0 0 25 0 8 0 155805629 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32317 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.24
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 915440

[startup+162.423 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 26734
/proc/meminfo: memFree=1633832/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=162.25
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32591 0 1 0 16191 34 0 0 25 0 8 0 155805629 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802770 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.72 s]
/proc/loadavg: 1.00 1.01 1.00 2/72 26736
/proc/meminfo: memFree=1633832/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1481.71
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 148136 35 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 915440

[startup+1542.73 s]
/proc/loadavg: 1.06 1.02 1.00 2/72 26736
/proc/meminfo: memFree=1633832/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1541.69
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 154134 35 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 915440

[startup+1602.74 s]
/proc/loadavg: 1.02 1.02 1.00 2/72 26736
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1601.67
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 160131 36 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807515 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 915440

[startup+1662.75 s]
/proc/loadavg: 1.01 1.01 1.00 2/72 26736
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1661.64
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 166128 36 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073667039 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 915440

[startup+1722.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26736
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1721.62
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 172126 36 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 915440

[startup+1782.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26736
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1781.6
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 178124 36 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807467 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26736
/proc/meminfo: memFree=1633768/2055920 swapFree=4192812/4192956
[pid=26554] ppid=26552 vsize=915440 CPUtime=1800.1
/proc/26554/stat : 26554 (java) R 26552 26554 25812 0 -1 0 32592 0 1 0 179974 36 0 0 25 0 8 0 155805629 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26554/statm: 228860 32318 2521 14 0 215330 0
[pid=26554/tid=26556] ppid=26552 vsize=915440 CPUtime=0.43
/proc/26554/task/26556/stat : 26556 (java) S 26552 26554 25812 0 -1 64 15584 0 0 0 37 6 0 0 16 0 8 0 155805635 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26557] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26557/stat : 26557 (java) S 26552 26554 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26558] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26558/stat : 26558 (java) S 26552 26554 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155805636 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26559] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26559/stat : 26559 (java) S 26552 26554 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26560] ppid=26552 vsize=915440 CPUtime=0.25
/proc/26554/task/26560/stat : 26560 (java) S 26552 26554 25812 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26554/tid=26561] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26561/stat : 26561 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26554/tid=26562] ppid=26552 vsize=915440 CPUtime=0
/proc/26554/task/26562/stat : 26562 (java) S 26552 26554 25812 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155805639 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1801.37
CPU time (s): 1800.17
CPU user time (s): 1799.79
CPU system time (s): 0.382941
CPU usage (%): 99.9337
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32608
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= 37300
involuntary context switches= 33190

runsolver used 1.46578 s user time and 4.96924 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Jan  6 09:01:03 UTC 2007


IDJOB= 206775
IDBENCH= 4234
FILE ID= node40/206775-1168074062

PBS_JOBID= 3475914

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c50a68ea1c412f5e316347785e506ff7

RANDOM SEED= 102792019

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.239
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.239
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:       1752904 kB
Buffers:         19084 kB
Cached:         196884 kB
SwapCached:          0 kB
Active:          65288 kB
Inactive:       167272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7608 kB
Writeback:           0 kB
Mapped:          27208 kB
Slab:            56112 kB
Committed_AS:  2922232 kB
PageTables:       1648 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= 66539 MiB



End job on node40 on Sat Jan  6 09:31:04 UTC 2007