Trace number 196170

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.11 1800.79

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-41_ext.xml
MD5SUM0c3db291ff823563de48bfaee14bd7d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark226.419
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/196170-1168070448/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.40	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
1.03	   
1.04	   constraints being loaded...
1.30	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.30	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.30	       =>  wckTime=1.003  cpuTime=0.88  mem=50M840
1.42	   
1.42	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.28  cpuTime=1.01  mem=34M589
1.59	   
1.59	   preprocessing
1.59	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.59	     detectedInconsistency=no
1.59	       =>  wckTime=0.0030  cpuTime=0.01  mem=34M589
1.68	   
1.68	   search
1.68	     run=0  nbConstraintChecks=23910  nbValidityChecks=38710  nbPropagations=290  nbRevisions=2911
1.68	     nbUselessRevisions=2289  nbAssignments=23  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=38
1.68	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.096  cpuTime=0.07  mem=35M580
1.77	   
1.77	   search
1.77	     run=1  nbConstraintChecks=79740  nbValidityChecks=161920  nbPropagations=1334  nbRevisions=15150
1.77	     nbUselessRevisions=11911  nbAssignments=99  nbFailedAssignments=61  nbBacktracks=26  nbVisitedNodes=179
1.77	     nbRestartNogoods=1  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.189  cpuTime=0.15  mem=35M580
1.86	   
1.86	   search
1.86	     run=2  nbConstraintChecks=130225  nbValidityChecks=260303  nbPropagations=3024  nbRevisions=35675
1.86	     nbUselessRevisions=28163  nbAssignments=148  nbFailedAssignments=83  nbBacktracks=49  nbVisitedNodes=266
1.86	     nbRestartNogoods=6  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.86	       =>  wckTime=0.275  cpuTime=0.23  mem=35M580
2.02	   
2.02	   search
2.02	     run=3  nbConstraintChecks=246210  nbValidityChecks=494364  nbPropagations=5881  nbRevisions=71115
2.02	     nbUselessRevisions=56165  nbAssignments=245  nbFailedAssignments=141  nbBacktracks=82  nbVisitedNodes=445
2.02	     nbRestartNogoods=7  mapSize=76  nbInferences=0  nbTooLargeKeys=0
2.02	       =>  wckTime=0.441  cpuTime=0.39  mem=35M580
2.18	   
2.18	   search
2.18	     run=4  nbConstraintChecks=355800  nbValidityChecks=711584  nbPropagations=10049  nbRevisions=122263
2.18	     nbUselessRevisions=96465  nbAssignments=366  nbFailedAssignments=206  nbBacktracks=133  nbVisitedNodes=661
2.18	     nbRestartNogoods=11  mapSize=111  nbInferences=0  nbTooLargeKeys=0
2.18	       =>  wckTime=0.597  cpuTime=0.55  mem=35M580
2.49	   
2.49	   search
2.49	     run=5  nbConstraintChecks=555880  nbValidityChecks=1137165  nbPropagations=16586  nbRevisions=204555
2.49	     nbUselessRevisions=161651  nbAssignments=593  nbFailedAssignments=352  nbBacktracks=208  nbVisitedNodes=1087
2.49	     nbRestartNogoods=17  mapSize=174  nbInferences=0  nbTooLargeKeys=0
2.49	       =>  wckTime=0.905  cpuTime=0.84  mem=35M580
2.86	   
2.86	   search
2.86	     run=6  nbConstraintChecks=813771  nbValidityChecks=1663884  nbPropagations=26357  nbRevisions=324843
2.86	     nbUselessRevisions=256275  nbAssignments=864  nbFailedAssignments=505  nbBacktracks=321  nbVisitedNodes=1580
2.86	     nbRestartNogoods=27  mapSize=271  nbInferences=0  nbTooLargeKeys=0
2.86	       =>  wckTime=1.282  cpuTime=1.22  mem=35M580
3.49	   
3.49	   search
3.49	     run=7  nbConstraintChecks=1234349  nbValidityChecks=2543919  nbPropagations=41614  nbRevisions=509644
3.49	     nbUselessRevisions=400831  nbAssignments=1281  nbFailedAssignments=746  nbBacktracks=492  nbVisitedNodes=2355
3.49	     nbRestartNogoods=32  mapSize=415  nbInferences=0  nbTooLargeKeys=0
3.49	       =>  wckTime=1.905  cpuTime=1.83  mem=35M580
4.15	   
4.15	   search
4.15	     run=8  nbConstraintChecks=1694114  nbValidityChecks=3429315  nbPropagations=62866  nbRevisions=765347
4.15	     nbUselessRevisions=600629  nbAssignments=1819  nbFailedAssignments=1020  nbBacktracks=748  nbVisitedNodes=3295
4.15	     nbRestartNogoods=42  mapSize=603  nbInferences=0  nbTooLargeKeys=0
4.15	       =>  wckTime=2.564  cpuTime=2.47  mem=35M580
5.69	   
5.69	   search
5.69	     run=9  nbConstraintChecks=2807096  nbValidityChecks=5749849  nbPropagations=97286  nbRevisions=1194614
5.69	     nbUselessRevisions=938751  nbAssignments=2999  nbFailedAssignments=1809  nbBacktracks=1133  nbVisitedNodes=5534
5.69	     nbRestartNogoods=56  mapSize=954  nbInferences=0  nbTooLargeKeys=0
5.69	       =>  wckTime=4.112  cpuTime=4.01  mem=35M580
5.89	   
5.89	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=35M580)
7.48	   
7.48	   search
7.48	     run=10  nbConstraintChecks=4088593  nbValidityChecks=8443964  nbPropagations=149262  nbRevisions=1830352
7.48	     nbUselessRevisions=1437719  nbAssignments=4308  nbFailedAssignments=2535  nbBacktracks=1711  nbVisitedNodes=7957
7.48	     nbRestartNogoods=65
7.48	       =>  wckTime=5.901  cpuTime=5.79  mem=35M580
10.48	   
10.48	   search
10.48	     run=11  nbConstraintChecks=6221832  nbValidityChecks=12826945  nbPropagations=229015  nbRevisions=2794724
10.48	     nbUselessRevisions=2192390  nbAssignments=6390  nbFailedAssignments=3746  nbBacktracks=2576  nbVisitedNodes=11840
10.48	     nbRestartNogoods=70
10.48	       =>  wckTime=8.895  cpuTime=8.78  mem=35M580
16.55	   
16.55	   search
16.55	     run=12  nbConstraintChecks=10562482  nbValidityChecks=21898317  nbPropagations=359731  nbRevisions=4381738
16.55	     nbUselessRevisions=3431116  nbAssignments=10354  nbFailedAssignments=6406  nbBacktracks=3875  nbVisitedNodes=19425
16.55	     nbRestartNogoods=81
16.55	       =>  wckTime=14.967  cpuTime=14.84  mem=35M580
23.43	   
23.44	   search
23.44	     run=13  nbConstraintChecks=15466377  nbValidityChecks=31929882  nbPropagations=553063  nbRevisions=6702011
23.44	     nbUselessRevisions=5238824  nbAssignments=14976  nbFailedAssignments=9076  nbBacktracks=5821  nbVisitedNodes=28083
23.44	     nbRestartNogoods=88
23.44	       =>  wckTime=21.853  cpuTime=21.71  mem=35M580
31.09	   
31.09	   search
31.09	     run=14  nbConstraintChecks=20942383  nbValidityChecks=42729113  nbPropagations=820868  nbRevisions=9882059
31.09	     nbUselessRevisions=7714678  nbAssignments=21191  nbFailedAssignments=12367  nbBacktracks=8740  nbVisitedNodes=39162
31.09	     nbRestartNogoods=105
31.09	       =>  wckTime=29.51  cpuTime=29.36  mem=35M580
52.48	   
52.48	   search
52.48	     run=15  nbConstraintChecks=36683126  nbValidityChecks=74912742  nbPropagations=1245323  nbRevisions=15184433
52.48	     nbUselessRevisions=11880189  nbAssignments=36253  nbFailedAssignments=23046  nbBacktracks=13118
52.48	     nbVisitedNodes=67931  nbRestartNogoods=116
52.48	       =>  wckTime=50.899  cpuTime=50.71  mem=35M580
71.81	   
71.81	   search
71.81	     run=16  nbConstraintChecks=50380347  nbValidityChecks=103088844  nbPropagations=1852365  nbRevisions=22631158
71.81	     nbUselessRevisions=17708138  nbAssignments=51193  nbFailedAssignments=31411  nbBacktracks=19688
71.81	     nbVisitedNodes=95097  nbRestartNogoods=118
71.81	       =>  wckTime=70.231  cpuTime=70.03  mem=35M580
100.03	   
100.03	   search
100.03	     run=17  nbConstraintChecks=70362649  nbValidityChecks=142592112  nbPropagations=2716931  nbRevisions=33078218
100.03	     nbUselessRevisions=25860832  nbAssignments=71914  nbFailedAssignments=42275  nbBacktracks=29540
100.03	     nbVisitedNodes=132266  nbRestartNogoods=129
100.03	       =>  wckTime=98.445  cpuTime=98.22  mem=35M580
145.58	   
145.58	   search
145.58	     run=18  nbConstraintChecks=102700027  nbValidityChecks=206016949  nbPropagations=3988612  nbRevisions=48319836
145.58	     nbUselessRevisions=37734726  nbAssignments=105181  nbFailedAssignments=60758  nbBacktracks=44319
145.58	     nbVisitedNodes=192564  nbRestartNogoods=143
145.58	       =>  wckTime=143.999  cpuTime=143.75  mem=35M580
242.23	   
242.23	   search
242.23	     run=19  nbConstraintChecks=171490686  nbValidityChecks=346784094  nbPropagations=5992727  nbRevisions=73062160
242.23	     nbUselessRevisions=57125011  nbAssignments=169162  nbFailedAssignments=102563  nbBacktracks=66487
242.23	     nbVisitedNodes=314057  nbRestartNogoods=148
242.23	       =>  wckTime=240.645  cpuTime=240.36  mem=35M580
355.42	   
355.42	   search
355.42	     run=20  nbConstraintChecks=251604490  nbValidityChecks=506178961  nbPropagations=9010487  nbRevisions=109809117
355.42	     nbUselessRevisions=85814147  nbAssignments=250903  nbFailedAssignments=151045  nbBacktracks=99741
355.42	     nbVisitedNodes=464644  nbRestartNogoods=169
355.42	       =>  wckTime=353.837  cpuTime=353.53  mem=35M580
530.80	   
530.80	   search
530.80	     run=21  nbConstraintChecks=376208142  nbValidityChecks=772987497  nbPropagations=13614602  nbRevisions=165838030
530.80	     nbUselessRevisions=129557700  nbAssignments=386526  nbFailedAssignments=236783  nbBacktracks=149619
530.80	     nbVisitedNodes=718346  nbRestartNogoods=193
530.80	       =>  wckTime=529.219  cpuTime=528.86  mem=35M580
746.96	   
746.96	   search
746.96	     run=22  nbConstraintChecks=530189273  nbValidityChecks=1074492500  nbPropagations=20192245  nbRevisions=244982635
746.96	     nbUselessRevisions=191269457  nbAssignments=542980  nbFailedAssignments=318412  nbBacktracks=224439
746.96	     nbVisitedNodes=999474  nbRestartNogoods=206
746.96	       =>  wckTime=745.382  cpuTime=744.95  mem=35M580
1141.83	   
1141.83	   search
1141.83	     run=23  nbConstraintChecks=808846983  nbValidityChecks=1662906214  nbPropagations=30352195  nbRevisions=366228628
1141.83	     nbUselessRevisions=285601566  nbAssignments=827845  nbFailedAssignments=491044  nbBacktracks=336666
1141.83	     nbVisitedNodes=1530346  nbRestartNogoods=228
1141.83	       =>  wckTime=1140.246  cpuTime=1139.69  mem=35M580
1673.69	   
1673.69	   search
1673.69	     run=24  nbConstraintChecks=1190561380  nbValidityChecks=2416692698  nbPropagations=45102139  nbRevisions=542176013
1673.69	     nbUselessRevisions=422588318  nbAssignments=1204285  nbFailedAssignments=699135  nbBacktracks=505008
1673.69	     nbVisitedNodes=2214088  nbRestartNogoods=265
1673.69	       =>  wckTime=1672.113  cpuTime=1671.39  mem=35M580

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/node40/watcher-196170-1168070448 -o ROOT/results/node40/solver-196170-1168070448 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196170-1168070448/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: 0.96 1.10 1.41 1/65 26213
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=1784 CPUtime=0
/proc/26212/stat : 26212 (java) D 26210 26212 25812 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 155444122 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26212/statm: 446 136 102 14 0 91 0

