Trace number 195767

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.07 1800.73

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-25_ext.xml
MD5SUM3800b8200d03c6dbba9934dfe82f5ea2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark230.554
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/195767-1168069874/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.02	   
1.02	   constraints being loaded...
1.29	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.29	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.29	       =>  wckTime=0.993  cpuTime=0.88  mem=50M819
1.40	   
1.40	   solver IterativeSystematicSolver being built... 
1.56	       =>  wckTime=1.263  cpuTime=1.0  mem=34M592
1.56	   
1.56	   preprocessing
1.56	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.56	     detectedInconsistency=no
1.56	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M592
1.67	   
1.67	   search
1.67	     run=0  nbConstraintChecks=33597  nbValidityChecks=60611  nbPropagations=385  nbRevisions=4204
1.67	     nbUselessRevisions=3315  nbAssignments=27  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=47
1.67	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.67	       =>  wckTime=0.112  cpuTime=0.08  mem=35M583
1.78	   
1.78	   search
1.78	     run=1  nbConstraintChecks=100370  nbValidityChecks=189541  nbPropagations=1406  nbRevisions=16736
1.78	     nbUselessRevisions=13126  nbAssignments=94  nbFailedAssignments=58  nbBacktracks=25  nbVisitedNodes=173
1.78	     nbRestartNogoods=4  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.22  cpuTime=0.18  mem=35M583
1.92	   
1.92	   search
1.92	     run=2  nbConstraintChecks=189107  nbValidityChecks=348716  nbPropagations=3262  nbRevisions=39483
1.92	     nbUselessRevisions=30825  nbAssignments=158  nbFailedAssignments=94  nbBacktracks=48  nbVisitedNodes=285
1.92	     nbRestartNogoods=6  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.358  cpuTime=0.31  mem=35M583
2.02	   
2.02	   search
2.02	     run=3  nbConstraintChecks=258741  nbValidityChecks=495753  nbPropagations=6175  nbRevisions=74280
2.02	     nbUselessRevisions=57938  nbAssignments=243  nbFailedAssignments=139  nbBacktracks=85  nbVisitedNodes=437
2.02	     nbRestartNogoods=13  mapSize=77  nbInferences=0  nbTooLargeKeys=0
2.02	       =>  wckTime=0.463  cpuTime=0.41  mem=35M583
2.26	   
2.26	   search
2.26	     run=4  nbConstraintChecks=429171  nbValidityChecks=826357  nbPropagations=10940  nbRevisions=132429
2.27	     nbUselessRevisions=103196  nbAssignments=408  nbFailedAssignments=248  nbBacktracks=137  nbVisitedNodes=747
2.27	     nbRestartNogoods=14  mapSize=122  nbInferences=0  nbTooLargeKeys=0
2.27	       =>  wckTime=0.706  cpuTime=0.65  mem=35M583
2.52	   
2.52	   search
2.52	     run=5  nbConstraintChecks=598610  nbValidityChecks=1162309  nbPropagations=17852  nbRevisions=215638
2.52	     nbUselessRevisions=168255  nbAssignments=565  nbFailedAssignments=324  nbBacktracks=213  nbVisitedNodes=1033
2.52	     nbRestartNogoods=18  mapSize=193  nbInferences=0  nbTooLargeKeys=0
2.52	       =>  wckTime=0.963  cpuTime=0.91  mem=35M583
2.85	   
2.85	   search
2.85	     run=6  nbConstraintChecks=822837  nbValidityChecks=1590092  nbPropagations=27574  nbRevisions=331772
2.85	     nbUselessRevisions=258884  nbAssignments=796  nbFailedAssignments=435  nbBacktracks=327  nbVisitedNodes=1434
2.85	     nbRestartNogoods=20  mapSize=281  nbInferences=0  nbTooLargeKeys=0
2.85	       =>  wckTime=1.295  cpuTime=1.24  mem=35M583
3.52	   
3.52	   search
3.52	     run=7  nbConstraintChecks=1280542  nbValidityChecks=2454340  nbPropagations=42717  nbRevisions=514825
3.52	     nbUselessRevisions=401939  nbAssignments=1177  nbFailedAssignments=641  nbBacktracks=497  nbVisitedNodes=2145
3.52	     nbRestartNogoods=30  mapSize=442  nbInferences=0  nbTooLargeKeys=0
3.52	       =>  wckTime=1.959  cpuTime=1.9  mem=35M583
4.50	   
4.50	   search
4.50	     run=8  nbConstraintChecks=1981683  nbValidityChecks=3814019  nbPropagations=66071  nbRevisions=794520
4.50	     nbUselessRevisions=620787  nbAssignments=1776  nbFailedAssignments=979  nbBacktracks=753  nbVisitedNodes=3274
4.50	     nbRestartNogoods=39  mapSize=683  nbInferences=0  nbTooLargeKeys=0
4.50	       =>  wckTime=2.945  cpuTime=2.86  mem=35M583
6.12	   
6.12	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=35M583)
6.30	   
6.30	   search
6.31	     run=9  nbConstraintChecks=3290597  nbValidityChecks=6384548  nbPropagations=103283  nbRevisions=1252148
6.31	     nbUselessRevisions=979752  nbAssignments=3027  nbFailedAssignments=1839  nbBacktracks=1137  nbVisitedNodes=5663
6.31	     nbRestartNogoods=47
6.31	       =>  wckTime=4.746  cpuTime=4.65  mem=35M583
7.93	   
7.93	   search
7.93	     run=10  nbConstraintChecks=4447564  nbValidityChecks=8614414  nbPropagations=155385  nbRevisions=1879668
7.93	     nbUselessRevisions=1471321  nbAssignments=4154  nbFailedAssignments=2382  nbBacktracks=1713  nbVisitedNodes=7672
7.93	     nbRestartNogoods=61
7.93	       =>  wckTime=6.369  cpuTime=6.26  mem=35M583
10.53	   
10.53	   search
10.53	     run=11  nbConstraintChecks=6313481  nbValidityChecks=12228250  nbPropagations=230682  nbRevisions=2781735
10.53	     nbUselessRevisions=2177268  nbAssignments=5978  nbFailedAssignments=3335  nbBacktracks=2579  nbVisitedNodes=10967
10.53	     nbRestartNogoods=78
10.53	       =>  wckTime=8.969  cpuTime=8.86  mem=35M583
15.12	   
15.12	   search
15.12	     run=12  nbConstraintChecks=9569755  nbValidityChecks=18758984  nbPropagations=346769  nbRevisions=4164157
15.12	     nbUselessRevisions=3262124  nbAssignments=8962  nbFailedAssignments=5018  nbBacktracks=3877  nbVisitedNodes=16546
15.12	     nbRestartNogoods=81
15.12	       =>  wckTime=13.566  cpuTime=13.45  mem=35M583
22.00	   
22.00	   search
22.00	     run=13  nbConstraintChecks=14584030  nbValidityChecks=28772664  nbPropagations=524521  nbRevisions=6296709
22.00	     nbUselessRevisions=4938469  nbAssignments=14011  nbFailedAssignments=8115  nbBacktracks=5824  nbVisitedNodes=26024
22.00	     nbRestartNogoods=88
22.00	       =>  wckTime=20.438  cpuTime=20.32  mem=35M583
30.90	   
30.90	   search
30.90	     run=14  nbConstraintChecks=20994564  nbValidityChecks=41515741  nbPropagations=784770  nbRevisions=9376647
30.90	     nbUselessRevisions=7356778  nbAssignments=20137  nbFailedAssignments=11315  nbBacktracks=8745  nbVisitedNodes=37321
30.90	     nbRestartNogoods=107
30.90	       =>  wckTime=29.342  cpuTime=29.22  mem=35M583
48.52	   
48.52	   search
48.52	     run=15  nbConstraintChecks=33825964  nbValidityChecks=65548098  nbPropagations=1179827  nbRevisions=14107234
48.52	     nbUselessRevisions=11070280  nbAssignments=29967  nbFailedAssignments=16761  nbBacktracks=13123
48.52	     nbVisitedNodes=55565  nbRestartNogoods=123
48.52	       =>  wckTime=46.965  cpuTime=46.83  mem=35M583
69.26	   
69.26	   search
69.26	     run=16  nbConstraintChecks=48635223  nbValidityChecks=95455809  nbPropagations=1765192  nbRevisions=20998957
69.26	     nbUselessRevisions=16471531  nbAssignments=44619  nbFailedAssignments=24838  nbBacktracks=19691
69.26	     nbVisitedNodes=82673  nbRestartNogoods=141
69.26	       =>  wckTime=67.706  cpuTime=67.57  mem=35M583
110.08	   
110.08	   search
110.08	     run=17  nbConstraintChecks=78629901  nbValidityChecks=154014762  nbPropagations=2685192  nbRevisions=32010885
110.08	     nbUselessRevisions=25101285  nbAssignments=72683  nbFailedAssignments=43044  nbBacktracks=29543
110.08	     nbVisitedNodes=135913  nbRestartNogoods=162
110.08	       =>  wckTime=108.519  cpuTime=108.37  mem=35M583
156.41	   
156.41	   search
156.41	     run=18  nbConstraintChecks=111652089  nbValidityChecks=219637314  nbPropagations=4020474  nbRevisions=47775261
156.41	     nbUselessRevisions=37420667  nbAssignments=104876  nbFailedAssignments=60452  nbBacktracks=44321
156.41	     nbVisitedNodes=194774  nbRestartNogoods=186
156.41	       =>  wckTime=154.848  cpuTime=154.68  mem=35M583
230.05	   
230.05	   search
230.05	     run=19  nbConstraintChecks=164507422  nbValidityChecks=325577991  nbPropagations=6025213  nbRevisions=71189644
230.05	     nbUselessRevisions=55693566  nbAssignments=156009  nbFailedAssignments=89412  nbBacktracks=66490
230.05	     nbVisitedNodes=289650  nbRestartNogoods=209
230.05	       =>  wckTime=228.496  cpuTime=228.31  mem=35M583
358.39	   
358.39	   search
358.39	     run=20  nbConstraintChecks=256879841  nbValidityChecks=505684962  nbPropagations=9065141  nbRevisions=107245838
358.39	     nbUselessRevisions=83864805  nbAssignments=236750  nbFailedAssignments=136896  nbBacktracks=99743
358.39	     nbVisitedNodes=440167  nbRestartNogoods=223
358.39	       =>  wckTime=356.83  cpuTime=356.61  mem=35M583
512.62	   
512.62	   search
512.62	     run=21  nbConstraintChecks=366334263  nbValidityChecks=723570572  nbPropagations=13505083  nbRevisions=159226531
512.62	     nbUselessRevisions=124422557  nbAssignments=343981  nbFailedAssignments=194243  nbBacktracks=149622
512.62	     nbVisitedNodes=636207  nbRestartNogoods=246
512.62	       =>  wckTime=511.058  cpuTime=510.79  mem=35M583
820.08	   
820.08	   search
820.08	     run=22  nbConstraintChecks=589230103  nbValidityChecks=1162175547  nbPropagations=20401810  nbRevisions=241548070
820.08	     nbUselessRevisions=188758548  nbAssignments=544842  nbFailedAssignments=320281  nbBacktracks=224440
820.08	     nbVisitedNodes=1013355  nbRestartNogoods=272
820.08	       =>  wckTime=818.522  cpuTime=818.07  mem=35M583
1211.20	   
1211.20	   search
1211.20	     run=23  nbConstraintChecks=870526340  nbValidityChecks=1717228102  nbPropagations=30665706  nbRevisions=362878097
1211.20	     nbUselessRevisions=283483790  nbAssignments=801378  nbFailedAssignments=464583  nbBacktracks=336669
1211.20	     nbVisitedNodes=1487259  nbRestartNogoods=303
1211.20	       =>  wckTime=1209.647  cpuTime=1209.07  mem=35M583

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/node59/watcher-195767-1168069874 -o ROOT/results/node59/solver-195767-1168069874 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195767-1168069874/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.82 0.95 0.98 4/65 23287
/proc/meminfo: memFree=1554056/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=172 CPUtime=0
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155385321 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 9285931 0 0 4096 0 0 0 0 17 1 0 0
/proc/23286/statm: 43 24 18 14 0 3 0

