Trace number 3285119

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.72 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3285119-1303766218.cnf
0.03/0.09	c reading problem ... 
6.03/5.94	c ... done. Wall clock time 5.846s.
6.03/5.94	c #vars     489685
6.03/5.94	c #constraints  7881894
6.03/5.94	c constraints type 
6.03/5.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304437
6.03/5.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7529359
87.82/86.97	c cleaning 2000 clauses out of 4035 with flag 5000/5000
292.30/290.94	c cleaning 3971 clauses out of 8006 with flag 11000/11000
591.95/590.53	c cleaning 5477 clauses out of 11027 with flag 18000/18000
887.80/886.39	c cleaning 6719 clauses out of 13548 with flag 26001/26001
1233.37/1231.87	c cleaning 7885 clauses out of 15819 with flag 35000/35000
1301.63/1300.01	c starts		: 171
1301.63/1300.01	c conflicts		: 36993
1301.63/1300.01	c decisions		: 484930
1301.63/1300.01	c propagations		: 519506205
1301.63/1300.01	c inspects		: 1860436856
1301.63/1300.01	c shortcuts		: 0
1301.63/1300.01	c learnt literals	: 369
1301.63/1300.01	c learnt binary clauses	: 162
1301.63/1300.01	c learnt ternary clauses	: 273
1301.63/1300.01	c learnt constraints	: 36623
1301.63/1300.01	c ignored constraints	: 0
1301.63/1300.01	c root simplifications	: 540
1301.63/1300.01	c removed literals (reason simplification)	: 22923470
1301.63/1300.01	c reason swapping (by a shorter reason)	: 0
1301.63/1300.01	c Calls to reduceDB	: 5
1301.63/1300.01	c speed (assignments/second)	: 401452.0141136324
1301.63/1300.01	c non guided choices	3
1301.63/1300.02	c learnt constraints type 
1301.63/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 131
1301.63/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9796
1301.63/1300.02	c constraints type 
1301.63/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304437
1301.63/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7529359
1301.63/1300.02	s UNKNOWN
1301.63/1300.02	c Total wall clock time (in seconds) : 1299.918

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

running on 2 cores: 4,6

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: 3.99 3.54 3.03 5/243 5694
/proc/meminfo: memFree=19870800/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=26140 CPUtime=0 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 1149 0 0 0 0 0 0 0 23 0 2 0 488220044 26767360 885 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 6535 888 673 9 0 381 0
[pid=5694/tid=5695] ppid=5692 vsize=26088 CPUtime=0 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) S 5692 5694 5523 0 -1 4202560 54 0 0 0 0 0 0 0 24 0 2 0 488220045 26714112 897 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218900807303 0 2147483391 4096 0 18446744071699207358 0 0 -1 4 0 0 0

[startup+0.039259 s]
/proc/loadavg: 3.99 3.54 3.03 5/243 5694
/proc/meminfo: memFree=19870800/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 8729 0 1 0 2 1 0 0 23 0 13 0 488220044 7745896448 8425 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1891088 8425 1671 9 0 1881836 0
[pid=5694/tid=5695] ppid=5692 vsize=7564352 CPUtime=0.02 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 7581 0 1 0 1 1 0 0 25 0 13 0 488220045 7745896448 8425 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 47272923206881 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100249 s]
/proc/loadavg: 3.99 3.54 3.03 5/243 5694
/proc/meminfo: memFree=19870800/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7636828 CPUtime=0.09 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 10523 0 1 0 8 1 0 0 23 0 18 0 488220044 7820111872 10219 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909207 10219 2093 9 0 1899945 0
[pid=5694/tid=5695] ppid=5692 vsize=7636828 CPUtime=0.07 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 8648 0 1 0 6 1 0 0 25 0 18 0 488220045 7820111872 10219 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 47272927701843 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636828

