Trace number 4080981

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 889.36

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUM7527e2935777236bd1dfaa057aa70f69
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080981-1465317678.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
32.13/19.90	c ... done. Wall clock time 19.785s.
32.13/19.90	c declared #vars     1000400
32.13/19.90	c #constraints  2030014
32.13/19.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
32.13/19.91	c constraints type 
32.13/19.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
32.13/19.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
32.13/19.91	c org.sat4j.specs.Constr$1 => 3
32.13/19.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
32.13/19.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
32.13/19.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
32.13/19.91	c 2030014 constraints processed.
32.13/19.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
32.13/19.91	c constraints type 
32.13/19.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
32.13/19.91	c org.sat4j.specs.Constr$1 => 3
32.13/19.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
32.13/19.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
32.13/19.91	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
32.13/19.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
32.13/19.91	c 2030014 constraints processed.
32.13/19.91	c objective function length is 29800 literals
147.46/76.70	c cleaning 2492 clauses out of 5000 with flag 12676/5000
205.72/105.38	c cleaning 4253 clauses out of 8508 with flag 27505/11000
238.57/121.32	c cleaning 5623 clauses out of 11257 with flag 47481/18002
266.17/135.13	c cleaning 6813 clauses out of 13633 with flag 74189/26001
302.87/153.03	c cleaning 7901 clauses out of 15819 with flag 102903/35000
346.05/174.66	c cleaning 8952 clauses out of 17919 with flag 132480/45001
404.14/203.22	c cleaning 9971 clauses out of 19968 with flag 164886/56002
471.14/235.89	c cleaning 10987 clauses out of 21998 with flag 203033/68003
545.07/272.38	c cleaning 11991 clauses out of 24009 with flag 247552/81001
621.51/310.17	c cleaning 13001 clauses out of 26018 with flag 291522/95001
679.76/338.80	c cleaning 13994 clauses out of 28016 with flag 344061/110000
745.07/371.02	c cleaning 15003 clauses out of 30023 with flag 400695/126001
827.91/411.47	c cleaning 16002 clauses out of 32021 with flag 458229/143002
904.99/449.57	c cleaning 17001 clauses out of 34017 with flag 521513/161000
987.32/490.16	c cleaning 18003 clauses out of 36019 with flag 588691/180003
1081.67/537.14	c cleaning 18994 clauses out of 38016 with flag 657051/200003
1197.84/594.86	c cleaning 19997 clauses out of 40020 with flag 725735/221001
1310.63/650.82	c cleaning 20998 clauses out of 42022 with flag 799578/243000
1416.19/702.62	c cleaning 22004 clauses out of 44024 with flag 881831/266000
1519.07/753.24	c cleaning 23005 clauses out of 46021 with flag 968866/290001
1622.11/802.99	c cleaning 24007 clauses out of 48015 with flag 1059671/315000
1741.82/860.73	c cleaning 25000 clauses out of 50010 with flag 1151659/341002
1800.02/889.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/889.31	c starts		: 20
1800.02/889.31	c conflicts		: 352904
1800.02/889.31	c decisions		: 449771
1800.02/889.31	c propagations		: 665157638
1800.02/889.31	c inspects		: 4829314872
1800.02/889.31	c shortcuts		: 0
1800.02/889.31	c learnt literals	: 0
1800.02/889.31	c learnt binary clauses	: 0
1800.02/889.31	c learnt ternary clauses	: 0
1800.02/889.31	c learnt constraints	: 352904
1800.02/889.31	c ignored constraints	: 0
1800.02/889.31	c root simplifications	: 0
1800.02/889.31	c removed literals (reason simplification)	: 5078458
1800.02/889.31	c reason swapping (by a shorter reason)	: 0
1800.02/889.31	c Calls to reduceDB	: 22
1800.02/889.31	c Number of update (reduction) of LBD	: 31732
1800.02/889.31	c Imported unit clauses	: 0
1800.02/889.31	c number of reductions to clauses (during analyze)	: 0
1800.02/889.31	c number of learned constraints concerned by reduction	: 0
1800.02/889.31	c number of learning phase by resolution	: 0
1800.02/889.31	c number of learning phase by cutting planes	: 0
1800.02/889.31	c speed (assignments/second)	: 765176.2766497141
1800.02/889.31	c non guided choices	0
1800.02/889.32	c learnt constraints type 
1800.02/889.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36912
1800.02/889.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/889.33	c starts		: 9
1800.02/889.33	c conflicts		: 1241
1800.02/889.33	c decisions		: 24380
1800.02/889.33	c propagations		: 42631710
1800.02/889.33	c inspects		: 161895781
1800.02/889.33	c shortcuts		: 0
1800.02/889.33	c learnt literals	: 0
1800.02/889.33	c learnt binary clauses	: 0
1800.02/889.33	c learnt ternary clauses	: 0
1800.02/889.33	c learnt constraints	: 1240
1800.02/889.33	c ignored constraints	: 0
1800.02/889.33	c root simplifications	: 0
1800.02/889.33	c removed literals (reason simplification)	: 0
1800.02/889.33	c reason swapping (by a shorter reason)	: 0
1800.02/889.33	c Calls to reduceDB	: 0
1800.02/889.33	c Number of update (reduction) of LBD	: 0
1800.02/889.33	c Imported unit clauses	: 0
1800.02/889.33	c number of reductions to clauses (during analyze)	: 0
1800.02/889.33	c number of learned constraints concerned by reduction	: 0
1800.02/889.33	c number of learning phase by resolution	: 0
1800.02/889.33	c number of learning phase by cutting planes	: 0
1800.02/889.33	c speed (assignments/second)	: 49041.42413436098
1800.02/889.33	c non guided choices	0
1800.02/889.33	c learnt constraints type 
1800.02/889.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.02/889.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.02/889.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1207
1800.02/889.33	s UNKNOWN
1800.02/889.33	c Total wall clock time (in seconds): 889.209

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-4080981-1465317678/watcher-4080981-1465317678 -o /tmp/evaluation-result-4080981-1465317678/solver-4080981-1465317678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465311047-18692 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080981-1465317678.opb 