[startup+0.103301 s]
/proc/loadavg: 0.82 0.95 0.98 4/65 23287
/proc/meminfo: memFree=1554056/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=914988 CPUtime=0.09
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 3072 0 1 0 8 1 0 0 16 0 8 0 155385321 936947712 2818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228747 2818 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511339 s]
/proc/loadavg: 0.82 0.95 0.98 4/65 23287
/proc/meminfo: memFree=1554056/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915328 CPUtime=0.49
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 8140 0 1 0 45 4 0 0 17 0 8 0 155385321 937295872 7879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228832 7880 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33244 s]
/proc/loadavg: 0.84 0.95 0.98 2/72 23294
/proc/meminfo: memFree=1487056/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1.31
/proc/23286/stat : 23286 (java) S 23284 23286 22681 0 -1 0 19146 0 1 0 123 8 0 0 17 0 8 0 155385321 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 18884 2170 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.09
/proc/23286/task/23288/stat : 23288 (java) R 23284 23286 22681 0 -1 64 2657 0 0 0 9 0 0 0 17 0 8 0 155385324 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152889163 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155385325 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155385325 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.08
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 323 0 0 0 8 0 0 0 16 0 8 0 155385328 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 18884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915420

[startup+2.98461 s]
/proc/loadavg: 0.84 0.95 0.98 2/72 23294
/proc/meminfo: memFree=1470672/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=2.96
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23551 0 1 0 285 11 0 0 17 0 8 0 155385321 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782229 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23286 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.18
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 373 0 0 0 17 1 0 0 15 0 8 0 155385328 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915420

