Trace number 3261116

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-06UNSAT 8.50471 7.89845

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-10-unsat.cnf
MD5SUM5ad28aa134f570fa0399980e14c0e5d4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.487925
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses550
Sum of the clauses size1900
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2450
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@8b2fd8f
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3261116-1303539712.cnf
0.09/0.10	c reading problem ... 
0.09/0.11	c ... done. Wall clock time 0.011s.
0.09/0.11	c #vars     100
0.09/0.11	c #constraints  550
0.09/0.11	c constraints type 
0.09/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.09/0.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 450
0.81/0.62	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1.46/1.28	c cleaning 4250 clauses out of 8499 with flag 11001/11001
2.55/2.32	c cleaning 5625 clauses out of 11250 with flag 18002/18002
3.85/3.65	c cleaning 6813 clauses out of 13625 with flag 26002/26002
5.57/5.35	c cleaning 7904 clauses out of 15810 with flag 35000/35000
7.74/7.47	c cleaning 8953 clauses out of 17906 with flag 45000/45000
8.40/7.89	c starts		: 227
8.40/7.89	c conflicts		: 47356
8.40/7.89	c decisions		: 58925
8.40/7.89	c propagations		: 1023207
8.40/7.89	c inspects		: 131850955
8.40/7.89	c shortcuts		: 0
8.40/7.89	c learnt literals	: 3
8.40/7.89	c learnt binary clauses	: 17
8.40/7.89	c learnt ternary clauses	: 41
8.40/7.89	c learnt constraints	: 47352
8.40/7.89	c ignored constraints	: 0
8.40/7.89	c root simplifications	: 229
8.40/7.89	c removed literals (reason simplification)	: 304886
8.40/7.89	c reason swapping (by a shorter reason)	: 0
8.40/7.89	c Calls to reduceDB	: 6
8.40/7.89	c speed (assignments/second)	: 131619.11499871366
8.40/7.89	c non guided choices	73
8.40/7.89	c learnt constraints type 
8.40/7.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
8.40/7.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5957
8.40/7.89	c constraints type 
8.40/7.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
8.40/7.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 450
8.40/7.89	s UNSATISFIABLE
8.40/7.89	c Total wall clock time (in seconds) : 7.786

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.90 0.21 0.07 3/220 14272
/proc/meminfo: memFree=14299776/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=11800 CPUtime=0 cores=5,7
/proc/14272/stat : 14272 (runsolver) R 14270 14272 14093 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 465571955 12083200 51 33554432000 4194304 5434984 140737094439456 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/14272/statm: 2950 51 31 303 0 2644 0

[startup+0.101615 s]
/proc/loadavg: 0.90 0.21 0.07 3/220 14272
/proc/meminfo: memFree=14299776/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7571752 CPUtime=0.09 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 10385 0 1 0 8 1 0 0 23 0 18 0 465571955 7753474048 10081 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1892938 10081 2090 9 0 1883676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571752

[startup+0.200599 s]
/proc/loadavg: 0.90 0.21 0.07 3/220 14272
/proc/meminfo: memFree=14299776/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575760 CPUtime=0.26 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 11900 0 1 0 25 1 0 0 23 0 19 0 465571955 7757578240 11078 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893940 11078 2176 9 0 1884678 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7575760

[startup+0.300579 s]
/proc/loadavg: 0.90 0.21 0.07 3/220 14272
/proc/meminfo: memFree=14299776/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575760 CPUtime=0.46 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 12043 0 1 0 45 1 0 0 23 0 19 0 465571955 7757578240 11221 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893940 11221 2188 9 0 1884678 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7575760

[startup+0.700538 s]
/proc/loadavg: 0.90 0.21 0.07 3/220 14272
/proc/meminfo: memFree=14299776/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575612 CPUtime=0.94 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 13004 0 1 0 92 2 0 0 23 0 19 0 465571955 7757426688 12088 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893903 12088 2226 9 0 1884641 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 7575612