[startup+0.300209 s]
/proc/loadavg: 3.99 3.54 3.03 5/243 5694
/proc/meminfo: memFree=19870800/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7638228 CPUtime=0.37 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 23313 0 1 0 34 3 0 0 23 0 18 0 488220044 7821545472 22928 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909557 22928 2189 9 0 1900295 0
[pid=5694/tid=5695] ppid=5692 vsize=7638228 CPUtime=0.28 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 20867 0 1 0 25 3 0 0 25 0 18 0 488220045 7821545472 22928 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505529973 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7638228

[startup+0.701137 s]
/proc/loadavg: 3.99 3.54 3.03 5/243 5694
/proc/meminfo: memFree=19870800/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7638228 CPUtime=0.82 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 28283 0 1 0 78 4 0 0 23 0 18 0 488220044 7821545472 27852 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909557 27852 2196 9 0 1900295 0
[pid=5694/tid=5695] ppid=5692 vsize=7638228 CPUtime=0.68 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 25779 0 1 0 64 4 0 0 25 0 18 0 488220045 7821545472 27852 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505494340 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 7638228

[startup+1.50103 s]
/proc/loadavg: 3.99 3.54 3.03 5/261 5712
/proc/meminfo: memFree=19741148/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7638360 CPUtime=1.62 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 46828 0 1 0 155 7 0 0 23 0 18 0 488220044 7821680640 46396 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909590 46397 2198 9 0 1900328 0
[pid=5694/tid=5695] ppid=5692 vsize=7638360 CPUtime=1.47 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 44316 0 1 0 141 6 0 0 18 0 18 0 488220045 7821680640 46397 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505560227 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46398 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46398 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46398 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46399 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46399 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46400 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46400 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 46400 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488220047 7821680640 46401 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488220047 7821680640 46401 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488220047 7821680640 46402 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220050 7821680640 46402 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7638360 CPUtime=0.05 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 379 0 0 0 5 0 0 0 21 0 18 0 488220050 7821680640 46403 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7638360 CPUtime=0.08 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 980 0 0 0 8 0 0 0 21 0 18 0 488220050 7821680640 46403 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220050 7821680640 46403 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488220050 7821680640 46404 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 7638360

[startup+3.25671 s]
/proc/loadavg: 3.99 3.54 3.03 5/261 5712
/proc/meminfo: memFree=19741148/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7638360 CPUtime=3.37 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 88782 0 1 0 324 13 0 0 23 0 18 0 488220044 7821680640 88350 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909590 88351 2198 9 0 1900328 0
[pid=5694/tid=5695] ppid=5692 vsize=7638360 CPUtime=3.23 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 86270 0 1 0 310 13 0 0 21 0 18 0 488220045 7821680640 88351 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505577928 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88352 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88352 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88352 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88353 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88353 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88354 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88354 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220046 7821680640 88354 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488220047 7821680640 88355 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488220047 7821680640 88355 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488220047 7821680640 88356 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220050 7821680640 88356 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7638360 CPUtime=0.05 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 379 0 0 0 5 0 0 0 21 0 18 0 488220050 7821680640 88357 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7638360 CPUtime=0.08 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 980 0 0 0 8 0 0 0 21 0 18 0 488220050 7821680640 88357 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488220050 7821680640 88358 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7638360 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488220050 7821680640 88358 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 7638360

[startup+6.30113 s]
/proc/loadavg: 3.99 3.55 3.03 5/261 5713
/proc/meminfo: memFree=19273064/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7639384 CPUtime=6.57 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 160281 0 1 0 633 24 0 0 23 0 19 0 488220044 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1909846 159591 2207 9 0 1900584 0
[pid=5694/tid=5695] ppid=5692 vsize=7639384 CPUtime=6.27 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 157433 0 1 0 603 24 0 0 25 0 19 0 488220045 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220046 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 488220047 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488220047 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488220047 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7639384 CPUtime=0.13 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 475 0 0 0 13 0 0 0 16 0 19 0 488220050 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7639384 CPUtime=0.16 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 1210 0 0 0 16 0 0 0 17 0 19 0 488220050 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7639384 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 488220050 7822729216 159591 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0

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

