Trace number 196000

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.08

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-17_ext.xml
MD5SUM74698a2aff31803191e94ce8b7794d70
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 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.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=esac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/196000-1168117289/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.49	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.49	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.49	   
0.49	   relations being loaded...
1.15	   
1.15	   constraints being loaded...
1.42	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.42	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.42	       =>  wckTime=1.035  cpuTime=0.9  mem=47M689
1.55	   
1.55	   solver IterativeSystematicSolver being built... 
1.73	       =>  wckTime=1.34  cpuTime=1.05  mem=34M241
1.83	   
1.83	   preprocessing
1.83	     nbConstraintChecks=26862  nbValidityChecks=44126  nbPropagations=191  nbRevisions=1731  nbUselessRevisions=1517
1.83	     nbSingletonTests=30  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.83	       =>  wckTime=0.098  cpuTime=0.07  mem=34M241
1.92	   
1.92	   search
1.92	     run=0  nbConstraintChecks=38546  nbValidityChecks=81784  nbPropagations=670  nbRevisions=7272
1.92	     nbUselessRevisions=5842  nbAssignments=37  nbFailedAssignments=21  nbBacktracks=10  nbVisitedNodes=66
1.92	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.19  cpuTime=0.15  mem=35M245
1.98	   
1.98	   search
1.98	     run=1  nbConstraintChecks=68160  nbValidityChecks=143617  nbPropagations=1712  nbRevisions=18451
1.98	     nbUselessRevisions=14786  nbAssignments=73  nbFailedAssignments=35  nbBacktracks=25  nbVisitedNodes=124
1.98	     nbRestartNogoods=4  mapSize=19  nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.251  cpuTime=0.2  mem=35M245
2.12	   
2.12	   search
2.12	     run=2  nbConstraintChecks=147305  nbValidityChecks=299546  nbPropagations=3521  nbRevisions=38996
2.12	     nbUselessRevisions=31173  nbAssignments=148  nbFailedAssignments=82  nbBacktracks=47  nbVisitedNodes=265
2.12	     nbRestartNogoods=6  mapSize=40  nbInferences=0  nbTooLargeKeys=0
2.12	       =>  wckTime=0.393  cpuTime=0.33  mem=35M245
2.23	   
2.23	   search
2.23	     run=3  nbConstraintChecks=215843  nbValidityChecks=429356  nbPropagations=6012  nbRevisions=67370
2.23	     nbUselessRevisions=53637  nbAssignments=220  nbFailedAssignments=115  nbBacktracks=82  nbVisitedNodes=384
2.23	     nbRestartNogoods=12  mapSize=64  nbInferences=0  nbTooLargeKeys=0
2.23	       =>  wckTime=0.5  cpuTime=0.43  mem=35M245
2.39	   
2.39	   search
2.39	     run=4  nbConstraintChecks=318247  nbValidityChecks=630763  nbPropagations=9694  nbRevisions=108885
2.39	     nbUselessRevisions=86263  nbAssignments=327  nbFailedAssignments=163  nbBacktracks=132  nbVisitedNodes=565
2.39	     nbRestartNogoods=13  mapSize=102  nbInferences=0  nbTooLargeKeys=0
2.39	       =>  wckTime=0.662  cpuTime=0.59  mem=35M245
2.65	   
2.65	   search
2.65	     run=5  nbConstraintChecks=477892  nbValidityChecks=980230  nbPropagations=15437  nbRevisions=173479
2.65	     nbUselessRevisions=137132  nbAssignments=520  nbFailedAssignments=249  nbBacktracks=210  nbVisitedNodes=867
2.65	     nbRestartNogoods=21  mapSize=161  nbInferences=0  nbTooLargeKeys=0
2.65	       =>  wckTime=0.925  cpuTime=0.85  mem=35M245
3.35	   
3.35	   search
3.35	     run=6  nbConstraintChecks=907757  nbValidityChecks=1931751  nbPropagations=26584  nbRevisions=302992
3.35	     nbUselessRevisions=238820  nbAssignments=982  nbFailedAssignments=554  nbBacktracks=324  nbVisitedNodes=1688
3.35	     nbRestartNogoods=31  mapSize=270  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=1.617  cpuTime=1.53  mem=35M245
4.18	   
4.18	   search
4.18	     run=7  nbConstraintChecks=1450766  nbValidityChecks=3047556  nbPropagations=43837  nbRevisions=501696
4.18	     nbUselessRevisions=393735  nbAssignments=1502  nbFailedAssignments=859  nbBacktracks=494  nbVisitedNodes=2605
4.18	     nbRestartNogoods=42  mapSize=433  nbInferences=0  nbTooLargeKeys=0
4.18	       =>  wckTime=2.448  cpuTime=2.34  mem=35M245
5.31	   
5.31	   search
5.31	     run=8  nbConstraintChecks=2199781  nbValidityChecks=4654703  nbPropagations=71397  nbRevisions=819772
5.31	     nbUselessRevisions=641417  nbAssignments=2291  nbFailedAssignments=1386  nbBacktracks=750  nbVisitedNodes=4110
5.31	     nbRestartNogoods=47  mapSize=680  nbInferences=0  nbTooLargeKeys=0
5.31	       =>  wckTime=3.579  cpuTime=3.44  mem=35M245
6.71	   
6.71	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=35M245)
6.87	   
6.87	   search
6.87	     run=9  nbConstraintChecks=3367976  nbValidityChecks=7057796  nbPropagations=112941  nbRevisions=1297047
6.87	     nbUselessRevisions=1012090  nbAssignments=3448  nbFailedAssignments=2146  nbBacktracks=1135  nbVisitedNodes=6317
6.87	     nbRestartNogoods=54
6.87	       =>  wckTime=5.138  cpuTime=4.98  mem=35M245
9.11	   
9.11	   search
9.11	     run=10  nbConstraintChecks=4988617  nbValidityChecks=10562517  nbPropagations=177200  nbRevisions=2035134
9.11	     nbUselessRevisions=1585806  nbAssignments=5224  nbFailedAssignments=3309  nbBacktracks=1711  nbVisitedNodes=9630
9.11	     nbRestartNogoods=67
9.11	       =>  wckTime=7.378  cpuTime=7.21  mem=35M245
11.44	   
11.44	   search
11.44	     run=11  nbConstraintChecks=6721726  nbValidityChecks=14297447  nbPropagations=267964  nbRevisions=3056712
11.44	     nbUselessRevisions=2379178  nbAssignments=7260  nbFailedAssignments=4474  nbBacktracks=2576  nbVisitedNodes=13410
11.44	     nbRestartNogoods=82
11.44	       =>  wckTime=9.71  cpuTime=9.53  mem=35M245
16.65	   
16.65	   search
16.65	     run=12  nbConstraintChecks=10774519  nbValidityChecks=22394988  nbPropagations=401474  nbRevisions=4616714
16.65	     nbUselessRevisions=3598319  nbAssignments=11069  nbFailedAssignments=6980  nbBacktracks=3873  nbVisitedNodes=20673
16.65	     nbRestartNogoods=96
16.65	       =>  wckTime=14.919  cpuTime=14.74  mem=35M245
23.54	   
23.54	   search
23.54	     run=13  nbConstraintChecks=15950747  nbValidityChecks=33454369  nbPropagations=606213  nbRevisions=6971864
23.54	     nbUselessRevisions=5430506  nbAssignments=16673  nbFailedAssignments=10631  nbBacktracks=5819  nbVisitedNodes=31310
23.54	     nbRestartNogoods=108
23.54	       =>  wckTime=21.808  cpuTime=21.6  mem=35M245
33.76	   
33.76	   search
33.76	     run=14  nbConstraintChecks=23748623  nbValidityChecks=49532780  nbPropagations=906276  nbRevisions=10390421
33.76	     nbUselessRevisions=8076579  nbAssignments=24174  nbFailedAssignments=15206  nbBacktracks=8738  nbVisitedNodes=45487
33.76	     nbRestartNogoods=123
33.76	       =>  wckTime=32.036  cpuTime=31.81  mem=35M245
45.88	   
45.88	   search
45.88	     run=15  nbConstraintChecks=33058458  nbValidityChecks=69293033  nbPropagations=1339902  nbRevisions=15314663
45.88	     nbUselessRevisions=11892973  nbAssignments=34816  nbFailedAssignments=21454  nbBacktracks=13118
45.88	     nbVisitedNodes=65302  nbRestartNogoods=143
45.88	       =>  wckTime=44.149  cpuTime=43.92  mem=35M245
68.70	   
68.70	   search
68.70	     run=16  nbConstraintChecks=50202504  nbValidityChecks=106005789  nbPropagations=2017023  nbRevisions=22974567
68.70	     nbUselessRevisions=17824076  nbAssignments=53502  nbFailedAssignments=33565  nbBacktracks=19686
68.70	     nbVisitedNodes=100867  nbRestartNogoods=151
68.70	       =>  wckTime=66.969  cpuTime=66.69  mem=35M245
100.91	   
100.91	   search
100.91	     run=17  nbConstraintChecks=75014073  nbValidityChecks=156907160  nbPropagations=3007462  nbRevisions=34307008
100.91	     nbUselessRevisions=26618909  nbAssignments=77813  nbFailedAssignments=48017  nbBacktracks=29538
100.91	     nbVisitedNodes=146277  nbRestartNogoods=174
100.91	       =>  wckTime=99.185  cpuTime=98.9  mem=35M245
153.38	   
153.38	   search
153.38	     run=18  nbConstraintChecks=114030057  nbValidityChecks=242625256  nbPropagations=4549745  nbRevisions=51793021
153.38	     nbUselessRevisions=40182077  nbAssignments=122426  nbFailedAssignments=77845  nbBacktracks=44316
153.38	     nbVisitedNodes=231520  nbRestartNogoods=193
153.38	       =>  wckTime=151.65  cpuTime=151.3  mem=35M245
225.96	   
225.96	   search
225.96	     run=19  nbConstraintChecks=169878674  nbValidityChecks=358316901  nbPropagations=6802342  nbRevisions=77175052
225.96	     nbUselessRevisions=59813210  nbAssignments=178690  nbFailedAssignments=111933  nbBacktracks=66484
225.96	     nbVisitedNodes=337687  nbRestartNogoods=212
225.96	       =>  wckTime=224.232  cpuTime=223.81  mem=35M245
326.49	   
326.49	   search
326.49	     run=20  nbConstraintChecks=246691959  nbValidityChecks=516770059  nbPropagations=10058361  nbRevisions=114293129
326.49	     nbUselessRevisions=88613530  nbAssignments=256692  nbFailedAssignments=156674  nbBacktracks=99736
326.49	     nbVisitedNodes=482422  nbRestartNogoods=226
326.49	       =>  wckTime=324.76  cpuTime=324.24  mem=35M245
504.14	   
504.14	   search
504.14	     run=21  nbConstraintChecks=380714247  nbValidityChecks=806481300  nbPropagations=15121362  nbRevisions=171537998
504.14	     nbUselessRevisions=133052966  nbAssignments=402253  nbFailedAssignments=252351  nbBacktracks=149614
504.14	     nbVisitedNodes=760017  nbRestartNogoods=243
504.14	       =>  wckTime=502.411  cpuTime=501.72  mem=35M245
741.74	   
741.74	   search
741.74	     run=22  nbConstraintChecks=563302517  nbValidityChecks=1183464024  nbPropagations=22513875  nbRevisions=255386623
741.74	     nbUselessRevisions=198170798  nbAssignments=582891  nbFailedAssignments=358163  nbBacktracks=224432
741.74	     nbVisitedNodes=1097521  nbRestartNogoods=262
741.74	       =>  wckTime=740.012  cpuTime=739.08  mem=35M245
1110.85	   
1110.85	   search
1110.85	     run=23  nbConstraintChecks=847351086  nbValidityChecks=1767147909  nbPropagations=33427415  nbRevisions=380201271
1110.85	     nbUselessRevisions=295149270  nbAssignments=861074  nbFailedAssignments=524091  nbBacktracks=336659
1110.85	     nbVisitedNodes=1618891  nbRestartNogoods=273
1110.85	       =>  wckTime=1109.118  cpuTime=1107.82  mem=35M245
1715.42	   
1715.42	   search
1715.42	     run=24  nbConstraintChecks=1307585542  nbValidityChecks=2726108062  nbPropagations=50077403  nbRevisions=569472092
1715.42	     nbUselessRevisions=441879639  nbAssignments=1314275  nbFailedAssignments=808943  nbBacktracks=505000
1715.42	     nbVisitedNodes=2478228  nbRestartNogoods=292
1715.42	       =>  wckTime=1713.695  cpuTime=1711.8  mem=35M245

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/node72/watcher-196000-1168117289 -o ROOT/results/node72/solver-196000-1168117289 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/196000-1168117289/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.01 2.00 1.91 5/93 10997
/proc/meminfo: memFree=1106792/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=1784 CPUtime=0
/proc/10996/stat : 10996 (java) D 10994 10996 10692 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 160137736 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10996/statm: 446 160 125 14 0 91 0

