Trace number 206332

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.1 1814.49

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-17_ext.xml
MD5SUM0ee4dbcc052e123e62913a29fafe9f6a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206332-1168171908/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.58	   
1.58	   constraints being loaded...
2.33	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.33	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.33	       =>  wckTime=2.014  cpuTime=1.6  mem=59M79
2.50	   
2.50	   solver IterativeSystematicSolver being built... 
2.68	       =>  wckTime=2.363  cpuTime=1.75  mem=66M149
2.82	   
2.82	   preprocessing
2.82	     nbConstraintChecks=46421  nbValidityChecks=73473  nbPropagations=237  nbRevisions=2525  nbUselessRevisions=2186
2.82	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.82	       =>  wckTime=0.14  cpuTime=0.12  mem=66M149
2.91	   
2.91	   search
2.91	     run=0  nbConstraintChecks=37624  nbValidityChecks=67881  nbPropagations=528  nbRevisions=6048
2.91	     nbUselessRevisions=5022  nbAssignments=27  nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=43
2.91	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.225  cpuTime=0.2  mem=67M157
3.01	   
3.01	   search
3.01	     run=1  nbConstraintChecks=87382  nbValidityChecks=175631  nbPropagations=1589  nbRevisions=18364
3.01	     nbUselessRevisions=15054  nbAssignments=68  nbFailedAssignments=30  nbBacktracks=26  nbVisitedNodes=112
3.01	     nbRestartNogoods=1  mapSize=20  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=0.327  cpuTime=0.3  mem=67M157
3.22	   
3.22	   search
3.22	     run=2  nbConstraintChecks=196575  nbValidityChecks=383917  nbPropagations=3404  nbRevisions=41863
3.22	     nbUselessRevisions=34266  nbAssignments=133  nbFailedAssignments=66  nbBacktracks=48  nbVisitedNodes=227
3.22	     nbRestartNogoods=3  mapSize=39  nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=0.541  cpuTime=0.49  mem=67M157
3.46	   
3.46	   search
3.46	     run=3  nbConstraintChecks=324878  nbValidityChecks=619343  nbPropagations=6245  nbRevisions=77178
3.46	     nbUselessRevisions=62802  nbAssignments=206  nbFailedAssignments=99  nbBacktracks=81  nbVisitedNodes=353
3.46	     nbRestartNogoods=7  mapSize=67  nbInferences=0  nbTooLargeKeys=0
3.46	       =>  wckTime=0.779  cpuTime=0.72  mem=67M157
3.73	   
3.73	   search
3.73	     run=4  nbConstraintChecks=480594  nbValidityChecks=922199  nbPropagations=10608  nbRevisions=130194
3.73	     nbUselessRevisions=105508  nbAssignments=320  nbFailedAssignments=154  nbBacktracks=131  nbVisitedNodes=554
3.73	     nbRestartNogoods=13  mapSize=112  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=1.05  cpuTime=0.99  mem=67M157
4.24	   
4.24	   search
4.24	     run=5  nbConstraintChecks=763157  nbValidityChecks=1476435  nbPropagations=17121  nbRevisions=214114
4.24	     nbUselessRevisions=173467  nbAssignments=495  nbFailedAssignments=245  nbBacktracks=208  nbVisitedNodes=868
4.24	     nbRestartNogoods=22  mapSize=183  nbInferences=0  nbTooLargeKeys=0
4.24	       =>  wckTime=1.556  cpuTime=1.49  mem=67M157
4.79	   
4.79	   search
4.79	     run=6  nbConstraintChecks=1069882  nbValidityChecks=2081013  nbPropagations=26550  nbRevisions=332345
4.79	     nbUselessRevisions=269106  nbAssignments=725  nbFailedAssignments=356  nbBacktracks=322  nbVisitedNodes=1271
4.79	     nbRestartNogoods=29  mapSize=279  nbInferences=0  nbTooLargeKeys=0
4.79	       =>  wckTime=2.107  cpuTime=2.03  mem=67M157
5.77	   
5.78	   search
5.78	     run=7  nbConstraintChecks=1634176  nbValidityChecks=3168103  nbPropagations=41384  nbRevisions=511629
5.78	     nbUselessRevisions=412748  nbAssignments=1095  nbFailedAssignments=548  nbBacktracks=495  nbVisitedNodes=1947
5.78	     nbRestartNogoods=35  mapSize=440  nbInferences=0  nbTooLargeKeys=0
5.78	       =>  wckTime=3.092  cpuTime=2.99  mem=67M157
7.64	   
7.64	   search
7.64	     run=8  nbConstraintChecks=2676353  nbValidityChecks=5278274  nbPropagations=65332  nbRevisions=809746
7.64	     nbUselessRevisions=650538  nbAssignments=1745  nbFailedAssignments=936  nbBacktracks=752  nbVisitedNodes=3170
7.64	     nbRestartNogoods=38  mapSize=685  nbInferences=0  nbTooLargeKeys=0
7.64	       =>  wckTime=4.96  cpuTime=4.83  mem=67M157
9.59	   
9.59	   search
9.59	     run=9  nbConstraintChecks=3808416  nbValidityChecks=7437655  nbPropagations=99135  nbRevisions=1232414
9.59	     nbUselessRevisions=987093  nbAssignments=2500  nbFailedAssignments=1301  nbBacktracks=1136  nbVisitedNodes=4499
9.59	     nbRestartNogoods=40  mapSize=987  nbInferences=0  nbTooLargeKeys=0
9.59	       =>  wckTime=6.908  cpuTime=6.75  mem=67M157
9.89	   
9.89	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=67M157)
12.34	   
12.34	   search
12.34	     run=10  nbConstraintChecks=5464485  nbValidityChecks=10568216  nbPropagations=147368  nbRevisions=1834286
12.34	     nbUselessRevisions=1467259  nbAssignments=3631  nbFailedAssignments=1847  nbBacktracks=1714  nbVisitedNodes=6514
12.34	     nbRestartNogoods=50
12.34	       =>  wckTime=9.653  cpuTime=9.46  mem=67M157
17.63	   
17.63	   search
17.63	     run=11  nbConstraintChecks=8512896  nbValidityChecks=16746575  nbPropagations=222839  nbRevisions=2785272
17.63	     nbUselessRevisions=2225048  nbAssignments=5700  nbFailedAssignments=3046  nbBacktracks=2578  nbVisitedNodes=10378
17.63	     nbRestartNogoods=61
17.63	       =>  wckTime=14.948  cpuTime=14.71  mem=67M157
24.55	   
24.55	   search
24.55	     run=12  nbConstraintChecks=12572571  nbValidityChecks=24990152  nbPropagations=340002  nbRevisions=4247906
24.55	     nbUselessRevisions=3386497  nbAssignments=9111  nbFailedAssignments=5151  nbBacktracks=3876  nbVisitedNodes=16720
24.55	     nbRestartNogoods=70
24.55	       =>  wckTime=21.866  cpuTime=21.57  mem=67M157
34.35	   
34.35	   search
34.35	     run=13  nbConstraintChecks=18534268  nbValidityChecks=36440349  nbPropagations=513389  nbRevisions=6365627
34.35	     nbUselessRevisions=5063105  nbAssignments=13047  nbFailedAssignments=7085  nbBacktracks=5823  nbVisitedNodes=23715
34.35	     nbRestartNogoods=88
34.35	       =>  wckTime=31.668  cpuTime=31.27  mem=67M157
54.58	   
54.59	   search
54.59	     run=14  nbConstraintChecks=30957262  nbValidityChecks=59744187  nbPropagations=776608  nbRevisions=9765391
54.59	     nbUselessRevisions=7774419  nbAssignments=20009  nbFailedAssignments=11122  nbBacktracks=8743  nbVisitedNodes=36637
54.59	     nbRestartNogoods=102
54.59	       =>  wckTime=51.902  cpuTime=51.31  mem=67M157
76.49	   
76.49	   search
76.49	     run=15  nbConstraintChecks=44259267  nbValidityChecks=84968306  nbPropagations=1161648  nbRevisions=14573417
76.49	     nbUselessRevisions=11588993  nbAssignments=28477  nbFailedAssignments=15158  nbBacktracks=13124
76.49	     nbVisitedNodes=51686  nbRestartNogoods=116
76.49	       =>  wckTime=73.809  cpuTime=73.01  mem=67M157
113.46	   
113.46	   search
113.46	     run=16  nbConstraintChecks=66531480  nbValidityChecks=127237501  nbPropagations=1745644  nbRevisions=21667601
113.46	     nbUselessRevisions=17192398  nbAssignments=41975  nbFailedAssignments=22081  nbBacktracks=19693
113.46	     nbVisitedNodes=76114  nbRestartNogoods=124
113.46	       =>  wckTime=110.773  cpuTime=109.63  mem=67M157
175.43	   
175.43	   search
175.43	     run=17  nbConstraintChecks=102668874  nbValidityChecks=199611216  nbPropagations=2654576  nbRevisions=32938067
175.43	     nbUselessRevisions=26108798  nbAssignments=64965  nbFailedAssignments=35210  nbBacktracks=29548
175.43	     nbVisitedNodes=119073  nbRestartNogoods=137
175.43	       =>  wckTime=172.75  cpuTime=171.03  mem=67M157
246.14	   
246.14	   search
246.14	     run=18  nbConstraintChecks=145823526  nbValidityChecks=285226319  nbPropagations=4013625  nbRevisions=49704064
246.14	     nbUselessRevisions=39359613  nbAssignments=99275  nbFailedAssignments=54732  nbBacktracks=44331
246.14	     nbVisitedNodes=182031  nbRestartNogoods=151
246.14	       =>  wckTime=243.461  cpuTime=241.04  mem=67M157
423.29	   
423.29	   search
423.29	     run=19  nbConstraintChecks=255747318  nbValidityChecks=495755420  nbPropagations=6144981  nbRevisions=77650866
423.29	     nbUselessRevisions=61632560  nbAssignments=162772  nbFailedAssignments=96056  nbBacktracks=66499
423.29	     nbVisitedNodes=302898  nbRestartNogoods=162
423.29	       =>  wckTime=420.603  cpuTime=416.11  mem=67M157
596.09	   
596.09	   search
596.09	     run=20  nbConstraintChecks=360215850  nbValidityChecks=697199803  nbPropagations=9238292  nbRevisions=116959996
596.09	     nbUselessRevisions=92908029  nbAssignments=232256  nbFailedAssignments=132280  nbBacktracks=99751
596.09	     nbVisitedNodes=428986  nbRestartNogoods=175
596.09	       =>  wckTime=593.409  cpuTime=586.93  mem=67M157
865.02	   
865.02	   search
865.02	     run=21  nbConstraintChecks=522084876  nbValidityChecks=1010790685  nbPropagations=13778120  nbRevisions=173179540
865.02	     nbUselessRevisions=137609123  nbAssignments=336376  nbFailedAssignments=186492  nbBacktracks=149630
865.02	     nbVisitedNodes=617773  nbRestartNogoods=197
865.02	       =>  wckTime=862.341  cpuTime=853.15  mem=67M157
1221.39	   
1221.39	   search
1221.39	     run=22  nbConstraintChecks=739316545  nbValidityChecks=1424539741  nbPropagations=20130061  nbRevisions=251794736
1221.39	     nbUselessRevisions=200168290  nbAssignments=480662  nbFailedAssignments=255951  nbBacktracks=224451
1221.39	     nbVisitedNodes=871745  nbRestartNogoods=203
1221.39	       =>  wckTime=1218.709  cpuTime=1207.06  mem=67M157
1813.40	   
1813.40	   search
1813.40	     run=23  nbConstraintChecks=1093163540  nbValidityChecks=2148449383  nbPropagations=30051045  nbRevisions=374863626
1813.40	     nbUselessRevisions=297813735  nbAssignments=751074  nbFailedAssignments=414119  nbBacktracks=336679
1813.40	     nbVisitedNodes=1373418  nbRestartNogoods=231
1813.40	       =>  wckTime=1810.714  cpuTime=1796.26  mem=67M157

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/node61/watcher-206332-1168171908 -o ROOT/results/node61/solver-206332-1168171908 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206332-1168171908/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: 2.00 1.99 1.83 4/81 9965
/proc/meminfo: memFree=1548712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=18540 CPUtime=0
/proc/9964/stat : 9964 (runsolver) R 9962 9964 9179 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 165588697 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9964/statm: 4635 279 244 17 0 2626 0

