Trace number 4098497

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 PB 2.3.6 Resolution PB16UNSAT 3.09353 2.51918

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212272.opb
MD5SUM7809c10b09811dc0835bdd39e8310775
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 benchmark2.79357
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.02/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.16	c See www.sat4j.org for details.
0.02/0.17	c version PB16.v20160501
0.02/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.17	c java.vm.version	19.1-b02
0.02/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.17	c sun.arch.data.model	64
0.02/0.17	c java.version		1.6.0_24
0.02/0.17	c os.name		Linux
0.02/0.17	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.17	c os.arch		amd64
0.02/0.17	c Free memory 		501472288
0.02/0.17	c Max memory 		7480803328
0.02/0.17	c Total memory 		504102912
0.02/0.17	c Number of processors 	8
0.02/0.19	c Pseudo Boolean Optimization by upper bound
0.02/0.19	c --- Begin Solver configuration ---
0.02/0.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.02/0.19	c Learn all clauses as in MiniSAT
0.02/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.19	c No reason simplification
0.02/0.19	c Glucose 2.1 dynamic restart strategy
0.02/0.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.02/0.19	c timeout=2147483s
0.02/0.19	c DB Simplification allowed=false
0.02/0.19	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.02/0.19	c --- End Solver configuration ---
0.02/0.19	c solving HOME/instance-4098497-1466206062.opb
0.02/0.19	c reading problem ... 
0.02/0.19	c  no objective function found
0.12/0.24	c ... done. Wall clock time 0.052s.
0.12/0.24	c declared #vars     169
0.12/0.24	c #constraints  101
0.12/0.24	c constraints type 
0.12/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.12/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.12/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.12/0.24	c 101 constraints processed.
0.72/0.56	c cleaning 2500 clauses out of 5001 with flag 13551/5001
1.03/0.78	c cleaning 4248 clauses out of 8499 with flag 34280/11000
1.43/1.01	c cleaning 5623 clauses out of 11249 with flag 58886/18000
1.85/1.30	c cleaning 6807 clauses out of 13624 with flag 90884/26000
2.16/1.66	c cleaning 7903 clauses out of 15815 with flag 128479/35001
2.66/2.10	c cleaning 8951 clauses out of 17905 with flag 172991/45000
3.06/2.50	c starts		: 80
3.06/2.50	c conflicts		: 53457
3.06/2.50	c decisions		: 75111
3.06/2.50	c propagations		: 976070
3.06/2.50	c inspects		: 30116469
3.06/2.50	c shortcuts		: 0
3.06/2.50	c learnt literals	: 36
3.06/2.50	c learnt binary clauses	: 4
3.06/2.50	c learnt ternary clauses	: 2
3.06/2.50	c learnt constraints	: 53420
3.06/2.50	c ignored constraints	: 0
3.06/2.50	c root simplifications	: 0
3.06/2.50	c removed literals (reason simplification)	: 0
3.06/2.50	c reason swapping (by a shorter reason)	: 0
3.06/2.50	c Calls to reduceDB	: 6
3.06/2.50	c Number of update (reduction) of LBD	: 11493
3.06/2.50	c Imported unit clauses	: 0
3.06/2.50	c number of reductions to clauses (during analyze)	: 0
3.06/2.50	c number of learned constraints concerned by reduction	: 0
3.06/2.50	c number of learning phase by resolution	: 0
3.06/2.50	c number of learning phase by cutting planes	: 0
3.06/2.50	c speed (assignments/second)	: 432463.447053611
3.06/2.50	c non guided choices	44
3.06/2.51	c learnt constraints type 
3.06/2.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
3.06/2.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17384
3.06/2.51	s UNSATISFIABLE
3.06/2.51	c Total wall clock time (in seconds): 2.321

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4098497-1466206062/watcher-4098497-1466206062 -o /tmp/evaluation-result-4098497-1466206062/solver-4098497-1466206062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098497-1466206062.opb 