[startup+0.108957 s]
/proc/loadavg: 2.01 2.00 1.91 5/93 10997
/proc/meminfo: memFree=1106792/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=907676 CPUtime=0.03
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 2182 0 1 0 2 1 0 0 19 0 4 0 160137736 929460224 1931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2513761 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10996/statm: 226919 1931 1097 14 0 214502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 907676

[startup+0.519266 s]
/proc/loadavg: 2.01 2.00 1.91 5/93 10997
/proc/meminfo: memFree=1106792/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915328 CPUtime=0.44
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 6279 0 1 0 39 5 0 0 18 0 8 0 160137736 937295872 6018 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10996/statm: 228832 6018 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.35208 s]
/proc/loadavg: 2.08 2.02 1.92 3/100 11004
/proc/meminfo: memFree=1039792/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915328 CPUtime=1.26
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 19116 0 1 0 114 12 0 0 24 0 8 0 160137736 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10996/statm: 228832 18854 2160 14 0 215302 0
[pid=10996/tid=10998] ppid=10994 vsize=915328 CPUtime=0.05
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 2657 0 0 0 4 1 0 0 17 0 8 0 160137747 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915328 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 160137747 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915328 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 160137747 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915328 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915328 CPUtime=0.1
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 319 0 0 0 10 0 0 0 16 0 8 0 160137751 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915328 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915328 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937295872 18854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915328