[startup+0.109744 s]
/proc/loadavg: 2.00 1.99 1.83 4/81 9965
/proc/meminfo: memFree=1548712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=914988 CPUtime=0.09
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 3029 0 1 0 8 1 0 0 17 0 8 0 165588697 936947712 2775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155476907 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228747 2775 1439 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517815 s]
/proc/loadavg: 2.00 1.99 1.83 4/81 9965
/proc/meminfo: memFree=1548712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915328 CPUtime=0.5
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 7582 0 1 0 46 4 0 0 18 0 8 0 165588697 937295872 7321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228832 7321 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34096 s]
/proc/loadavg: 2.00 1.99 1.83 3/88 9972
/proc/meminfo: memFree=1469744/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915328 CPUtime=1.31
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 19097 0 1 0 121 10 0 0 24 0 8 0 165588697 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228832 18835 2149 14 0 215302 0
[pid=9964/tid=9966] ppid=9962 vsize=915328 CPUtime=0.06
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 2681 0 0 0 5 1 0 0 17 0 8 0 165588701 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915328 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915328 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915328 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915328 CPUtime=0.08
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 307 0 0 0 8 0 0 0 16 0 8 0 165588705 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915328 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915328 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937295872 18835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98925 s]
/proc/loadavg: 2.08 2.00 1.84 3/88 9972
/proc/meminfo: memFree=1423920/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=2.94
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32689 0 1 0 278 16 0 0 25 0 8 0 165588697 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32424 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 17 0 8 0 165588701 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.19
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 363 0 0 0 18 1 0 0 15 0 8 0 165588705 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915424

