Trace number 3286131

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) 1301.93 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.160-NOTKNOWN.cnf
MD5SUM104480afe2dfb23e29c907d77dfdc6d4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8763
Satisfiable
(Un)Satisfiability was proved
Number of variables652445
Number of clauses11706080
Sum of the clauses size25518880
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211255040
Number of clauses of size 3426240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523360

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	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.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3286131-1303770319.cnf
0.08/0.10	c reading problem ... 
8.78/8.82	c ... done. Wall clock time 8.728s.
8.78/8.82	c #vars     652445
8.78/8.82	c #constraints  10808054
8.78/8.82	c constraints type 
8.78/8.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 416837
8.78/8.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10343119
116.69/116.13	c cleaning 2102 clauses out of 4219 with flag 5000/5000
224.59/223.26	c cleaning 3972 clauses out of 7969 with flag 11000/11000
378.06/376.60	c cleaning 5475 clauses out of 10992 with flag 18000/18000
577.44/575.92	c cleaning 6617 clauses out of 13511 with flag 26000/26000
823.93/822.31	c cleaning 7820 clauses out of 15888 with flag 35001/35001
1145.33/1143.65	c cleaning 9015 clauses out of 18065 with flag 45002/45002
1301.82/1300.01	c starts		: 210
1301.82/1300.01	c conflicts		: 47680
1301.82/1300.01	c decisions		: 1729016
1301.82/1300.01	c propagations		: 576745655
1301.82/1300.01	c inspects		: 2105860309
1301.82/1300.01	c shortcuts		: 0
1301.82/1300.01	c learnt literals	: 286
1301.82/1300.01	c learnt binary clauses	: 243
1301.82/1300.01	c learnt ternary clauses	: 465
1301.82/1300.01	c learnt constraints	: 47393
1301.82/1300.01	c ignored constraints	: 0
1301.82/1300.01	c root simplifications	: 496
1301.82/1300.01	c removed literals (reason simplification)	: 15270172
1301.82/1300.01	c reason swapping (by a shorter reason)	: 0
1301.82/1300.01	c Calls to reduceDB	: 6
1301.82/1300.01	c speed (assignments/second)	: 446681.06305859756
1301.82/1300.01	c non guided choices	15253
1301.82/1300.02	c learnt constraints type 
1301.82/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 192
1301.82/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11533
1301.82/1300.02	c constraints type 
1301.82/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 416837
1301.82/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10343119
1301.82/1300.02	s UNKNOWN
1301.82/1300.02	c Total wall clock time (in seconds) : 1299.913

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-3286131-1303770319/watcher-3286131-1303770319 -o /tmp/evaluation-result-3286131-1303770319/solver-3286131-1303770319 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286131-1303770319.cnf 

running on 2 cores: 0,2

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: 1.95 2.31 3.13 5/242 12141
/proc/meminfo: memFree=10900312/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=11800 CPUtime=0 cores=0,2
/proc/12141/stat : 12141 (runsolver) R 12139 12141 10591 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 488633119 12083200 55 33554432000 4194304 5434984 140733287613264 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/12141/statm: 2950 55 34 303 0 2644 0

[startup+0.053306 s]
/proc/loadavg: 1.95 2.31 3.13 5/242 12141
/proc/meminfo: memFree=10900312/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 8913 0 1 0 3 1 0 0 22 0 13 0 488633119 7746035712 8609 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1891122 8609 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.100299 s]
/proc/loadavg: 1.95 2.31 3.13 5/242 12141
/proc/meminfo: memFree=10900312/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 9680 0 1 0 7 1 0 0 22 0 18 0 488633119 7751618560 9376 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1892485 9376 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300264 s]
/proc/loadavg: 1.95 2.31 3.13 5/242 12141
/proc/meminfo: memFree=10900312/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7572856 CPUtime=0.28 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 26200 0 1 0 25 3 0 0 22 0 18 0 488633119 7754604544 25896 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1893214 25896 2175 9 0 1883952 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7572856

[startup+0.70019 s]
/proc/loadavg: 1.95 2.31 3.13 5/242 12141
/proc/meminfo: memFree=10900312/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7572816 CPUtime=0.68 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 28794 0 1 0 64 4 0 0 22 0 18 0 488633119 7754563584 28402 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1893204 28402 2193 9 0 1883942 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7572816

