Trace number 199895

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

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-17_ext.xml
MD5SUMe2a859d6c91863f0861d65b07f0f7471
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 benchmark1115.6
SatisfiableYES
(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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/199895-1168071681/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.39	       =>  wckTime=0.092  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.97	   
0.97	   constraints being loaded...
1.23	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.23	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.23	       =>  wckTime=0.934  cpuTime=0.81  mem=47M694
1.35	   
1.35	   solver IterativeSystematicSolver being built... 
1.51	       =>  wckTime=1.217  cpuTime=0.94  mem=34M327
1.52	   
1.52	   preprocessing
1.52	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.52	     detectedInconsistency=no
1.52	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M327
1.63	   
1.63	   search
1.63	     run=0  nbConstraintChecks=34716  nbValidityChecks=63207  nbPropagations=417  nbRevisions=4417
1.63	     nbUselessRevisions=3421  nbAssignments=34  nbFailedAssignments=18  nbBacktracks=11  nbVisitedNodes=60
1.63	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.118  cpuTime=0.08  mem=34M327
1.72	   
1.72	   search
1.72	     run=1  nbConstraintChecks=85099  nbValidityChecks=160244  nbPropagations=1377  nbRevisions=15777
1.72	     nbUselessRevisions=12358  nbAssignments=91  nbFailedAssignments=50  nbBacktracks=27  nbVisitedNodes=159
1.72	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.209  cpuTime=0.16  mem=34M327
1.83	   
1.83	   search
1.83	     run=2  nbConstraintChecks=148277  nbValidityChecks=296076  nbPropagations=3173  nbRevisions=36817
1.83	     nbUselessRevisions=28849  nbAssignments=157  nbFailedAssignments=89  nbBacktracks=49  nbVisitedNodes=282
1.83	     nbRestartNogoods=7  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.318  cpuTime=0.26  mem=34M327
1.98	   
1.98	   search
1.98	     run=3  nbConstraintChecks=250832  nbValidityChecks=528363  nbPropagations=6413  nbRevisions=74266
1.98	     nbUselessRevisions=58185  nbAssignments=271  nbFailedAssignments=164  nbBacktracks=82  nbVisitedNodes=497
1.98	     nbRestartNogoods=12  mapSize=75  nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.472  cpuTime=0.41  mem=34M327
2.18	   
2.18	   search
2.18	     run=4  nbConstraintChecks=393475  nbValidityChecks=818174  nbPropagations=11366  nbRevisions=130599
2.18	     nbUselessRevisions=102159  nbAssignments=419  nbFailedAssignments=254  nbBacktracks=132  nbVisitedNodes=768
2.18	     nbRestartNogoods=17  mapSize=120  nbInferences=0  nbTooLargeKeys=0
2.18	       =>  wckTime=0.67  cpuTime=0.61  mem=34M327
2.45	   
2.45	   search
2.45	     run=5  nbConstraintChecks=566149  nbValidityChecks=1166134  nbPropagations=18548  nbRevisions=214476
2.45	     nbUselessRevisions=168025  nbAssignments=604  nbFailedAssignments=358  nbBacktracks=207  nbVisitedNodes=1106
2.45	     nbRestartNogoods=22  mapSize=187  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=0.94  cpuTime=0.86  mem=34M327
2.92	   
2.92	   search
2.92	     run=6  nbConstraintChecks=895695  nbValidityChecks=1862352  nbPropagations=30157  nbRevisions=349722
2.92	     nbUselessRevisions=273632  nbAssignments=970  nbFailedAssignments=603  nbBacktracks=320  nbVisitedNodes=1801
2.92	     nbRestartNogoods=30  mapSize=290  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=1.41  cpuTime=1.33  mem=34M327
3.43	   
3.43	   search
3.43	     run=7  nbConstraintChecks=1251745  nbValidityChecks=2610941  nbPropagations=46951  nbRevisions=541905
3.43	     nbUselessRevisions=423262  nbAssignments=1388  nbFailedAssignments=845  nbBacktracks=491  nbVisitedNodes=2574
3.43	     nbRestartNogoods=40  mapSize=443  nbInferences=0  nbTooLargeKeys=0
3.43	       =>  wckTime=1.921  cpuTime=1.83  mem=34M327
4.49	   
4.49	   search
4.49	     run=8  nbConstraintChecks=1977068  nbValidityChecks=4186579  nbPropagations=73183  nbRevisions=839820
4.49	     nbUselessRevisions=655517  nbAssignments=2227  nbFailedAssignments=1421  nbBacktracks=749  nbVisitedNodes=4170
4.49	     nbRestartNogoods=44  mapSize=678  nbInferences=0  nbTooLargeKeys=0
4.49	       =>  wckTime=2.978  cpuTime=2.87  mem=34M327
5.67	   
5.67	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=34M327)
5.76	   
5.76	   search
5.76	     run=9  nbConstraintChecks=2868698  nbValidityChecks=6043047  nbPropagations=110536  nbRevisions=1275906
5.76	     nbUselessRevisions=997301  nbAssignments=3204  nbFailedAssignments=2006  nbBacktracks=1133  nbVisitedNodes=5980
5.76	     nbRestartNogoods=49
5.76	       =>  wckTime=4.245  cpuTime=4.11  mem=34M327
7.58	   
7.58	   search
7.58	     run=10  nbConstraintChecks=4243419  nbValidityChecks=8900797  nbPropagations=165697  nbRevisions=1912640
7.58	     nbUselessRevisions=1495045  nbAssignments=4700  nbFailedAssignments=2918  nbBacktracks=1709  nbVisitedNodes=8770
7.58	     nbRestartNogoods=59
7.58	       =>  wckTime=6.071  cpuTime=5.92  mem=34M327
10.33	   
10.33	   search
10.33	     run=11  nbConstraintChecks=6247107  nbValidityChecks=13285049  nbPropagations=251108  nbRevisions=2890772
10.33	     nbUselessRevisions=2259231  nbAssignments=7063  nbFailedAssignments=4409  nbBacktracks=2573  nbVisitedNodes=13229
10.33	     nbRestartNogoods=68
10.33	       =>  wckTime=8.819  cpuTime=8.62  mem=35M314
14.29	   
14.29	   search
14.29	     run=12  nbConstraintChecks=9099383  nbValidityChecks=19150968  nbPropagations=372993  nbRevisions=4318700
14.29	     nbUselessRevisions=3381133  nbAssignments=10161  nbFailedAssignments=6203  nbBacktracks=3871  nbVisitedNodes=18947
14.29	     nbRestartNogoods=78
14.29	       =>  wckTime=12.775  cpuTime=12.55  mem=35M314
21.15	   
21.15	   search
21.15	     run=13  nbConstraintChecks=14049009  nbValidityChecks=29903460  nbPropagations=563689  nbRevisions=6536356
21.15	     nbUselessRevisions=5118710  nbAssignments=15547  nbFailedAssignments=9637  nbBacktracks=5818  nbVisitedNodes=29157
21.15	     nbRestartNogoods=85
21.15	       =>  wckTime=19.636  cpuTime=19.35  mem=35M314
32.73	   
32.74	   search
32.74	     run=14  nbConstraintChecks=22755607  nbValidityChecks=47671677  nbPropagations=857011  nbRevisions=9913094
32.74	     nbUselessRevisions=7747386  nbAssignments=23923  nbFailedAssignments=15088  nbBacktracks=8738  nbVisitedNodes=45188
32.74	     nbRestartNogoods=93
32.74	       =>  wckTime=31.222  cpuTime=30.84  mem=35M314
49.90	   
49.90	   search
49.90	     run=15  nbConstraintChecks=35323258  nbValidityChecks=74264596  nbPropagations=1324363  nbRevisions=15253692
49.90	     nbUselessRevisions=11891189  nbAssignments=37344  nbFailedAssignments=24124  nbBacktracks=13116
49.90	     nbVisitedNodes=70884  nbRestartNogoods=104
49.90	       =>  wckTime=48.388  cpuTime=47.86  mem=35M314
70.83	   
70.83	   search
70.83	     run=16  nbConstraintChecks=50321417  nbValidityChecks=105262922  nbPropagations=1985846  nbRevisions=22964757
70.83	     nbUselessRevisions=17911297  nbAssignments=53304  nbFailedAssignments=33508  nbBacktracks=19685
70.83	     nbVisitedNodes=100368  nbRestartNogoods=120
70.83	       =>  wckTime=69.321  cpuTime=68.61  mem=35M314
107.62	   
107.62	   search
107.62	     run=17  nbConstraintChecks=76840858  nbValidityChecks=163111954  nbPropagations=3011097  nbRevisions=34811093
107.62	     nbUselessRevisions=27152105  nbAssignments=82992  nbFailedAssignments=53337  nbBacktracks=29538
107.62	     nbVisitedNodes=157010  nbRestartNogoods=138
107.62	       =>  wckTime=106.11  cpuTime=105.08  mem=35M314
160.34	   
160.34	   search
160.34	     run=18  nbConstraintChecks=115822716  nbValidityChecks=243447838  nbPropagations=4513833  nbRevisions=51925612
160.34	     nbUselessRevisions=40438651  nbAssignments=120664  nbFailedAssignments=76225  nbBacktracks=44317
160.34	     nbVisitedNodes=228296  nbRestartNogoods=148
160.34	       =>  wckTime=158.825  cpuTime=157.35  mem=35M314
228.41	   
228.41	   search
228.41	     run=19  nbConstraintChecks=164919763  nbValidityChecks=344722466  nbPropagations=6640573  nbRevisions=76625025
228.41	     nbUselessRevisions=59726283  nbAssignments=170663  nbFailedAssignments=104049  nbBacktracks=66486
228.41	     nbVisitedNodes=320435  nbRestartNogoods=166
228.41	       =>  wckTime=226.898  cpuTime=224.84  mem=35M314
349.19	   
349.23	   search
349.23	     run=20  nbConstraintChecks=253656144  nbValidityChecks=531746943  nbPropagations=9896964  nbRevisions=113982032
349.23	     nbUselessRevisions=88816749  nbAssignments=261314  nbFailedAssignments=161442  nbBacktracks=99739
349.23	     nbVisitedNodes=492053  nbRestartNogoods=179
349.23	       =>  wckTime=347.677  cpuTime=344.58  mem=35M314
516.74	   
516.74	   search
516.74	     run=21  nbConstraintChecks=376187237  nbValidityChecks=782977594  nbPropagations=14678119  nbRevisions=169692388
516.74	     nbUselessRevisions=132341029  nbAssignments=380195  nbFailedAssignments=230437  nbBacktracks=149617
516.74	     nbVisitedNodes=713364  nbRestartNogoods=189
516.74	       =>  wckTime=515.223  cpuTime=510.68  mem=35M314
776.66	   
776.66	   search
776.66	     run=22  nbConstraintChecks=569492254  nbValidityChecks=1183362182  nbPropagations=21896288  nbRevisions=253029811
776.66	     nbUselessRevisions=197304504  nbAssignments=573588  nbFailedAssignments=349005  nbBacktracks=224435
776.66	     nbVisitedNodes=1078498  nbRestartNogoods=218
776.66	       =>  wckTime=775.15  cpuTime=768.33  mem=35M314
1146.86	   
1146.86	   search
1146.86	     run=23  nbConstraintChecks=839683362  nbValidityChecks=1750049566  nbPropagations=32741279  nbRevisions=378439977
1146.86	     nbUselessRevisions=295180014  nbAssignments=854083  nbFailedAssignments=517266  nbBacktracks=336662
1146.86	     nbVisitedNodes=1604005  nbRestartNogoods=245
1146.86	       =>  wckTime=1145.348  cpuTime=1135.29  mem=35M314
1763.34	   
1763.34	   search
1763.34	     run=24  nbConstraintChecks=1295169594  nbValidityChecks=2700281249  nbPropagations=49310705  nbRevisions=568190096
1763.34	     nbUselessRevisions=442705525  nbAssignments=1310091  nbFailedAssignments=804925  nbBacktracks=505003
1763.34	     nbVisitedNodes=2470109  nbRestartNogoods=273
1763.34	       =>  wckTime=1761.827  cpuTime=1746.42  mem=35M314

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/node59/watcher-199895-1168071681 -o ROOT/results/node59/solver-199895-1168071681 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199895-1168071681/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.85 0.97 0.98 5/74 23649
/proc/meminfo: memFree=1534696/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=18540 CPUtime=0
/proc/23648/stat : 23648 (runsolver) R 23645 23648 23538 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 155566226 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23648/statm: 4635 279 244 17 0 2626 0