[startup+2.99423 s]
/proc/loadavg: 2.08 2.02 1.92 3/100 11006
/proc/meminfo: memFree=1023856/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=2.88
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23407 0 1 0 273 15 0 0 25 0 8 0 160137736 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10996/statm: 228854 23143 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 17 0 8 0 160137747 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.2
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 371 0 0 0 20 0 0 0 15 0 8 0 160137751 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915416

[startup+6.27652 s]
/proc/loadavg: 2.00 2.00 1.91 2/94 11018
/proc/meminfo: memFree=1253728/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=6.13
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23423 0 1 0 598 15 0 0 25 0 8 0 160137736 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776019 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23156 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 17 0 8 0 160137747 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.23
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 385 0 0 0 23 0 0 0 16 0 8 0 160137751 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915416

[startup+12.7691 s]
/proc/loadavg: 2.08 2.02 1.92 3/107 11097
/proc/meminfo: memFree=1236152/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=12.61
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23427 0 1 0 1244 17 0 0 25 0 8 0 160137736 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749940 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23159 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 389 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915416

[startup+25.6293 s]
/proc/loadavg: 2.07 2.02 1.92 3/107 11105
/proc/meminfo: memFree=1236216/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=25.44
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23427 0 1 0 2525 19 0 0 25 0 8 0 160137736 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772422 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23159 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 389 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915416

