Trace number 4089975

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 Res+CP PB16? (TO) 1800.11 895.367

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUM0cbe6e0ff393a79d511dbbbded66ec10
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1.92171
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4089975-1466022675.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.039s.
0.10/0.16	c declared #vars     273
0.10/0.16	c #constraints  182
0.10/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.10/0.16	c 182 constraints processed.
0.10/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.10/0.16	c 182 constraints processed.
2.67/0.80	c cleaning 2495 clauses out of 5001 with flag 47715/5001
4.24/1.34	c cleaning 4249 clauses out of 8505 with flag 114358/11000
5.66/2.08	c cleaning 5619 clauses out of 11256 with flag 201959/18000
7.66/2.99	c cleaning 6812 clauses out of 13637 with flag 312978/26000
9.92/4.04	c cleaning 7903 clauses out of 15825 with flag 417563/35000
12.75/5.32	c cleaning 8960 clauses out of 17925 with flag 552319/45003
15.75/6.88	c cleaning 9971 clauses out of 19964 with flag 725920/56002
19.63/8.71	c cleaning 10989 clauses out of 21991 with flag 911914/68000
23.71/10.78	c cleaning 11989 clauses out of 24002 with flag 1133779/81000
28.50/13.15	c cleaning 12990 clauses out of 26017 with flag 1383203/95004
34.70/16.22	c cleaning 14001 clauses out of 28027 with flag 1657352/110004
41.38/19.60	c cleaning 14999 clauses out of 30022 with flag 1942413/126000
49.23/23.44	c cleaning 16004 clauses out of 32024 with flag 2237711/143001
57.43/27.59	c cleaning 16996 clauses out of 34021 with flag 2551468/161002
61.62/29.70	c cleaning 0 clauses out of 5001 with flag 0/5001
66.74/32.07	c cleaning 18002 clauses out of 36023 with flag 2912380/180000
76.74/36.97	c cleaning 19001 clauses out of 38021 with flag 3260440/200000
87.81/42.45	c cleaning 20002 clauses out of 40021 with flag 3588929/221001
99.83/48.41	c cleaning 20990 clauses out of 42019 with flag 3979551/243001
112.88/54.90	c cleaning 21999 clauses out of 44028 with flag 4387789/266000
127.56/62.24	c cleaning 23005 clauses out of 46030 with flag 4777805/290001
142.63/69.70	c cleaning 23997 clauses out of 48024 with flag 5222338/315000
161.71/79.29	c cleaning 25004 clauses out of 50027 with flag 5700416/341000
182.95/89.81	c cleaning 26001 clauses out of 52023 with flag 6162276/368000
203.39/100.04	c cleaning 27001 clauses out of 54022 with flag 6648401/396000
224.64/110.61	c cleaning 27998 clauses out of 56021 with flag 7149110/425000
244.32/120.49	c cleaning 29007 clauses out of 58023 with flag 7622325/455000
265.35/130.99	c cleaning 29998 clauses out of 60017 with flag 8011925/486001
287.67/142.01	c cleaning 30998 clauses out of 62019 with flag 8392577/518001
313.93/155.14	c cleaning 32001 clauses out of 64021 with flag 8788219/551001
339.39/167.81	c cleaning 33001 clauses out of 66019 with flag 9315951/585000
367.71/181.93	c cleaning 34005 clauses out of 68018 with flag 9851625/620000
373.16/184.61	c cleaning 0 clauses out of 11001 with flag 0/11001
392.43/194.23	c cleaning 34997 clauses out of 70014 with flag 10307063/656001
420.97/208.48	c cleaning 35994 clauses out of 72019 with flag 10776420/693003
453.39/224.54	c cleaning 37006 clauses out of 74024 with flag 11278987/731002
487.12/241.30	c cleaning 37993 clauses out of 76017 with flag 11785755/770001
524.67/260.23	c cleaning 38997 clauses out of 78024 with flag 12308364/810001
563.65/279.62	c cleaning 40002 clauses out of 80026 with flag 12857488/851000
600.66/298.04	c cleaning 41000 clauses out of 82024 with flag 13376918/893000
639.87/317.57	c cleaning 42003 clauses out of 84025 with flag 13930452/936001
679.91/337.48	c cleaning 42995 clauses out of 86023 with flag 14501175/980002
727.32/361.04	c cleaning 44000 clauses out of 88026 with flag 15060582/1025000
779.54/387.06	c cleaning 45004 clauses out of 90028 with flag 15633681/1071002
836.44/415.38	c cleaning 45999 clauses out of 92022 with flag 16274857/1118000
889.13/441.84	c cleaning 47005 clauses out of 94025 with flag 16978560/1166002
947.21/470.74	c cleaning 47993 clauses out of 96019 with flag 17685855/1215001
1003.03/498.55	c cleaning 49007 clauses out of 98027 with flag 18374947/1265002
1012.86/503.47	c cleaning 0 clauses out of 18004 with flag 0/18004
1063.96/528.82	c cleaning 49988 clauses out of 100018 with flag 19059885/1316000
1134.67/564.08	c cleaning 50987 clauses out of 102031 with flag 19819723/1368001
1199.08/596.05	c cleaning 52004 clauses out of 104048 with flag 20553700/1421005
1265.05/628.82	c cleaning 53010 clauses out of 106039 with flag 21304295/1475000
1336.27/664.29	c cleaning 54002 clauses out of 108029 with flag 22114116/1530000
1407.19/699.91	c cleaning 54996 clauses out of 110027 with flag 22801602/1586000
1465.89/729.19	c cleaning 56008 clauses out of 112033 with flag 23549130/1643002
1528.25/760.12	c cleaning 57007 clauses out of 114023 with flag 24288122/1701000
1590.78/791.26	c cleaning 57996 clauses out of 116017 with flag 24994219/1760001
1658.67/824.98	c cleaning 59006 clauses out of 118020 with flag 25664322/1820000
1735.41/863.19	c cleaning 60005 clauses out of 120015 with flag 26391791/1881001
1800.11/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.30	c starts		: 123
1800.11/895.30	c conflicts		: 1935176
1800.11/895.30	c decisions		: 2272500
1800.11/895.30	c propagations		: 57762413
1800.11/895.30	c inspects		: 12545251398
1800.11/895.30	c shortcuts		: 0
1800.11/895.30	c learnt literals	: 0
1800.11/895.30	c learnt binary clauses	: 0
1800.11/895.30	c learnt ternary clauses	: 0
1800.11/895.30	c learnt constraints	: 1935176
1800.11/895.30	c ignored constraints	: 0
1800.11/895.30	c root simplifications	: 0
1800.11/895.30	c removed literals (reason simplification)	: 23077997
1800.11/895.30	c reason swapping (by a shorter reason)	: 0
1800.11/895.30	c Calls to reduceDB	: 57
1800.11/895.30	c Number of update (reduction) of LBD	: 841881
1800.11/895.30	c Imported unit clauses	: 0
1800.11/895.30	c number of reductions to clauses (during analyze)	: 0
1800.11/895.30	c number of learned constraints concerned by reduction	: 0
1800.11/895.30	c number of learning phase by resolution	: 0
1800.11/895.30	c number of learning phase by cutting planes	: 0
1800.11/895.30	c speed (assignments/second)	: 64528.842942061645
1800.11/895.30	c non guided choices	108
1800.11/895.33	c learnt constraints type 
1800.11/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114185
1800.11/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.33	c starts		: 52
1800.11/895.33	c conflicts		: 23791
1800.11/895.33	c decisions		: 30049
1800.11/895.33	c propagations		: 418554
1800.11/895.33	c inspects		: 952656805
1800.11/895.33	c shortcuts		: 0
1800.11/895.33	c learnt literals	: 0
1800.11/895.33	c learnt binary clauses	: 0
1800.11/895.33	c learnt ternary clauses	: 0
1800.11/895.33	c learnt constraints	: 23791
1800.11/895.33	c ignored constraints	: 0
1800.11/895.33	c root simplifications	: 0
1800.11/895.33	c removed literals (reason simplification)	: 0
1800.11/895.33	c reason swapping (by a shorter reason)	: 0
1800.11/895.33	c Calls to reduceDB	: 3
1800.11/895.33	c Number of update (reduction) of LBD	: 0
1800.11/895.33	c Imported unit clauses	: 0
1800.11/895.33	c number of reductions to clauses (during analyze)	: 0
1800.11/895.33	c number of learned constraints concerned by reduction	: 0
1800.11/895.33	c number of learning phase by resolution	: 0
1800.11/895.33	c number of learning phase by cutting planes	: 0
1800.11/895.33	c speed (assignments/second)	: 467.5692885150307
1800.11/895.33	c non guided choices	73
1800.11/895.34	c learnt constraints type 
1800.11/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 245
1800.11/895.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1800.11/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23535
1800.11/895.34	s UNKNOWN
1800.11/895.34	c Total wall clock time (in seconds): 895.226

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

