Trace number 239536

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 1801.99

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-1_ext.xml
MD5SUM04ca90f9348e47b73eee2591fa349832
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.69928
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239536-1168085125/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.49	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.49	       =>  wckTime=0.176  cpuTime=0.13  mem=8M869
0.49	   
0.49	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.98	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.98	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.98	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.98	       =>  wckTime=0.66  cpuTime=0.52  mem=37M151
1.08	   
1.08	   solver IterativeSystematicSolver being built... 
1.29	       =>  wckTime=0.968  cpuTime=0.68  mem=21M393
1.36	   
1.36	   preprocessing
1.36	     nbConstraintChecks=93700  nbPropagations=625  nbRevisions=7512  nbUselessRevisions=2556  nbRemovedValues=4956
1.36	     detectedInconsistency=no
1.36	       =>  wckTime=0.065  cpuTime=0.05  mem=21M393
1.44	   
1.44	   search
1.44	     run=0  nbConstraintChecks=12167  nbPropagations=1137  nbRevisions=15325  nbUselessRevisions=9580  nbAssignments=88
1.44	     nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=103  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.44	     nbTooLargeKeys=0
1.44	       =>  wckTime=0.145  cpuTime=0.11  mem=22M367
1.48	   
1.48	   search
1.48	     run=1  nbConstraintChecks=24137  nbPropagations=2740  nbRevisions=38371  nbUselessRevisions=26107
1.48	     nbAssignments=158  nbFailedAssignments=18  nbBacktracks=26  nbVisitedNodes=184  nbRestartNogoods=7  mapSize=15
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.187  cpuTime=0.15  mem=22M367
1.53	   
1.53	   search
1.53	     run=2  nbConstraintChecks=36678  nbPropagations=4916  nbRevisions=69544  nbUselessRevisions=49985
1.53	     nbAssignments=273  nbFailedAssignments=28  nbBacktracks=62  nbVisitedNodes=314  nbRestartNogoods=10  mapSize=24
1.53	     nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.235  cpuTime=0.19  mem=22M367
1.59	   
1.59	   search
1.59	     run=3  nbConstraintChecks=62524  nbPropagations=7924  nbRevisions=119221  nbUselessRevisions=90863
1.59	     nbAssignments=406  nbFailedAssignments=43  nbBacktracks=101  nbVisitedNodes=468  nbRestartNogoods=16  mapSize=38
1.59	     nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.295  cpuTime=0.25  mem=22M367
1.66	   
1.66	   search
1.66	     run=4  nbConstraintChecks=94272  nbPropagations=11894  nbRevisions=190677  nbUselessRevisions=151573
1.66	     nbAssignments=558  nbFailedAssignments=52  nbBacktracks=170  nbVisitedNodes=640  nbRestartNogoods=23  mapSize=56
1.66	     nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.369  cpuTime=0.32  mem=22M367
1.72	   
1.72	   search
1.72	     run=5  nbConstraintChecks=120701  nbPropagations=16652  nbRevisions=280231  nbUselessRevisions=228807
1.72	     nbAssignments=689  nbFailedAssignments=67  nbBacktracks=255  nbVisitedNodes=795  nbRestartNogoods=25  mapSize=79
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.429  cpuTime=0.38  mem=22M367
1.79	   
1.79	   search
1.79	     run=6  nbConstraintChecks=149380  nbPropagations=22275  nbRevisions=389047  nbUselessRevisions=323588
1.79	     nbAssignments=838  nbFailedAssignments=75  nbBacktracks=370  nbVisitedNodes=962  nbRestartNogoods=26  mapSize=96
1.79	     nbInferences=0  nbTooLargeKeys=0
1.79	       =>  wckTime=0.496  cpuTime=0.44  mem=23M341
1.88	   
1.88	   search
1.88	     run=7  nbConstraintChecks=193786  nbPropagations=29343  nbRevisions=526448  nbUselessRevisions=444110
1.88	     nbAssignments=1079  nbFailedAssignments=121  nbBacktracks=552  nbVisitedNodes=1286  nbRestartNogoods=27
1.88	     mapSize=177  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.594  cpuTime=0.54  mem=23M341
2.03	   
2.03	   search
2.03	     run=8  nbConstraintChecks=264342  nbPropagations=38481  nbRevisions=713144  nbUselessRevisions=609738
2.03	     nbAssignments=1449  nbFailedAssignments=166  nbBacktracks=811  nbVisitedNodes=1742  nbRestartNogoods=29
2.03	     mapSize=260  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.737  cpuTime=0.68  mem=23M341
2.26	   
2.26	   search
2.26	     run=9  nbConstraintChecks=386992  nbPropagations=50958  nbRevisions=984407  nbUselessRevisions=852538
2.26	     nbAssignments=1971  nbFailedAssignments=236  nbBacktracks=1196  nbVisitedNodes=2390  nbRestartNogoods=32
2.26	     mapSize=382  nbInferences=0  nbTooLargeKeys=0
2.26	       =>  wckTime=0.971  cpuTime=0.89  mem=24M315
2.54	   
2.54	   search
2.54	     run=10  nbConstraintChecks=517515  nbPropagations=67136  nbRevisions=1346219  nbUselessRevisions=1178197
2.54	     nbAssignments=2663  nbFailedAssignments=282  nbBacktracks=1776  nbVisitedNodes=3169  nbRestartNogoods=36
2.54	     mapSize=466  nbInferences=0  nbTooLargeKeys=0
2.54	       =>  wckTime=1.245  cpuTime=1.15  mem=24M315
2.92	   
2.92	   search
2.92	     run=11  nbConstraintChecks=702261  nbPropagations=89024  nbRevisions=1833305  nbUselessRevisions=1617571
2.92	     nbAssignments=3737  nbFailedAssignments=408  nbBacktracks=2666  nbVisitedNodes=4490  nbRestartNogoods=39
2.92	     mapSize=705  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=1.628  cpuTime=1.53  mem=25M289
3.53	   
3.53	   search
3.53	     run=12  nbConstraintChecks=1069331  nbPropagations=120326  nbRevisions=2577489  nbUselessRevisions=2292649
3.53	     nbAssignments=5263  nbFailedAssignments=583  nbBacktracks=3973  nbVisitedNodes=6314  nbRestartNogoods=46
3.53	     mapSize=997  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=2.236  cpuTime=2.13  mem=27M236
3.56	   
3.56	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=27M236)
4.30	   
4.30	   search
4.30	     run=13  nbConstraintChecks=1599891  nbPropagations=166407  nbRevisions=3686011  nbUselessRevisions=3299771
4.30	     nbAssignments=7588  nbFailedAssignments=855  nbBacktracks=5920  nbVisitedNodes=9168  nbRestartNogoods=52
4.30	       =>  wckTime=3.009  cpuTime=2.9  mem=27M236
5.33	   
5.33	   search
5.33	     run=14  nbConstraintChecks=2300389  nbPropagations=232014  nbRevisions=5290798  nbUselessRevisions=4761002
5.33	     nbAssignments=10959  nbFailedAssignments=1195  nbBacktracks=8845  nbVisitedNodes=13196  nbRestartNogoods=56
5.33	       =>  wckTime=4.038  cpuTime=3.93  mem=27M236
6.94	   
6.94	   search
6.94	     run=15  nbConstraintChecks=3411322  nbPropagations=328341  nbRevisions=7693844  nbUselessRevisions=6956060
6.94	     nbAssignments=15997  nbFailedAssignments=1768  nbBacktracks=13229  nbVisitedNodes=19224  nbRestartNogoods=65
6.94	       =>  wckTime=5.652  cpuTime=5.53  mem=27M236
9.89	   
9.89	   search
9.89	     run=16  nbConstraintChecks=5674352  nbPropagations=486464  nbRevisions=11654844  nbUselessRevisions=10571562
9.89	     nbAssignments=23998  nbFailedAssignments=3145  nbBacktracks=19801  nbVisitedNodes=29763  nbRestartNogoods=74
9.89	       =>  wckTime=8.6  cpuTime=8.47  mem=27M236
14.75	   
14.75	   search
14.75	     run=17  nbConstraintChecks=9665996  nbPropagations=747384  nbRevisions=18454893  nbUselessRevisions=16804698
14.75	     nbAssignments=35491  nbFailedAssignments=4751  nbBacktracks=29655  nbVisitedNodes=44391  nbRestartNogoods=85
14.75	       =>  wckTime=13.464  cpuTime=13.3  mem=27M236
23.35	   
23.35	   search
23.35	     run=18  nbConstraintChecks=17290484  nbPropagations=1200508  nbRevisions=30700292  nbUselessRevisions=28047809
23.35	     nbAssignments=53412  nbFailedAssignments=7849  nbBacktracks=44433  nbVisitedNodes=68286  nbRestartNogoods=96
23.35	       =>  wckTime=22.063  cpuTime=21.87  mem=27M236
35.35	   
35.35	   search
35.35	     run=19  nbConstraintChecks=27272641  nbPropagations=1918852  nbRevisions=50208086  nbUselessRevisions=46000959
35.35	     nbAssignments=79960  nbFailedAssignments=12170  nbBacktracks=66606  nbVisitedNodes=102836  nbRestartNogoods=106
35.35	       =>  wckTime=34.059  cpuTime=33.8  mem=27M236
53.89	   
53.89	   search
53.89	     run=20  nbConstraintChecks=43177621  nbPropagations=3044668  nbRevisions=81149356  nbUselessRevisions=74503423
53.89	     nbAssignments=119592  nbFailedAssignments=18507  nbBacktracks=99863  nbVisitedNodes=154812  nbRestartNogoods=116
53.89	       =>  wckTime=52.595  cpuTime=52.25  mem=27M236
81.62	   
81.62	   search
81.62	     run=21  nbConstraintChecks=66763428  nbPropagations=4794420  nbRevisions=129025023  nbUselessRevisions=118593387
81.62	     nbAssignments=181142  nbFailedAssignments=30122  nbBacktracks=149755  nbVisitedNodes=239183  nbRestartNogoods=124
81.62	       =>  wckTime=80.329  cpuTime=79.85  mem=27M236
122.39	   
122.39	   search
122.39	     run=22  nbConstraintChecks=104055287  nbPropagations=7497831  nbRevisions=203212233  nbUselessRevisions=186862453
122.39	     nbAssignments=273679  nbFailedAssignments=47790  nbBacktracks=224590  nbVisitedNodes=365363  nbRestartNogoods=140
122.39	       =>  wckTime=121.1  cpuTime=120.56  mem=27M236
181.66	   
181.66	   search
181.66	     run=23  nbConstraintChecks=157647661  nbPropagations=11625932  nbRevisions=315701061  nbUselessRevisions=290344914
181.66	     nbAssignments=411850  nbFailedAssignments=73700  nbBacktracks=336817  nbVisitedNodes=553161  nbRestartNogoods=149
181.66	       =>  wckTime=180.369  cpuTime=179.79  mem=27M236
276.39	   
276.39	   search
276.39	     run=24  nbConstraintChecks=248913144  nbPropagations=18041390  nbRevisions=493864903  nbUselessRevisions=454412722
276.39	     nbAssignments=619233  nbFailedAssignments=112703  nbBacktracks=505158  nbVisitedNodes=837576  nbRestartNogoods=160
276.39	       =>  wckTime=275.096  cpuTime=274.47  mem=27M236
406.93	   
406.93	   search
406.93	     run=25  nbConstraintChecks=369013412  nbPropagations=27558136  nbRevisions=758097208  nbUselessRevisions=697722651
406.93	     nbAssignments=930824  nbFailedAssignments=171735  nbBacktracks=757678  nbVisitedNodes=1262628  nbRestartNogoods=171
406.93	       =>  wckTime=405.639  cpuTime=404.89  mem=27M236
605.73	   
605.73	   search
605.73	     run=26  nbConstraintChecks=548708358  nbPropagations=41795482  nbRevisions=1150174684
605.73	     nbUselessRevisions=1058584009  nbAssignments=1390131  nbFailedAssignments=252239  nbBacktracks=1136445
605.73	     nbVisitedNodes=1879034  nbRestartNogoods=183
605.73	       =>  wckTime=604.44  cpuTime=603.57  mem=27M236
899.95	   
899.95	   search
899.95	     run=27  nbConstraintChecks=817635723  nbPropagations=63084062  nbRevisions=1738279898
899.95	     nbUselessRevisions=1600462126  nbAssignments=2088247  nbFailedAssignments=382137  nbBacktracks=1704604
899.95	     nbVisitedNodes=2821183  nbRestartNogoods=193
899.95	       =>  wckTime=898.66  cpuTime=897.62  mem=27M236
1350.70	   
1350.70	   search
1350.70	     run=28  nbConstraintChecks=1236574408  nbPropagations=95157760  nbRevisions=2626436375
1350.70	     nbUselessRevisions=2418662635  nbAssignments=3139402  nbFailedAssignments=581036  nbBacktracks=2556835
1350.70	     nbVisitedNodes=4255275  nbRestartNogoods=204
1350.70	       =>  wckTime=1349.412  cpuTime=1347.91  mem=27M236

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/node6/watcher-239536-1168085125 -o ROOT/results/node6/solver-239536-1168085125 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239536-1168085125/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.99 1.91 5/93 11046
/proc/meminfo: memFree=608504/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=18540 CPUtime=0
/proc/11045/stat : 11045 (runsolver) R 11043 11045 10174 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156908029 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11045/statm: 4635 279 244 17 0 2626 0

