Trace number 194851

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.06 1802.16

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-9_ext.xml
MD5SUM5652de415cca1bc0740e414f52204966
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 benchmark740.976
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints459
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension459
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/194851-1168107360/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.103  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.71	     nbConstraints=459  nbRelationTypes=459  nbExtensionStructures=459  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=459  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2204  maxDegree=24
0.71	     maxArity=2
0.71	       =>  wckTime=0.395  cpuTime=0.3  mem=17M695
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.603  cpuTime=0.43  mem=15M568
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=101507  nbPropagations=1140  nbRevisions=9305  nbUselessRevisions=7831  nbSingletonTests=59
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.058  cpuTime=0.03  mem=15M568
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=46877  nbPropagations=1737  nbRevisions=16605  nbUselessRevisions=13897  nbAssignments=34
1.01	     nbFailedAssignments=10  nbBacktracks=12  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.089  cpuTime=0.05  mem=15M568
1.04	   
1.04	   search
1.04	     run=1  nbConstraintChecks=136369  nbPropagations=4536  nbRevisions=44600  nbUselessRevisions=37290
1.04	     nbAssignments=92  nbFailedAssignments=18  nbBacktracks=27  nbVisitedNodes=100  nbRestartNogoods=3  mapSize=19
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.115  cpuTime=0.07  mem=15M568
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=224138  nbPropagations=8332  nbRevisions=86209  nbUselessRevisions=71869
1.05	     nbAssignments=140  nbFailedAssignments=35  nbBacktracks=49  nbVisitedNodes=177  nbRestartNogoods=6  mapSize=38
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.131  cpuTime=0.09  mem=15M568
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=320211  nbPropagations=13260  nbRevisions=143547  nbUselessRevisions=119215
1.07	     nbAssignments=205  nbFailedAssignments=56  nbBacktracks=83  nbVisitedNodes=278  nbRestartNogoods=10  mapSize=63
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.153  cpuTime=0.11  mem=15M568
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=425223  nbPropagations=19544  nbRevisions=219140  nbUselessRevisions=181318
1.10	     nbAssignments=290  nbFailedAssignments=79  nbBacktracks=134  nbVisitedNodes=408  nbRestartNogoods=13  mapSize=98
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.175  cpuTime=0.13  mem=15M568
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=637210  nbPropagations=28385  nbRevisions=330278  nbUselessRevisions=272919
1.15	     nbAssignments=435  nbFailedAssignments=115  nbBacktracks=212  nbVisitedNodes=608  nbRestartNogoods=17  mapSize=153
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.225  cpuTime=0.17  mem=15M568
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=975943  nbPropagations=41532  nbRevisions=498330  nbUselessRevisions=411694
1.21	     nbAssignments=664  nbFailedAssignments=177  nbBacktracks=325  nbVisitedNodes=913  nbRestartNogoods=26  mapSize=248
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.285  cpuTime=0.23  mem=15M568
1.28	   
1.28	   search
1.28	     run=7  nbConstraintChecks=1364157  nbPropagations=59890  nbRevisions=742337  nbUselessRevisions=612939
1.28	     nbAssignments=947  nbFailedAssignments=273  nbBacktracks=498  nbVisitedNodes=1383  nbRestartNogoods=31  mapSize=387
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.361  cpuTime=0.31  mem=15M568
1.42	   
1.42	   search
1.42	     run=8  nbConstraintChecks=2165226  nbPropagations=87935  nbRevisions=1130134  nbUselessRevisions=932571
1.42	     nbAssignments=1439  nbFailedAssignments=454  nbBacktracks=754  nbVisitedNodes=2154  nbRestartNogoods=38
1.43	     mapSize=601  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.504  cpuTime=0.44  mem=15M568
1.61	   
1.61	   search
1.61	     run=9  nbConstraintChecks=3118282  nbPropagations=127939  nbRevisions=1695417  nbUselessRevisions=1396946
1.61	     nbAssignments=2063  nbFailedAssignments=682  nbBacktracks=1139  nbVisitedNodes=3226  nbRestartNogoods=43
1.61	     mapSize=912  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.685  cpuTime=0.61  mem=15M568
1.66	   
1.66	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=15M568)
1.84	   
1.84	   search
1.84	     run=10  nbConstraintChecks=4518402  nbPropagations=184854  nbRevisions=2513854  nbUselessRevisions=2067938
1.84	     nbAssignments=2963  nbFailedAssignments=994  nbBacktracks=1715  nbVisitedNodes=4727  nbRestartNogoods=51
1.84	       =>  wckTime=0.921  cpuTime=0.83  mem=15M568
2.12	   
2.12	   search
2.12	     run=11  nbConstraintChecks=6233337  nbPropagations=264253  nbRevisions=3660416  nbUselessRevisions=3007632
2.12	     nbAssignments=4286  nbFailedAssignments=1442  nbBacktracks=2580  nbVisitedNodes=6883  nbRestartNogoods=59
2.12	       =>  wckTime=1.198  cpuTime=1.11  mem=15M568
2.64	   
2.64	   search
2.64	     run=12  nbConstraintChecks=9586534  nbPropagations=384050  nbRevisions=5425314  nbUselessRevisions=4455626
2.64	     nbAssignments=6397  nbFailedAssignments=2224  nbBacktracks=3879  nbVisitedNodes=10478  nbRestartNogoods=63
2.64	       =>  wckTime=1.72  cpuTime=1.62  mem=15M568
3.35	   
3.35	   search
3.35	     run=13  nbConstraintChecks=14115301  nbPropagations=560450  nbRevisions=8028022  nbUselessRevisions=6587932
3.35	     nbAssignments=9421  nbFailedAssignments=3290  nbBacktracks=5826  nbVisitedNodes=15512  nbRestartNogoods=73
3.35	       =>  wckTime=2.425  cpuTime=2.33  mem=15M568
4.47	   
4.47	   search
4.47	     run=14  nbConstraintChecks=21399190  nbPropagations=825033  nbRevisions=11961331  nbUselessRevisions=9805464
4.47	     nbAssignments=14060  nbFailedAssignments=4997  nbBacktracks=8745  nbVisitedNodes=23335  nbRestartNogoods=76
4.47	       =>  wckTime=3.545  cpuTime=3.44  mem=15M568
6.17	   
6.17	   search
6.17	     run=15  nbConstraintChecks=32555147  nbPropagations=1222152  nbRevisions=17942232  nbUselessRevisions=14703100
6.17	     nbAssignments=21015  nbFailedAssignments=7564  nbBacktracks=13125  nbVisitedNodes=35119  nbRestartNogoods=87
6.17	       =>  wckTime=5.253  cpuTime=5.14  mem=15M568
8.75	   
8.75	   search
8.75	     run=16  nbConstraintChecks=49248431  nbPropagations=1821838  nbRevisions=27029816  nbUselessRevisions=22147261
8.75	     nbAssignments=31635  nbFailedAssignments=11601  nbBacktracks=19698  nbVisitedNodes=53280  nbRestartNogoods=93
8.75	       =>  wckTime=7.829  cpuTime=7.7  mem=16M543
12.36	   
12.36	   search
12.36	     run=17  nbConstraintChecks=72273993  nbPropagations=2714929  nbRevisions=40480857  nbUselessRevisions=33162542
12.36	     nbAssignments=47269  nbFailedAssignments=17372  nbBacktracks=29552  nbVisitedNodes=79787  nbRestartNogoods=99
12.36	       =>  wckTime=11.442  cpuTime=11.3  mem=16M543
17.64	   
17.64	   search
17.64	     run=18  nbConstraintChecks=106949706  nbPropagations=4044518  nbRevisions=60525678  nbUselessRevisions=49592254
17.64	     nbAssignments=70414  nbFailedAssignments=25727  nbBacktracks=44331  nbVisitedNodes=119112  nbRestartNogoods=106
17.64	       =>  wckTime=16.716  cpuTime=16.56  mem=16M543
24.73	   
24.73	   search
24.73	     run=19  nbConstraintChecks=155416115  nbPropagations=5992873  nbRevisions=89812059  nbUselessRevisions=73603729
24.73	     nbAssignments=104408  nbFailedAssignments=37542  nbBacktracks=66499  nbVisitedNodes=176131  nbRestartNogoods=121
24.73	       =>  wckTime=23.805  cpuTime=23.64  mem=16M543
36.51	   
36.51	   search
36.51	     run=20  nbConstraintChecks=238196874  nbPropagations=8956410  nbRevisions=134603979  nbUselessRevisions=110350089
36.51	     nbAssignments=157499  nbFailedAssignments=57368  nbBacktracks=99754  nbVisitedNodes=266554  nbRestartNogoods=135
36.51	       =>  wckTime=35.59  cpuTime=35.41  mem=16M543
52.97	   
52.97	   search
52.97	     run=21  nbConstraintChecks=353042753  nbPropagations=13338061  nbRevisions=200578702  nbUselessRevisions=164381003
52.97	     nbAssignments=234589  nbFailedAssignments=84567  nbBacktracks=149632  nbVisitedNodes=395937  nbRestartNogoods=149
52.97	       =>  wckTime=52.044  cpuTime=51.83  mem=16M543
78.35	   
78.35	   search
78.35	     run=22  nbConstraintChecks=528961931  nbPropagations=19929137  nbRevisions=299668873  nbUselessRevisions=245540142
78.35	     nbAssignments=351804  nbFailedAssignments=126952  nbBacktracks=224450  nbVisitedNodes=594055  nbRestartNogoods=164
78.35	       =>  wckTime=77.427  cpuTime=77.19  mem=16M543
119.29	   
119.29	   search
119.29	     run=23  nbConstraintChecks=822844835  nbPropagations=29996328  nbRevisions=451453474  nbUselessRevisions=369703550
119.29	     nbAssignments=531242  nbFailedAssignments=194149  nbBacktracks=336686  nbVisitedNodes=900013  nbRestartNogoods=179
119.29	       =>  wckTime=118.365  cpuTime=118.08  mem=16M543
180.65	   
180.65	   search
180.65	     run=24  nbConstraintChecks=1260951446  nbPropagations=45304761  nbRevisions=683208652  nbUselessRevisions=559356271
180.65	     nbAssignments=800927  nbFailedAssignments=295483  nbBacktracks=505027  nbVisitedNodes=1359010  nbRestartNogoods=189
180.65	       =>  wckTime=179.728  cpuTime=179.36  mem=16M543
267.74	   
267.74	   search
267.74	     run=25  nbConstraintChecks=1862932439  nbPropagations=68151452  nbRevisions=1029578836
267.74	     nbUselessRevisions=843070158  nbAssignments=1203257  nbFailedAssignments=445285  nbBacktracks=757544
267.74	     nbVisitedNodes=2043356  nbRestartNogoods=207
267.74	       =>  wckTime=266.823  cpuTime=266.36  mem=16M543
400.17	   
400.17	   search
400.17	     run=26  nbConstraintChecks=2795606645  nbPropagations=102391377  nbRevisions=1548459832
400.17	     nbUselessRevisions=1268155075  nbAssignments=1800650  nbFailedAssignments=663880  nbBacktracks=1136311
400.17	     nbVisitedNodes=3055963  nbRestartNogoods=224
400.17	       =>  wckTime=399.248  cpuTime=398.64  mem=16M543
593.22	   
593.22	   search
593.22	     run=27  nbConstraintChecks=4154540823  nbPropagations=153213881  nbRevisions=2317553709
593.22	     nbUselessRevisions=1898090031  nbAssignments=2683165  nbFailedAssignments=978231  nbBacktracks=1704464
593.22	     nbVisitedNodes=4543804  nbRestartNogoods=238
593.22	       =>  wckTime=592.298  cpuTime=591.48  mem=16M543
890.74	   
890.74	   search
890.74	     run=28  nbConstraintChecks=6246668806  nbPropagations=229683716  nbRevisions=3475109399
890.74	     nbUselessRevisions=2846363426  nbAssignments=4030135  nbFailedAssignments=1472965  nbBacktracks=2556692
890.74	     nbVisitedNodes=6829768  nbRestartNogoods=250
890.74	       =>  wckTime=889.817  cpuTime=888.69  mem=16M543
1335.57	   
1335.57	   search
1335.57	     run=29  nbConstraintChecks=9376890971  nbPropagations=344225711  nbRevisions=5213601321
1335.57	     nbUselessRevisions=4271444237  nbAssignments=6026282  nbFailedAssignments=2190761  nbBacktracks=3835035
1335.57	     nbVisitedNodes=10210006  nbRestartNogoods=266
1335.57	       =>  wckTime=1334.65  cpuTime=1333.03  mem=16M543

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

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