[startup+0.102493 s]
/proc/loadavg: 0.96 1.10 1.41 1/65 26213
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=914988 CPUtime=0.08
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 3002 0 1 0 7 1 0 0 16 0 8 0 155444122 936947712 2748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228747 2749 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510542 s]
/proc/loadavg: 0.96 1.10 1.41 1/65 26213
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915328 CPUtime=0.49
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 7916 0 1 0 46 3 0 0 17 0 8 0 155444122 937295872 7655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228832 7657 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33266 s]
/proc/loadavg: 0.96 1.10 1.41 2/72 26220
/proc/meminfo: memFree=1701424/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1.31
/proc/26212/stat : 26212 (java) S 26210 26212 25812 0 -1 0 19140 0 1 0 121 10 0 0 17 0 8 0 155444122 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 18878 2169 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.07
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 25812 0 -1 64 2653 0 0 0 6 1 0 0 16 0 8 0 155444126 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134165 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155444127 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155444127 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.09
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 322 0 0 0 9 0 0 0 16 0 8 0 155444130 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 18878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915420

[startup+2.98286 s]
/proc/loadavg: 0.96 1.10 1.41 2/72 26220
/proc/meminfo: memFree=1685104/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=2.95
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23549 0 1 0 283 12 0 0 17 0 8 0 155444122 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23284 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.19
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 373 0 0 0 18 1 0 0 16 0 8 0 155444130 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915420