[startup+6.27697 s]
/proc/loadavg: 0.84 0.95 0.98 2/72 23294
/proc/meminfo: memFree=1470480/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=6.24
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23569 0 1 0 613 11 0 0 17 0 8 0 155385321 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23301 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.21
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 155385328 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915420

[startup+12.7507 s]
/proc/loadavg: 0.86 0.95 0.98 2/72 23294
/proc/meminfo: memFree=1470480/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=12.71
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23573 0 1 0 1260 11 0 0 25 0 8 0 155385321 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23304 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915420

[startup+25.5801 s]
/proc/loadavg: 0.88 0.95 0.98 2/72 23294
/proc/meminfo: memFree=1470608/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=25.53
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23573 0 1 0 2542 11 0 0 25 0 8 0 155385321 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23304 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915420

[startup+51.2609 s]
/proc/loadavg: 0.92 0.96 0.98 3/72 23294
/proc/meminfo: memFree=1470800/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=51.2
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 5109 11 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073768803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915420

[startup+102.511 s]
/proc/loadavg: 0.97 0.96 0.98 2/72 23294
/proc/meminfo: memFree=1470864/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=102.44
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 10233 11 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 915420

[startup+162.593 s]
/proc/loadavg: 0.99 0.97 0.98 2/72 23294
/proc/meminfo: memFree=1470800/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=162.5
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 16239 11 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757593 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.79
Current children cumulated vsize (KiB) 915420