/proc/loadavg: 2.00 2.00 1.95 2/86 27325
/proc/meminfo: memFree=1734912/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=18540 CPUtime=0
/proc/27324/stat : 27324 (runsolver) R 27322 27324 26340 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 159130893 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27324/statm: 4635 279 244 17 0 2626 0

[startup+0.10321 s]
/proc/loadavg: 2.00 2.00 1.95 2/86 27325
/proc/meminfo: memFree=1734912/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=914988 CPUtime=0.08
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 2956 0 1 0 7 1 0 0 19 0 8 0 159130893 936947712 2702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228747 2702 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512208 s]
/proc/loadavg: 2.00 2.00 1.95 2/86 27325
/proc/meminfo: memFree=1734912/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915328 CPUtime=0.49
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 6931 0 1 0 44 5 0 0 18 0 8 0 159130893 937295872 6670 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072927748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228832 6670 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33935 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27332
/proc/meminfo: memFree=1707208/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1.31
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9623 0 1 0 124 7 0 0 24 0 8 0 159130893 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929335 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228865 9361 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.22
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 381 0 0 0 21 1 0 0 15 0 8 0 159130901 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9361 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.97763 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27332
/proc/meminfo: memFree=1707144/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=2.94
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9640 0 1 0 287 7 0 0 25 0 8 0 159130893 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228865 9377 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 17 0 8 0 159130897 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.27319 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27332
/proc/meminfo: memFree=1707080/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=6.22
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9641 0 1 0 615 7 0 0 25 0 8 0 159130893 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228865 9377 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7513 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27332
/proc/meminfo: memFree=1707080/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=12.67
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9641 0 1 0 1260 7 0 0 25 0 8 0 159130893 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817648 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27324/statm: 228865 9377 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9377 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.5985 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27559
/proc/meminfo: memFree=1705744/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=25.49
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9642 0 1 0 2541 8 0 0 25 0 8 0 159130893 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9378 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 159130901 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915460