[startup+0.108152 s]
/proc/loadavg: 0.85 0.97 0.98 5/74 23649
/proc/meminfo: memFree=1534696/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916012 CPUtime=0.09
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 3077 0 1 0 8 1 0 0 24 0 8 0 155566226 937996288 2823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229003 2823 1455 14 0 215498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 916012

[startup+0.520199 s]
/proc/loadavg: 0.85 0.97 0.98 5/74 23649
/proc/meminfo: memFree=1534696/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916352 CPUtime=0.5
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 8463 0 1 0 45 5 0 0 25 0 8 0 155566226 938344448 8202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229088 8202 2137 14 0 215558 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 916352

[startup+1.34629 s]
/proc/loadavg: 0.85 0.97 0.98 3/87 23662
/proc/meminfo: memFree=1403904/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1.32
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 22351 0 1 0 120 12 0 0 25 0 8 0 155566226 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 22088 2169 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) R 23645 23648 23538 0 -1 64 5862 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155526126 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.08
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 320 0 0 0 8 0 0 0 16 0 8 0 155566233 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 22088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 916440

[startup+2.98347 s]
/proc/loadavg: 0.94 0.98 0.99 3/87 23662
/proc/meminfo: memFree=1372864/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=2.94
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23394 0 1 0 281 13 0 0 25 0 8 0 155566226 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23129 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 17 0 8 0 155566229 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.19
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 374 0 0 0 18 1 0 0 15 0 8 0 155566233 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916440

