Trace number 203275

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

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-19_ext.xml
MD5SUMc8063c1c65b77879866e022d71deed4f
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.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/203275-1168073038/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.38	       =>  wckTime=0.092  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
1.42	   
1.42	   constraints being loaded...
2.11	     nbConstraints=91  nbRelationTypes=93  nbMergedConstraints=2  nbExtensionStructures=91
2.11	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.11	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.11	       =>  wckTime=1.825  cpuTime=1.47  mem=57M35
2.26	   
2.26	   solver IterativeSystematicSolver being built... 
2.41	       =>  wckTime=2.119  cpuTime=1.59  mem=65M78
2.41	   
2.41	   preprocessing
2.41	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.41	     detectedInconsistency=no
2.41	       =>  wckTime=0.0030  cpuTime=0.0  mem=65M78
2.56	   
2.56	   search
2.56	     run=0  nbConstraintChecks=55205  nbValidityChecks=98796  nbPropagations=477  nbRevisions=5860
2.56	     nbUselessRevisions=4688  nbAssignments=43  nbFailedAssignments=25  nbBacktracks=11  nbVisitedNodes=76
2.56	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.56	       =>  wckTime=0.154  cpuTime=0.11  mem=65M78
2.70	   
2.70	   search
2.70	     run=1  nbConstraintChecks=128091  nbValidityChecks=242958  nbPropagations=1622  nbRevisions=19971
2.70	     nbUselessRevisions=15891  nbAssignments=92  nbFailedAssignments=51  nbBacktracks=26  nbVisitedNodes=163
2.70	     nbRestartNogoods=1  mapSize=26  nbInferences=0  nbTooLargeKeys=0
2.70	       =>  wckTime=0.288  cpuTime=0.24  mem=65M78
2.83	   
2.83	   search
2.83	     run=2  nbConstraintChecks=203743  nbValidityChecks=396432  nbPropagations=3670  nbRevisions=44779
2.83	     nbUselessRevisions=35603  nbAssignments=154  nbFailedAssignments=82  nbBacktracks=51  nbVisitedNodes=277
2.83	     nbRestartNogoods=4  mapSize=51  nbInferences=0  nbTooLargeKeys=0
2.83	       =>  wckTime=0.422  cpuTime=0.36  mem=65M78
2.98	   
2.98	   search
2.98	     run=3  nbConstraintChecks=295694  nbValidityChecks=580286  nbPropagations=6779  nbRevisions=82386
2.98	     nbUselessRevisions=65445  nbAssignments=234  nbFailedAssignments=120  nbBacktracks=85  nbVisitedNodes=419
2.98	     nbRestartNogoods=5  mapSize=84  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=0.569  cpuTime=0.51  mem=65M78
3.24	   
3.24	   search
3.24	     run=4  nbConstraintChecks=451698  nbValidityChecks=920801  nbPropagations=11786  nbRevisions=141985
3.24	     nbUselessRevisions=112676  nbAssignments=379  nbFailedAssignments=207  nbBacktracks=135  nbVisitedNodes=688
3.24	     nbRestartNogoods=9  mapSize=131  nbInferences=0  nbTooLargeKeys=0
3.24	       =>  wckTime=0.826  cpuTime=0.76  mem=66M69
3.79	   
3.79	   search
3.79	     run=5  nbConstraintChecks=810988  nbValidityChecks=1648859  nbPropagations=19979  nbRevisions=243117
3.79	     nbUselessRevisions=192415  nbAssignments=629  nbFailedAssignments=374  nbBacktracks=212  nbVisitedNodes=1159
3.79	     nbRestartNogoods=17  mapSize=199  nbInferences=0  nbTooLargeKeys=0
3.79	       =>  wckTime=1.381  cpuTime=1.31  mem=66M69
4.29	   
4.29	   search
4.29	     run=6  nbConstraintChecks=1127262  nbValidityChecks=2300100  nbPropagations=32168  nbRevisions=392572
4.29	     nbUselessRevisions=310435  nbAssignments=926  nbFailedAssignments=551  nbBacktracks=325  nbVisitedNodes=1715
4.29	     nbRestartNogoods=21  mapSize=302  nbInferences=0  nbTooLargeKeys=0
4.29	       =>  wckTime=1.883  cpuTime=1.81  mem=66M69
4.81	   
4.81	   search
4.81	     run=7  nbConstraintChecks=1454836  nbValidityChecks=2969370  nbPropagations=48573  nbRevisions=592364
4.81	     nbUselessRevisions=467880  nbAssignments=1268  nbFailedAssignments=715  nbBacktracks=495  nbVisitedNodes=2316
4.81	     nbRestartNogoods=32  mapSize=444  nbInferences=0  nbTooLargeKeys=0
4.81	       =>  wckTime=2.406  cpuTime=2.33  mem=66M69
5.88	   
5.88	   search
5.88	     run=8  nbConstraintChecks=2126008  nbValidityChecks=4326841  nbPropagations=73501  nbRevisions=899263
5.88	     nbUselessRevisions=710478  nbAssignments=1915  nbFailedAssignments=1097  nbBacktracks=752  nbVisitedNodes=3520
5.88	     nbRestartNogoods=36  mapSize=679  nbInferences=0  nbTooLargeKeys=0
5.88	       =>  wckTime=3.469  cpuTime=3.37  mem=66M69
7.96	   
7.96	   search
7.96	     run=9  nbConstraintChecks=3505593  nbValidityChecks=7114896  nbPropagations=110947  nbRevisions=1371239
7.96	     nbUselessRevisions=1083517  nbAssignments=3070  nbFailedAssignments=1860  nbBacktracks=1137  nbVisitedNodes=5685
7.96	     nbRestartNogoods=43  mapSize=1016  nbInferences=0  nbTooLargeKeys=0
7.96	       =>  wckTime=5.556  cpuTime=5.45  mem=66M69
8.04	   
8.04	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=66M69)
10.30	   
10.30	   search
10.30	     run=10  nbConstraintChecks=5072112  nbValidityChecks=10233850  nbPropagations=168115  nbRevisions=2084096
10.30	     nbUselessRevisions=1646827  nbAssignments=4543  nbFailedAssignments=2749  nbBacktracks=1714  nbVisitedNodes=8447
10.30	     nbRestartNogoods=52
10.30	       =>  wckTime=7.89  cpuTime=7.77  mem=66M69
15.09	   
15.09	   search
15.09	     run=11  nbConstraintChecks=8299402  nbValidityChecks=16459837  nbPropagations=253374  nbRevisions=3157764
15.09	     nbUselessRevisions=2490906  nbAssignments=6797  nbFailedAssignments=4130  nbBacktracks=2580  nbVisitedNodes=12653
15.09	     nbRestartNogoods=63
15.09	       =>  wckTime=12.685  cpuTime=12.58  mem=66M69
20.02	   
20.02	   search
20.02	     run=12  nbConstraintChecks=11628124  nbValidityChecks=23230713  nbPropagations=383386  nbRevisions=4795378
20.02	     nbUselessRevisions=3784999  nbAssignments=10257  nbFailedAssignments=6283  nbBacktracks=3878  nbVisitedNodes=19191
20.02	     nbRestartNogoods=72
20.02	       =>  wckTime=17.611  cpuTime=17.5  mem=66M69
30.91	   
30.91	   search
30.91	     run=13  nbConstraintChecks=18974444  nbValidityChecks=37681804  nbPropagations=576812  nbRevisions=7262240
30.91	     nbUselessRevisions=5725276  nbAssignments=15638  nbFailedAssignments=9711  nbBacktracks=5825  nbVisitedNodes=29274
30.91	     nbRestartNogoods=82
30.91	       =>  wckTime=28.507  cpuTime=28.4  mem=66M69
42.27	   
42.27	   search
42.27	     run=14  nbConstraintChecks=26592843  nbValidityChecks=53422053  nbPropagations=868154  nbRevisions=10944489
42.27	     nbUselessRevisions=8630456  nbAssignments=23152  nbFailedAssignments=14301  nbBacktracks=8744  nbVisitedNodes=43447
42.27	     nbRestartNogoods=97
42.27	       =>  wckTime=39.864  cpuTime=39.74  mem=66M69
65.24	   
65.24	   search
65.24	     run=15  nbConstraintChecks=41965426  nbValidityChecks=84209463  nbPropagations=1301118  nbRevisions=16480381
65.24	     nbUselessRevisions=12985174  nbAssignments=35003  nbFailedAssignments=21767  nbBacktracks=13123
65.24	     nbVisitedNodes=65691  nbRestartNogoods=101
65.24	       =>  wckTime=62.836  cpuTime=62.71  mem=66M69
89.61	   
89.61	   search
89.61	     run=16  nbConstraintChecks=58136391  nbValidityChecks=117581869  nbPropagations=1948162  nbRevisions=24686630
89.61	     nbUselessRevisions=19464236  nbAssignments=51457  nbFailedAssignments=31644  nbBacktracks=19693
89.61	     nbVisitedNodes=96628  nbRestartNogoods=110
89.61	       =>  wckTime=87.199  cpuTime=87.06  mem=66M69
144.67	   
144.67	   search
144.67	     run=17  nbConstraintChecks=95466154  nbValidityChecks=191830292  nbPropagations=2919220  nbRevisions=37206961
144.67	     nbUselessRevisions=29325673  nbAssignments=80041  nbFailedAssignments=50368  nbBacktracks=29545
144.67	     nbVisitedNodes=150572  nbRestartNogoods=127
144.67	       =>  wckTime=142.26  cpuTime=142.11  mem=66M69
198.60	   
198.60	   search
198.60	     run=18  nbConstraintChecks=131201276  nbValidityChecks=265860559  nbPropagations=4361549  nbRevisions=55669055
198.60	     nbUselessRevisions=43930622  nbAssignments=116555  nbFailedAssignments=72095  nbBacktracks=44324
198.60	     nbVisitedNodes=219046  nbRestartNogoods=150
198.60	       =>  wckTime=196.188  cpuTime=196.02  mem=66M69
294.53	   
294.53	   search
294.53	     run=19  nbConstraintChecks=192975987  nbValidityChecks=395401565  nbPropagations=6487926  nbRevisions=82437756
294.53	     nbUselessRevisions=65057083  nbAssignments=164862  nbFailedAssignments=98228  nbBacktracks=66495
294.53	     nbVisitedNodes=307392  nbRestartNogoods=170
294.53	       =>  wckTime=292.124  cpuTime=291.92  mem=66M69
460.20	   
460.20	   search
460.20	     run=20  nbConstraintChecks=300864449  nbValidityChecks=614545343  nbPropagations=9759579  nbRevisions=123715533
460.20	     nbUselessRevisions=97668487  nbAssignments=246860  nbFailedAssignments=146967  nbBacktracks=99748
460.20	     nbVisitedNodes=460484  nbRestartNogoods=176
460.20	       =>  wckTime=457.793  cpuTime=457.55  mem=66M69
659.94	   
659.94	   search
659.94	     run=21  nbConstraintChecks=429459902  nbValidityChecks=876459906  nbPropagations=14485339  nbRevisions=182502079
659.94	     nbUselessRevisions=144071752  nbAssignments=351239  nbFailedAssignments=201461  nbBacktracks=149629
659.94	     nbVisitedNodes=649629  nbRestartNogoods=185
659.94	       =>  wckTime=657.537  cpuTime=657.24  mem=66M69
1027.55	   
1027.55	   search
1027.55	     run=22  nbConstraintChecks=670679516  nbValidityChecks=1377280557  nbPropagations=21777346  nbRevisions=272756683
1027.55	     nbUselessRevisions=215230142  nbAssignments=531420  nbFailedAssignments=306816  nbBacktracks=224449
1027.55	     nbVisitedNodes=986455  nbRestartNogoods=205
1027.55	       =>  wckTime=1025.145  cpuTime=1024.72  mem=66M69
1671.12	   
1671.12	   search
1671.12	     run=23  nbConstraintChecks=1104816264  nbValidityChecks=2248048687  nbPropagations=32940853  nbRevisions=415626676
1671.12	     nbUselessRevisions=327820707  nbAssignments=856258  nbFailedAssignments=519419  nbBacktracks=336677
1671.12	     nbVisitedNodes=1599904  nbRestartNogoods=221
1671.12	       =>  wckTime=1668.716  cpuTime=1668.04  mem=66M69

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/node75/watcher-203275-1168073038 -o ROOT/results/node75/solver-203275-1168073038 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203275-1168073038/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.02 1.01 1.07 4/65 21878
/proc/meminfo: memFree=1755680/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=1784 CPUtime=0
/proc/21877/stat : 21877 (java) D 21875 21877 21268 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 155703179 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/21877/statm: 446 160 125 14 0 91 0

