Trace number 4098179

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.18 891.867

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_14.opb
MD5SUMabd9600d75e11c6c4fdeb14a297d2545
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6162
Total number of constraints30113
Number of constraints which are clauses30108
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint78
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4098179-1466115415.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.54/1.27	c ... done. Wall clock time 1.162s.
2.54/1.27	c declared #vars     6162
2.54/1.27	c #constraints  30117
2.54/1.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.54/1.28	c constraints type 
2.54/1.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18018
2.54/1.28	c org.sat4j.specs.Constr$1 => 4
2.54/1.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
2.54/1.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
2.54/1.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12089
2.54/1.28	c 30117 constraints processed.
2.54/1.28	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.54/1.28	c constraints type 
2.54/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12089
2.54/1.28	c org.sat4j.specs.Constr$1 => 4
2.54/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18018
2.54/1.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
2.54/1.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
2.54/1.28	c 30117 constraints processed.
10.37/4.09	c cleaning 2500 clauses out of 5000 with flag 48431/5000
15.99/6.62	c cleaning 4250 clauses out of 8500 with flag 112524/11000
21.36/9.27	c cleaning 5623 clauses out of 11250 with flag 174187/18000
27.27/12.10	c cleaning 6815 clauses out of 13629 with flag 243614/26002
33.64/15.26	c cleaning 7898 clauses out of 15813 with flag 309651/35001
40.66/18.66	c cleaning 8951 clauses out of 17916 with flag 387185/45002
47.25/21.94	c cleaning 9984 clauses out of 19967 with flag 451436/56004
56.54/26.47	c cleaning 10978 clauses out of 21979 with flag 537601/68000
66.19/31.19	c cleaning 12000 clauses out of 24003 with flag 628826/81002
75.22/35.69	c cleaning 12995 clauses out of 26002 with flag 726480/95001
86.52/41.19	c cleaning 13999 clauses out of 28009 with flag 833283/110003
97.32/46.57	c cleaning 15000 clauses out of 30007 with flag 950609/126000
109.45/52.93	c cleaning 15998 clauses out of 32007 with flag 1067018/143000
122.71/59.51	c cleaning 16998 clauses out of 34009 with flag 1198317/161000
135.91/66.14	c cleaning 18006 clauses out of 36011 with flag 1342444/180000
150.41/73.33	c cleaning 18995 clauses out of 38005 with flag 1488906/200000
163.77/79.91	c cleaning 20005 clauses out of 40010 with flag 1627394/221000
179.38/87.70	c cleaning 21003 clauses out of 42008 with flag 1790483/243003
180.78/88.39	c cleaning 0 clauses out of 5001 with flag 0/5001
197.04/96.24	c cleaning 22001 clauses out of 44003 with flag 1960192/266001
212.72/104.01	c cleaning 22994 clauses out of 46001 with flag 2119996/290000
229.35/112.30	c cleaning 23992 clauses out of 48008 with flag 2291742/315001
246.93/120.94	c cleaning 25003 clauses out of 50018 with flag 2474188/341003
263.95/129.37	c cleaning 25986 clauses out of 52013 with flag 2656827/368001
281.79/138.16	c cleaning 27003 clauses out of 54028 with flag 2842486/396002
300.49/147.39	c cleaning 27990 clauses out of 56023 with flag 3031994/425000
320.04/156.95	c cleaning 29001 clauses out of 58033 with flag 3224524/455000
339.90/166.73	c cleaning 30000 clauses out of 60033 with flag 3423417/486001
359.41/176.39	c cleaning 31000 clauses out of 62032 with flag 3628149/518000
378.75/185.89	c cleaning 32013 clauses out of 64032 with flag 3810081/551000
401.73/197.16	c cleaning 33000 clauses out of 66020 with flag 4004474/585001
430.02/211.89	c cleaning 34007 clauses out of 68019 with flag 4232338/620000
459.58/226.53	c cleaning 34977 clauses out of 70012 with flag 4504777/656000
487.17/240.16	c cleaning 35987 clauses out of 72035 with flag 4752904/693000
516.59/254.71	c cleaning 37022 clauses out of 74051 with flag 5033289/731003
547.05/269.77	c cleaning 37979 clauses out of 76026 with flag 5292376/770000
578.96/285.46	c cleaning 39018 clauses out of 78047 with flag 5557882/810000
609.95/300.89	c cleaning 40015 clauses out of 80041 with flag 5836629/851012
642.36/316.80	c cleaning 41002 clauses out of 82014 with flag 6115580/893000
677.80/334.38	c cleaning 41989 clauses out of 84012 with flag 6418541/936000
713.75/352.17	c cleaning 43011 clauses out of 86023 with flag 6729439/980000
750.63/370.28	c cleaning 43974 clauses out of 88014 with flag 7040958/1025002
788.07/388.66	c cleaning 45003 clauses out of 90040 with flag 7351435/1071002
825.00/406.97	c cleaning 46019 clauses out of 92038 with flag 7653809/1118003
862.34/425.30	c cleaning 46990 clauses out of 94016 with flag 7953884/1166000
902.10/446.02	c cleaning 47980 clauses out of 96026 with flag 8260400/1215000
906.30/448.18	c cleaning 0 clauses out of 11003 with flag 0/11003
939.75/464.51	c cleaning 49001 clauses out of 98046 with flag 8549828/1265000
978.96/483.95	c cleaning 49972 clauses out of 100045 with flag 8844571/1316000
1022.77/505.61	c cleaning 51004 clauses out of 102073 with flag 9202201/1368000
1066.79/527.44	c cleaning 52014 clauses out of 104072 with flag 9550565/1421003
1110.40/549.01	c cleaning 53026 clauses out of 106056 with flag 9912325/1475001
1155.87/571.55	c cleaning 54006 clauses out of 108029 with flag 10275033/1530000
1199.74/593.11	c cleaning 54983 clauses out of 110023 with flag 10630164/1586000
1243.77/614.80	c cleaning 56011 clauses out of 112040 with flag 10989707/1643000
1287.27/636.28	c cleaning 57008 clauses out of 114033 with flag 11321501/1701004
1337.97/661.16	c cleaning 57992 clauses out of 116021 with flag 11701322/1760000
1391.57/687.78	c cleaning 58998 clauses out of 118029 with flag 12111620/1820000
1445.70/714.56	c cleaning 60009 clauses out of 120033 with flag 12559772/1881002
1496.51/739.77	c cleaning 61005 clauses out of 122022 with flag 12991131/1943000
1545.15/763.82	c cleaning 62001 clauses out of 124017 with flag 13407909/2006000
1590.39/786.18	c cleaning 62989 clauses out of 126016 with flag 13802384/2070000
1647.42/814.35	c cleaning 64007 clauses out of 128027 with flag 14237593/2135000
1705.66/842.93	c cleaning 64999 clauses out of 130020 with flag 14703962/2201000
1766.37/875.08	c cleaning 65994 clauses out of 132024 with flag 15157950/2268003
1800.18/891.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/891.80	c starts		: 5241
1800.18/891.80	c conflicts		: 2311167
1800.18/891.80	c decisions		: 20420763
1800.18/891.80	c propagations		: 735649295
1800.18/891.80	c inspects		: 10082988705
1800.18/891.80	c shortcuts		: 0
1800.18/891.80	c learnt literals	: 0
1800.18/891.80	c learnt binary clauses	: 0
1800.18/891.80	c learnt ternary clauses	: 0
1800.18/891.80	c learnt constraints	: 2311167
1800.18/891.80	c ignored constraints	: 0
1800.18/891.80	c root simplifications	: 0
1800.18/891.80	c removed literals (reason simplification)	: 37856848
1800.18/891.80	c reason swapping (by a shorter reason)	: 0
1800.18/891.80	c Calls to reduceDB	: 63
1800.18/891.80	c Number of update (reduction) of LBD	: 1231189
1800.18/891.80	c Imported unit clauses	: 0
1800.18/891.80	c number of reductions to clauses (during analyze)	: 0
1800.18/891.80	c number of learned constraints concerned by reduction	: 0
1800.18/891.80	c number of learning phase by resolution	: 0
1800.18/891.80	c number of learning phase by cutting planes	: 0
1800.18/891.80	c speed (assignments/second)	: 826097.9314124138
1800.18/891.80	c non guided choices	4775
1800.18/891.83	c learnt constraints type 
1800.18/891.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109194
1800.18/891.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/891.83	c starts		: 43
1800.18/891.83	c conflicts		: 15494
1800.18/891.83	c decisions		: 23573
1800.18/891.83	c propagations		: 1529994
1800.18/891.83	c inspects		: 921527162
1800.18/891.83	c shortcuts		: 0
1800.18/891.83	c learnt literals	: 0
1800.18/891.83	c learnt binary clauses	: 0
1800.18/891.83	c learnt ternary clauses	: 2
1800.18/891.83	c learnt constraints	: 15494
1800.18/891.83	c ignored constraints	: 0
1800.18/891.83	c root simplifications	: 0
1800.18/891.83	c removed literals (reason simplification)	: 0
1800.18/891.83	c reason swapping (by a shorter reason)	: 0
1800.18/891.83	c Calls to reduceDB	: 2
1800.18/891.83	c Number of update (reduction) of LBD	: 0
1800.18/891.83	c Imported unit clauses	: 0
1800.18/891.83	c number of reductions to clauses (during analyze)	: 0
1800.18/891.83	c number of learned constraints concerned by reduction	: 0
1800.18/891.83	c number of learning phase by resolution	: 0
1800.18/891.83	c number of learning phase by cutting planes	: 0
1800.18/891.83	c speed (assignments/second)	: 1718.0963417879725
1800.18/891.83	c non guided choices	4775
1800.18/891.83	c learnt constraints type 
1800.18/891.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 213
1800.18/891.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1800.18/891.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15189
1800.18/891.83	s UNKNOWN
1800.18/891.83	c Total wall clock time (in seconds): 891.722

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-4098179-1466115415/watcher-4098179-1466115415 -o /tmp/evaluation-result-4098179-1466115415/solver-4098179-1466115415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4098179-1466115415.opb 

