Trace number 3285073

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1302.53 1300.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.180-SAT.cnf
MD5SUMf2d21cb304fcceb31bd67c9a8a75cb81
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.3236
Satisfiable
(Un)Satisfiability was proved
Number of variables733825
Number of clauses13169160
Sum of the clauses size28708560
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 212661920
Number of clauses of size 3479520
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526280

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483647s
0.04/0.09	c DB Simplification allowed=true
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3285073-1303765791.cnf
0.04/0.09	c reading problem ... 
9.11/9.02	c ... done. Wall clock time 8.931s.
9.11/9.02	c #vars     733825
9.11/9.02	c #constraints  12271134
9.11/9.02	c constraints type 
9.11/9.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 473037
9.11/9.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11749999
133.19/132.39	c cleaning 2265 clauses out of 4539 with flag 5001/5001
236.28/234.56	c cleaning 4102 clauses out of 8251 with flag 11000/11000
334.37/332.53	c cleaning 5468 clauses out of 11141 with flag 18000/18000
577.07/575.14	c cleaning 6766 clauses out of 13674 with flag 26006/26006
749.98/747.92	c cleaning 7661 clauses out of 15899 with flag 35001/35001
1047.88/1045.73	c cleaning 9114 clauses out of 18235 with flag 45003/45003
1254.70/1252.42	c cleaning 10041 clauses out of 20111 with flag 56000/56000
1302.41/1300.01	c starts		: 248
1302.41/1300.01	c conflicts		: 59347
1302.41/1300.01	c decisions		: 2602778
1302.41/1300.01	c propagations		: 702488947
1302.41/1300.01	c inspects		: 2653659453
1302.41/1300.01	c shortcuts		: 0
1302.41/1300.01	c learnt literals	: 245
1302.41/1300.01	c learnt binary clauses	: 280
1302.41/1300.01	c learnt ternary clauses	: 493
1302.41/1300.01	c learnt constraints	: 59102
1302.41/1300.01	c ignored constraints	: 0
1302.41/1300.01	c root simplifications	: 493
1302.41/1300.01	c removed literals (reason simplification)	: 17051806
1302.41/1300.01	c reason swapping (by a shorter reason)	: 0
1302.41/1300.01	c Calls to reduceDB	: 7
1302.41/1300.01	c speed (assignments/second)	: 544151.6784522778
1302.41/1300.01	c non guided choices	16377
1302.41/1300.02	c learnt constraints type 
1302.41/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 251
1302.41/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13165
1302.41/1300.02	c constraints type 
1302.41/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 473037
1302.41/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11749999
1302.41/1300.02	s UNKNOWN
1302.41/1300.02	c Total wall clock time (in seconds) : 1299.916

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285073-1303765791/watcher-3285073-1303765791 -o /tmp/evaluation-result-3285073-1303765791/solver-3285073-1303765791 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285073-1303765791.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.05 2.47 9/243 5637
/proc/meminfo: memFree=22905756/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=11800 CPUtime=0 cores=5,7
/proc/5637/stat : 5637 (runsolver) R 5635 5637 5523 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 488177556 12083200 55 33554432000 4194304 5434984 140733214876304 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/5637/statm: 2950 55 34 303 0 2644 0

[startup+0.060904 s]
/proc/loadavg: 2.15 2.05 2.47 9/243 5637
/proc/meminfo: memFree=22905756/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7569628 CPUtime=0.04 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 9118 0 1 0 3 1 0 0 22 0 18 0 488177556 7751299072 8815 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1892407 8815 1724 9 0 1883155 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569628

[startup+0.103399 s]
/proc/loadavg: 2.15 2.05 2.47 9/243 5637
/proc/meminfo: memFree=22905756/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636328 CPUtime=0.09 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 15115 0 1 0 8 1 0 0 22 0 18 0 488177556 7819599872 14812 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909125 23314 2092 9 0 1899863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636328

[startup+0.305922 s]
/proc/loadavg: 2.15 2.05 2.47 9/243 5637
/proc/meminfo: memFree=22905756/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636500 CPUtime=0.38 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 28811 0 1 0 35 3 0 0 22 0 18 0 488177556 7819776000 28372 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909125 28372 2183 9 0 1899863 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7636500

[startup+0.701948 s]
/proc/loadavg: 2.15 2.05 2.47 9/243 5637
/proc/meminfo: memFree=22905756/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636500 CPUtime=0.8 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 33707 0 1 0 76 4 0 0 22 0 18 0 488177556 7819776000 33252 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909125 33253 2190 9 0 1899863 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 7636500

