Trace number 196065

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.12 1802.11

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-11_ext.xml
MD5SUM319c407682b16d5592d041c90ba4e937
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1232.27
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.45	   
0.45	   instance
0.45	     name=/tmp/evaluation/196065-1168118504/unknown.xml
0.48	   
0.48	   domains being loaded...
0.49	   
0.49	   variables being loaded...
0.52	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.52	       =>  wckTime=0.116  cpuTime=0.08  mem=6M951
0.52	   
0.52	   relations being loaded...
1.12	   
1.12	   constraints being loaded...
1.37	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.37	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.37	       =>  wckTime=0.963  cpuTime=0.81  mem=47M649
1.48	   
1.48	   solver IterativeSystematicSolver being built... 
1.64	       =>  wckTime=1.238  cpuTime=0.95  mem=34M372
1.74	   
1.74	   preprocessing
1.74	     nbConstraintChecks=32671  nbValidityChecks=51981  nbPropagations=217  nbRevisions=2217  nbUselessRevisions=1919
1.74	     nbSingletonTests=31  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.74	       =>  wckTime=0.098  cpuTime=0.07  mem=34M372
1.82	   
1.82	   search
1.82	     run=0  nbConstraintChecks=43260  nbValidityChecks=86192  nbPropagations=616  nbRevisions=7004
1.82	     nbUselessRevisions=5709  nbAssignments=31  nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=58
1.82	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.179  cpuTime=0.14  mem=35M360
1.91	   
1.91	   search
1.91	     run=1  nbConstraintChecks=98163  nbValidityChecks=196254  nbPropagations=1687  nbRevisions=19288
1.91	     nbUselessRevisions=15629  nbAssignments=73  nbFailedAssignments=40  nbBacktracks=25  nbVisitedNodes=132
1.91	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.264  cpuTime=0.22  mem=35M360
2.01	   
2.01	   search
2.01	     run=2  nbConstraintChecks=162443  nbValidityChecks=314785  nbPropagations=3286  nbRevisions=38299
2.01	     nbUselessRevisions=31011  nbAssignments=126  nbFailedAssignments=65  nbBacktracks=47  nbVisitedNodes=221
2.01	     nbRestartNogoods=7  mapSize=37  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.372  cpuTime=0.31  mem=35M360
2.20	   
2.20	   search
2.20	     run=3  nbConstraintChecks=291770  nbValidityChecks=573031  nbPropagations=6261  nbRevisions=73534
2.20	     nbUselessRevisions=59524  nbAssignments=254  nbFailedAssignments=126  nbBacktracks=81  nbVisitedNodes=407
2.20	     nbRestartNogoods=15  mapSize=69  nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=0.555  cpuTime=0.5  mem=35M360
2.42	   
2.42	   search
2.42	     run=4  nbConstraintChecks=460446  nbValidityChecks=868111  nbPropagations=10421  nbRevisions=123846
2.42	     nbUselessRevisions=99908  nbAssignments=371  nbFailedAssignments=187  nbBacktracks=132  nbVisitedNodes=617
2.42	     nbRestartNogoods=24  mapSize=108  nbInferences=0  nbTooLargeKeys=0
2.42	       =>  wckTime=0.778  cpuTime=0.72  mem=35M360
2.69	   
2.69	   search
2.69	     run=5  nbConstraintChecks=648437  nbValidityChecks=1239554  nbPropagations=16708  nbRevisions=199048
2.69	     nbUselessRevisions=160210  nbAssignments=540  nbFailedAssignments=276  nbBacktracks=208  nbVisitedNodes=923
2.69	     nbRestartNogoods=32  mapSize=171  nbInferences=0  nbTooLargeKeys=0
2.69	       =>  wckTime=1.049  cpuTime=0.98  mem=35M360
3.42	   
3.42	   search
3.42	     run=6  nbConstraintChecks=1205499  nbValidityChecks=2293901  nbPropagations=27284  nbRevisions=331343
3.42	     nbUselessRevisions=266367  nbAssignments=904  nbFailedAssignments=522  nbBacktracks=321  nbVisitedNodes=1628
3.42	     nbRestartNogoods=38  mapSize=281  nbInferences=0  nbTooLargeKeys=0
3.42	       =>  wckTime=1.775  cpuTime=1.7  mem=35M360
4.07	   
4.07	   search
4.07	     run=7  nbConstraintChecks=1675375  nbValidityChecks=3207925  nbPropagations=42386  nbRevisions=515814
4.07	     nbUselessRevisions=413963  nbAssignments=1290  nbFailedAssignments=711  nbBacktracks=491  nbVisitedNodes=2284
4.07	     nbRestartNogoods=52  mapSize=415  nbInferences=0  nbTooLargeKeys=0
4.07	       =>  wckTime=2.429  cpuTime=2.35  mem=35M360
5.09	   
5.09	   search
5.09	     run=8  nbConstraintChecks=2455858  nbValidityChecks=4608636  nbPropagations=63417  nbRevisions=774055
5.09	     nbUselessRevisions=620001  nbAssignments=1859  nbFailedAssignments=1008  nbBacktracks=749  nbVisitedNodes=3293
5.09	     nbRestartNogoods=58  mapSize=611  nbInferences=0  nbTooLargeKeys=0
5.09	       =>  wckTime=3.449  cpuTime=3.36  mem=35M360
6.57	   
6.57	   search
6.57	     run=9  nbConstraintChecks=3558125  nbValidityChecks=6812215  nbPropagations=95940  nbRevisions=1169243
6.57	     nbUselessRevisions=934442  nbAssignments=2794  nbFailedAssignments=1555  nbBacktracks=1133  nbVisitedNodes=5033
6.57	     nbRestartNogoods=65  mapSize=954  nbInferences=0  nbTooLargeKeys=0
6.57	       =>  wckTime=4.923  cpuTime=4.82  mem=35M360
7.02	   
7.02	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=35M360)
10.14	   
10.14	   search
10.14	     run=10  nbConstraintChecks=6424858  nbValidityChecks=12634221  nbPropagations=154261  nbRevisions=1896090
10.14	     nbUselessRevisions=1510263  nbAssignments=5183  nbFailedAssignments=3364  nbBacktracks=1709  nbVisitedNodes=9716
10.14	     nbRestartNogoods=78
10.14	       =>  wckTime=8.501  cpuTime=8.39  mem=35M360
13.42	   
13.42	   search
13.42	     run=11  nbConstraintChecks=8926698  nbValidityChecks=17427139  nbPropagations=235704  nbRevisions=2902357
13.42	     nbUselessRevisions=2308146  nbAssignments=7074  nbFailedAssignments=4386  nbBacktracks=2573  nbVisitedNodes=13161
13.42	     nbRestartNogoods=84
13.42	       =>  wckTime=11.781  cpuTime=11.67  mem=35M360
18.52	   
18.52	   search
18.52	     run=12  nbConstraintChecks=12880965  nbValidityChecks=24945145  nbPropagations=352461  nbRevisions=4350848
18.52	     nbUselessRevisions=3459884  nbAssignments=10078  nbFailedAssignments=6087  nbBacktracks=3872  nbVisitedNodes=18724
18.52	     nbRestartNogoods=92
18.52	       =>  wckTime=16.874  cpuTime=16.75  mem=35M360
26.63	   
26.63	   search
26.63	     run=13  nbConstraintChecks=19025033  nbValidityChecks=37267511  nbPropagations=530982  nbRevisions=6540330
26.63	     nbUselessRevisions=5201294  nbAssignments=15064  nbFailedAssignments=9122  nbBacktracks=5818  nbVisitedNodes=28060
26.63	     nbRestartNogoods=100
26.63	       =>  wckTime=24.99  cpuTime=24.84  mem=35M360
39.53	   
39.53	   search
39.53	     run=14  nbConstraintChecks=29012952  nbValidityChecks=56265502  nbPropagations=794904  nbRevisions=9788532
39.53	     nbUselessRevisions=7778503  nbAssignments=22375  nbFailedAssignments=13500  nbBacktracks=8737  nbVisitedNodes=41721
39.53	     nbRestartNogoods=122
39.53	       =>  wckTime=37.883  cpuTime=37.71  mem=35M360
61.95	   
61.95	   search
61.95	     run=15  nbConstraintChecks=47235447  nbValidityChecks=90065915  nbPropagations=1203860  nbRevisions=14902096
61.95	     nbUselessRevisions=11847518  nbAssignments=34693  nbFailedAssignments=21434  nbBacktracks=13115
61.95	     nbVisitedNodes=65156  nbRestartNogoods=136
61.95	       =>  wckTime=60.31  cpuTime=60.13  mem=35M360
96.71	   
96.71	   search
96.71	     run=16  nbConstraintChecks=73925442  nbValidityChecks=141289495  nbPropagations=1839880  nbRevisions=22842763
96.71	     nbUselessRevisions=18135314  nbAssignments=53001  nbFailedAssignments=33124  nbBacktracks=19683
96.71	     nbVisitedNodes=100092  nbRestartNogoods=157
96.71	       =>  wckTime=95.064  cpuTime=94.84  mem=35M360
142.65	   
142.65	   search
142.65	     run=17  nbConstraintChecks=110191170  nbValidityChecks=209667260  nbPropagations=2784447  nbRevisions=34678214
142.65	     nbUselessRevisions=27539174  nbAssignments=78318  nbFailedAssignments=48575  nbBacktracks=29535
142.65	     nbVisitedNodes=147733  nbRestartNogoods=164
142.65	       =>  wckTime=141.004  cpuTime=140.74  mem=35M360
224.48	   
224.48	   search
224.48	     run=18  nbConstraintChecks=172879424  nbValidityChecks=329423487  nbPropagations=4263402  nbRevisions=53100101
224.48	     nbUselessRevisions=42090578  nbAssignments=120551  nbFailedAssignments=76025  nbBacktracks=44313
224.48	     nbVisitedNodes=228993  nbRestartNogoods=186
224.48	       =>  wckTime=222.84  cpuTime=222.48  mem=35M360
329.18	   
329.18	   search
329.18	     run=19  nbConstraintChecks=254981855  nbValidityChecks=483510550  nbPropagations=6453080  nbRevisions=80533870
329.18	     nbUselessRevisions=63865832  nbAssignments=178209  nbFailedAssignments=111510  nbBacktracks=66481
329.19	     nbVisitedNodes=338030  nbRestartNogoods=204
329.19	       =>  wckTime=327.542  cpuTime=327.08  mem=35M360
505.11	   
505.11	   search
505.11	     run=20  nbConstraintChecks=384423881  nbValidityChecks=731561325  nbPropagations=9769823  nbRevisions=121964385
505.11	     nbUselessRevisions=96726861  nbAssignments=265990  nbFailedAssignments=166025  nbBacktracks=99733
505.11	     nbVisitedNodes=505286  nbRestartNogoods=222
505.11	       =>  wckTime=503.468  cpuTime=502.83  mem=35M360
679.54	   
679.54	   search
679.54	     run=21  nbConstraintChecks=516805980  nbValidityChecks=976273054  nbPropagations=14175483  nbRevisions=177677713
679.54	     nbUselessRevisions=141051785  nbAssignments=370974  nbFailedAssignments=221124  nbBacktracks=149612
679.54	     nbVisitedNodes=693025  nbRestartNogoods=248
679.54	       =>  wckTime=677.9  cpuTime=677.08  mem=35M360
981.95	   
981.95	   search
981.95	     run=22  nbConstraintChecks=741000270  nbValidityChecks=1416557553  nbPropagations=20673270  nbRevisions=259034548
981.95	     nbUselessRevisions=205742555  nbAssignments=543859  nbFailedAssignments=319179  nbBacktracks=224431
981.95	     nbVisitedNodes=1013986  nbRestartNogoods=279
981.95	       =>  wckTime=980.305  cpuTime=979.17  mem=35M360
1443.53	   
1443.53	   search
1443.53	     run=23  nbConstraintChecks=1083912584  nbValidityChecks=2091320407  nbPropagations=30470110  nbRevisions=380875967
1443.53	     nbUselessRevisions=302565201  nbAssignments=817044  nbFailedAssignments=480132  nbBacktracks=336662
1443.53	     nbVisitedNodes=1525030  nbRestartNogoods=313
1443.53	       =>  wckTime=1441.888  cpuTime=1440.28  mem=35M360

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/node7/watcher-196065-1168118504 -o ROOT/results/node7/solver-196065-1168118504 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/196065-1168118504/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 2.00 2.00 4/89 31506
/proc/meminfo: memFree=1569024/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=172 CPUtime=0
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 160245810 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 0 0 0
/proc/31505/statm: 43 24 18 14 0 3 0

