Trace number 3733762

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.71 1798.67

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.004999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.1.1.v20090612
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1299577560
0.06/0.09	c Max memory 1306394624
0.06/0.09	c Total memory 1306394624
0.06/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3733762-1338749962.opb
0.08/0.12	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.034s.
0.08/0.15	c #vars     420
0.08/0.15	c #constraints  41
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 21
1800.05/1798.61	c starts		: 20
1800.05/1798.61	c conflicts		: 583968
1800.05/1798.61	c decisions		: 669733
1800.05/1798.61	c propagations		: 10133909
1800.05/1798.61	c inspects		: 5683904651
1800.05/1798.61	c learnt literals	: 0
1800.05/1798.61	c learnt binary clauses	: 0
1800.05/1798.61	c learnt ternary clauses	: 0
1800.05/1798.61	c learnt clauses	: 583968
1800.05/1798.61	c ignored clauses	: 0
1800.05/1798.61	c root simplifications	: 0
1800.05/1798.61	c removed literals (reason simplification)	: 8216109
1800.05/1798.61	c reason swapping (by a shorter reason)	: 0
1800.05/1798.61	c Calls to reduceDB	: 0
1800.05/1798.61	c speed (assignments/second)	: 5634.779702823031
1800.05/1798.61	c non guided choices	191
1800.05/1798.66	c learnt constraints type 
1800.05/1798.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 583969
1800.05/1798.66	c constraints type 
1800.05/1798.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.05/1798.66	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 21
1800.05/1798.66	s UNKNOWN
1800.05/1798.66	c Total wall clock time (in seconds): 1798.54

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733762-1338749962/watcher-3733762-1338749962 -o /tmp/evaluation-result-3733762-1338749962/solver-3733762-1338749962 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733762-1338749962.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11183
/proc/meminfo: memFree=29965364/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11183/stat : 11183 (java6) D 11181 11183 9782 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341123165 9515008 183 33554432000 1073741824 1073778376 140733263062544 140733263053576 233411788469 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/11183/statm: 2323 183 140 9 0 71 0