pid=860
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.18 4.27 4.16 4/197 863
/proc/meminfo: memFree=26972852/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/863/stat : 863 (runsolver) R 860 31185 31185 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 1 0 13590243 24911872 124 33554432000 4194304 4338465 140737061388976 140737061386512 266439025837 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/863/statm: 6082 139 93 36 0 2655 0

[startup+0.100162 s]
/proc/loadavg: 4.18 4.27 4.16 4/197 863
/proc/meminfo: memFree=26972852/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 13590243 9787879424 6069 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2389619 6069 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.18 4.27 4.16 4/197 863
/proc/meminfo: memFree=26972852/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 6352 0 1 0 28 1 0 0 20 0 18 0 13590243 9787879424 8471 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2389619 8472 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 4.18 4.27 4.16 4/197 863
/proc/meminfo: memFree=26972852/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 7052 0 1 0 57 1 0 0 20 0 18 0 13590243 9787879424 10779 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2389619 10779 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700322 s]
/proc/loadavg: 4.18 4.27 4.16 4/197 863
/proc/meminfo: memFree=26972852/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 12382 0 1 0 106 5 0 0 20 0 18 0 13590243 9787879424 44779 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2389619 44779 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.18 4.27 4.16 9/215 881
/proc/meminfo: memFree=26750544/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9824732 CPUtime=3.6 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 35503 0 1 0 350 10 0 0 20 0 22 0 13590243 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2456183 59236 2275 9 0 2446860 0
[pid=863/tid=865] ppid=860 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/863/task/865/stat : 865 (java) S 860 863 31185 0 -1 4202560 2489 0 1 0 120 3 0 0 20 0 22 0 13590244 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732215108472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=866] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/866/stat : 866 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732204169384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=867] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/867/stat : 867 (java) S 860 863 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732203116840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=868] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) R 860 863 31185 0 -1 4202560 11774 0 0 0 82 3 0 0 20 0 22 0 13590248 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732035081616 139732219224594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) R 860 863 31185 0 -1 4202560 19808 0 0 0 101 3 0 0 20 0 22 0 13590248 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732034019192 139732218013784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 59236 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.18 4.27 4.16 7/219 885
/proc/meminfo: memFree=26745424/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9824732 CPUtime=8.56 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 38313 0 1 0 845 11 0 0 20 0 22 0 13590243 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2456183 58732 2288 9 0 2446860 0
[pid=863/tid=865] ppid=860 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/863/task/865/stat : 865 (java) S 860 863 31185 0 -1 4202560 2489 0 1 0 120 3 0 0 20 0 22 0 13590244 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732215108472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=866] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/866/stat : 866 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732204169384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=867] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/867/stat : 867 (java) S 860 863 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732203116840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=868] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) S 860 863 31185 0 -1 4202560 13202 0 0 0 169 3 0 0 20 0 22 0 13590248 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732035095096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) S 860 863 31185 0 -1 4202560 21175 0 0 0 192 4 0 0 20 0 22 0 13590248 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732034042552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=882] ppid=860 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/863/task/882/stat : 882 (java) R 860 863 31185 0 -1 4202560 17 0 0 0 176 0 0 0 20 0 22 0 13590371 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732030881880 139732080718994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=863/tid=883] ppid=860 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/863/task/883/stat : 883 (java) R 860 863 31185 0 -1 4202560 27 0 0 0 175 0 0 0 20 0 22 0 13590371 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732029827384 139732081438397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=863/tid=884] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/884/stat : 884 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590372 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732028777512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=885] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/885/stat : 885 (java) S 860 863 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13590374 10060525568 58732 33554432000 1073741824 1073778376 140735392008688 139732027724968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.17 4.27 4.16 5/219 885
/proc/meminfo: memFree=26636132/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9824732 CPUtime=15.32 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 40230 0 1 0 1515 17 0 0 20 0 22 0 13590243 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2456183 97226 2293 9 0 2446860 0
[pid=863/tid=865] ppid=860 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/863/task/865/stat : 865 (java) S 860 863 31185 0 -1 4202560 2489 0 1 0 120 3 0 0 20 0 22 0 13590244 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732215108472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=866] ppid=860 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/863/task/866/stat : 866 (java) S 860 863 31185 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732204169384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=867] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/867/stat : 867 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732203116840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=868] ppid=860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590245 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) S 860 863 31185 0 -1 4202560 13206 0 0 0 174 3 0 0 20 0 22 0 13590248 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732035095096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) S 860 863 31185 0 -1 4202560 22838 0 0 0 218 5 0 0 20 0 22 0 13590248 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732034042552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 97226 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=882] ppid=860 vsize=9824732 CPUtime=4.91 cores=1,3,5,7

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

