Trace number 200051

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.14 1801.94

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM7c0b05f7f42ae11b3693dc048764a611
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 benchmark62.4135
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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/200051-1168071893/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.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.90	   
0.90	   constraints being loaded...
1.21	     nbConstraints=72  nbRelationTypes=72  nbExtensionStructures=72  nbSharedExtensionStructures=0
1.21	     nbConflictsStructures=72  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.21	       =>  wckTime=0.915  cpuTime=0.79  mem=43M965
1.31	   
1.31	   solver IterativeSystematicSolver being built... 
1.47	       =>  wckTime=1.177  cpuTime=0.92  mem=33M57
1.48	   
1.48	   preprocessing
1.48	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.48	     detectedInconsistency=no
1.48	       =>  wckTime=0.0030  cpuTime=0.0  mem=33M57
1.59	   
1.59	   search
1.59	     run=0  nbConstraintChecks=34028  nbValidityChecks=62056  nbPropagations=400  nbRevisions=4648
1.59	     nbUselessRevisions=3697  nbAssignments=33  nbFailedAssignments=15  nbBacktracks=11  nbVisitedNodes=55
1.59	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.113  cpuTime=0.08  mem=34M98
1.65	   
1.65	   search
1.65	     run=1  nbConstraintChecks=71243  nbValidityChecks=128607  nbPropagations=1186  nbRevisions=13515
1.65	     nbUselessRevisions=10701  nbAssignments=70  nbFailedAssignments=29  nbBacktracks=27  nbVisitedNodes=114
1.65	     nbRestartNogoods=4  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.177  cpuTime=0.14  mem=34M98
1.75	   
1.75	   search
1.75	     run=2  nbConstraintChecks=131322  nbValidityChecks=252705  nbPropagations=2678  nbRevisions=30753
1.75	     nbUselessRevisions=24255  nbAssignments=131  nbFailedAssignments=62  nbBacktracks=49  nbVisitedNodes=222
1.75	     nbRestartNogoods=9  mapSize=38  nbInferences=0  nbTooLargeKeys=0
1.75	       =>  wckTime=0.279  cpuTime=0.25  mem=34M98
1.86	   
1.86	   search
1.86	     run=3  nbConstraintChecks=204604  nbValidityChecks=391326  nbPropagations=4917  nbRevisions=57068
1.86	     nbUselessRevisions=44936  nbAssignments=203  nbFailedAssignments=95  nbBacktracks=83  nbVisitedNodes=343
1.86	     nbRestartNogoods=12  mapSize=63  nbInferences=0  nbTooLargeKeys=0
1.86	       =>  wckTime=0.39  cpuTime=0.35  mem=34M98
2.24	   
2.24	   search
2.24	     run=4  nbConstraintChecks=465362  nbValidityChecks=905940  nbPropagations=9673  nbRevisions=114297
2.24	     nbUselessRevisions=89351  nbAssignments=392  nbFailedAssignments=228  nbBacktracks=134  nbVisitedNodes=708
2.24	     nbRestartNogoods=16  mapSize=112  nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=0.763  cpuTime=0.72  mem=34M98
2.50	   
2.50	   search
2.50	     run=5  nbConstraintChecks=661734  nbValidityChecks=1282853  nbPropagations=16570  nbRevisions=197883
2.50	     nbUselessRevisions=154767  nbAssignments=578  nbFailedAssignments=332  nbBacktracks=213  nbVisitedNodes=1047
2.50	     nbRestartNogoods=40  mapSize=183  nbInferences=0  nbTooLargeKeys=0
2.50	       =>  wckTime=1.03  cpuTime=0.98  mem=34M98
3.02	   
3.02	   search
3.02	     run=6  nbConstraintChecks=1035375  nbValidityChecks=2019140  nbPropagations=27697  nbRevisions=328763
3.02	     nbUselessRevisions=257205  nbAssignments=904  nbFailedAssignments=539  nbBacktracks=327  nbVisitedNodes=1656
3.02	     nbRestartNogoods=41  mapSize=284  nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=1.545  cpuTime=1.49  mem=34M98
3.77	   
3.77	   search
3.77	     run=7  nbConstraintChecks=1600800  nbValidityChecks=3116591  nbPropagations=44387  nbRevisions=528384
3.77	     nbUselessRevisions=413867  nbAssignments=1333  nbFailedAssignments=791  nbBacktracks=499  nbVisitedNodes=2455
3.77	     nbRestartNogoods=49  mapSize=445  nbInferences=0  nbTooLargeKeys=0
3.77	       =>  wckTime=2.296  cpuTime=2.24  mem=34M98
4.79	   
4.79	   search
4.79	     run=8  nbConstraintChecks=2332825  nbValidityChecks=4599567  nbPropagations=69749  nbRevisions=826524
4.79	     nbUselessRevisions=647207  nbAssignments=2029  nbFailedAssignments=1225  nbBacktracks=755  nbVisitedNodes=3743
4.79	     nbRestartNogoods=52  mapSize=653  nbInferences=0  nbTooLargeKeys=0
4.79	       =>  wckTime=3.317  cpuTime=3.25  mem=34M98
6.72	   
6.72	   search
6.72	     run=9  nbConstraintChecks=3920048  nbValidityChecks=7625271  nbPropagations=109366  nbRevisions=1300422
6.72	     nbUselessRevisions=1018120  nbAssignments=3119  nbFailedAssignments=1925  nbBacktracks=1139  nbVisitedNodes=5838
6.72	     nbRestartNogoods=62  mapSize=1026  nbInferences=0  nbTooLargeKeys=0
6.72	       =>  wckTime=5.252  cpuTime=5.17  mem=34M98
6.77	   
6.77	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=34M98)
8.41	   
8.41	   search
8.41	     run=10  nbConstraintChecks=5268920  nbValidityChecks=10196053  nbPropagations=164086  nbRevisions=1954694
8.41	     nbUselessRevisions=1533064  nbAssignments=4346  nbFailedAssignments=2570  nbBacktracks=1715  nbVisitedNodes=8052
8.41	     nbRestartNogoods=77
8.41	       =>  wckTime=6.934  cpuTime=6.84  mem=34M98
12.35	   
12.35	   search
12.35	     run=11  nbConstraintChecks=8269266  nbValidityChecks=16114132  nbPropagations=251539  nbRevisions=2983856
12.35	     nbUselessRevisions=2341235  nbAssignments=6771  nbFailedAssignments=4125  nbBacktracks=2580  nbVisitedNodes=12615
12.35	     nbRestartNogoods=81
12.35	       =>  wckTime=10.875  cpuTime=10.76  mem=34M98
18.63	   
18.63	   search
18.63	     run=12  nbConstraintChecks=13478230  nbValidityChecks=26064059  nbPropagations=386821  nbRevisions=4598278
18.63	     nbUselessRevisions=3608596  nbAssignments=10450  nbFailedAssignments=6502  nbBacktracks=3877  nbVisitedNodes=19685
18.63	     nbRestartNogoods=88
18.63	       =>  wckTime=17.159  cpuTime=17.04  mem=34M98
24.61	   
24.61	   search
24.61	     run=13  nbConstraintChecks=18243592  nbValidityChecks=35359677  nbPropagations=577755  nbRevisions=6877959
24.61	     nbUselessRevisions=5405282  nbAssignments=14725  nbFailedAssignments=8826  nbBacktracks=5824  nbVisitedNodes=27552
24.61	     nbRestartNogoods=106
24.61	       =>  wckTime=23.134  cpuTime=23.02  mem=34M98
36.13	   
36.13	   search
36.13	     run=14  nbConstraintChecks=27251096  nbValidityChecks=52944394  nbPropagations=861619  nbRevisions=10254028
36.13	     nbUselessRevisions=8060984  nbAssignments=21858  nbFailedAssignments=13034  nbBacktracks=8744  nbVisitedNodes=40789
36.13	     nbRestartNogoods=115
36.13	       =>  wckTime=34.658  cpuTime=34.53  mem=34M98
48.72	   
48.72	   search
48.72	     run=15  nbConstraintChecks=37344700  nbValidityChecks=72316008  nbPropagations=1259213  nbRevisions=14984774
48.72	     nbUselessRevisions=11791469  nbAssignments=30906  nbFailedAssignments=17699  nbBacktracks=13122
48.72	     nbVisitedNodes=57164  nbRestartNogoods=133
48.72	       =>  wckTime=47.244  cpuTime=47.1  mem=34M98
68.57	   
68.57	   search
68.57	     run=16  nbConstraintChecks=53118375  nbValidityChecks=100887314  nbPropagations=1805572  nbRevisions=21398975
68.57	     nbUselessRevisions=16839971  nbAssignments=43911  nbFailedAssignments=24129  nbBacktracks=19691
68.57	     nbVisitedNodes=80127  nbRestartNogoods=146
68.57	       =>  wckTime=67.095  cpuTime=66.94  mem=34M98
114.55	   
114.55	   search
114.55	     run=17  nbConstraintChecks=90119854  nbValidityChecks=173363961  nbPropagations=2719276  nbRevisions=32214712
114.55	     nbUselessRevisions=25314206  nbAssignments=70937  nbFailedAssignments=41298  nbBacktracks=29543
114.55	     nbVisitedNodes=131863  nbRestartNogoods=158
114.55	       =>  wckTime=113.081  cpuTime=112.88  mem=34M98
160.32	   
160.32	   search
160.32	     run=18  nbConstraintChecks=126296837  nbValidityChecks=244552023  nbPropagations=4019364  nbRevisions=47728667
160.32	     nbUselessRevisions=37517087  nbAssignments=103930  nbFailedAssignments=59507  nbBacktracks=44324
160.32	     nbVisitedNodes=192085  nbRestartNogoods=177
160.32	       =>  wckTime=158.852  cpuTime=158.6  mem=34M98
222.68	   
222.68	   search
222.68	     run=19  nbConstraintChecks=175123866  nbValidityChecks=341499930  nbPropagations=5880931  nbRevisions=69950783
222.68	     nbUselessRevisions=55027792  nbAssignments=155224  nbFailedAssignments=88629  nbBacktracks=66492
222.68	     nbVisitedNodes=285263  nbRestartNogoods=196
222.68	       =>  wckTime=221.204  cpuTime=220.89  mem=34M98
346.64	   
346.64	   search
346.64	     run=20  nbConstraintChecks=271521736  nbValidityChecks=528116364  nbPropagations=8754971  nbRevisions=103870310
346.64	     nbUselessRevisions=81727655  nbAssignments=238287  nbFailedAssignments=138435  nbBacktracks=99744
346.64	     nbVisitedNodes=438528  nbRestartNogoods=208
346.64	       =>  wckTime=345.17  cpuTime=344.73  mem=34M98
555.18	   
555.18	   search
555.18	     run=21  nbConstraintChecks=440545052  nbValidityChecks=854198103  nbPropagations=13241963  nbRevisions=157773237
555.18	     nbUselessRevisions=124149230  nbAssignments=361220  nbFailedAssignments=211485  nbBacktracks=149622
555.18	     nbVisitedNodes=670124  nbRestartNogoods=226
555.18	       =>  wckTime=553.703  cpuTime=553.05  mem=34M98
773.98	   
773.98	   search
773.98	     run=22  nbConstraintChecks=611570136  nbValidityChecks=1188346721  nbPropagations=19639785  nbRevisions=234466402
773.98	     nbUselessRevisions=184556872  nbAssignments=533158  nbFailedAssignments=308600  nbBacktracks=224440
773.98	     nbVisitedNodes=984269  nbRestartNogoods=260
773.98	       =>  wckTime=772.508  cpuTime=771.63  mem=34M98
1440.29	   
1440.29	   search
1440.29	     run=23  nbConstraintChecks=1136177421  nbValidityChecks=2224369342  nbPropagations=31027253  nbRevisions=373144964
1440.29	     nbUselessRevisions=293389700  nbAssignments=900292  nbFailedAssignments=563503  nbBacktracks=336667
1440.29	     nbVisitedNodes=1697743  nbRestartNogoods=283
1440.29	       =>  wckTime=1438.819  cpuTime=1437.31  mem=34M98

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/node29/watcher-200051-1168071893 -o ROOT/results/node29/solver-200051-1168071893 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/200051-1168071893/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.94 1.99 1.86 3/93 16534
/proc/meminfo: memFree=1613112/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=172 CPUtime=0
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155583384 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4129067 0 0 4096 0 0 0 0 17 0 0 0
/proc/16533/statm: 43 24 18 14 0 3 0