[startup+1.50107 s]
/proc/loadavg: 1.95 2.31 3.13 5/261 12160
/proc/meminfo: memFree=10642992/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7572800 CPUtime=1.47 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 44122 0 1 0 141 6 0 0 22 0 18 0 488633119 7754547200 43670 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1893200 43671 2198 9 0 1883938 0
[pid=12141/tid=12143] ppid=12139 vsize=7572800 CPUtime=1.32 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 41624 0 1 0 126 6 0 0 25 0 18 0 488633120 7754547200 43672 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505560563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43672 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43672 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43673 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43673 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43674 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43674 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43675 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 43675 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488633123 7754547200 43676 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 43676 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 43676 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 43677 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7572800 CPUtime=0.11 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 1075 0 0 0 11 0 0 0 20 0 18 0 488633125 7754547200 43677 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7572800 CPUtime=0.03 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 271 0 0 0 3 0 0 0 25 0 18 0 488633125 7754547200 43678 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 43678 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488633125 7754547200 43678 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7572800

[startup+3.1008 s]
/proc/loadavg: 1.95 2.31 3.13 5/261 12160
/proc/meminfo: memFree=10535236/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7572800 CPUtime=3.07 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 79499 0 1 0 296 11 0 0 22 0 18 0 488633119 7754547200 79047 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1893200 79048 2198 9 0 1883938 0
[pid=12141/tid=12143] ppid=12139 vsize=7572800 CPUtime=2.91 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 77000 0 1 0 281 10 0 0 25 0 18 0 488633120 7754547200 79048 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505561656 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79049 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79049 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79049 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79050 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79050 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79051 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79051 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 79051 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488633123 7754547200 79052 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 79052 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 79053 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 79053 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7572800 CPUtime=0.11 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 1075 0 0 0 11 0 0 0 20 0 18 0 488633125 7754547200 79054 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7572800 CPUtime=0.03 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 271 0 0 0 3 0 0 0 25 0 18 0 488633125 7754547200 79054 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 79055 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488633125 7754547200 79055 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7572800

[startup+6.30123 s]
/proc/loadavg: 2.28 2.37 3.14 5/261 12161
/proc/meminfo: memFree=10097852/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7572800 CPUtime=6.28 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 149232 0 1 0 607 21 0 0 22 0 18 0 488633119 7754547200 148779 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1893200 148780 2199 9 0 1883938 0
[pid=12141/tid=12143] ppid=12139 vsize=7572800 CPUtime=6.12 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 146733 0 1 0 592 20 0 0 25 0 18 0 488633120 7754547200 148781 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505525439 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148781 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148782 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148783 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148784 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148784 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148785 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148785 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633121 7754547200 148786 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 488633123 7754547200 148787 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 148787 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488633123 7754547200 148788 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 148789 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7572800 CPUtime=0.11 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 1075 0 0 0 11 0 0 0 20 0 18 0 488633125 7754547200 148789 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7572800 CPUtime=0.03 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 271 0 0 0 3 0 0 0 25 0 18 0 488633125 7754547200 148790 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488633125 7754547200 148791 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7572800 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 488633125 7754547200 148792 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7572800

[startup+12.7011 s]
/proc/loadavg: 2.41 2.40 3.15 5/262 12162
/proc/meminfo: memFree=9738264/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7641256 CPUtime=13.21 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 219195 0 1 0 1288 33 0 0 22 0 19 0 488633119 7824646144 216190 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1910314 216190 2216 9 0 1901052 0
[pid=12141/tid=12143] ppid=12139 vsize=7641256 CPUtime=12.28 cores=0,2

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

[pid=12141/tid=12149] ppid=12139 vsize=7641256 CPUtime=0.07 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 65 0 0 0 7 0 0 0 16 0 19 0 488633121 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7641256 CPUtime=0.01 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 488633121 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7641256 CPUtime=0.12 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 12 0 0 0 15 0 19 0 488633121 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7641256 CPUtime=6.93 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 95771 0 0 0 683 10 0 0 15 0 19 0 488633123 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7641256 CPUtime=0.5 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 2190 0 0 0 50 0 0 0 15 0 19 0 488633125 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7641256 CPUtime=0.66 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 3683 0 0 0 66 0 0 0 15 0 19 0 488633125 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 488633125 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12162] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12162/stat : 12162 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488634021 7824646144 451540 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1124.03
Current children cumulated vsize (KiB) 7641256