pid=11165
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: 0.24 0.17 0.15 2/170 11168
/proc/meminfo: memFree=30478412/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (runsolver) D 11165 11168 10680 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 22651940 24911872 159 33554432000 4194304 4338465 140733811495520 140733811492712 248790019511 0 0 4096 24578 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/11168/statm: 6082 159 113 36 0 2655 0

[startup+0.100154 s]
/proc/loadavg: 0.24 0.17 0.15 2/170 11168
/proc/meminfo: memFree=30478412/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 3045 0 1 0 1 1 0 0 20 0 13 0 22651940 9446973440 3667 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2306390 3667 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.200317 s]
/proc/loadavg: 0.24 0.17 0.15 2/170 11168
/proc/meminfo: memFree=30478412/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 4527 0 1 0 11 1 0 0 20 0 18 0 22651940 9787879424 6132 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2389619 6132 2168 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.300213 s]
/proc/loadavg: 0.24 0.17 0.15 2/170 11168
/proc/meminfo: memFree=30478412/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 6605 0 1 0 27 3 0 0 20 0 19 0 22651940 9856040960 8111 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 8111 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.700169 s]
/proc/loadavg: 0.24 0.17 0.15 2/170 11168
/proc/meminfo: memFree=30478412/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 8698 0 1 0 100 3 0 0 20 0 19 0 22651940 9856040960 9724 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 9724 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 0.38 0.20 0.16 4/213 11218
/proc/meminfo: memFree=30412440/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 10099 0 1 0 202 4 0 0 20 0 19 0 22651940 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 11186 2261 9 0 2396937 0
[pid=11168/tid=11170] ppid=11165 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/11168/task/11170/stat : 11170 (java) R 11165 11168 10680 0 -1 4202560 2412 0 1 0 136 2 0 0 20 0 19 0 22651943 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698829758776 139698660362275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11173] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11173/stat : 11173 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698791250984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11174] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11174/stat : 11174 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698790198184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11175] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11175/stat : 11175 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698789145384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11168/tid=11176] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11176/stat : 11176 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698788092584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11177] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11177/stat : 11177 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698787039784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11178] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11178/stat : 11178 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698785986984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11179] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11179/stat : 11179 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698784934184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11180] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11180/stat : 11180 (java) S 11165 11168 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698783881384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11182] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11182/stat : 11182 (java) S 11165 11168 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651946 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698653596648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11187] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11187/stat : 11187 (java) S 11165 11168 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698652542712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11188] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11188/stat : 11188 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698651489800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11189] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11189/stat : 11189 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698650438288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11190] ppid=11165 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11168/task/11190/stat : 11190 (java) S 11165 11168 10680 0 -1 4202560 3820 0 0 0 35 2 0 0 20 0 19 0 22651954 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698649385400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11191] ppid=11165 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11168/task/11191/stat : 11191 (java) S 11165 11168 10680 0 -1 4202560 2596 0 0 0 28 0 0 0 20 0 19 0 22651954 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698648332600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11192] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11192/stat : 11192 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698647279992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11193] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11193/stat : 11193 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698646227400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11217] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11217/stat : 11217 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651965 9856040960 11186 33554432000 1073741824 1073778376 140735429836384 139698645173928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11168 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60103 s]
/proc/loadavg: 0.38 0.20 0.16 4/213 11218
/proc/meminfo: memFree=30412440/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 10100 0 1 0 212 4 0 0 20 0 19 0 22651940 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 11698 2261 9 0 2396937 0
[pid=11168/tid=11170] ppid=11165 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/11168/task/11170/stat : 11170 (java) R 11165 11168 10680 0 -1 4202560 2413 0 1 0 146 2 0 0 20 0 19 0 22651943 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698829758776 139698660443003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11173] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11173/stat : 11173 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698791250984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11174] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11174/stat : 11174 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698790198184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11175] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11175/stat : 11175 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698789145384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11168/tid=11176] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11176/stat : 11176 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698788092584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11177] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11177/stat : 11177 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698787039784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11178] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11178/stat : 11178 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698785986984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11179] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11179/stat : 11179 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698784934184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11180] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11180/stat : 11180 (java) S 11165 11168 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698783881384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11182] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11182/stat : 11182 (java) S 11165 11168 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651946 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698653596648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11187] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11187/stat : 11187 (java) S 11165 11168 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698652542712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11188] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11188/stat : 11188 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698651489800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11189] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11189/stat : 11189 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698650438288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11190] ppid=11165 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11168/task/11190/stat : 11190 (java) S 11165 11168 10680 0 -1 4202560 3820 0 0 0 35 2 0 0 20 0 19 0 22651954 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698649385400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11191] ppid=11165 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11168/task/11191/stat : 11191 (java) S 11165 11168 10680 0 -1 4202560 2596 0 0 0 28 0 0 0 20 0 19 0 22651954 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698648332600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11192] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11192/stat : 11192 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698647279992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11193] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11193/stat : 11193 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698646227400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11217] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11217/stat : 11217 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651965 9856040960 11698 33554432000 1073741824 1073778376 140735429836384 139698645173928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+2.00068 s]
/proc/loadavg: 0.38 0.20 0.16 4/213 11218
/proc/meminfo: memFree=30412440/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 10101 0 1 0 252 4 0 0 20 0 19 0 22651940 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 12210 2261 9 0 2396937 0
[pid=11168/tid=11170] ppid=11165 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/11168/task/11170/stat : 11170 (java) R 11165 11168 10680 0 -1 4202560 2414 0 1 0 186 2 0 0 20 0 19 0 22651943 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698829749952 139698660443003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11173] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11173/stat : 11173 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698791250984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11174] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11174/stat : 11174 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698790198184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11175] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11175/stat : 11175 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698789145384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11168/tid=11176] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11176/stat : 11176 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698788092584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11177] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11177/stat : 11177 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698787039784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11178] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11178/stat : 11178 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698785986984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11179] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11179/stat : 11179 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698784934184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11180] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11180/stat : 11180 (java) S 11165 11168 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698783881384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11182] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11182/stat : 11182 (java) S 11165 11168 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651946 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698653596648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11187] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11187/stat : 11187 (java) S 11165 11168 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698652542712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11188] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11188/stat : 11188 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698651489800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11189] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11189/stat : 11189 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698650438288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11190] ppid=11165 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11168/task/11190/stat : 11190 (java) S 11165 11168 10680 0 -1 4202560 3820 0 0 0 35 2 0 0 20 0 19 0 22651954 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698649385400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11191] ppid=11165 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11168/task/11191/stat : 11191 (java) S 11165 11168 10680 0 -1 4202560 2596 0 0 0 28 0 0 0 20 0 19 0 22651954 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698648332600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11192] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11192/stat : 11192 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698647279992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11193] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11193/stat : 11193 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698646227400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11217] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11217/stat : 11217 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651965 9856040960 12210 33554432000 1073741824 1073778376 140735429836384 139698645173928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+2.40071 s]
/proc/loadavg: 0.38 0.20 0.16 3/213 11218
/proc/meminfo: memFree=30397672/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 10103 0 1 0 292 4 0 0 20 0 19 0 22651940 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 12722 2261 9 0 2396937 0
[pid=11168/tid=11170] ppid=11165 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/11168/task/11170/stat : 11170 (java) R 11165 11168 10680 0 -1 4202560 2416 0 1 0 225 2 0 0 20 0 19 0 22651943 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698829743552 139698660363437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11173] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11173/stat : 11173 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698791250984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11174] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11174/stat : 11174 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698790198184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11175] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11175/stat : 11175 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698789145384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11168/tid=11176] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11176/stat : 11176 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698788092584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11177] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11177/stat : 11177 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698787039784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11178] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11178/stat : 11178 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698785986984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11179] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11179/stat : 11179 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698784934184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11180] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11180/stat : 11180 (java) S 11165 11168 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698783881384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11182] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11182/stat : 11182 (java) S 11165 11168 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651946 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698653596648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11187] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11187/stat : 11187 (java) S 11165 11168 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698652542712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11188] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11188/stat : 11188 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698651489800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11189] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11189/stat : 11189 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698650438288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11190] ppid=11165 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11168/task/11190/stat : 11190 (java) S 11165 11168 10680 0 -1 4202560 3820 0 0 0 35 2 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698649385400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11191] ppid=11165 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11168/task/11191/stat : 11191 (java) S 11165 11168 10680 0 -1 4202560 2596 0 0 0 28 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698648332600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11192] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11192/stat : 11192 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698647279992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11193] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11193/stat : 11193 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698646227400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11217] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11217/stat : 11217 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651965 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698645173928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9625040