[startup+1.50136 s]
/proc/loadavg: 0.90 0.21 0.07 4/239 14291
/proc/meminfo: memFree=14259540/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575612 CPUtime=1.75 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 13556 0 1 0 173 2 0 0 23 0 19 0 465571955 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893903 12639 2229 9 0 1884641 0
[pid=14272/tid=14274] ppid=14270 vsize=7575612 CPUtime=1.42 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9033 0 1 0 141 1 0 0 25 0 19 0 465571956 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505501420 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 110 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7575612 CPUtime=0.01 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 478 0 0 0 1 0 0 0 16 0 19 0 465571959 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7575612 CPUtime=0.1 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 382 0 0 0 10 0 0 0 18 0 19 0 465571961 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7575612 CPUtime=0.19 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 1915 0 0 0 19 0 0 0 18 0 19 0 465571961 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7757426688 12639 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 7575612

[startup+3.1011 s]
/proc/loadavg: 1.14 0.27 0.09 5/262 14319
/proc/meminfo: memFree=14194560/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575612 CPUtime=3.35 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 13811 0 1 0 333 2 0 0 23 0 19 0 465571955 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893903 12893 2229 9 0 1884641 0
[pid=14272/tid=14274] ppid=14270 vsize=7575612 CPUtime=3 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9033 0 1 0 299 1 0 0 25 0 19 0 465571956 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505501245 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7575612 CPUtime=0.02 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 655 0 0 0 2 0 0 0 15 0 19 0 465571959 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7575612 CPUtime=0.11 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 385 0 0 0 11 0 0 0 17 0 19 0 465571961 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7575612 CPUtime=0.19 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 1915 0 0 0 19 0 0 0 18 0 19 0 465571961 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7757426688 12893 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 7575612

[startup+6.30151 s]
/proc/loadavg: 1.14 0.27 0.09 5/262 14319
/proc/meminfo: memFree=14186364/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575612 CPUtime=6.58 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 13997 0 1 0 656 2 0 0 23 0 19 0 465571955 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893903 13075 2234 9 0 1884641 0
[pid=14272/tid=14274] ppid=14270 vsize=7575612 CPUtime=6.17 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9040 0 1 0 616 1 0 0 25 0 19 0 465571956 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505539150 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 191 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7575612 CPUtime=0.05 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 740 0 0 0 5 0 0 0 15 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7575612 CPUtime=0.14 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 393 0 0 0 14 0 0 0 15 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7575612 CPUtime=0.19 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 1915 0 0 0 19 0 0 0 18 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 7575612

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

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

/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 191 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7575612 CPUtime=0.05 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 740 0 0 0 5 0 0 0 15 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7575612 CPUtime=0.14 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 393 0 0 0 14 0 0 0 15 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7575612 CPUtime=0.19 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 1915 0 0 0 19 0 0 0 18 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7757426688 13075 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 7575612

[startup+7.20131 s]
/proc/loadavg: 1.14 0.27 0.09 5/262 14319
/proc/meminfo: memFree=14186116/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7575612 CPUtime=7.51 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 13999 0 1 0 749 2 0 0 23 0 19 0 465571955 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1893903 13077 2234 9 0 1884641 0
[pid=14272/tid=14274] ppid=14270 vsize=7575612 CPUtime=7.06 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9040 0 1 0 705 1 0 0 25 0 19 0 465571956 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505510175 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 191 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7575612 CPUtime=0.05 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 740 0 0 0 5 0 0 0 16 0 19 0 465571959 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7575612 CPUtime=0.15 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 394 0 0 0 15 0 0 0 15 0 19 0 465571961 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7575612 CPUtime=0.2 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 1916 0 0 0 20 0 0 0 18 0 19 0 465571961 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7575612 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7757426688 13077 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 7575612

[startup+7.60124 s]
/proc/loadavg: 1.14 0.27 0.09 5/262 14319
/proc/meminfo: memFree=14186116/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7596936 CPUtime=8.11 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 20372 0 1 0 809 2 0 0 23 0 19 0 465571955 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1899234 17771 2235 9 0 1889972 0
[pid=14272/tid=14274] ppid=14270 vsize=7596936 CPUtime=7.42 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9042 0 1 0 741 1 0 0 25 0 19 0 465571956 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505501420 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7596936 CPUtime=0.06 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 937 0 0 0 6 0 0 0 16 0 19 0 465571959 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7596936 CPUtime=0.17 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 966 0 0 0 17 0 0 0 16 0 19 0 465571961 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7596936 CPUtime=0.41 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) R 14270 14272 14093 0 -1 4202560 7510 0 0 0 41 0 0 0 16 0 19 0 465571961 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 47475675990505 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7596936 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7779262464 17771 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 7596936