[startup+1182.3 s]
/proc/loadavg: 3.00 3.04 3.18 4/238 12211
/proc/meminfo: memFree=7307816/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7641256 CPUtime=1184.11 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 456541 0 1 0 118350 61 0 0 22 0 19 0 488633119 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1910314 451542 2246 9 0 1901052 0
[pid=12141/tid=12143] ppid=12139 vsize=7641256 CPUtime=1172.43 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 217997 0 1 0 117209 34 0 0 25 0 19 0 488633120 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505931355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7641256 CPUtime=0.46 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 37919 0 0 0 43 3 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7641256 CPUtime=0.54 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 36890 0 0 0 49 5 0 0 16 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7641256 CPUtime=0.39 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 27146 0 0 0 37 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7641256 CPUtime=0.44 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 23701 0 0 0 42 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7641256 CPUtime=0.17 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 9946 0 0 0 16 1 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7641256 CPUtime=0.07 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 65 0 0 0 7 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7641256 CPUtime=0.08 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7641256 CPUtime=0.12 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 12 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7641256 CPUtime=8.13 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 95773 0 0 0 803 10 0 0 15 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7641256 CPUtime=0.5 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 2190 0 0 0 50 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7641256 CPUtime=0.66 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 3683 0 0 0 66 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12162] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12162/stat : 12162 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488634021 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1184.11
Current children cumulated vsize (KiB) 7641256