[startup+0.103501 s]
/proc/loadavg: 1.02 1.01 1.07 4/65 21878
/proc/meminfo: memFree=1755680/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=914988 CPUtime=0.08
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 3046 0 1 0 7 1 0 0 16 0 8 0 155703179 936947712 2792 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228747 2792 1445 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511541 s]
/proc/loadavg: 1.02 1.01 1.07 4/65 21878
/proc/meminfo: memFree=1755680/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915328 CPUtime=0.49
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 8483 0 1 0 46 3 0 0 17 0 8 0 155703179 937295872 8222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228832 8223 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33364 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21885
/proc/meminfo: memFree=1688616/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915328 CPUtime=1.31
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 19099 0 1 0 122 9 0 0 17 0 8 0 155703179 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561367 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228832 18837 2149 14 0 215302 0
[pid=21877/tid=21879] ppid=21875 vsize=915328 CPUtime=0.05
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 2682 0 0 0 4 1 0 0 17 0 8 0 155703183 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915328 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915328 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915328 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915328 CPUtime=0.07
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 308 0 0 0 7 0 0 0 16 0 8 0 155703187 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915328 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915328 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937295872 18837 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) 915328

[startup+2.98583 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21885
/proc/meminfo: memFree=1637096/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=2.96
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32432 0 1 0 281 15 0 0 17 0 8 0 155703179 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32166 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.19
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 378 0 0 0 19 0 0 0 16 0 8 0 155703187 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915440

[startup+6.27722 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21885
/proc/meminfo: memFree=1636392/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=6.24
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32453 0 1 0 609 15 0 0 17 0 8 0 155703179 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32182 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.21
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 396 0 0 0 21 0 0 0 15 0 8 0 155703187 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915440

[startup+12.755 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21885
/proc/meminfo: memFree=1636344/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=12.72
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32462 0 1 0 1257 15 0 0 22 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915440

[startup+25.5835 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21885
/proc/meminfo: memFree=1636536/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=25.54
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32462 0 1 0 2539 15 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915440

[startup+51.2675 s]
/proc/loadavg: 1.01 1.00 1.06 2/72 21885
/proc/meminfo: memFree=1636728/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=51.21
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32462 0 1 0 5106 15 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 915440

[startup+102.527 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 21885
/proc/meminfo: memFree=1636792/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=102.45
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32462 0 1 0 10230 15 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 915440

[startup+162.62 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 21885
/proc/meminfo: memFree=1636792/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=162.53
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32462 0 1 0 16238 15 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635704/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1483.95
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32463 0 1 0 148377 18 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.95
Current children cumulated vsize (KiB) 915440

[startup+1544.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635768/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1544.03
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32463 0 1 0 154385 18 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.03
Current children cumulated vsize (KiB) 915440

[startup+1604.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635768/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1604.1
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32463 0 1 0 160392 18 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.1
Current children cumulated vsize (KiB) 915440

[startup+1664.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635768/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1664.17
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32463 0 1 0 166399 18 0 0 25 0 8 0 155703179 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32187 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.22
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 402 0 0 0 22 0 0 0 16 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.17
Current children cumulated vsize (KiB) 915440

[startup+1724.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635768/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1724.25
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32464 0 1 0 172407 18 0 0 25 0 8 0 155703179 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32188 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.23
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 403 0 0 0 23 0 0 0 16 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 915440

[startup+1784.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635704/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1784.32
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32464 0 1 0 178414 18 0 0 25 0 8 0 155703179 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32188 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.23
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 403 0 0 0 23 0 0 0 16 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 22083
/proc/meminfo: memFree=1635704/2055920 swapFree=4184496/4192956
[pid=21877] ppid=21875 vsize=915440 CPUtime=1800.03
/proc/21877/stat : 21877 (java) R 21875 21877 21268 0 -1 0 32464 0 1 0 179985 18 0 0 25 0 8 0 155703179 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21877/statm: 228860 32188 2521 14 0 215330 0
[pid=21877/tid=21879] ppid=21875 vsize=915440 CPUtime=0.41
/proc/21877/task/21879/stat : 21879 (java) S 21875 21877 21268 0 -1 64 15455 0 0 0 36 5 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21880] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21880/stat : 21880 (java) S 21875 21877 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21881] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21881/stat : 21881 (java) S 21875 21877 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155703183 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21882] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21882/stat : 21882 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21883] ppid=21875 vsize=915440 CPUtime=0.23
/proc/21877/task/21883/stat : 21883 (java) S 21875 21877 21268 0 -1 64 403 0 0 0 23 0 0 0 16 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21884] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21884/stat : 21884 (java) S 21875 21877 21268 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155703187 937410560 32188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21877/tid=21885] ppid=21875 vsize=915440 CPUtime=0
/proc/21877/task/21885/stat : 21885 (java) S 21875 21877 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703187 937410560 32188 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) 915440

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

Child status: 143
Real time (s): 1800.73
CPU time (s): 1800.11
CPU user time (s): 1799.9
CPU system time (s): 0.204968
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32480
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= 37286
involuntary context switches= 3580

runsolver used 1.9787 s user time and 4.41233 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 08:43:58 UTC 2007


IDJOB= 203275
IDBENCH= 3944
FILE ID= node75/203275-1168073038

PBS_JOBID= 3475948

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c8063c1c65b77879866e022d71deed4f

RANDOM SEED= 292739935

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756160 kB
Buffers:          2004 kB
Cached:         237908 kB
SwapCached:       2372 kB
Active:          66324 kB
Inactive:       183284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756160 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            7476 kB
Writeback:           0 kB
Mapped:          15996 kB
Slab:            36168 kB
Committed_AS:  3054528 kB
PageTables:       1432 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 node75 on Sat Jan  6 09:13:59 UTC 2007