[startup+0.108594 s]
/proc/loadavg: 1.94 1.99 1.86 3/93 16534
/proc/meminfo: memFree=1613112/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=914988 CPUtime=0.09
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 3076 0 1 0 8 1 0 0 24 0 8 0 155583384 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519577 s]
/proc/loadavg: 1.94 1.99 1.86 3/93 16534
/proc/meminfo: memFree=1613112/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915328 CPUtime=0.5
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 8391 0 1 0 45 5 0 0 25 0 8 0 155583384 937295872 8130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228832 8131 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34062 s]
/proc/loadavg: 1.94 1.99 1.86 3/89 16553
/proc/meminfo: memFree=1632984/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1.31
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 22937 0 1 0 118 13 0 0 16 0 8 0 155583384 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153794785 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16533/statm: 228856 22674 2376 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6218 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.09
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 320 0 0 0 8 1 0 0 16 0 8 0 155583391 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22674 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) 915424

[startup+2.97771 s]
/proc/loadavg: 1.94 1.99 1.86 2/88 16554
/proc/meminfo: memFree=1618720/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=2.94
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23178 0 1 0 280 14 0 0 23 0 8 0 155583384 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22913 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 17 0 8 0 155583388 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.17
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 371 0 0 0 16 1 0 0 15 0 8 0 155583391 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915424