[startup+1484.44 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23492
/proc/meminfo: memFree=1470680/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1483.86
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 148373 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.86
Current children cumulated vsize (KiB) 915420

[startup+1544.52 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23492
/proc/meminfo: memFree=1470616/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1543.93
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 154380 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.93
Current children cumulated vsize (KiB) 915420

[startup+1604.61 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23492
/proc/meminfo: memFree=1470680/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1604
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 160387 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604
Current children cumulated vsize (KiB) 915420

[startup+1664.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23494
/proc/meminfo: memFree=1470424/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1664.06
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 166393 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757620 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.06
Current children cumulated vsize (KiB) 915420

[startup+1724.78 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23494
/proc/meminfo: memFree=1470424/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1724.13
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 172400 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.13
Current children cumulated vsize (KiB) 915420

[startup+1784.86 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23494
/proc/meminfo: memFree=1470424/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1784.19
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 178406 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628046 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.19
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 23494
/proc/meminfo: memFree=1470488/2055920 swapFree=4192812/4192956
[pid=23286] ppid=23284 vsize=915420 CPUtime=1800.01
/proc/23286/stat : 23286 (java) R 23284 23286 22681 0 -1 0 23576 0 1 0 179988 13 0 0 25 0 8 0 155385321 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 228855 23306 2521 14 0 215325 0
[pid=23286/tid=23288] ppid=23284 vsize=915420 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23284 23286 22681 0 -1 64 6585 0 0 0 14 1 0 0 16 0 8 0 155385324 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23289] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23284 23286 22681 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23290] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23284 23286 22681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155385325 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23291] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23292] ppid=23284 vsize=915420 CPUtime=0.22
/proc/23286/task/23292/stat : 23292 (java) S 23284 23286 22681 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23286/tid=23294] ppid=23284 vsize=915420 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23284 23286 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155385328 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1800.73
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.151976
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23592
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= 37263
involuntary context switches= 3067

runsolver used 1.90271 s user time and 4.48732 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 07:51:14 UTC 2007


IDJOB= 195767
IDBENCH= 3300
FILE ID= node59/195767-1168069874

PBS_JOBID= 3475932

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3800b8200d03c6dbba9934dfe82f5ea2

RANDOM SEED= 989489857

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:       1554472 kB
Buffers:         43876 kB
Cached:         368068 kB
SwapCached:          0 kB
Active:          55128 kB
Inactive:       372080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4760 kB
Writeback:           0 kB
Mapped:          25436 kB
Slab:            60188 kB
Committed_AS:  2848480 kB
PageTables:       1472 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= 66547 MiB



End job on node59 on Sat Jan  6 08:21:15 UTC 2007