[startup+6.27983 s]
/proc/loadavg: 2.08 2.00 1.84 3/88 9972
/proc/meminfo: memFree=1354744/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=6.2
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32702 0 1 0 603 17 0 0 25 0 8 0 165588697 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32435 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 17 0 8 0 165588701 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.22
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 375 0 0 0 21 1 0 0 15 0 8 0 165588705 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915424

[startup+12.773 s]
/proc/loadavg: 2.07 2.00 1.84 3/88 9972
/proc/meminfo: memFree=1246272/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=12.63
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32720 0 1 0 1245 18 0 0 25 0 8 0 165588697 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073769494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32449 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 390 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915424

[startup+25.6272 s]
/proc/loadavg: 2.21 2.04 1.85 3/89 9973
/proc/meminfo: memFree=974904/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=25.37
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32721 0 1 0 2519 18 0 0 25 0 8 0 165588697 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32449 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915424

[startup+51.2667 s]
/proc/loadavg: 2.14 2.03 1.85 3/89 9973
/proc/meminfo: memFree=974904/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=50.76
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32721 0 1 0 5058 18 0 0 25 0 8 0 165588697 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32449 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915424

[startup+102.542 s]
/proc/loadavg: 2.18 2.07 1.88 3/89 9973
/proc/meminfo: memFree=975032/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=101.55
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32723 0 1 0 10137 18 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 915424