[startup+6.27092 s]
/proc/loadavg: 1.94 1.99 1.86 3/100 16599
/proc/meminfo: memFree=1584064/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=6.23
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23194 0 1 0 608 15 0 0 25 0 8 0 155583384 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22927 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.19
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 387 0 0 0 18 1 0 0 15 0 8 0 155583391 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915424

[startup+12.7643 s]
/proc/loadavg: 1.95 1.99 1.86 3/100 16599
/proc/meminfo: memFree=1584008/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=12.71
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23199 0 1 0 1255 16 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 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) 915424

[startup+25.6311 s]
/proc/loadavg: 1.96 1.99 1.86 3/100 16599
/proc/meminfo: memFree=1584200/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=25.57
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23199 0 1 0 2541 16 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915424

[startup+51.2437 s]
/proc/loadavg: 1.97 1.99 1.86 3/100 16599
/proc/meminfo: memFree=1584264/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=51.16
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 5100 16 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915424

[startup+102.464 s]
/proc/loadavg: 1.99 1.99 1.87 3/100 16599
/proc/meminfo: memFree=1584264/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=102.31
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 10215 16 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 915424

[startup+162.529 s]
/proc/loadavg: 1.99 1.99 1.87 3/100 16599
/proc/meminfo: memFree=1584264/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=162.32
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 16216 16 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.96 s]
/proc/loadavg: 2.04 2.02 1.94 3/100 16599
/proc/meminfo: memFree=1583816/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1482.46
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 148227 19 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756558 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.46
Current children cumulated vsize (KiB) 915424