[startup+0.103745 s]
/proc/loadavg: 1.92 1.99 1.91 5/93 11046
/proc/meminfo: memFree=608504/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=914852 CPUtime=0.08
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 2931 0 1 0 7 1 0 0 17 0 8 0 156908029 936808448 2677 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151972595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228713 2677 1403 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914852

[startup+0.51179 s]
/proc/loadavg: 1.92 1.99 1.91 5/93 11046
/proc/meminfo: memFree=608504/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915328 CPUtime=0.49
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 6532 0 1 0 44 5 0 0 18 0 8 0 156908029 937295872 6271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228832 6271 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33289 s]
/proc/loadavg: 1.92 1.99 1.91 3/100 11053
/proc/meminfo: memFree=557184/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1.3
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15573 0 1 0 120 10 0 0 23 0 8 0 156908029 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15311 2509 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 17 0 8 0 156908033 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.24
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 453 0 0 0 23 1 0 0 16 0 8 0 156908037 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15311 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915676

[startup+2.97008 s]
/proc/loadavg: 1.92 1.99 1.91 3/100 11053
/proc/meminfo: memFree=556736/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=2.93
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15611 0 1 0 282 11 0 0 25 0 8 0 156908029 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073981922 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15348 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 17 0 8 0 156908033 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 481 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915676