[startup+162.557 s]
/proc/loadavg: 2.06 2.05 1.88 3/89 9973
/proc/meminfo: memFree=975032/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=161.02
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 16083 19 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.17 s]
/proc/loadavg: 2.04 2.02 1.94 3/89 9975
/proc/meminfo: memFree=974712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1470.33
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 147012 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.33
Current children cumulated vsize (KiB) 915424

[startup+1543.19 s]
/proc/loadavg: 2.01 2.02 1.94 3/89 9975
/proc/meminfo: memFree=974712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1530.06
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 152985 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.06
Current children cumulated vsize (KiB) 915424

[startup+1603.2 s]
/proc/loadavg: 2.00 2.01 1.94 4/89 9975
/proc/meminfo: memFree=974712/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1589.79
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 158958 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.79
Current children cumulated vsize (KiB) 915424

[startup+1663.22 s]
/proc/loadavg: 2.03 2.02 1.94 3/89 9975
/proc/meminfo: memFree=974648/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1649.51
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 164930 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.51
Current children cumulated vsize (KiB) 915424

[startup+1723.22 s]
/proc/loadavg: 2.04 2.03 1.95 3/89 9975
/proc/meminfo: memFree=974648/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1709.23
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 170902 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.23
Current children cumulated vsize (KiB) 915424

[startup+1783.23 s]
/proc/loadavg: 2.16 2.06 1.96 3/89 9975
/proc/meminfo: memFree=974584/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1768.95
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 176874 21 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.95
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.41 s]
/proc/loadavg: 2.17 2.07 1.96 3/88 10047
/proc/meminfo: memFree=1460928/2055920 swapFree=4192812/4192956
[pid=9964] ppid=9962 vsize=915424 CPUtime=1800.03
/proc/9964/stat : 9964 (java) R 9962 9964 9179 0 -1 0 32724 0 1 0 179978 25 0 0 25 0 8 0 165588697 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 228856 32451 2531 14 0 215326 0
[pid=9964/tid=9966] ppid=9962 vsize=915424 CPUtime=0.47
/proc/9964/task/9966/stat : 9966 (java) S 9962 9964 9179 0 -1 64 15712 0 0 0 41 6 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9179 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165588701 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=915424 CPUtime=0.25
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9179 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9971] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9972] ppid=9962 vsize=915424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165588705 937394176 32451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1814.49
CPU time (s): 1800.1
CPU user time (s): 1799.83
CPU system time (s): 0.275958
CPU usage (%): 99.2071
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32740
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= 37760
involuntary context switches= 66773

runsolver used 2.67359 s user time and 6.67199 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Jan  7 12:11:48 UTC 2007


IDJOB= 206332
IDBENCH= 4200
FILE ID= node61/206332-1168171908

PBS_JOBID= 3479065

Free space on /tmp= 66503 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0ee4dbcc052e123e62913a29fafe9f6a

RANDOM SEED= 524594849

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.259
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.259
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:       1549192 kB
Buffers:         54480 kB
Cached:         268996 kB
SwapCached:          0 kB
Active:         272968 kB
Inactive:       168056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16916 kB
Writeback:           0 kB
Mapped:         136576 kB
Slab:            50896 kB
Committed_AS:  4237524 kB
PageTables:       2036 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= 66506 MiB



End job on node61 on Sun Jan  7 12:42:03 UTC 2007