[startup+6.26783 s]
/proc/loadavg: 0.94 0.98 0.99 3/87 23662
/proc/meminfo: memFree=1372480/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=6.19
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23411 0 1 0 606 13 0 0 25 0 8 0 155566226 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23144 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.21
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 390 0 0 0 20 1 0 0 15 0 8 0 155566233 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 916440

[startup+12.7525 s]
/proc/loadavg: 1.10 1.02 1.00 3/87 23662
/proc/meminfo: memFree=1372672/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=12.61
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23415 0 1 0 1247 14 0 0 25 0 8 0 155566226 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773052 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23147 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 916440

[startup+25.619 s]
/proc/loadavg: 1.24 1.05 1.01 3/87 23662
/proc/meminfo: memFree=1372800/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=25.37
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23416 0 1 0 2523 14 0 0 25 0 8 0 155566226 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23147 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 916440

[startup+51.2348 s]
/proc/loadavg: 1.50 1.12 1.03 3/87 23662
/proc/meminfo: memFree=1372864/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=50.77
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23416 0 1 0 5063 14 0 0 25 0 8 0 155566226 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073768748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23147 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 916440

[startup+102.462 s]
/proc/loadavg: 1.84 1.27 1.09 3/87 23662
/proc/meminfo: memFree=1372928/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=101.54
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23416 0 1 0 10140 14 0 0 25 0 8 0 155566226 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23147 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155566233 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 916440