[startup+1.50069 s]
/proc/loadavg: 2.15 2.05 2.47 5/261 5655
/proc/meminfo: memFree=22753056/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636500 CPUtime=1.61 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 52175 0 1 0 154 7 0 0 22 0 18 0 488177556 7819776000 51719 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909125 51719 2191 9 0 1899863 0
[pid=5637/tid=5639] ppid=5635 vsize=7636500 CPUtime=1.48 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 49819 0 1 0 141 7 0 0 19 0 18 0 488177557 7819776000 51720 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505561626 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 51720 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 51720 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 51721 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 51721 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 51722 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 51722 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 51722 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 51723 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 488177560 7819776000 51723 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488177560 7819776000 51725 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488177560 7819776000 51725 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819776000 51726 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7636500 CPUtime=0.09 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 600 0 0 0 9 0 0 0 15 0 18 0 488177562 7819776000 51726 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7636500 CPUtime=0.02 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 607 0 0 0 2 0 0 0 20 0 18 0 488177562 7819776000 51727 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819776000 51727 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488177562 7819776000 51728 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 7636500

[startup+3.10139 s]
/proc/loadavg: 2.15 2.05 2.47 5/261 5655
/proc/meminfo: memFree=22589888/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636500 CPUtime=3.2 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 89772 0 1 0 307 13 0 0 22 0 18 0 488177556 7819776000 89316 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909125 89316 2191 9 0 1899863 0
[pid=5637/tid=5639] ppid=5635 vsize=7636500 CPUtime=3.07 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 87416 0 1 0 294 13 0 0 25 0 18 0 488177557 7819776000 89317 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505561830 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 89318 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 89318 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819776000 89319 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 89319 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 89319 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 89320 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 89320 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819776000 89321 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 488177560 7819776000 89321 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488177560 7819776000 89322 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488177560 7819776000 89322 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819776000 89322 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7636500 CPUtime=0.09 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 600 0 0 0 9 0 0 0 15 0 18 0 488177562 7819776000 89323 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7636500 CPUtime=0.02 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 607 0 0 0 2 0 0 0 20 0 18 0 488177562 7819776000 89323 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819776000 89324 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7636500 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488177562 7819776000 89324 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 7636500

[startup+6.30081 s]
/proc/loadavg: 2.38 2.10 2.48 5/261 5655
/proc/meminfo: memFree=22271220/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7636188 CPUtime=6.41 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 165003 0 1 0 614 27 0 0 22 0 18 0 488177556 7819456512 164467 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1909047 164468 2192 9 0 1899785 0
[pid=5637/tid=5639] ppid=5635 vsize=7636188 CPUtime=6.28 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 162646 0 1 0 601 27 0 0 19 0 18 0 488177557 7819456512 164469 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505561830 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819456512 164470 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819456512 164471 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177558 7819456512 164472 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819456512 164473 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819456512 164474 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819456512 164475 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819456512 164476 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177559 7819456512 164477 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 488177560 7819456512 164477 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488177560 7819456512 164479 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488177560 7819456512 164480 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819456512 164480 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7636188 CPUtime=0.09 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 600 0 0 0 9 0 0 0 15 0 18 0 488177562 7819456512 164481 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7636188 CPUtime=0.03 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 608 0 0 0 3 0 0 0 17 0 18 0 488177562 7819456512 164482 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488177562 7819456512 164483 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7636188 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 488177562 7819456512 164484 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 7636188

[startup+12.7076 s]
/proc/loadavg: 2.51 2.13 2.49 5/262 5656
/proc/meminfo: memFree=21915744/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7640984 CPUtime=13.56 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 245780 0 1 0 1318 38 0 0 22 0 19 0 488177556 7824367616 242809 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1910246 242809 2218 9 0 1900984 0
[pid=5637/tid=5639] ppid=5635 vsize=7640984 CPUtime=12.61 cores=5,7

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