[pid=5694/tid=5702] ppid=5692 vsize=7647008 CPUtime=0.19 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 15131 0 0 0 18 1 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 30380 0 0 0 27 4 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 32440 0 0 0 28 3 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7647008 CPUtime=3.51 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 94562 0 0 0 342 9 0 0 15 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7647008 CPUtime=0.4 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 984 0 0 0 40 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7647008 CPUtime=0.67 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 4288 0 0 0 67 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5714] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5714/stat : 5714 (java) S 5692 5694 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488220656 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.87
Current children cumulated vsize (KiB) 7647008

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.71 5/262 5889
/proc/meminfo: memFree=20848388/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7647008 CPUtime=1183.87 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 361711 0 1 0 118338 49 0 0 23 0 19 0 488220044 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1911752 358767 2247 9 0 1902490 0
[pid=5694/tid=5695] ppid=5692 vsize=7647008 CPUtime=1178.03 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 164534 0 1 0 117777 26 0 0 25 0 19 0 488220045 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505803130 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7647008 CPUtime=0.05 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7647008 CPUtime=0.08 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 380 0 0 0 8 0 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7647008 CPUtime=0.12 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 7335 0 0 0 12 0 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7647008 CPUtime=0.09 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 10455 0 0 0 8 1 0 0 16 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7647008 CPUtime=0.19 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 15131 0 0 0 18 1 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 30380 0 0 0 27 4 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 32440 0 0 0 28 3 0 0 15 0 19 0 488220046 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7647008 CPUtime=3.51 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 94562 0 0 0 342 9 0 0 15 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7647008 CPUtime=0.4 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 984 0 0 0 40 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7647008 CPUtime=0.67 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 4288 0 0 0 67 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 488220050 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5714] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5714/stat : 5714 (java) S 5692 5694 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488220656 7830536192 358767 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.87
Current children cumulated vsize (KiB) 7647008

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/262 5890
/proc/meminfo: memFree=20825480/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7647008 CPUtime=1243.92 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 362054 0 1 0 124343 49 0 0 23 0 19 0 488220044 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1911752 359103 2247 9 0 1902490 0
[pid=5694/tid=5695] ppid=5692 vsize=7647008 CPUtime=1237.28 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 164535 0 1 0 123702 26 0 0 25 0 19 0 488220045 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505803103 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7647008 CPUtime=0.05 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7647008 CPUtime=0.01 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 1 0 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7647008 CPUtime=0.08 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 380 0 0 0 8 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7647008 CPUtime=0.12 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 7335 0 0 0 12 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7647008 CPUtime=0.14 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 10460 0 0 0 13 1 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7647008 CPUtime=0.23 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 15134 0 0 0 22 1 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 30380 0 0 0 27 4 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 32440 0 0 0 28 3 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7647008 CPUtime=4.21 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 94892 0 0 0 412 9 0 0 15 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7647008 CPUtime=0.4 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 984 0 0 0 40 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7647008 CPUtime=0.67 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 4288 0 0 0 67 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5714] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5714/stat : 5714 (java) S 5692 5694 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488220656 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.92
Current children cumulated vsize (KiB) 7647008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 5/262 5892
/proc/meminfo: memFree=20787276/32951124 swapFree=67111412/67111528
[pid=5694] ppid=5692 vsize=7647008 CPUtime=1301.63 cores=4,6
/proc/5694/stat : 5694 (java) S 5692 5694 5523 0 -1 4202496 362058 0 1 0 130114 49 0 0 23 0 19 0 488220044 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5694/statm: 1911752 359103 2247 9 0 1902490 0
[pid=5694/tid=5695] ppid=5692 vsize=7647008 CPUtime=1294.99 cores=4,6
/proc/5694/task/5695/stat : 5695 (java) R 5692 5694 5523 0 -1 4202560 164535 0 1 0 129473 26 0 0 25 0 19 0 488220045 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 46912505679680 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5694/tid=5697] ppid=5692 vsize=7647008 CPUtime=0.05 cores=4,6
/proc/5694/task/5697/stat : 5697 (java) S 5692 5694 5523 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5698] ppid=5692 vsize=7647008 CPUtime=0.01 cores=4,6
/proc/5694/task/5698/stat : 5698 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 1 0 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5699] ppid=5692 vsize=7647008 CPUtime=0.08 cores=4,6
/proc/5694/task/5699/stat : 5699 (java) S 5692 5694 5523 0 -1 4202560 380 0 0 0 8 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5700] ppid=5692 vsize=7647008 CPUtime=0.12 cores=4,6
/proc/5694/task/5700/stat : 5700 (java) S 5692 5694 5523 0 -1 4202560 7335 0 0 0 12 0 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5701] ppid=5692 vsize=7647008 CPUtime=0.14 cores=4,6
/proc/5694/task/5701/stat : 5701 (java) S 5692 5694 5523 0 -1 4202560 10460 0 0 0 13 1 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5702] ppid=5692 vsize=7647008 CPUtime=0.23 cores=4,6
/proc/5694/task/5702/stat : 5702 (java) S 5692 5694 5523 0 -1 4202560 15134 0 0 0 22 1 0 0 16 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5703] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5703/stat : 5703 (java) S 5692 5694 5523 0 -1 4202560 30380 0 0 0 27 4 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5704] ppid=5692 vsize=7647008 CPUtime=0.31 cores=4,6
/proc/5694/task/5704/stat : 5704 (java) S 5692 5694 5523 0 -1 4202560 32440 0 0 0 28 3 0 0 15 0 19 0 488220046 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5705] ppid=5692 vsize=7647008 CPUtime=4.21 cores=4,6
/proc/5694/task/5705/stat : 5705 (java) S 5692 5694 5523 0 -1 4202560 94892 0 0 0 412 9 0 0 15 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 0 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5706] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5706/stat : 5706 (java) S 5692 5694 5523 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5707] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5707/stat : 5707 (java) S 5692 5694 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488220047 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5708] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5708/stat : 5708 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917554609 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5709] ppid=5692 vsize=7647008 CPUtime=0.4 cores=4,6
/proc/5694/task/5709/stat : 5709 (java) S 5692 5694 5523 0 -1 4202560 984 0 0 0 40 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5710] ppid=5692 vsize=7647008 CPUtime=0.67 cores=4,6
/proc/5694/task/5710/stat : 5710 (java) S 5692 5694 5523 0 -1 4202560 4288 0 0 0 67 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
[pid=5694/tid=5711] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5711/stat : 5711 (java) S 5692 5694 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917546905 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5712] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5712/stat : 5712 (java) S 5692 5694 5523 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 488220050 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 6 0 0 0
[pid=5694/tid=5714] ppid=5692 vsize=7647008 CPUtime=0 cores=4,6
/proc/5694/task/5714/stat : 5714 (java) S 5692 5694 5523 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488220656 7830536192 359103 33554432000 1073741824 1073778376 140736313412976 18446744073709551615 218917547520 0 4 0 16800975 18446604453879802048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.63
Current children cumulated vsize (KiB) 7647008

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.72
CPU user time (s): 1301.17
CPU system time (s): 0.555915
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 7647740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.17
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362086
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= 26766
involuntary context switches= 3655

runsolver used 2.24366 second user time and 4.87826 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:17:03
IDJOB=3285119
IDBENCH=82371
IDSOLVER=1611
FILE ID=node137/3285119-1303766218
RUNJOBID= node137-1303765790-5542
PBS_JOBID= 13157155
Free space on /tmp= 71292 MiB

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

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=504352151

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:      19871080 kB
Buffers:       1735012 kB
Cached:        6908744 kB
SwapCached:        112 kB
Active:        6015088 kB
Inactive:      6500800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19871080 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          386972 kB
Writeback:           0 kB
AnonPages:     3871864 kB
Mapped:          23384 kB
Slab:           491852 kB
PageTables:      13076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22026492 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= 71540 MiB
End job on node137 at 2011-04-25 23:38:45