[startup+1544.03 s]
/proc/loadavg: 2.01 2.01 1.94 3/100 16599
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1542.46
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 154226 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073769121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.46
Current children cumulated vsize (KiB) 915424

[startup+1604.09 s]
/proc/loadavg: 2.00 2.01 1.94 3/100 16599
/proc/meminfo: memFree=1583688/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1602.47
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 160227 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.47
Current children cumulated vsize (KiB) 915424

[startup+1664.15 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 16599
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1662.48
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 166228 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813483 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.48
Current children cumulated vsize (KiB) 915424

[startup+1724.22 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 16599
/proc/meminfo: memFree=1583688/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1722.47
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 172227 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.47
Current children cumulated vsize (KiB) 915424

[startup+1784.29 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 16599
/proc/meminfo: memFree=1583688/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1782.49
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 178229 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.49
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.87 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 16599
/proc/meminfo: memFree=1583688/2055920 swapFree=4192812/4192956
[pid=16533] ppid=16531 vsize=915424 CPUtime=1800.06
/proc/16533/stat : 16533 (java) R 16531 16533 16159 0 -1 0 23200 0 1 0 179986 20 0 0 25 0 8 0 155583384 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16533/statm: 228856 22931 2521 14 0 215326 0
[pid=16533/tid=16535] ppid=16531 vsize=915424 CPUtime=0.14
/proc/16533/task/16535/stat : 16535 (java) S 16531 16533 16159 0 -1 64 6219 0 0 0 12 2 0 0 16 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16536] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16536/stat : 16536 (java) S 16531 16533 16159 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16537] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16537/stat : 16537 (java) S 16531 16533 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155583388 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16538] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16538/stat : 16538 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16539] ppid=16531 vsize=915424 CPUtime=0.2
/proc/16533/task/16539/stat : 16539 (java) S 16531 16533 16159 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16540] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16540/stat : 16540 (java) S 16531 16533 16159 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16533/tid=16541] ppid=16531 vsize=915424 CPUtime=0
/proc/16533/task/16541/stat : 16541 (java) S 16531 16533 16159 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155583391 937394176 22931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1801.94
CPU time (s): 1800.14
CPU user time (s): 1799.92
CPU system time (s): 0.220966
CPU usage (%): 99.8999
Max. virtual memory (cumulated for all children) (KiB): 915424

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

runsolver used 2.37864 s user time and 5.60315 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 08:24:53 UTC 2007


IDJOB= 200051
IDBENCH= 3685
FILE ID= node29/200051-1168071893

PBS_JOBID= 3475939

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7c0b05f7f42ae11b3693dc048764a611

RANDOM SEED= 614181496

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.241
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.241
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:       1613592 kB
Buffers:         40844 kB
Cached:         181788 kB
SwapCached:          0 kB
Active:         196264 kB
Inactive:       168460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4420 kB
Writeback:           0 kB
Mapped:         171128 kB
Slab:            62000 kB
Committed_AS:  3796596 kB
PageTables:       2600 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= 66543 MiB



End job on node29 on Sat Jan  6 08:54:55 UTC 2007