[startup+0.083868 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11183
/proc/meminfo: memFree=29965364/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 3830 0 1 0 5 1 0 0 20 0 18 0 341123165 2712133632 5548 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 662142 5548 1760 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11183
/proc/meminfo: memFree=29965364/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 4207 0 1 0 7 1 0 0 20 0 18 0 341123165 2712133632 5925 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 662142 5934 2021 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300125 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11183
/proc/meminfo: memFree=29965364/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 7001 0 1 0 49 2 0 0 20 0 19 0 341123165 2780295168 8240 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 8240 2223 9 0 669476 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2715132

[startup+0.700126 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 11183
/proc/meminfo: memFree=29965364/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=0.93 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 7004 0 1 0 91 2 0 0 20 0 19 0 341123165 2780295168 9265 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 9265 2223 9 0 669476 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 2715132

[startup+1.50054 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 11202
/proc/meminfo: memFree=29935048/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=1.79 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 7345 0 1 0 176 3 0 0 20 0 19 0 341123165 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 10357 2229 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=1.45 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2753 0 1 0 144 1 0 0 20 0 19 0 341123166 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072828948552 140072658054040 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123169 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.16 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1435 0 0 0 16 0 0 0 20 0 19 0 341123172 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.13 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 13 0 0 0 20 0 19 0 341123172 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123173 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 10357 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 2715132

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 11202
/proc/meminfo: memFree=29929828/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=3.41 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 7350 0 1 0 338 3 0 0 20 0 19 0 341123165 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 11893 2229 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2758 0 1 0 303 2 0 0 20 0 19 0 341123166 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072828947128 140072658053290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123169 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1435 0 0 0 18 0 0 0 20 0 19 0 341123172 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123173 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 11893 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 11202
/proc/meminfo: memFree=29916920/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=6.61 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 7358 0 1 0 658 3 0 0 20 0 19 0 341123165 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 14918 2230 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=6.25 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2765 0 1 0 623 2 0 0 20 0 19 0 341123166 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072828947008 140072658054054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123168 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341123169 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1435 0 0 0 18 0 0 0 20 0 19 0 341123172 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341123173 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 14918 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 72 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 52 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 55 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 341123169 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1442 0 0 0 19 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=0.93 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 98 0 0 0 44 49 0 0 20 0 19 0 341123173 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.69
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 11299
/proc/meminfo: memFree=30073608/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=1723.72 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 8237 0 1 0 172270 102 0 0 20 0 19 0 341123165 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 169169 2244 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=1721.83 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2916 0 1 0 172150 33 0 0 20 0 19 0 341123166 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072828947928 140072658053669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 60 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 73 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 77 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 155 0 0 0 10 11 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 79 0 0 0 3 7 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 72 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 52 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 55 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 341123169 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1442 0 0 0 19 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 102 0 0 0 45 52 0 0 20 0 19 0 341123173 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.72
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 11299
/proc/meminfo: memFree=30067588/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=1783.74 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 8239 0 1 0 178271 103 0 0 20 0 19 0 341123165 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 169169 2244 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=1781.83 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2916 0 1 0 178149 34 0 0 20 0 19 0 341123166 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072828947928 140072658103640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 60 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 73 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 77 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 155 0 0 0 10 11 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 79 0 0 0 3 7 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 72 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 52 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 55 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 341123169 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1442 0 0 0 19 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=1.01 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 104 0 0 0 48 53 0 0 20 0 19 0 341123173 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.74
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 11299
/proc/meminfo: memFree=30065416/32873844 swapFree=7116/7116
[pid=11183] ppid=11181 vsize=2715132 CPUtime=1800.05 cores=1,3,5,7
/proc/11183/stat : 11183 (java) S 11181 11183 9782 0 -1 4202496 8241 0 1 0 179902 103 0 0 20 0 19 0 341123165 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140735583200096 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11183/statm: 678783 169169 2244 9 0 669476 0
[pid=11183/tid=11185] ppid=11181 vsize=2715132 CPUtime=1798.14 cores=1,3,5,7
/proc/11183/task/11185/stat : 11185 (java) R 11181 11183 9782 0 -1 4202560 2916 0 1 0 179780 34 0 0 20 0 19 0 341123166 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072828947928 140072658053509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11186] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11186/stat : 11186 (java) S 11181 11183 9782 0 -1 4202560 60 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072813398184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11187] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11187/stat : 11187 (java) S 11181 11183 9782 0 -1 4202560 73 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072812345640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11188] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11188/stat : 11188 (java) S 11181 11183 9782 0 -1 4202560 77 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072811293096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11189] ppid=11181 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/11183/task/11189/stat : 11189 (java) S 11181 11183 9782 0 -1 4202560 155 0 0 0 10 11 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072810240552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11190] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11190/stat : 11190 (java) S 11181 11183 9782 0 -1 4202560 79 0 0 0 3 7 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072809188008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11191] ppid=11181 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/11183/task/11191/stat : 11191 (java) S 11181 11183 9782 0 -1 4202560 72 0 0 0 4 6 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072808135464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11192] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11192/stat : 11192 (java) S 11181 11183 9782 0 -1 4202560 52 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072807082920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11193] ppid=11181 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/11183/task/11193/stat : 11193 (java) S 11181 11183 9782 0 -1 4202560 55 0 0 0 2 4 0 0 20 0 19 0 341123168 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072806030376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11183/tid=11194] ppid=11181 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/11183/task/11194/stat : 11194 (java) S 11181 11183 9782 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 341123169 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072793618536 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11195] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11195/stat : 11195 (java) S 11181 11183 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072792564856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11196] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11196/stat : 11196 (java) S 11181 11183 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341123170 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072791512200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11197] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11197/stat : 11197 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072790460944 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11198] ppid=11181 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/11183/task/11198/stat : 11198 (java) S 11181 11183 9782 0 -1 4202560 1442 0 0 0 19 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072789408312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11199] ppid=11181 vsize=2715132 CPUtime=0.15 cores=1,3,5,7
/proc/11183/task/11199/stat : 11199 (java) S 11181 11183 9782 0 -1 4202560 1963 0 0 0 15 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072788355768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11183/tid=11200] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11200/stat : 11200 (java) S 11181 11183 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341123172 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072787303416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11183/tid=11201] ppid=11181 vsize=2715132 CPUtime=1.01 cores=1,3,5,7
/proc/11183/task/11201/stat : 11201 (java) S 11181 11183 9782 0 -1 4202560 106 0 0 0 48 53 0 0 20 0 19 0 341123173 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072786251080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11183/tid=11202] ppid=11181 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11183/task/11202/stat : 11202 (java) S 11181 11183 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341123181 2780295168 169169 33554432000 1073741824 1073778376 140735583208960 140072785195816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

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): 1798.67
CPU time (s): 1800.71
CPU user time (s): 1799.19
CPU system time (s): 1.52377
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.52377
maximum resident set size= 677036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8345
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37948
involuntary context switches= 10775

runsolver used 6.23005 second user time and 16.1645 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 20:59:22
IDJOB=3733762
IDBENCH=2598
IDSOLVER=2322
FILE ID=node111/3733762-1338749962
RUNJOBID= node111-1338737568-9799
PBS_JOBID= 14636765
Free space on /tmp= 67396 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733762-1338749962/watcher-3733762-1338749962 -o /tmp/evaluation-result-3733762-1338749962/solver-3733762-1338749962 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733762-1338749962.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=281541294

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29966008 kB
Buffers:          209356 kB
Cached:           547540 kB
SwapCached:         1404 kB
Active:          1535876 kB
Inactive:         582620 kB
Active(anon):    1362748 kB
Inactive(anon):     1276 kB
Active(file):     173128 kB
Inactive(file):   581344 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:                88 kB
Writeback:             0 kB
AnonPages:       1367688 kB
Mapped:            16996 kB
Shmem:                 0 kB
Slab:             647124 kB
SReclaimable:      89312 kB
SUnreclaim:       557812 kB
KernelStack:        1616 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67396 MiB
End job on node111 at 2012-06-03 21:29:23