[startup+51.2706 s]
/proc/loadavg: 2.04 2.01 1.92 4/107 11129
/proc/meminfo: memFree=1236472/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=51.05
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23427 0 1 0 5083 22 0 0 25 0 8 0 160137736 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23159 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 389 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915416

[startup+102.505 s]
/proc/loadavg: 2.02 2.01 1.92 3/101 11161
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=102.24
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23429 0 1 0 10199 25 0 0 25 0 8 0 160137736 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630244 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23160 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 390 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 915416

[startup+162.583 s]
/proc/loadavg: 2.00 2.00 1.92 3/101 11161
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=162.24
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23429 0 1 0 16199 25 0 0 25 0 8 0 160137736 937385984 23160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.93 s]
/proc/loadavg: 2.00 2.00 1.93 3/101 11163
/proc/meminfo: memFree=1237616/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1482.27
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 148199 28 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753560 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 915416

[startup+1544.03 s]
/proc/loadavg: 2.00 2.00 1.93 3/101 11163
/proc/meminfo: memFree=1237616/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1542.32
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 154204 28 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 915416

[startup+1604.11 s]
/proc/loadavg: 2.00 2.00 1.93 3/101 11163
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1602.33
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 160204 29 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 915416

[startup+1664.18 s]
/proc/loadavg: 2.03 2.01 1.94 5/101 11163
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1662.35
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 166206 29 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 915416