pid=19898
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: 4.33 4.27 4.09 4/197 19901
/proc/meminfo: memFree=25234332/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19901/stat : 19901 (java) D 19898 19901 18675 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 113702645 9515008 186 33554432000 1073741824 1073778376 140735567142128 140735567131192 219504799015 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.33 4.27 4.09 4/197 19901
/proc/meminfo: memFree=25234332/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 4428 0 1 0 8 1 0 0 20 0 18 0 113702645 9787879424 6047 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 4.33 4.27 4.09 4/197 19901
/proc/meminfo: memFree=25234332/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 5124 0 1 0 27 2 0 0 20 0 18 0 113702645 9787879424 18282 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 18282 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 4.33 4.27 4.09 4/197 19901
/proc/meminfo: memFree=25234332/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 5476 0 1 0 44 2 0 0 20 0 18 0 113702645 9787879424 24551 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 24551 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 4.33 4.27 4.09 4/197 19901
/proc/meminfo: memFree=25234332/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=1.6 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 17459 0 1 0 152 8 0 0 20 0 18 0 113702645 9787879424 57259 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 57259 2270 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 4.31 4.26 4.09 6/215 19919
/proc/meminfo: memFree=24975036/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=3.31 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 21838 0 1 0 311 20 0 0 20 0 18 0 113702645 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 112688 2279 9 0 2380296 0
[pid=19901/tid=19903] ppid=19898 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/19901/task/19903/stat : 19903 (java) S 19898 19901 18675 0 -1 4202560 2531 0 1 0 122 4 0 0 20 0 18 0 113702646 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139993032015304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19904] ppid=19898 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19901/task/19904/stat : 19904 (java) R 19898 19901 18675 0 -1 4202560 222 0 0 0 5 1 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992993507928 139993034487481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19905] ppid=19898 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19901/task/19905/stat : 19905 (java) R 19898 19901 18675 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992992455384 139993035773068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19906] ppid=19898 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19901/task/19906/stat : 19906 (java) R 19898 19901 18675 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992991402032 139993036191880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) R 19898 19901 18675 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992990349784 139993034487497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) R 19898 19901 18675 0 -1 4202560 135 0 0 0 5 1 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992989297752 139993034487473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) R 19898 19901 18675 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992988245208 139993038914713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) R 19898 19901 18675 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 18 0 113702648 9787879424 112688 33554432000 1073741824 1073778376 140735567142128 139992987192152 139993035773362 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) R 19898 19901 18675 0 -1 4202560 127 0 0 0 8 1 0 0 20 0 18 0 113702648 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992986139432 139993034487481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992855696648 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9558476 CPUtime=0.69 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11700 0 0 0 66 3 0 0 20 0 18 0 113702651 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 5429 0 0 0 65 2 0 0 20 0 18 0 113702651 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 113200 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.31 4.26 4.09 5/215 19919
/proc/meminfo: memFree=24686412/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=5.52 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 23275 0 1 0 514 38 0 0 20 0 18 0 113702645 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 206935 2279 9 0 2380296 0
[pid=19901/tid=19903] ppid=19898 vsize=9558476 CPUtime=2.65 cores=1,3,5,7
/proc/19901/task/19903/stat : 19903 (java) S 19898 19901 18675 0 -1 4202560 2818 0 1 0 258 7 0 0 20 0 18 0 113702646 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139993032014808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19904] ppid=19898 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/19901/task/19904/stat : 19904 (java) R 19898 19901 18675 0 -1 4202560 292 0 0 0 12 3 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992993507928 139993038912238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19905] ppid=19898 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/19901/task/19905/stat : 19905 (java) R 19898 19901 18675 0 -1 4202560 123 0 0 0 17 5 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992992455384 139993034487465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19906] ppid=19898 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/19901/task/19906/stat : 19906 (java) R 19898 19901 18675 0 -1 4202560 437 0 0 0 13 3 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992991401912 139993034487497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) D 19898 19901 18675 0 -1 4202560 341 0 0 0 11 2 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992990349368 219514004455 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) R 19898 19901 18675 0 -1 4202560 317 0 0 0 13 3 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992989297752 139993035773068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) R 19898 19901 18675 0 -1 4202560 65 0 0 0 10 4 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992988245208 139993038912428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) R 19898 19901 18675 0 -1 4202560 139 0 0 0 14 5 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992987192152 139993034487481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) R 19898 19901 18675 0 -1 4202560 163 0 0 0 18 3 0 0 20 0 18 0 113702648 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992986139312 139993038914642 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992855696648 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9558476 CPUtime=0.69 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11700 0 0 0 66 3 0 0 20 0 18 0 113702651 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 5429 0 0 0 65 2 0 0 20 0 18 0 113702651 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 206935 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 9558476