/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 800 0 0 0 587 20 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=5.74 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 612 0 0 0 555 19 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=5.78 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 643 0 0 0 557 21 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=6.13 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 617 0 0 0 595 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=5.68 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 610 0 0 0 551 17 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=6.27 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 615 0 0 0 609 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=9.29 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 3745 0 0 0 920 9 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) S 860 863 31185 0 -1 4202560 13223 0 0 0 234 3 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732035095096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) S 860 863 31185 0 -1 4202560 22843 0 0 0 226 5 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732034042552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=882] ppid=860 vsize=9824732 CPUtime=856.78 cores=1,3,5,7
/proc/863/task/882/stat : 882 (java) R 860 863 31185 0 -1 4202560 63 0 0 0 85664 14 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732030880944 139732081314003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=863/tid=883] ppid=860 vsize=9824732 CPUtime=856.84 cores=1,3,5,7
/proc/863/task/883/stat : 883 (java) R 860 863 31185 0 -1 4202560 1933 0 0 0 85641 43 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732029827456 139732080913751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=863/tid=884] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/884/stat : 884 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590372 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732028777512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=885] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/885/stat : 885 (java) S 860 863 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13590374 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732027724968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.08
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.801 s]
/proc/loadavg: 2.16 2.79 3.54 4/191 941
/proc/meminfo: memFree=26332644/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 50778 0 1 0 179797 221 0 0 20 0 22 0 13590243 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2456183 1021552 2302 9 0 2446860 0
[pid=863/tid=865] ppid=860 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/863/task/865/stat : 865 (java) S 860 863 31185 0 -1 4202560 2507 0 1 0 123 5 0 0 20 0 22 0 13590244 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732215108472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=866] ppid=860 vsize=9824732 CPUtime=5.93 cores=1,3,5,7
/proc/863/task/866/stat : 866 (java) S 860 863 31185 0 -1 4202560 617 0 0 0 576 17 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732204169384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=867] ppid=860 vsize=9824732 CPUtime=5.91 cores=1,3,5,7
/proc/863/task/867/stat : 867 (java) S 860 863 31185 0 -1 4202560 628 0 0 0 570 21 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732203116840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=868] ppid=860 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 800 0 0 0 590 20 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=5.77 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 612 0 0 0 558 19 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=5.83 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 643 0 0 0 562 21 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=6.16 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 617 0 0 0 598 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=5.7 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 610 0 0 0 553 17 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=6.29 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 615 0 0 0 611 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=9.29 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 3745 0 0 0 920 9 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) S 860 863 31185 0 -1 4202560 13223 0 0 0 234 3 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732035095096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) S 860 863 31185 0 -1 4202560 22843 0 0 0 226 5 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732034042552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 50 0 0 0 14 24 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=882] ppid=860 vsize=9824732 CPUtime=866.18 cores=1,3,5,7
/proc/863/task/882/stat : 882 (java) R 860 863 31185 0 -1 4202560 64 0 0 0 86604 14 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732030880944 139732081314407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=863/tid=883] ppid=860 vsize=9824732 CPUtime=866.25 cores=1,3,5,7
/proc/863/task/883/stat : 883 (java) R 860 863 31185 0 -1 4202560 1933 0 0 0 86582 43 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732029827456 139732080779008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=863/tid=884] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/884/stat : 884 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590372 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732028777512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=885] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/885/stat : 885 (java) S 860 863 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13590374 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732027724968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 863 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+891.801 s]
/proc/loadavg: 2.16 2.79 3.54 4/191 941
/proc/meminfo: memFree=26332644/32872528 swapFree=1430864/1543284
[pid=863] ppid=860 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/863/stat : 863 (java) S 860 863 31185 0 -1 4202496 50778 0 1 0 179797 221 0 0 20 0 22 0 13590243 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 140735391999824 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/863/statm: 2456183 1021552 2302 9 0 2446860 0
[pid=863/tid=865] ppid=860 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/863/task/865/stat : 865 (java) S 860 863 31185 0 -1 4202560 2507 0 1 0 123 5 0 0 20 0 22 0 13590244 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732215108472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=866] ppid=860 vsize=9824732 CPUtime=5.93 cores=1,3,5,7
/proc/863/task/866/stat : 866 (java) S 860 863 31185 0 -1 4202560 617 0 0 0 576 17 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732204169384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=867] ppid=860 vsize=9824732 CPUtime=5.91 cores=1,3,5,7
/proc/863/task/867/stat : 867 (java) S 860 863 31185 0 -1 4202560 628 0 0 0 570 21 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732203116840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=868] ppid=860 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/863/task/868/stat : 868 (java) S 860 863 31185 0 -1 4202560 800 0 0 0 590 20 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732202064296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=869] ppid=860 vsize=9824732 CPUtime=5.77 cores=1,3,5,7
/proc/863/task/869/stat : 869 (java) S 860 863 31185 0 -1 4202560 612 0 0 0 558 19 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732201011752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=870] ppid=860 vsize=9824732 CPUtime=5.83 cores=1,3,5,7
/proc/863/task/870/stat : 870 (java) S 860 863 31185 0 -1 4202560 643 0 0 0 562 21 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732199959208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=871] ppid=860 vsize=9824732 CPUtime=6.16 cores=1,3,5,7
/proc/863/task/871/stat : 871 (java) S 860 863 31185 0 -1 4202560 617 0 0 0 598 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732198906664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=872] ppid=860 vsize=9824732 CPUtime=5.7 cores=1,3,5,7
/proc/863/task/872/stat : 872 (java) S 860 863 31185 0 -1 4202560 610 0 0 0 553 17 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732052556712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=873] ppid=860 vsize=9824732 CPUtime=6.29 cores=1,3,5,7
/proc/863/task/873/stat : 873 (java) S 860 863 31185 0 -1 4202560 615 0 0 0 611 18 0 0 20 0 22 0 13590245 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732051504168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=863/tid=874] ppid=860 vsize=9824732 CPUtime=9.29 cores=1,3,5,7
/proc/863/task/874/stat : 874 (java) S 860 863 31185 0 -1 4202560 3745 0 0 0 920 9 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732039305320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=875] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/875/stat : 875 (java) S 860 863 31185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732038251640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=876] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/876/stat : 876 (java) S 860 863 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13590246 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732037198984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=877] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/877/stat : 877 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732036147728 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=878] ppid=860 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/863/task/878/stat : 878 (java) S 860 863 31185 0 -1 4202560 13223 0 0 0 234 3 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732035095096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=863/tid=879] ppid=860 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/863/task/879/stat : 879 (java) S 860 863 31185 0 -1 4202560 22843 0 0 0 226 5 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732034042552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=880] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/880/stat : 880 (java) S 860 863 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732032990200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=881] ppid=860 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/863/task/881/stat : 881 (java) S 860 863 31185 0 -1 4202560 50 0 0 0 14 24 0 0 20 0 22 0 13590248 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732031937864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=863/tid=882] ppid=860 vsize=9824732 CPUtime=866.18 cores=1,3,5,7
/proc/863/task/882/stat : 882 (java) R 860 863 31185 0 -1 4202560 64 0 0 0 86604 14 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732030880944 139732081314407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=863/tid=883] ppid=860 vsize=9824732 CPUtime=866.25 cores=1,3,5,7
/proc/863/task/883/stat : 883 (java) R 860 863 31185 0 -1 4202560 1933 0 0 0 86582 43 0 0 20 0 22 0 13590371 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732029827456 139732080779008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=863/tid=884] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/884/stat : 884 (java) S 860 863 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13590372 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732028777512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=863/tid=885] ppid=860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/863/task/885/stat : 885 (java) S 860 863 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13590374 10060525568 1021552 33554432000 1073741824 1073778376 140735392008688 139732027724968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 863 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=449354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=721586
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 891.867
CPU time (s): 1800.18
CPU user time (s): 1797.97
CPU system time (s): 2.21
CPU usage (%): 201.844
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.72159
maximum resident set size= 4086324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50812
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23656
involuntary context switches= 38697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95409 second user time and 7.2229 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-17 00:16:55
IDJOB=4098179
IDBENCH=107863
IDSOLVER=2543
FILE ID=node116/4098179-1466115415
RUNJOBID= node116-1466112168-31202
PBS_JOBID= 19904124
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_14.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098179-1466115415/watcher-4098179-1466115415 -o /tmp/evaluation-result-4098179-1466115415/solver-4098179-1466115415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4098179-1466115415.opb

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

MD5SUM BENCH= abd9600d75e11c6c4fdeb14a297d2545
RANDOM SEED=1591399732

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26973760 kB
Buffers:           59796 kB
Cached:           145248 kB
SwapCached:         2876 kB
Active:          3536276 kB
Inactive:         106972 kB
Active(anon):    3438388 kB
Inactive(anon):     2164 kB
Active(file):      97888 kB
Inactive(file):   104808 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099564 kB
Dirty:              4432 kB
Writeback:             0 kB
AnonPages:       5094700 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             571940 kB
SReclaimable:      15736 kB
SUnreclaim:       556204 kB
KernelStack:        1808 kB
PageTables:        14088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5331444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3573760 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= 71632 MiB
End job on node116 at 2016-06-17 00:31:47