[startup+1724.26 s]
/proc/loadavg: 2.01 2.01 1.94 3/101 11163
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1722.38
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 172209 29 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756759 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 915416

[startup+1784.33 s]
/proc/loadavg: 2.10 2.03 1.95 3/101 11163
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1782.37
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 178208 29 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.02 s]
/proc/loadavg: 2.15 2.05 1.95 3/101 11163
/proc/meminfo: memFree=1237552/2055920 swapFree=4192812/4192956
[pid=10996] ppid=10994 vsize=915416 CPUtime=1800.05
/proc/10996/stat : 10996 (java) R 10994 10996 10692 0 -1 0 23430 0 1 0 179976 29 0 0 25 0 8 0 160137736 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10996/statm: 228854 23161 2531 14 0 215324 0
[pid=10996/tid=10998] ppid=10994 vsize=915416 CPUtime=0.17
/proc/10996/task/10998/stat : 10998 (java) S 10994 10996 10692 0 -1 64 6427 0 0 0 14 3 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=10999] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/10999/stat : 10999 (java) S 10994 10996 10692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11000] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11000/stat : 11000 (java) S 10994 10996 10692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160137747 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11001] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11001/stat : 11001 (java) S 10994 10996 10692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11002] ppid=10994 vsize=915416 CPUtime=0.24
/proc/10996/task/11002/stat : 11002 (java) S 10994 10996 10692 0 -1 64 391 0 0 0 24 0 0 0 16 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10996/tid=11003] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11003/stat : 11003 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10996/tid=11004] ppid=10994 vsize=915416 CPUtime=0
/proc/10996/task/11004/stat : 11004 (java) S 10994 10996 10692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160137751 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1802.08
CPU time (s): 1800.12
CPU user time (s): 1799.81
CPU system time (s): 0.310952
CPU usage (%): 99.8911
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23446
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= 37536
involuntary context switches= 32376

runsolver used 2.51162 s user time and 5.49816 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 21:01:29 UTC 2007


IDJOB= 196000
IDBENCH= 3318
FILE ID= node72/196000-1168117289

PBS_JOBID= 3477427

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  74698a2aff31803191e94ce8b7794d70

RANDOM SEED= 25890544

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.223
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.223
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:       1107272 kB
Buffers:         47932 kB
Cached:         547544 kB
SwapCached:          0 kB
Active:         449212 kB
Inactive:       425084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1107272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:         299284 kB
Slab:            58296 kB
Committed_AS:  3029732 kB
PageTables:       2972 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= 66546 MiB



End job on node72 on Sat Jan  6 21:31:32 UTC 2007