[pid=5637/tid=5645] ppid=5635 vsize=7640596 CPUtime=0.11 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 4998 0 0 0 11 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7640596 CPUtime=0.16 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 5 0 0 0 16 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7640596 CPUtime=0.09 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 9 0 0 0 9 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7640596 CPUtime=8.95 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 98241 0 0 0 884 11 0 0 15 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7640596 CPUtime=0.36 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 1696 0 0 0 36 0 0 0 16 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7640596 CPUtime=0.74 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 4820 0 0 0 74 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5656/stat : 5656 (java) S 5635 5637 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488178478 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1124.59
Current children cumulated vsize (KiB) 7640596

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.56 5/262 5734
/proc/meminfo: memFree=18413704/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7640596 CPUtime=1184.59 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 506363 0 1 0 118390 69 0 0 22 0 19 0 488177556 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1910149 500487 2246 9 0 1900887 0
[pid=5637/tid=5639] ppid=5635 vsize=7640596 CPUtime=1171.8 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 244828 0 1 0 117140 40 0 0 25 0 19 0 488177557 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505794226 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7640596 CPUtime=0.31 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 37931 0 0 0 27 4 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7640596 CPUtime=0.8 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 67039 0 0 0 73 7 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7640596 CPUtime=0.47 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 21885 0 0 0 46 1 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7640596 CPUtime=0.28 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 14380 0 0 0 27 1 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7640596 CPUtime=0.41 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 9312 0 0 0 40 1 0 0 16 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7640596 CPUtime=0.11 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 4998 0 0 0 11 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7640596 CPUtime=0.16 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 5 0 0 0 16 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7640596 CPUtime=0.09 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 9 0 0 0 9 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7640596 CPUtime=8.95 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 98241 0 0 0 884 11 0 0 15 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7640596 CPUtime=0.36 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 1696 0 0 0 36 0 0 0 16 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7640596 CPUtime=0.74 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 4820 0 0 0 74 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5656/stat : 5656 (java) S 5635 5637 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488178478 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1184.59
Current children cumulated vsize (KiB) 7640596

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.58 5/262 5735
/proc/meminfo: memFree=18413008/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7640596 CPUtime=1244.59 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 506367 0 1 0 124390 69 0 0 22 0 19 0 488177556 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1910149 500487 2246 9 0 1900887 0
[pid=5637/tid=5639] ppid=5635 vsize=7640596 CPUtime=1231.81 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 244828 0 1 0 123141 40 0 0 25 0 19 0 488177557 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505906544 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7640596 CPUtime=0.31 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 37931 0 0 0 27 4 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7640596 CPUtime=0.8 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 67039 0 0 0 73 7 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7640596 CPUtime=0.47 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 21885 0 0 0 46 1 0 0 15 0 19 0 488177558 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7640596 CPUtime=0.28 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 14380 0 0 0 27 1 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7640596 CPUtime=0.41 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 9312 0 0 0 40 1 0 0 16 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7640596 CPUtime=0.11 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 4998 0 0 0 11 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7640596 CPUtime=0.16 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 5 0 0 0 16 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7640596 CPUtime=0.09 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 9 0 0 0 9 0 0 0 15 0 19 0 488177559 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7640596 CPUtime=8.95 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 98241 0 0 0 884 11 0 0 15 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7640596 CPUtime=0.36 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 1696 0 0 0 36 0 0 0 16 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7640596 CPUtime=0.74 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 4820 0 0 0 74 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 488177562 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5656/stat : 5656 (java) S 5635 5637 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488178478 7823970304 500487 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1244.59
Current children cumulated vsize (KiB) 7640596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.60 6/262 5833
/proc/meminfo: memFree=20102876/32951124 swapFree=67111412/67111528
[pid=5637] ppid=5635 vsize=7640596 CPUtime=1302.41 cores=5,7
/proc/5637/stat : 5637 (java) S 5635 5637 5523 0 -1 4202496 507396 0 1 0 130171 70 0 0 22 0 19 0 488177556 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/5637/statm: 1910149 501509 2246 9 0 1900887 0
[pid=5637/tid=5639] ppid=5635 vsize=7640596 CPUtime=1288.08 cores=5,7
/proc/5637/task/5639/stat : 5639 (java) R 5635 5637 5523 0 -1 4202560 244829 0 1 0 128768 40 0 0 25 0 19 0 488177557 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 46912505670533 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5637/tid=5640] ppid=5635 vsize=7640596 CPUtime=0.31 cores=5,7
/proc/5637/task/5640/stat : 5640 (java) S 5635 5637 5523 0 -1 4202560 37931 0 0 0 27 4 0 0 15 0 19 0 488177558 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5641] ppid=5635 vsize=7640596 CPUtime=0.85 cores=5,7
/proc/5637/task/5641/stat : 5641 (java) S 5635 5637 5523 0 -1 4202560 67039 0 0 0 78 7 0 0 15 0 19 0 488177558 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5642] ppid=5635 vsize=7640596 CPUtime=0.47 cores=5,7
/proc/5637/task/5642/stat : 5642 (java) S 5635 5637 5523 0 -1 4202560 21885 0 0 0 46 1 0 0 15 0 19 0 488177558 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5643] ppid=5635 vsize=7640596 CPUtime=0.28 cores=5,7
/proc/5637/task/5643/stat : 5643 (java) S 5635 5637 5523 0 -1 4202560 14380 0 0 0 27 1 0 0 15 0 19 0 488177559 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=7640596 CPUtime=0.41 cores=5,7
/proc/5637/task/5644/stat : 5644 (java) S 5635 5637 5523 0 -1 4202560 9312 0 0 0 40 1 0 0 15 0 19 0 488177559 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5645] ppid=5635 vsize=7640596 CPUtime=0.11 cores=5,7
/proc/5637/task/5645/stat : 5645 (java) S 5635 5637 5523 0 -1 4202560 4998 0 0 0 11 0 0 0 15 0 19 0 488177559 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5646] ppid=5635 vsize=7640596 CPUtime=0.25 cores=5,7
/proc/5637/task/5646/stat : 5646 (java) S 5635 5637 5523 0 -1 4202560 6 0 0 0 25 0 0 0 15 0 19 0 488177559 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=7640596 CPUtime=0.15 cores=5,7
/proc/5637/task/5647/stat : 5647 (java) S 5635 5637 5523 0 -1 4202560 9 0 0 0 15 0 0 0 15 0 19 0 488177559 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5648] ppid=5635 vsize=7640596 CPUtime=10.27 cores=5,7
/proc/5637/task/5648/stat : 5648 (java) S 5635 5637 5523 0 -1 4202560 99264 0 0 0 1016 11 0 0 15 0 19 0 488177560 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 0 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5649] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5649/stat : 5649 (java) S 5635 5637 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5650/stat : 5650 (java) S 5635 5637 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488177560 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5651] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5651/stat : 5651 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917554609 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5652] ppid=5635 vsize=7640596 CPUtime=0.36 cores=5,7
/proc/5637/task/5652/stat : 5652 (java) S 5635 5637 5523 0 -1 4202560 1696 0 0 0 36 0 0 0 16 0 19 0 488177562 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=7640596 CPUtime=0.74 cores=5,7
/proc/5637/task/5653/stat : 5653 (java) S 5635 5637 5523 0 -1 4202560 4820 0 0 0 74 0 0 0 15 0 19 0 488177562 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5654] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5654/stat : 5654 (java) S 5635 5637 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488177562 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917546905 0 4 0 16800975 18446604471142696768 0 0 -1 7 0 0 0
[pid=5637/tid=5655] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5655/stat : 5655 (java) S 5635 5637 5523 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 488177562 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=7640596 CPUtime=0 cores=5,7
/proc/5637/task/5656/stat : 5656 (java) S 5635 5637 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488178478 7823970304 501509 33554432000 1073741824 1073778376 140733851934864 18446744073709551615 218917547520 0 4 0 16800975 18446604471142696768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.41
Current children cumulated vsize (KiB) 7640596

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.11
CPU time (s): 1302.53
CPU user time (s): 1301.75
CPU system time (s): 0.78388
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 7640984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.75
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507433
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= 26866
involuntary context switches= 7248

runsolver used 2.12568 second user time and 4.99924 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:09:58
IDJOB=3285073
IDBENCH=82370
IDSOLVER=1611
FILE ID=node137/3285073-1303765791
RUNJOBID= node137-1303765790-5544
PBS_JOBID= 13157155
Free space on /tmp= 71416 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.180-SAT.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285073-1303765791/watcher-3285073-1303765791 -o /tmp/evaluation-result-3285073-1303765791/solver-3285073-1303765791 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285073-1303765791.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f2d21cb304fcceb31bd67c9a8a75cb81
RANDOM SEED=216990907

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22906036 kB
Buffers:       1734572 kB
Cached:        6779932 kB
SwapCached:        112 kB
Active:        2950816 kB
Inactive:      6524824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22906036 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          385792 kB
Writeback:           0 kB
AnonPages:      960784 kB
Mapped:          23308 kB
Slab:           501496 kB
PageTables:       7508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22013720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71364 MiB
End job on node137 at 2011-04-25 23:31:40