[startup+0.107472 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 31506
/proc/meminfo: memFree=1569024/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=905992 CPUtime=0.01
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 1753 0 1 0 1 0 0 0 18 0 1 0 160245810 927735808 1502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155667376 0 4 0 7368 0 0 0 17 0 0 0
/proc/31505/statm: 226498 1508 872 14 0 214081 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 905992

[startup+0.515514 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 31506
/proc/meminfo: memFree=1569024/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915328 CPUtime=0.38
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 6072 0 10 0 33 5 0 0 23 0 8 0 160245810 937295872 5820 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228832 5820 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 915328

[startup+1.3376 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31513
/proc/meminfo: memFree=1499464/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915328 CPUtime=1.2
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 19111 0 10 0 109 11 0 0 25 0 8 0 160245810 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228832 18858 2160 14 0 215302 0
[pid=31505/tid=31507] ppid=31503 vsize=915328 CPUtime=0.05
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 2657 0 0 0 4 1 0 0 17 0 8 0 160245822 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915328 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915328 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 160245823 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915328 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915328 CPUtime=0.09
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 160245826 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915328 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915328 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937295872 18858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 915328

[startup+2.99077 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31513
/proc/meminfo: memFree=1483656/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=2.86
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23400 0 10 0 272 14 0 0 25 0 8 0 160245810 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630276 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23145 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 17 0 8 0 160245822 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.2
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 371 0 0 0 19 1 0 0 15 0 8 0 160245826 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915416

[startup+6.19111 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31513
/proc/meminfo: memFree=1483464/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=6.05
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23415 0 10 0 591 14 0 0 25 0 8 0 160245810 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23157 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 17 0 8 0 160245822 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.23
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 384 0 0 0 22 1 0 0 15 0 8 0 160245826 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23157 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 915416

[startup+12.6768 s]
/proc/loadavg: 2.00 2.00 2.00 4/96 31513
/proc/meminfo: memFree=1483464/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=12.53
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23420 0 10 0 1239 14 0 0 25 0 8 0 160245810 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630244 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23161 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915416

[startup+25.5421 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31513
/proc/meminfo: memFree=1483592/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=25.36
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23421 0 10 0 2521 15 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749897 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 17 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915416

[startup+51.1728 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31513
/proc/meminfo: memFree=1483592/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=50.97
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 5082 15 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 915416

[startup+102.44 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 31513
/proc/meminfo: memFree=1483592/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=102.19
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 10204 15 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 915416

[startup+162.457 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 31513
/proc/meminfo: memFree=1483592/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=162.13
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 16198 15 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 915416

[startup+1483.37 s]
/proc/loadavg: 2.10 2.02 2.01 3/94 31624
/proc/meminfo: memFree=1509784/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1481.69
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 148145 24 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 915416

[startup+1543.39 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 31624
/proc/meminfo: memFree=1508248/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1541.66
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 154142 24 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757427 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 915416

[startup+1603.42 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1506584/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1601.61
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 160136 25 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 915416

[startup+1663.45 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1504152/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1661.59
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 166134 25 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 915416

[startup+1723.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 31624
/proc/meminfo: memFree=1500760/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1721.56
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 172131 25 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 915416

[startup+1783.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 31624
/proc/meminfo: memFree=1496984/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1781.5
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 178125 25 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.04 s]
/proc/loadavg: 2.05 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1495192/2055920 swapFree=4192812/4192956
[pid=31505] ppid=31503 vsize=915416 CPUtime=1800.04
/proc/31505/stat : 31505 (java) R 31503 31505 29928 0 -1 0 23422 0 10 0 179979 25 0 0 25 0 8 0 160245810 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758343 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31505/statm: 228854 23162 2531 14 0 215324 0
[pid=31505/tid=31507] ppid=31503 vsize=915416 CPUtime=0.16
/proc/31505/task/31507/stat : 31507 (java) S 31503 31505 29928 0 -1 64 6427 0 0 0 13 3 0 0 16 0 8 0 160245822 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31508] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31508/stat : 31508 (java) S 31503 31505 29928 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31509] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31509/stat : 31509 (java) S 31503 31505 29928 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160245823 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31510] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31510/stat : 31510 (java) S 31503 31505 29928 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31511] ppid=31503 vsize=915416 CPUtime=0.24
/proc/31505/task/31511/stat : 31511 (java) S 31503 31505 29928 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31512] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31512/stat : 31512 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31505/tid=31513] ppid=31503 vsize=915416 CPUtime=0
/proc/31505/task/31513/stat : 31513 (java) S 31503 31505 29928 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160245826 937385984 23162 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1802.11
CPU time (s): 1800.12
CPU user time (s): 1799.84
CPU system time (s): 0.274958
CPU usage (%): 99.8896
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23439
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37609
involuntary context switches= 57995

runsolver used 2.24366 s user time and 5.73913 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan  6 21:21:44 UTC 2007


IDJOB= 196065
IDBENCH= 3323
FILE ID= node7/196065-1168118504

PBS_JOBID= 3477115

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  319c407682b16d5592d041c90ba4e937

RANDOM SEED= 740622948

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.220
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.220
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:       1569440 kB
Buffers:         35908 kB
Cached:          85676 kB
SwapCached:          0 kB
Active:         362092 kB
Inactive:        65828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:         326548 kB
Slab:            42580 kB
Committed_AS:  4781980 kB
PageTables:       3060 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= 66524 MiB



End job on node7 on Sat Jan  6 21:51:46 UTC 2007