[startup+51.2059 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27559
/proc/meminfo: memFree=1705808/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=51.05
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9643 0 1 0 5097 8 0 0 25 0 8 0 159130893 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9379 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915460

[startup+102.411 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27559
/proc/meminfo: memFree=1705872/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=102.21
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9644 0 1 0 10212 9 0 0 25 0 8 0 159130893 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810758 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9379 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.25
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 915460

[startup+162.452 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 27561
/proc/meminfo: memFree=1705872/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=162.19
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9644 0 1 0 16210 9 0 0 25 0 8 0 159130893 937431040 9379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812738 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 915460

[startup+1483.56 s]
/proc/loadavg: 2.07 2.02 1.98 3/93 27561
/proc/meminfo: memFree=1704912/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1481.8
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 148169 11 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 915460

[startup+1543.61 s]
/proc/loadavg: 2.02 2.01 1.98 3/93 27561
/proc/meminfo: memFree=1704848/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1541.8
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 154168 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 915460

[startup+1603.66 s]
/proc/loadavg: 2.01 2.00 1.98 3/93 27561
/proc/meminfo: memFree=1704784/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1601.79
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 160167 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 915460

[startup+1663.71 s]
/proc/loadavg: 2.04 2.02 1.98 3/93 27561
/proc/meminfo: memFree=1704848/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1661.76
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 166164 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819039 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 915460

[startup+1723.77 s]
/proc/loadavg: 2.01 2.01 1.98 3/93 27561
/proc/meminfo: memFree=1704784/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1721.77
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 172165 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073843727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 915460

[startup+1783.83 s]
/proc/loadavg: 2.00 2.00 1.98 3/93 27561
/proc/meminfo: memFree=1704720/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1781.75
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 178163 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.12 s]
/proc/loadavg: 2.00 2.00 1.98 4/93 27561
/proc/meminfo: memFree=1704720/2055920 swapFree=4174172/4192956
[pid=27324] ppid=27322 vsize=915460 CPUtime=1800.03
/proc/27324/stat : 27324 (java) R 27322 27324 26340 0 -1 0 9645 0 1 0 179991 12 0 0 25 0 8 0 159130893 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480117 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27324/statm: 228865 9380 2524 14 0 215335 0
[pid=27324/tid=27326] ppid=27322 vsize=915460 CPUtime=0.03
/proc/27324/task/27326/stat : 27326 (java) S 27322 27324 26340 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159130897 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27327] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27327/stat : 27327 (java) S 27322 27324 26340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27328] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27328/stat : 27328 (java) S 27322 27324 26340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159130898 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27329] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27329/stat : 27329 (java) S 27322 27324 26340 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27330] ppid=27322 vsize=915460 CPUtime=0.26
/proc/27324/task/27330/stat : 27330 (java) S 27322 27324 26340 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27324/tid=27331] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27331/stat : 27331 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27324/tid=27332] ppid=27322 vsize=915460 CPUtime=0
/proc/27324/task/27332/stat : 27332 (java) S 27322 27324 26340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159130901 937431040 9380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1802.16
CPU time (s): 1800.06
CPU user time (s): 1799.94
CPU system time (s): 0.12898
CPU usage (%): 99.8836
Max. virtual memory (cumulated for all children) (KiB): 915460

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

runsolver used 1.9897 s user time and 5.99909 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 18:16:00 UTC 2007


IDJOB= 194851
IDBENCH= 3236
FILE ID= node15/194851-1168107360

PBS_JOBID= 3477050

Free space on /tmp= 66284 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194851-1168107360/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-194851-1168107360 -o ROOT/results/node15/solver-194851-1168107360 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194851-1168107360/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5652de415cca1bc0740e414f52204966

RANDOM SEED= 689294208

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.276
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.276
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:       1735392 kB
Buffers:         26272 kB
Cached:         202540 kB
SwapCached:       6400 kB
Active:         118072 kB
Inactive:       151276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735392 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          50736 kB
Slab:            36004 kB
Committed_AS:  4353912 kB
PageTables:       2352 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= 66281 MiB



End job on node15 on Sat Jan  6 18:46:03 UTC 2007