[startup+162.542 s]
/proc/loadavg: 1.97 1.42 1.15 3/87 23662
/proc/meminfo: memFree=1372928/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=161.12
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23416 0 1 0 16097 15 0 0 25 0 8 0 155566226 938434560 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.94
Current children cumulated vsize (KiB) 916440

[startup+1484.31 s]
/proc/loadavg: 2.00 2.00 1.77 3/87 23662
/proc/meminfo: memFree=1372672/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1471.51
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 147119 32 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.08
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 3 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.51
Current children cumulated vsize (KiB) 916440

[startup+1544.39 s]
/proc/loadavg: 2.00 2.00 1.78 3/87 23662
/proc/meminfo: memFree=1372672/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1531.07
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 153074 33 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814443 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.08
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 3 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.07
Current children cumulated vsize (KiB) 916440

[startup+1604.47 s]
/proc/loadavg: 2.00 2.00 1.80 3/87 23662
/proc/meminfo: memFree=1372672/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1590.63
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 159029 34 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.08
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 3 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.63
Current children cumulated vsize (KiB) 916440

[startup+1664.56 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 23662
/proc/meminfo: memFree=1372672/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1650.2
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 164986 34 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.09
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 4 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.2
Current children cumulated vsize (KiB) 916440

[startup+1724.64 s]
/proc/loadavg: 2.00 2.00 1.82 3/87 23662
/proc/meminfo: memFree=1372608/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1709.75
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 170941 34 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.09
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 4 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.75
Current children cumulated vsize (KiB) 916440

[startup+1784.72 s]
/proc/loadavg: 2.00 2.00 1.82 3/87 23662
/proc/meminfo: memFree=1372608/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1769.3
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 176896 34 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.09
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 4 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.3
Current children cumulated vsize (KiB) 916440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.69 s]
/proc/loadavg: 1.94 1.98 1.82 3/87 23720
/proc/meminfo: memFree=1307456/2055920 swapFree=4192812/4192956
[pid=23648] ppid=23645 vsize=916440 CPUtime=1800.05
/proc/23648/stat : 23648 (java) R 23645 23648 23538 0 -1 0 23417 0 1 0 179967 38 0 0 25 0 8 0 155566226 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23648/statm: 229110 23148 2521 14 0 215580 0
[pid=23648/tid=23656] ppid=23645 vsize=916440 CPUtime=0.16
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 23538 0 -1 64 6426 0 0 0 14 2 0 0 16 0 8 0 155566229 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155566230 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=916440 CPUtime=0.22
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 23538 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=916440 CPUtime=0
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 23538 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=916440 CPUtime=0.09
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 23538 0 -1 64 2 0 0 0 4 5 0 0 15 0 8 0 155566233 938434560 23148 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 916440

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

Child status: 143
Real time (s): 1815.75
CPU time (s): 1800.12
CPU user time (s): 1799.72
CPU system time (s): 0.402938
CPU usage (%): 99.1391
Max. virtual memory (cumulated for all children) (KiB): 916440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23432
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= 37817
involuntary context switches= 78609

runsolver used 2.25866 s user time and 4.93925 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 08:21:23 UTC 2007


IDJOB= 199895
IDBENCH= 3652
FILE ID= node59/199895-1168071681

PBS_JOBID= 3475961

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e2a859d6c91863f0861d65b07f0f7471

RANDOM SEED= 669148299

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:       1535824 kB
Buffers:         44092 kB
Cached:         377984 kB
SwapCached:          0 kB
Active:          67880 kB
Inactive:       377348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9216 kB
Writeback:           0 kB
Mapped:          37672 kB
Slab:            60324 kB
Committed_AS:  3672740 kB
PageTables:       1852 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= 66537 MiB



End job on node59 on Sat Jan  6 08:51:39 UTC 2007