[startup+6.25928 s]
/proc/loadavg: 0.97 1.09 1.41 2/72 26220
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=6.22
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23567 0 1 0 610 12 0 0 17 0 8 0 155444122 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23299 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 389 0 0 0 21 1 0 0 15 0 8 0 155444130 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915420

[startup+12.7411 s]
/proc/loadavg: 0.97 1.09 1.41 2/72 26220
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=12.69
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23571 0 1 0 1257 12 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915420

[startup+25.5778 s]
/proc/loadavg: 0.97 1.09 1.40 2/78 26292
/proc/meminfo: memFree=1683832/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=25.5
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23571 0 1 0 2538 12 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763325 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 915420

[startup+51.2701 s]
/proc/loadavg: 0.98 1.08 1.39 2/78 26356
/proc/meminfo: memFree=1683704/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=51.15
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23571 0 1 0 5102 13 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915420

[startup+102.545 s]
/proc/loadavg: 0.99 1.06 1.36 2/78 26396
/proc/meminfo: memFree=1683712/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=102.39
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 10226 13 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 915420

[startup+162.633 s]
/proc/loadavg: 0.99 1.05 1.34 2/72 26418
/proc/meminfo: memFree=1684848/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=162.45
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 16232 13 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.86
Current children cumulated vsize (KiB) 915420