pid=15050
running on 4 cores: 0,2,4,6

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.19 4.18 4.21 4/197 15053
/proc/meminfo: memFree=28338004/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15053/stat : 15053 (java) D 15050 15053 5545 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 4316706 9515008 186 33554432000 1073741824 1073778376 140735837994864 140735837983928 219504799015 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 5149 186 143 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.19 4.18 4.21 4/197 15053
/proc/meminfo: memFree=28338004/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 4423 0 1 0 8 2 0 0 20 0 18 0 4316706 9787879424 6048 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 4.19 4.18 4.21 4/197 15053
/proc/meminfo: memFree=28338004/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9825032 CPUtime=0.27 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 5750 0 1 0 25 2 0 0 20 0 22 0 4316706 10060832768 8535 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 8463 2213 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9825032

[startup+0.300223 s]
/proc/loadavg: 4.19 4.18 4.21 4/197 15053
/proc/meminfo: memFree=28338004/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 8045 0 1 0 64 3 0 0 20 0 22 0 4316706 10060525568 10029 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 10029 2241 9 0 2446860 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700181 s]
/proc/loadavg: 4.19 4.18 4.21 4/197 15053
/proc/meminfo: memFree=28338004/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 17416 0 1 0 221 5 0 0 20 0 22 0 4316706 10060525568 24496 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 24496 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.19 4.18 4.21 6/219 15075
/proc/meminfo: memFree=28156568/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 22947 0 1 0 456 9 0 0 20 0 22 0 4316706 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 50087 2283 9 0 2446860 0
[pid=15053/tid=15055] ppid=15050 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15053/task/15055/stat : 15055 (java) S 15050 15053 5545 0 -1 4202560 2403 0 1 0 12 2 0 0 20 0 22 0 4316707 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236220085112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236192537000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236191484456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316708 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 5545 0 -1 4202560 8398 0 0 0 92 2 0 0 20 0 22 0 4316712 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235569576760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 5545 0 -1 4202560 10626 0 0 0 86 2 0 0 20 0 22 0 4316712 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235568524216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235567471352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235566419016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 5545 0 -1 4202560 28 0 0 0 128 0 0 0 20 0 22 0 4316723 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235565364016 140236068197065 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 5545 0 -1 4202560 96 0 0 0 126 3 0 0 20 0 22 0 4316723 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235564311256 140236068161730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235563258664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 50087 33554432000 1073741824 1073778376 140735837994864 140235562206120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.17 4.18 4.21 6/219 15075
/proc/meminfo: memFree=28008244/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=8.07 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 23206 0 1 0 793 14 0 0 20 0 22 0 4316706 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 90152 2284 9 0 2446860 0
[pid=15053/tid=15055] ppid=15050 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15053/task/15055/stat : 15055 (java) S 15050 15053 5545 0 -1 4202560 2403 0 1 0 12 2 0 0 20 0 22 0 4316707 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236220085112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 5545 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236192537000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 5545 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236191484456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 4316708 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 5545 0 -1 4202560 8399 0 0 0 101 2 0 0 20 0 22 0 4316712 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235569576760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 5545 0 -1 4202560 10626 0 0 0 93 2 0 0 20 0 22 0 4316712 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235568524216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235567471352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235566419016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 5545 0 -1 4202560 30 0 0 0 280 0 0 0 20 0 22 0 4316723 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235565363816 140236068225942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 5545 0 -1 4202560 155 0 0 0 278 4 0 0 20 0 22 0 4316723 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235564310984 140236068346058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235563258664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 90152 33554432000 1073741824 1073778376 140735837994864 140235562206120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.17 4.18 4.21 6/219 15075
/proc/meminfo: memFree=27699208/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=14.75 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 25109 0 1 0 1450 25 0 0 20 0 22 0 4316706 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 161611 2284 9 0 2446860 0
[pid=15053/tid=15055] ppid=15050 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15053/task/15055/stat : 15055 (java) S 15050 15053 5545 0 -1 4202560 2403 0 1 0 12 2 0 0 20 0 22 0 4316707 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236220085112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 5545 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236192537000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236191484456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 48 0 0 0 3 1 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 4316708 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 161611 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1.2 cores=0,2,4,6

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