[startup+6.17046 s]
/proc/loadavg: 1.93 1.99 1.91 3/100 11053
/proc/meminfo: memFree=556672/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=6.11
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15614 0 1 0 600 11 0 0 25 0 8 0 156908029 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969272 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15348 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 482 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915676

[startup+12.6452 s]
/proc/loadavg: 2.01 2.01 1.92 3/100 11053
/proc/meminfo: memFree=556672/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=12.55
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15615 0 1 0 1244 11 0 0 25 0 8 0 156908029 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073959816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15349 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 483 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915676

[startup+25.5277 s]
/proc/loadavg: 2.01 2.01 1.92 3/100 11053
/proc/meminfo: memFree=556736/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=25.37
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15615 0 1 0 2526 11 0 0 25 0 8 0 156908029 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15349 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 483 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915676

[startup+51.1627 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 11053
/proc/meminfo: memFree=556800/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=50.89
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15615 0 1 0 5077 12 0 0 25 0 8 0 156908029 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11045/statm: 228919 15349 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 483 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 915676

[startup+102.404 s]
/proc/loadavg: 1.78 1.95 1.90 2/88 11063
/proc/meminfo: memFree=1175840/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=101.93
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15616 0 1 0 10181 12 0 0 25 0 8 0 156908029 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15349 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 483 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 915676

[startup+162.447 s]
/proc/loadavg: 1.28 1.78 1.84 2/88 11111
/proc/meminfo: memFree=1179296/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=161.94
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15616 0 1 0 16180 14 0 0 25 0 8 0 156908029 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 915676

[startup+1483.32 s]
/proc/loadavg: 2.00 1.86 1.64 3/100 11573
/proc/meminfo: memFree=1154424/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1481.74
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 148150 24 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 915676

[startup+1543.36 s]
/proc/loadavg: 2.00 1.88 1.66 3/100 11573
/proc/meminfo: memFree=1154424/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1541.71
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 154146 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957065 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 915676

[startup+1603.4 s]
/proc/loadavg: 2.00 1.90 1.68 3/100 11573
/proc/meminfo: memFree=1154424/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1601.71
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 160146 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073984656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 915676

[startup+1663.45 s]
/proc/loadavg: 2.00 1.92 1.70 3/100 11573
/proc/meminfo: memFree=1154424/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1661.7
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 166145 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074005072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 915676

[startup+1723.49 s]
/proc/loadavg: 2.06 1.94 1.72 3/100 11573
/proc/meminfo: memFree=1154360/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1721.66
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 172141 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958112 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 915676

[startup+1783.53 s]
/proc/loadavg: 2.08 1.97 1.74 3/100 11573
/proc/meminfo: memFree=1154424/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1781.66
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 178141 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960267 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.94 s]
/proc/loadavg: 2.06 1.97 1.74 3/100 11573
/proc/meminfo: memFree=1154360/2055924 swapFree=4165672/4192956
[pid=11045] ppid=11043 vsize=915676 CPUtime=1800.05
/proc/11045/stat : 11045 (java) R 11043 11045 10174 0 -1 0 15618 0 1 0 179980 25 0 0 25 0 8 0 156908029 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11045/statm: 228919 15350 2514 14 0 215389 0
[pid=11045/tid=11047] ppid=11043 vsize=915676 CPUtime=0.08
/proc/11045/task/11047/stat : 11047 (java) S 11043 11045 10174 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156908033 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11048] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11048/stat : 11048 (java) S 11043 11045 10174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11049] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11049/stat : 11049 (java) S 11043 11045 10174 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156908034 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11050] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11050/stat : 11050 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11051] ppid=11043 vsize=915676 CPUtime=0.31
/proc/11045/task/11051/stat : 11051 (java) S 11043 11045 10174 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11052] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11052/stat : 11052 (java) S 11043 11045 10174 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156908037 937652224 15350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11045/tid=11053] ppid=11043 vsize=915676 CPUtime=0
/proc/11045/task/11053/stat : 11053 (java) S 11043 11045 10174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156908037 937652224 15350 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) 915676

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

Child status: 143
Real time (s): 1801.99
CPU time (s): 1800.11
CPU user time (s): 1799.84
CPU system time (s): 0.268959
CPU usage (%): 99.8958
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15635
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= 37767
involuntary context switches= 21449

runsolver used 2.25566 s user time and 5.12622 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 12:05:26 UTC 2007


IDJOB= 239536
IDBENCH= 7065
FILE ID= node6/239536-1168085125

PBS_JOBID= 3476220

Free space on /tmp= 66524 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239536-1168085125/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-239536-1168085125 -o ROOT/results/node6/solver-239536-1168085125 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239536-1168085125/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  04ca90f9348e47b73eee2591fa349832

RANDOM SEED= 685124106

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.240
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.240
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:      2055924 kB
MemFree:        608984 kB
Buffers:         83316 kB
Cached:         610036 kB
SwapCached:       3036 kB
Active:         983828 kB
Inactive:       365300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        608984 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         674904 kB
Slab:            81344 kB
Committed_AS:  5074584 kB
PageTables:       3612 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= 66528 MiB



End job on node6 on Sat Jan  6 12:35:28 UTC 2007