[startup+1484.51 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 26420
/proc/meminfo: memFree=1684720/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1483.92
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 148377 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766610 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.92
Current children cumulated vsize (KiB) 915420

[startup+1544.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 26420
/proc/meminfo: memFree=1684720/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1543.99
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 154384 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.99
Current children cumulated vsize (KiB) 915420

[startup+1604.68 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 26420
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1604.06
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 160391 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.06
Current children cumulated vsize (KiB) 915420

[startup+1664.77 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 26420
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1664.12
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 166397 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.12
Current children cumulated vsize (KiB) 915420

[startup+1724.85 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 26420
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1724.19
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 172404 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.19
Current children cumulated vsize (KiB) 915420

[startup+1784.94 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 26420
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1784.25
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 178410 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.25
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.76 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 26420
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=915420 CPUtime=1800.07
/proc/26212/stat : 26212 (java) R 26210 26212 25812 0 -1 0 23572 0 1 0 179992 15 0 0 25 0 8 0 155444122 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 228855 23302 2521 14 0 215325 0
[pid=26212/tid=26214] ppid=26210 vsize=915420 CPUtime=0.15
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 25812 0 -1 64 6585 0 0 0 13 2 0 0 16 0 8 0 155444126 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 25812 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 25812 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155444127 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 25812 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=915420 CPUtime=0.22
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 25812 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=915420 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 25812 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155444130 937390080 23302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1800.79
CPU time (s): 1800.11
CPU user time (s): 1799.94
CPU system time (s): 0.171973
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23588
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= 37299
involuntary context switches= 38024

runsolver used 1.9767 s user time and 4.41433 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Jan  6 08:00:48 UTC 2007


IDJOB= 196170
IDBENCH= 3331
FILE ID= node40/196170-1168070448

PBS_JOBID= 3475914

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c3db291ff823563de48bfaee14bd7d0

RANDOM SEED= 645786824

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.239
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.239
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:       1769032 kB
Buffers:         18180 kB
Cached:         183508 kB
SwapCached:          0 kB
Active:          60972 kB
Inactive:       156084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4588 kB
Writeback:           0 kB
Mapped:          25536 kB
Slab:            55948 kB
Committed_AS:  2915204 kB
PageTables:       1412 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= 66542 MiB



End job on node40 on Sat Jan  6 08:30:51 UTC 2007