/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 412 0 0 0 257 9 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 395 0 0 0 245 9 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 390 0 0 0 271 8 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 371 0 0 0 261 8 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 393 0 0 0 255 8 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 402 0 0 0 273 9 0 0 20 0 22 0 4316708 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 1816 0 0 0 207 16 0 0 20 0 22 0 4316709 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 5545 0 -1 4202560 11669 0 0 0 168 3 0 0 20 0 22 0 4316712 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235569576760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 5545 0 -1 4202560 10626 0 0 0 97 2 0 0 20 0 22 0 4316712 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235568524216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235567471352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 5545 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 4316712 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235566419016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=871.58 cores=0,2,4,6
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 5545 0 -1 4202560 172 0 0 0 87144 14 0 0 20 0 22 0 4316723 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235565362608 140236068212703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=871.64 cores=0,2,4,6
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 5545 0 -1 4202560 1322 0 0 0 87112 52 0 0 20 0 22 0 4316723 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235564309168 140236068346096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235563258664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546793 33554432000 1073741824 1073778376 140735837994864 140235562206120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.04
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.26 4.22 4.19 5/219 15300
/proc/meminfo: memFree=26163536/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 32408 0 1 0 179871 140 0 0 20 0 22 0 4316706 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 546910 2293 9 0 2446860 0
[pid=15053/tid=15055] ppid=15050 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/15053/task/15055/stat : 15055 (java) S 15050 15053 5545 0 -1 4202560 2413 0 1 0 14 4 0 0 20 0 22 0 4316707 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236220085112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 5545 0 -1 4202560 358 0 0 0 245 7 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236192537000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 5545 0 -1 4202560 321 0 0 0 244 7 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236191484456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 418 0 0 0 259 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 403 0 0 0 249 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 392 0 0 0 274 8 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 371 0 0 0 263 8 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 396 0 0 0 257 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 412 0 0 0 276 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 1816 0 0 0 207 16 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 5545 0 -1 4202560 11669 0 0 0 168 3 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235569576760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 5545 0 -1 4202560 10626 0 0 0 97 2 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235568524216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235567471352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 5545 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235566419016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 5545 0 -1 4202560 173 0 0 0 88433 14 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235565362608 140236068212703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=884.54 cores=0,2,4,6
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 5545 0 -1 4202560 1323 0 0 0 88402 52 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235564309008 140236068212698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235563258664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235562206120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 15053 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.26 4.22 4.19 5/219 15300
/proc/meminfo: memFree=26163536/32872528 swapFree=1073728/1155488
[pid=15053] ppid=15050 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/15053/stat : 15053 (java) S 15050 15053 5545 0 -1 4202496 32408 0 1 0 179871 140 0 0 20 0 22 0 4316706 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140735837986000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15053/statm: 2456183 546910 2293 9 0 2446860 0
[pid=15053/tid=15055] ppid=15050 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/15053/task/15055/stat : 15055 (java) S 15050 15053 5545 0 -1 4202560 2413 0 1 0 14 4 0 0 20 0 22 0 4316707 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236220085112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15056] ppid=15050 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/15053/task/15056/stat : 15056 (java) S 15050 15053 5545 0 -1 4202560 358 0 0 0 245 7 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236192537000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15057] ppid=15050 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/15053/task/15057/stat : 15057 (java) S 15050 15053 5545 0 -1 4202560 321 0 0 0 244 7 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236191484456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15058] ppid=15050 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/15053/task/15058/stat : 15058 (java) S 15050 15053 5545 0 -1 4202560 418 0 0 0 259 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236190431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15059] ppid=15050 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/15053/task/15059/stat : 15059 (java) S 15050 15053 5545 0 -1 4202560 403 0 0 0 249 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236189378856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15060] ppid=15050 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/15053/task/15060/stat : 15060 (java) S 15050 15053 5545 0 -1 4202560 392 0 0 0 274 8 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236188326824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15061] ppid=15050 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/15053/task/15061/stat : 15061 (java) S 15050 15053 5545 0 -1 4202560 371 0 0 0 263 8 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236187274280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15053/tid=15062] ppid=15050 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/15053/task/15062/stat : 15062 (java) S 15050 15053 5545 0 -1 4202560 396 0 0 0 257 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236186221224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15063] ppid=15050 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/15053/task/15063/stat : 15063 (java) S 15050 15053 5545 0 -1 4202560 412 0 0 0 276 9 0 0 20 0 22 0 4316708 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140236056734504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15064] ppid=15050 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/15053/task/15064/stat : 15064 (java) S 15050 15053 5545 0 -1 4202560 1816 0 0 0 207 16 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235573786984 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15065] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15065/stat : 15065 (java) S 15050 15053 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235572733304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15066] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15066/stat : 15066 (java) S 15050 15053 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4316709 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235571680136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15067] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15067/stat : 15067 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235570628880 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15068] ppid=15050 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/15053/task/15068/stat : 15068 (java) S 15050 15053 5545 0 -1 4202560 11669 0 0 0 168 3 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235569576760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15069] ppid=15050 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/15053/task/15069/stat : 15069 (java) S 15050 15053 5545 0 -1 4202560 10626 0 0 0 97 2 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235568524216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15070] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15070/stat : 15070 (java) S 15050 15053 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235567471352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15071] ppid=15050 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15053/task/15071/stat : 15071 (java) S 15050 15053 5545 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 4316712 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235566419016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15053/tid=15072] ppid=15050 vsize=9824732 CPUtime=884.47 cores=0,2,4,6
/proc/15053/task/15072/stat : 15072 (java) R 15050 15053 5545 0 -1 4202560 173 0 0 0 88433 14 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235565362608 140236068212703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15053/tid=15073] ppid=15050 vsize=9824732 CPUtime=884.54 cores=0,2,4,6
/proc/15053/task/15073/stat : 15073 (java) R 15050 15053 5545 0 -1 4202560 1323 0 0 0 88402 52 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235564309008 140236068212698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15074] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15074/stat : 15074 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235563258664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15053/tid=15075] ppid=15050 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15053/task/15075/stat : 15075 (java) S 15050 15053 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4316723 10060525568 546910 33554432000 1073741824 1073778376 140735837994864 140235562206120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15053 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=279228
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=921707
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.367
CPU time (s): 1800.11
CPU user time (s): 1798.71
CPU system time (s): 1.4
CPU usage (%): 201.047
Max. virtual memory (cumulated for all children) (KiB): 9825032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.92171
maximum resident set size= 2866352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28250
involuntary context switches= 47170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07008 second user time and 8.5597 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:31:15
IDJOB=4089975
IDBENCH=107483
IDSOLVER=2543
FILE ID=node114/4089975-1466022675
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089975-1466022675/watcher-4089975-1466022675 -o /tmp/evaluation-result-4089975-1466022675/solver-4089975-1466022675 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089975-1466022675.opb

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

MD5SUM BENCH= 0cbe6e0ff393a79d511dbbbded66ec10
RANDOM SEED=1154461813

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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        28338168 kB
Buffers:           24772 kB
Cached:            45840 kB
SwapCached:        33296 kB
Active:          2597920 kB
Inactive:          75880 kB
Active(anon):    2572508 kB
Inactive(anon):    33292 kB
Active(file):      25412 kB
Inactive(file):    42588 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       3740924 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             566516 kB
SReclaimable:      10280 kB
SUnreclaim:       556236 kB
KernelStack:        1784 kB
PageTables:        12116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3914156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2619392 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= 71736 MiB
End job on node114 at 2016-06-15 22:46:10