[startup+6.30075 s]
/proc/loadavg: 4.31 4.26 4.09 4/215 19919
/proc/meminfo: memFree=24128564/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=10.2 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 25655 0 1 0 950 70 0 0 20 0 18 0 113702645 9787879424 337638 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 337643 2287 9 0 2380296 0
[pid=19901/tid=19903] ppid=19898 vsize=9558476 CPUtime=4.57 cores=1,3,5,7
/proc/19901/task/19903/stat : 19903 (java) S 19898 19901 18675 0 -1 4202560 3386 0 1 0 447 10 0 0 20 0 18 0 113702646 9787879424 337646 33554432000 1073741824 1073778376 140735567142128 139993032015304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19904] ppid=19898 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/19901/task/19904/stat : 19904 (java) R 19898 19901 18675 0 -1 4202560 342 0 0 0 27 6 0 0 20 0 18 0 113702648 9787879424 337649 33554432000 1073741824 1073778376 140735567142128 139992993507928 139993038912428 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19905] ppid=19898 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/19901/task/19905/stat : 19905 (java) R 19898 19901 18675 0 -1 4202560 173 0 0 0 33 7 0 0 20 0 18 0 113702648 9787879424 337652 33554432000 1073741824 1073778376 140735567142128 139992992455384 139993036192016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19906] ppid=19898 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/19901/task/19906/stat : 19906 (java) R 19898 19901 18675 0 -1 4202560 530 0 0 0 40 7 0 0 20 0 18 0 113702648 9787879424 337655 33554432000 1073741824 1073778376 140735567142128 139992991402328 139993038912428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) R 19898 19901 18675 0 -1 4202560 397 0 0 0 26 5 0 0 20 0 18 0 113702648 9787879424 337656 33554432000 1073741824 1073778376 140735567142128 139992990349448 139993034487481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) R 19898 19901 18675 0 -1 4202560 427 0 0 0 44 8 0 0 20 0 18 0 113702648 9787879424 337657 33554432000 1073741824 1073778376 140735567142128 139992989297752 139993034487481 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) R 19898 19901 18675 0 -1 4202560 130 0 0 0 24 7 0 0 20 0 18 0 113702648 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992988245208 139993034487497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) R 19898 19901 18675 0 -1 4202560 453 0 0 0 43 9 0 0 20 0 18 0 113702648 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992987191856 139993034487489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) D 19898 19901 18675 0 -1 4202560 496 0 0 0 39 7 0 0 20 0 18 0 113702648 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992986139192 219514004455 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 960 0 0 0 76 0 0 0 20 0 18 0 113702649 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992855696648 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 113702649 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9558476 CPUtime=0.69 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11700 0 0 0 66 3 0 0 20 0 18 0 113702651 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 5429 0 0 0 65 2 0 0 20 0 18 0 113702651 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113702651 9787879424 337659 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 9558476