[startup+1242.3 s]
/proc/loadavg: 3.00 3.03 3.17 4/238 12213
/proc/meminfo: memFree=7306944/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7641256 CPUtime=1244.11 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 456545 0 1 0 124350 61 0 0 22 0 19 0 488633119 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1910314 451542 2246 9 0 1901052 0
[pid=12141/tid=12143] ppid=12139 vsize=7641256 CPUtime=1232.43 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 217997 0 1 0 123209 34 0 0 25 0 19 0 488633120 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505931381 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7641256 CPUtime=0.46 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 37919 0 0 0 43 3 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7641256 CPUtime=0.54 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 36890 0 0 0 49 5 0 0 16 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7641256 CPUtime=0.39 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 27146 0 0 0 37 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7641256 CPUtime=0.44 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 23701 0 0 0 42 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7641256 CPUtime=0.17 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 9946 0 0 0 16 1 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7641256 CPUtime=0.07 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 65 0 0 0 7 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7641256 CPUtime=0.08 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7641256 CPUtime=0.12 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 12 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7641256 CPUtime=8.13 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 95773 0 0 0 803 10 0 0 15 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7641256 CPUtime=0.5 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 2190 0 0 0 50 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7641256 CPUtime=0.66 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 3683 0 0 0 66 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) S 12139 12141 10591 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12162] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12162/stat : 12162 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488634021 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1244.11
Current children cumulated vsize (KiB) 7641256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.84 2.99 3.15 2/191 12254
/proc/meminfo: memFree=10412100/32951124 swapFree=67111528/67111528
[pid=12141] ppid=12139 vsize=7641256 CPUtime=1301.82 cores=0,2
/proc/12141/stat : 12141 (java) S 12139 12141 10591 0 -1 4202496 456549 0 1 0 130121 61 0 0 22 0 19 0 488633119 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12141/statm: 1910314 451542 2246 9 0 1901052 0
[pid=12141/tid=12143] ppid=12139 vsize=7641256 CPUtime=1290.13 cores=0,2
/proc/12141/task/12143/stat : 12143 (java) R 12139 12141 10591 0 -1 4202560 217997 0 1 0 128979 34 0 0 25 0 19 0 488633120 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 46912505615776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12141/tid=12144] ppid=12139 vsize=7641256 CPUtime=0.46 cores=0,2
/proc/12141/task/12144/stat : 12144 (java) S 12139 12141 10591 0 -1 4202560 37919 0 0 0 43 3 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12145] ppid=12139 vsize=7641256 CPUtime=0.54 cores=0,2
/proc/12141/task/12145/stat : 12145 (java) S 12139 12141 10591 0 -1 4202560 36890 0 0 0 49 5 0 0 16 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12146] ppid=12139 vsize=7641256 CPUtime=0.39 cores=0,2
/proc/12141/task/12146/stat : 12146 (java) S 12139 12141 10591 0 -1 4202560 27146 0 0 0 37 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12147] ppid=12139 vsize=7641256 CPUtime=0.44 cores=0,2
/proc/12141/task/12147/stat : 12147 (java) S 12139 12141 10591 0 -1 4202560 23701 0 0 0 42 2 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12148] ppid=12139 vsize=7641256 CPUtime=0.17 cores=0,2
/proc/12141/task/12148/stat : 12148 (java) S 12139 12141 10591 0 -1 4202560 9946 0 0 0 16 1 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12149] ppid=12139 vsize=7641256 CPUtime=0.07 cores=0,2
/proc/12141/task/12149/stat : 12149 (java) S 12139 12141 10591 0 -1 4202560 65 0 0 0 7 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12150] ppid=12139 vsize=7641256 CPUtime=0.08 cores=0,2
/proc/12141/task/12150/stat : 12150 (java) S 12139 12141 10591 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12151] ppid=12139 vsize=7641256 CPUtime=0.12 cores=0,2
/proc/12141/task/12151/stat : 12151 (java) S 12139 12141 10591 0 -1 4202560 5 0 0 0 12 0 0 0 15 0 19 0 488633121 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12152] ppid=12139 vsize=7641256 CPUtime=8.13 cores=0,2
/proc/12141/task/12152/stat : 12152 (java) S 12139 12141 10591 0 -1 4202560 95773 0 0 0 803 10 0 0 15 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 0 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12153] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12153/stat : 12153 (java) S 12139 12141 10591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12154] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12154/stat : 12154 (java) S 12139 12141 10591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488633123 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12155] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12155/stat : 12155 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820989361 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12156] ppid=12139 vsize=7641256 CPUtime=0.5 cores=0,2
/proc/12141/task/12156/stat : 12156 (java) S 12139 12141 10591 0 -1 4202560 2190 0 0 0 50 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12157] ppid=12139 vsize=7641256 CPUtime=0.66 cores=0,2
/proc/12141/task/12157/stat : 12157 (java) S 12139 12141 10591 0 -1 4202560 3683 0 0 0 66 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 0 0 0 0
[pid=12141/tid=12158] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12158/stat : 12158 (java) S 12139 12141 10591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820981657 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
[pid=12141/tid=12159] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12159/stat : 12159 (java) R 12139 12141 10591 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 488633125 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12141/tid=12162] ppid=12139 vsize=7641256 CPUtime=0 cores=0,2
/proc/12141/task/12162/stat : 12162 (java) S 12139 12141 10591 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488634021 7824646144 451542 33554432000 1073741824 1073778376 140733280412864 18446744073709551615 230820982272 0 4 0 16800975 18446604453849805184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 7641256

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.09
CPU time (s): 1301.93
CPU user time (s): 1301.24
CPU system time (s): 0.681896
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 7641368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.24
system time used= 0.681896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456586
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= 26838
involuntary context switches= 7030

runsolver used 2.38764 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 00:25:27
IDJOB=3286131
IDBENCH=82416
IDSOLVER=1611
FILE ID=node104/3286131-1303770319
RUNJOBID= node104-1303770319-12046
PBS_JOBID= 13157145
Free space on /tmp= 70716 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.160-NOTKNOWN.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-3286131-1303770319/watcher-3286131-1303770319 -o /tmp/evaluation-result-3286131-1303770319/solver-3286131-1303770319 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286131-1303770319.cnf

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

MD5SUM BENCH= 104480afe2dfb23e29c907d77dfdc6d4
RANDOM SEED=1818562255

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10900716 kB
Buffers:       2286816 kB
Cached:       18015480 kB
SwapCached:          0 kB
Active:       12477492 kB
Inactive:      8974392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10900716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          426080 kB
Writeback:           0 kB
AnonPages:     1148340 kB
Mapped:          23308 kB
Slab:           531664 kB
PageTables:       7796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22011236 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= 70924 MiB
End job on node104 at 2011-04-26 00:47:09