[startup+7.80723 s]
/proc/loadavg: 1.37 0.33 0.11 5/262 14319
/proc/meminfo: memFree=14165780/32951124 swapFree=67111528/67111528
[pid=14272] ppid=14270 vsize=7593948 CPUtime=8.4 cores=5,7
/proc/14272/stat : 14272 (java) S 14270 14272 14093 0 -1 4202496 20842 0 1 0 838 2 0 0 23 0 19 0 465571955 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/14272/statm: 1898487 17785 2235 9 0 1889225 0
[pid=14272/tid=14274] ppid=14270 vsize=7593948 CPUtime=7.62 cores=5,7
/proc/14272/task/14274/stat : 14274 (java) R 14270 14272 14093 0 -1 4202560 9042 0 1 0 761 1 0 0 25 0 19 0 465571956 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 46912505501439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14272/tid=14275] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14275/stat : 14275 (java) S 14270 14272 14093 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14276] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14276/stat : 14276 (java) S 14270 14272 14093 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14277] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14277/stat : 14277 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14278] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14278/stat : 14278 (java) S 14270 14272 14093 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14279] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14279/stat : 14279 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14280] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14280/stat : 14280 (java) S 14270 14272 14093 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14281] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14281/stat : 14281 (java) S 14270 14272 14093 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14282] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14282/stat : 14282 (java) S 14270 14272 14093 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 465571958 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14283] ppid=14270 vsize=7593948 CPUtime=0.06 cores=5,7
/proc/14272/task/14283/stat : 14283 (java) S 14270 14272 14093 0 -1 4202560 937 0 0 0 6 0 0 0 16 0 19 0 465571959 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14284] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14284/stat : 14284 (java) S 14270 14272 14093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 465571959 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14285] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14285/stat : 14285 (java) S 14270 14272 14093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 465571959 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14286] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14286/stat : 14286 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14287] ppid=14270 vsize=7593948 CPUtime=0.17 cores=5,7
/proc/14272/task/14287/stat : 14287 (java) S 14270 14272 14093 0 -1 4202560 966 0 0 0 17 0 0 0 16 0 19 0 465571961 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14288] ppid=14270 vsize=7593948 CPUtime=0.49 cores=5,7
/proc/14272/task/14288/stat : 14288 (java) S 14270 14272 14093 0 -1 4202560 7980 0 0 0 49 0 0 0 16 0 19 0 465571961 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14289] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14289/stat : 14289 (java) S 14270 14272 14093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465571961 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14272/tid=14290] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14290/stat : 14290 (java) S 14270 14272 14093 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 465571961 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14272/tid=14291] ppid=14270 vsize=7593948 CPUtime=0 cores=5,7
/proc/14272/task/14291/stat : 14291 (java) S 14270 14272 14093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465571967 7776202752 17785 33554432000 1073741824 1073778376 140734978628432 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 7593948

Child status: 20
Real time (s): 7.89845
CPU time (s): 8.50471
CPU user time (s): 8.47171
CPU system time (s): 0.032994
CPU usage (%): 107.676
Max. virtual memory (cumulated for all children) (KiB): 7596936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.47171
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20852
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= 505
involuntary context switches= 313

runsolver used 0.011998 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 08:21:52
IDJOB=3261116
IDBENCH=83210
IDSOLVER=1611
FILE ID=node109/3261116-1303539712
RUNJOBID= node109-1303539684-14114
PBS_JOBID= 13143129
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-10-unsat.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-3261116-1303539712/watcher-3261116-1303539712 -o /tmp/evaluation-result-3261116-1303539712/solver-3261116-1303539712 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3261116-1303539712.cnf

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

MD5SUM BENCH= 5ad28aa134f570fa0399980e14c0e5d4
RANDOM SEED=1434661635

node109.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.809
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.61
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.809
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.809
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.809
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.75
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.809
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.809
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.809
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.82
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.809
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:      14299916 kB
Buffers:       2093024 kB
Cached:       15748040 kB
SwapCached:          0 kB
Active:        9858360 kB
Inactive:      8221052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14299916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1100 kB
Writeback:           0 kB
AnonPages:      237772 kB
Mapped:          23308 kB
Slab:           506396 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14778644 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= 71632 MiB
End job on node109 at 2011-04-23 08:22:00