[startup+12.7188 s]
/proc/loadavg: 4.67 4.33 4.11 4/215 19919
/proc/meminfo: memFree=22835228/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9558476 CPUtime=19.75 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 30230 0 1 0 1843 132 0 0 20 0 18 0 113702645 9787879424 601447 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2389619 601447 2287 9 0 2380296 0

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

/proc/19901/task/19906/stat : 19906 (java) S 19898 19901 18675 0 -1 4202560 1858 0 0 0 1007 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992991402152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9824732 CPUtime=9.33 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) S 19898 19901 18675 0 -1 4202560 2097 0 0 0 899 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992990349608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9824732 CPUtime=9.88 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) S 19898 19901 18675 0 -1 4202560 1744 0 0 0 953 35 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992989297576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9824732 CPUtime=9.15 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) S 19898 19901 18675 0 -1 4202560 1866 0 0 0 879 36 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992988245032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9824732 CPUtime=10.4 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) S 19898 19901 18675 0 -1 4202560 1556 0 0 0 1003 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992987191976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9824732 CPUtime=9.18 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) S 19898 19901 18675 0 -1 4202560 2114 0 0 0 884 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992986139432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9824732 CPUtime=7.5 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 3331 0 0 0 739 11 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992855697768 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11857 0 0 0 145 3 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 9099 0 0 0 173 2 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 51 0 0 0 10 24 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19920] ppid=19898 vsize=9824732 CPUtime=839.01 cores=1,3,5,7
/proc/19901/task/19920/stat : 19920 (java) R 19898 19901 18675 0 -1 4202560 47 0 0 0 83889 12 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991973871008 139992866305275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19921] ppid=19898 vsize=9824732 CPUtime=838.86 cores=1,3,5,7
/proc/19901/task/19921/stat : 19921 (java) R 19898 19901 18675 0 -1 4202560 46 0 0 0 83873 13 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991972817184 139992866400247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19922] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19922/stat : 19922 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991971767080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19923] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19923/stat : 19923 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991970714536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+889.308 s]
/proc/loadavg: 4.33 4.40 4.28 6/219 20015
/proc/meminfo: memFree=21928600/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 44081 0 1 0 179653 349 0 0 20 0 22 0 113702645 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2456183 1073829 2299 9 0 2446860 0
[pid=19901/tid=19903] ppid=19898 vsize=9824732 CPUtime=13.18 cores=1,3,5,7
/proc/19901/task/19903/stat : 19903 (java) S 19898 19901 18675 0 -1 4202560 3512 0 1 0 1301 17 0 0 20 0 22 0 113702646 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139993032016760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19904] ppid=19898 vsize=9824732 CPUtime=10.46 cores=1,3,5,7
/proc/19901/task/19904/stat : 19904 (java) S 19898 19901 18675 0 -1 4202560 1578 0 0 0 1011 35 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992993507752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19905] ppid=19898 vsize=9824732 CPUtime=10.43 cores=1,3,5,7
/proc/19901/task/19905/stat : 19905 (java) S 19898 19901 18675 0 -1 4202560 2058 0 0 0 1002 41 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992992455208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19906] ppid=19898 vsize=9824732 CPUtime=10.44 cores=1,3,5,7
/proc/19901/task/19906/stat : 19906 (java) S 19898 19901 18675 0 -1 4202560 1858 0 0 0 1007 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992991402152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9824732 CPUtime=9.33 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) S 19898 19901 18675 0 -1 4202560 2097 0 0 0 899 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992990349608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9824732 CPUtime=9.88 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) S 19898 19901 18675 0 -1 4202560 1744 0 0 0 953 35 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992989297576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9824732 CPUtime=9.15 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) S 19898 19901 18675 0 -1 4202560 1866 0 0 0 879 36 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992988245032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9824732 CPUtime=10.4 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) S 19898 19901 18675 0 -1 4202560 1556 0 0 0 1003 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992987191976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9824732 CPUtime=9.18 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) S 19898 19901 18675 0 -1 4202560 2114 0 0 0 884 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992986139432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9824732 CPUtime=7.5 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 3331 0 0 0 739 11 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992855697768 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11857 0 0 0 145 3 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 9099 0 0 0 173 2 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 51 0 0 0 10 25 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19920] ppid=19898 vsize=9824732 CPUtime=846 cores=1,3,5,7
/proc/19901/task/19920/stat : 19920 (java) R 19898 19901 18675 0 -1 4202560 47 0 0 0 84588 12 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991973871008 139992866368216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19921] ppid=19898 vsize=9824732 CPUtime=845.85 cores=1,3,5,7
/proc/19901/task/19921/stat : 19921 (java) R 19898 19901 18675 0 -1 4202560 46 0 0 0 84572 13 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991972817184 139992866642204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19922] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19922/stat : 19922 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991971767080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19923] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19923/stat : 19923 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991970714536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+889.308 s]
/proc/loadavg: 4.33 4.40 4.28 6/219 20015
/proc/meminfo: memFree=21928600/32872528 swapFree=12208/1156848
[pid=19901] ppid=19898 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/19901/stat : 19901 (java) S 19898 19901 18675 0 -1 4202496 44081 0 1 0 179653 349 0 0 20 0 22 0 113702645 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 140735567133264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19901/statm: 2456183 1073829 2299 9 0 2446860 0
[pid=19901/tid=19903] ppid=19898 vsize=9824732 CPUtime=13.18 cores=1,3,5,7
/proc/19901/task/19903/stat : 19903 (java) S 19898 19901 18675 0 -1 4202560 3512 0 1 0 1301 17 0 0 20 0 22 0 113702646 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139993032016760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19904] ppid=19898 vsize=9824732 CPUtime=10.46 cores=1,3,5,7
/proc/19901/task/19904/stat : 19904 (java) S 19898 19901 18675 0 -1 4202560 1578 0 0 0 1011 35 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992993507752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19905] ppid=19898 vsize=9824732 CPUtime=10.43 cores=1,3,5,7
/proc/19901/task/19905/stat : 19905 (java) S 19898 19901 18675 0 -1 4202560 2058 0 0 0 1002 41 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992992455208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19906] ppid=19898 vsize=9824732 CPUtime=10.44 cores=1,3,5,7
/proc/19901/task/19906/stat : 19906 (java) S 19898 19901 18675 0 -1 4202560 1858 0 0 0 1007 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992991402152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19907] ppid=19898 vsize=9824732 CPUtime=9.33 cores=1,3,5,7
/proc/19901/task/19907/stat : 19907 (java) S 19898 19901 18675 0 -1 4202560 2097 0 0 0 899 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992990349608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19908] ppid=19898 vsize=9824732 CPUtime=9.88 cores=1,3,5,7
/proc/19901/task/19908/stat : 19908 (java) S 19898 19901 18675 0 -1 4202560 1744 0 0 0 953 35 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992989297576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19909] ppid=19898 vsize=9824732 CPUtime=9.15 cores=1,3,5,7
/proc/19901/task/19909/stat : 19909 (java) S 19898 19901 18675 0 -1 4202560 1866 0 0 0 879 36 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992988245032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19910] ppid=19898 vsize=9824732 CPUtime=10.4 cores=1,3,5,7
/proc/19901/task/19910/stat : 19910 (java) S 19898 19901 18675 0 -1 4202560 1556 0 0 0 1003 37 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992987191976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19911] ppid=19898 vsize=9824732 CPUtime=9.18 cores=1,3,5,7
/proc/19901/task/19911/stat : 19911 (java) S 19898 19901 18675 0 -1 4202560 2114 0 0 0 884 34 0 0 20 0 22 0 113702648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992986139432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19912] ppid=19898 vsize=9824732 CPUtime=7.5 cores=1,3,5,7
/proc/19901/task/19912/stat : 19912 (java) S 19898 19901 18675 0 -1 4202560 3331 0 0 0 739 11 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992855697768 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19913] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19913/stat : 19913 (java) S 19898 19901 18675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992854644088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19914] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19914/stat : 19914 (java) S 19898 19901 18675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 113702649 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992853590920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19915] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19915/stat : 19915 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992852539664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19916] ppid=19898 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19901/task/19916/stat : 19916 (java) S 19898 19901 18675 0 -1 4202560 11857 0 0 0 145 3 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992851487544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19917] ppid=19898 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/19901/task/19917/stat : 19917 (java) S 19898 19901 18675 0 -1 4202560 9099 0 0 0 173 2 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139992850435000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19901/tid=19918] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19918/stat : 19918 (java) S 19898 19901 18675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991975979768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19919] ppid=19898 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19901/task/19919/stat : 19919 (java) S 19898 19901 18675 0 -1 4202560 51 0 0 0 10 25 0 0 20 0 22 0 113702651 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991974927432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19920] ppid=19898 vsize=9824732 CPUtime=846 cores=1,3,5,7
/proc/19901/task/19920/stat : 19920 (java) R 19898 19901 18675 0 -1 4202560 47 0 0 0 84588 12 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991973871008 139992866368216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19901/tid=19921] ppid=19898 vsize=9824732 CPUtime=845.85 cores=1,3,5,7
/proc/19901/task/19921/stat : 19921 (java) R 19898 19901 18675 0 -1 4202560 46 0 0 0 84572 13 0 0 20 0 22 0 113704637 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991972817184 139992866642204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19901/tid=19922] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19922/stat : 19922 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991971767080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19901/tid=19923] ppid=19898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19901/task/19923/stat : 19923 (java) S 19898 19901 18675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 113704648 10060525568 1073829 33554432000 1073741824 1073778376 140735567142128 139991970714536 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19901 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=838599
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=901406
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 889.36
CPU time (s): 1800.02
CPU user time (s): 1796.53
CPU system time (s): 3.49
CPU usage (%): 202.395
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.84
system time used= 3.90141
maximum resident set size= 4295432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26231
involuntary context switches= 46670

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9301 second user time and 7.35788 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 18:41:21
IDJOB=4080981
IDBENCH=92648
IDSOLVER=2543
FILE ID=node114/4080981-1465317678
RUNJOBID= node114-1465311047-18692
PBS_JOBID= 19850116
Free space on /tmp= 71420 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080981-1465317678/watcher-4080981-1465317678 -o /tmp/evaluation-result-4080981-1465317678/solver-4080981-1465317678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465311047-18692 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080981-1465317678.opb

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

MD5SUM BENCH= 7527e2935777236bd1dfaa057aa70f69
RANDOM SEED=393458503

node114.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.852
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.70
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.852
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.852
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.852
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.55
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.852
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.852
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.55
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.852
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.54
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.852
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:        25234712 kB
Buffers:          174564 kB
Cached:           751720 kB
SwapCached:         1740 kB
Active:          5246792 kB
Inactive:         469836 kB
Active(anon):    4787780 kB
Inactive(anon):     4828 kB
Active(file):     459012 kB
Inactive(file):   465008 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096752 kB
Dirty:            100660 kB
Writeback:             0 kB
AnonPages:       5954976 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             616464 kB
SReclaimable:      59928 kB
SUnreclaim:       556536 kB
KernelStack:        1608 kB
PageTables:        16164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6454040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5701632 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= 71540 MiB
End job on node114 at 2016-06-07 18:56:10