[startup+2.50071 s]
/proc/loadavg: 0.38 0.20 0.16 3/213 11218
/proc/meminfo: memFree=30397672/32872528 swapFree=1402776/1580604
[pid=11168] ppid=11165 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11168/stat : 11168 (java) S 11165 11168 10680 0 -1 4202496 10103 0 1 0 302 4 0 0 20 0 19 0 22651940 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 140735429827520 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11168/statm: 2406260 12722 2261 9 0 2396937 0
[pid=11168/tid=11170] ppid=11165 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/11168/task/11170/stat : 11170 (java) R 11165 11168 10680 0 -1 4202560 2416 0 1 0 235 2 0 0 20 0 19 0 22651943 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698829743552 139698660442422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11173] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11173/stat : 11173 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698791250984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11174] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11174/stat : 11174 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698790198184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11175] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11175/stat : 11175 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698789145384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11168/tid=11176] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11176/stat : 11176 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698788092584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11177] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11177/stat : 11177 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698787039784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11178] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11178/stat : 11178 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698785986984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11179] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11179/stat : 11179 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698784934184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11180] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11180/stat : 11180 (java) S 11165 11168 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651945 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698783881384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11182] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11182/stat : 11182 (java) S 11165 11168 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651946 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698653596648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11187] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11187/stat : 11187 (java) S 11165 11168 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698652542712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11188] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11188/stat : 11188 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651947 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698651489800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11189] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11189/stat : 11189 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698650438288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11190] ppid=11165 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11168/task/11190/stat : 11190 (java) S 11165 11168 10680 0 -1 4202560 3820 0 0 0 35 2 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698649385400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11168/tid=11191] ppid=11165 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11168/task/11191/stat : 11191 (java) S 11165 11168 10680 0 -1 4202560 2596 0 0 0 28 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698648332600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11192] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11192/stat : 11192 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698647279992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11168/tid=11193] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11193/stat : 11193 (java) S 11165 11168 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651954 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698646227400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11168/tid=11217] ppid=11165 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11168/task/11217/stat : 11217 (java) S 11165 11168 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651965 9856040960 12722 33554432000 1073741824 1073778376 140735429836384 139698645173928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 2.51918
CPU time (s): 3.09353
CPU user time (s): 3.02154
CPU system time (s): 0.071989
CPU usage (%): 122.799
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02154
system time used= 0.071989
maximum resident set size= 52996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.003999 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:27:42
IDJOB=4098497
IDBENCH=1187
IDSOLVER=2546
FILE ID=node139/4098497-1466206062
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212272.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098497-1466206062/watcher-4098497-1466206062 -o /tmp/evaluation-result-4098497-1466206062/solver-4098497-1466206062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098497-1466206062.opb

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

MD5SUM BENCH= 7809c10b09811dc0835bdd39e8310775
RANDOM SEED=1649146953

node139.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.500
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	: 5333.00
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.500
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	: 5332.55
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.500
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	: 5332.55
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.500
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	: 5332.56
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.500
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	: 5332.55
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.500
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	: 5332.56
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.500
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	: 5332.55
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.500
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30479048 kB
Buffers:           37476 kB
Cached:            64288 kB
SwapCached:         1904 kB
Active:            43364 kB
Inactive:          61168 kB
Active(anon):       3704 kB
Inactive(anon):     1416 kB
Active(file):      39660 kB
Inactive(file):    59752 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1144 kB
Writeback:             0 kB
AnonPages:       1603492 kB
Mapped:             7072 kB
Shmem:                 0 kB
Slab:             572944 kB
SReclaimable:      15476 kB
SUnreclaim:       557468 kB
KernelStack:        1568 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2016-06-18 01:27:45