Trace number 4103790

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 896.573

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-shell.opb
MD5SUM812fb8d8b2de50e0f82554fbb1bd21a5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45231
Total number of constraints653
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103790-1466246749.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.61/0.85	c ... done. Wall clock time 0.74s.
1.61/0.85	c declared #vars     45231
1.61/0.85	c #constraints  1187
1.61/0.85	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.61/0.85	c constraints type 
1.61/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1187
1.61/0.85	c 1187 constraints processed.
1.61/0.85	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.61/0.85	c constraints type 
1.61/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
1.61/0.85	c 1187 constraints processed.
1.61/0.85	c objective function length is 39844 literals
4.75/1.82	c cleaning 2499 clauses out of 4998 with flag 13357/5000
6.70/2.59	c cleaning 4244 clauses out of 8500 with flag 26021/11001
8.76/3.59	c cleaning 5620 clauses out of 11253 with flag 44887/18001
10.40/4.31	c cleaning 6801 clauses out of 13633 with flag 65895/26001
12.69/5.40	c cleaning 7905 clauses out of 15832 with flag 85319/35001
15.71/6.92	c cleaning 8937 clauses out of 17926 with flag 109650/45000
19.20/8.66	c cleaning 9989 clauses out of 19988 with flag 145928/56000
20.41/9.28	c cleaning 10982 clauses out of 22000 with flag 178297/68001
22.62/10.34	c cleaning 12001 clauses out of 24017 with flag 212454/81000
28.65/13.39	c cleaning 13007 clauses out of 26015 with flag 250176/95001
31.03/14.50	c cleaning 13980 clauses out of 28007 with flag 285043/110000
35.04/16.51	c cleaning 14988 clauses out of 30027 with flag 318506/126000
39.17/18.59	c cleaning 16001 clauses out of 32039 with flag 357071/143000
44.77/21.33	c cleaning 16996 clauses out of 34040 with flag 399605/161002
50.03/23.92	c cleaning 18001 clauses out of 36044 with flag 448759/180002
56.29/27.06	c cleaning 19000 clauses out of 38043 with flag 503732/200002
63.67/30.73	c cleaning 19994 clauses out of 40041 with flag 562597/221000
73.01/35.31	c cleaning 21001 clauses out of 42047 with flag 625333/243000
82.20/39.96	c cleaning 22014 clauses out of 44046 with flag 682765/266000
87.00/42.33	c cleaning 22998 clauses out of 46032 with flag 735333/290001
95.19/46.40	c cleaning 24002 clauses out of 48033 with flag 788542/315000
101.79/49.72	c cleaning 25008 clauses out of 50027 with flag 861930/341000
109.39/53.51	c cleaning 26005 clauses out of 52019 with flag 933598/368002
120.03/58.79	c cleaning 26996 clauses out of 54006 with flag 1007487/396001
131.03/64.27	c cleaning 28002 clauses out of 56009 with flag 1132032/425000
139.83/68.69	c cleaning 28986 clauses out of 58005 with flag 1218467/455003
151.82/74.60	c cleaning 29995 clauses out of 60018 with flag 1290643/486002
164.60/80.90	c cleaning 31003 clauses out of 62022 with flag 1365916/518001
178.60/87.82	c cleaning 32000 clauses out of 64019 with flag 1443026/551001
193.39/95.29	c cleaning 32998 clauses out of 66018 with flag 1523391/585000
209.19/103.14	c cleaning 34002 clauses out of 68022 with flag 1603113/620002
225.99/111.55	c cleaning 34997 clauses out of 70019 with flag 1685251/656001
243.65/120.26	c cleaning 36006 clauses out of 72022 with flag 1769928/693001
262.86/129.88	c cleaning 36996 clauses out of 74015 with flag 1856444/731000
288.29/142.78	c cleaning 37996 clauses out of 76020 with flag 1945407/770001
315.74/156.39	c cleaning 38997 clauses out of 78024 with flag 2036615/810001
321.32/159.13	c cleaning 0 clauses out of 5000 with flag 0/5000
347.89/172.15	c cleaning 40001 clauses out of 80026 with flag 2130380/851000
380.04/188.14	c cleaning 40997 clauses out of 82026 with flag 2241817/893001
414.14/205.16	c cleaning 42002 clauses out of 84028 with flag 2345672/936000
451.05/223.54	c cleaning 43001 clauses out of 86026 with flag 2446713/980000
487.17/241.58	c cleaning 44003 clauses out of 88025 with flag 2549472/1025000
525.56/260.60	c cleaning 45000 clauses out of 90022 with flag 2654146/1071000
566.55/281.09	c cleaning 46002 clauses out of 92023 with flag 2761802/1118001
570.55/283.07	c cleaning 0 clauses out of 11000 with flag 0/11000
609.10/302.29	c cleaning 46997 clauses out of 94022 with flag 2871499/1166002
658.63/326.82	c cleaning 47998 clauses out of 96024 with flag 2984636/1215001
687.75/341.32	c cleaning 49009 clauses out of 98024 with flag 3109402/1265001
704.85/349.86	c cleaning 49990 clauses out of 100008 with flag 3251684/1316000
717.83/356.37	c cleaning 51006 clauses out of 102018 with flag 3378066/1368001
736.14/365.46	c cleaning 51994 clauses out of 104010 with flag 3542522/1421000
751.44/373.02	c cleaning 53000 clauses out of 106011 with flag 3688180/1475000
766.14/380.36	c cleaning 53990 clauses out of 108007 with flag 3882336/1530001
790.83/392.67	c cleaning 54986 clauses out of 110015 with flag 4055757/1586002
812.45/403.97	c cleaning 56000 clauses out of 112026 with flag 4220094/1643000
846.55/420.94	c cleaning 56995 clauses out of 114027 with flag 4389572/1701001
864.80/430.04	c cleaning 57997 clauses out of 116030 with flag 4590598/1760000
923.20/459.18	c cleaning 59008 clauses out of 118036 with flag 4854982/1820003
983.51/489.18	c cleaning 59998 clauses out of 120025 with flag 5124182/1881000
1042.94/518.74	c cleaning 61006 clauses out of 122028 with flag 5421455/1943001
1101.93/548.16	c cleaning 61999 clauses out of 124022 with flag 5729033/2006001
1125.80/560.08	c cleaning 0 clauses out of 18001 with flag 0/18001
1167.80/580.92	c cleaning 62998 clauses out of 126023 with flag 6035968/2070001
1237.25/615.54	c cleaning 64006 clauses out of 128027 with flag 6328628/2135003
1314.46/654.08	c cleaning 64994 clauses out of 130018 with flag 6629733/2201000
1400.38/696.89	c cleaning 65999 clauses out of 132024 with flag 6932470/2268000
1489.01/740.96	c cleaning 67002 clauses out of 134025 with flag 7241675/2336000
1589.63/791.76	c cleaning 68002 clauses out of 136023 with flag 7554843/2405000
1687.88/840.63	c cleaning 69003 clauses out of 138023 with flag 7872545/2475002
1787.12/890.05	c cleaning 70000 clauses out of 140021 with flag 8194730/2546003
1800.18/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.51	c starts		: 1436
1800.18/896.51	c conflicts		: 2567709
1800.18/896.51	c decisions		: 7318308
1800.18/896.51	c propagations		: 104813948
1800.18/896.51	c inspects		: 12440939988
1800.18/896.51	c shortcuts		: 0
1800.18/896.51	c learnt literals	: 52
1800.18/896.51	c learnt binary clauses	: 135
1800.18/896.51	c learnt ternary clauses	: 259
1800.18/896.51	c learnt constraints	: 2567657
1800.18/896.51	c ignored constraints	: 0
1800.18/896.51	c root simplifications	: 0
1800.18/896.51	c removed literals (reason simplification)	: 11131000
1800.18/896.51	c reason swapping (by a shorter reason)	: 0
1800.18/896.51	c Calls to reduceDB	: 67
1800.18/896.51	c Number of update (reduction) of LBD	: 159825
1800.18/896.51	c Imported unit clauses	: 0
1800.18/896.51	c number of reductions to clauses (during analyze)	: 0
1800.18/896.51	c number of learned constraints concerned by reduction	: 0
1800.18/896.51	c number of learning phase by resolution	: 0
1800.18/896.51	c number of learning phase by cutting planes	: 0
1800.18/896.51	c speed (assignments/second)	: 117037.4570519642
1800.18/896.51	c non guided choices	3532245
1800.18/896.54	c learnt constraints type 
1800.18/896.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135
1800.18/896.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91592
1800.18/896.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.54	c starts		: 53
1800.18/896.54	c conflicts		: 25319
1800.18/896.54	c decisions		: 123946
1800.18/896.54	c propagations		: 654150
1800.18/896.54	c inspects		: 536055311
1800.18/896.54	c shortcuts		: 0
1800.18/896.54	c learnt literals	: 0
1800.18/896.54	c learnt binary clauses	: 0
1800.18/896.54	c learnt ternary clauses	: 0
1800.18/896.54	c learnt constraints	: 25318
1800.18/896.54	c ignored constraints	: 0
1800.18/896.54	c root simplifications	: 0
1800.18/896.54	c removed literals (reason simplification)	: 0
1800.18/896.54	c reason swapping (by a shorter reason)	: 0
1800.18/896.54	c Calls to reduceDB	: 3
1800.18/896.54	c Number of update (reduction) of LBD	: 0
1800.18/896.54	c Imported unit clauses	: 0
1800.18/896.54	c number of reductions to clauses (during analyze)	: 0
1800.18/896.54	c number of learned constraints concerned by reduction	: 0
1800.18/896.54	c number of learning phase by resolution	: 0
1800.18/896.54	c number of learning phase by cutting planes	: 0
1800.18/896.54	c speed (assignments/second)	: 730.4262187448707
1800.18/896.54	c non guided choices	0
1800.18/896.55	c learnt constraints type 
1800.18/896.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 203
1800.18/896.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25115
1800.18/896.55	s UNKNOWN
1800.18/896.55	c Total wall clock time (in seconds): 896.44

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-4103790-1466246749/watcher-4103790-1466246749 -o /tmp/evaluation-result-4103790-1466246749/solver-4103790-1466246749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103790-1466246749.opb 

pid=8682
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.36 4.31 4.20 5/197 8685
/proc/meminfo: memFree=28945056/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 26724127 98570240 977 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 24065 977 743 9 0 16771 0
[pid=8685/tid=8686] ppid=8682 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) R 8682 8685 6358 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 26724128 98570240 977 33554432000 1073741824 1073778376 140733782404272 139839772728872 213866333568 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 4.36 4.31 4.20 5/197 8685
/proc/meminfo: memFree=28945056/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 4538 0 1 0 9 1 0 0 20 0 18 0 26724127 9787879424 5646 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2389619 5646 2156 9 0 2380296 0
[pid=8685/tid=8686] ppid=8682 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) R 8682 8685 6358 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 26724128 9787879424 5646 33554432000 1073741824 1073778376 140733782404272 139839772730632 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.36 4.31 4.20 5/197 8685
/proc/meminfo: memFree=28945056/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 5123 0 1 0 29 1 0 0 20 0 18 0 26724127 9787879424 7068 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2389619 7068 2223 9 0 2380296 0
[pid=8685/tid=8686] ppid=8682 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) R 8682 8685 6358 0 -1 4202560 2453 0 1 0 17 0 0 0 20 0 18 0 26724128 9787879424 7068 33554432000 1073741824 1073778376 140733782404272 139839772730632 139839712446590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.36 4.31 4.20 5/197 8685
/proc/meminfo: memFree=28945056/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 5640 0 1 0 47 1 0 0 20 0 18 0 26724127 9787879424 12008 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2389619 12008 2232 9 0 2380296 0
[pid=8685/tid=8686] ppid=8682 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) R 8682 8685 6358 0 -1 4202560 2465 0 1 0 26 1 0 0 20 0 18 0 26724128 9787879424 12008 33554432000 1073741824 1073778376 140733782404272 139839772730632 139839712508007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700302 s]
/proc/loadavg: 4.36 4.31 4.20 5/197 8685
/proc/meminfo: memFree=28945056/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 15374 0 1 0 134 4 0 0 20 0 18 0 26724127 9787879424 43435 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2389619 43435 2247 9 0 2380296 0
[pid=8685/tid=8686] ppid=8682 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) R 8682 8685 6358 0 -1 4202560 2517 0 1 0 65 2 0 0 20 0 18 0 26724128 9787879424 43435 33554432000 1073741824 1073778376 140733782404272 139839772725136 139839712846368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.50091 s]
/proc/loadavg: 4.36 4.31 4.20 7/219 8707
/proc/meminfo: memFree=28735972/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 16937 0 1 0 380 9 0 0 20 0 22 0 26724127 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2456183 54010 2278 9 0 2446860 0
[pid=8685/tid=8686] ppid=8682 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) S 8682 8685 6358 0 -1 4202560 2535 0 1 0 75 3 0 0 20 0 22 0 26724128 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839772734328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8688] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8688/stat : 8688 (java) S 8682 8685 6358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839711463848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8689] ppid=8682 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8685/task/8689/stat : 8689 (java) S 8682 8685 6358 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839710411304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8690] ppid=8682 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8685/task/8690/stat : 8690 (java) S 8682 8685 6358 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839709358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8695/stat : 8695 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724129 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839609183016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8696] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8696/stat : 8696 (java) S 8682 8685 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839596984680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8697] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8697/stat : 8697 (java) S 8682 8685 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839595931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8698] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8698/stat : 8698 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839594877832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8699] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8699/stat : 8699 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839593826576 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8700] ppid=8682 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/8685/task/8700/stat : 8700 (java) S 8682 8685 6358 0 -1 4202560 5914 0 0 0 82 0 0 0 20 0 22 0 26724132 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839592774456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8701] ppid=8682 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/8685/task/8701/stat : 8701 (java) S 8682 8685 6358 0 -1 4202560 6996 0 0 0 82 0 0 0 20 0 22 0 26724132 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839591721912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8702] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8702/stat : 8702 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839590669048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8703] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8703/stat : 8703 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839589616712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8704] ppid=8682 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8685/task/8704/stat : 8704 (java) R 8682 8685 6358 0 -1 4202560 25 0 0 0 60 0 0 0 20 0 22 0 26724213 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839588511992 139839713307678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8705] ppid=8682 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/8685/task/8705/stat : 8705 (java) R 8682 8685 6358 0 -1 4202560 23 0 0 0 62 0 0 0 20 0 22 0 26724213 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839587459576 139839713391532 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8706] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8706/stat : 8706 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724223 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839586407208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8707] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8707/stat : 8707 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724224 10060525568 54010 33554432000 1073741824 1073778376 140733782404272 139839585354664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.41 4.32 4.20 6/219 8707
/proc/meminfo: memFree=28688160/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9824732 CPUtime=7.91 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 21750 0 1 0 777 14 0 0 20 0 22 0 26724127 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2456183 66717 2282 9 0 2446860 0
[pid=8685/tid=8686] ppid=8682 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) S 8682 8685 6358 0 -1 4202560 2535 0 1 0 75 3 0 0 20 0 22 0 26724128 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839772734328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8688] ppid=8682 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8685/task/8688/stat : 8688 (java) S 8682 8685 6358 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839711463848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8689] ppid=8682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8685/task/8689/stat : 8689 (java) S 8682 8685 6358 0 -1 4202560 111 0 0 0 4 2 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839710411304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8690] ppid=8682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8685/task/8690/stat : 8690 (java) S 8682 8685 6358 0 -1 4202560 120 0 0 0 4 2 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839709358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 120 0 0 0 3 2 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8685/task/8695/stat : 8695 (java) S 8682 8685 6358 0 -1 4202560 121 0 0 0 2 0 0 0 20 0 22 0 26724129 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839609183016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8696] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8696/stat : 8696 (java) S 8682 8685 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839596984680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8697] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8697/stat : 8697 (java) S 8682 8685 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839595931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8698] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8698/stat : 8698 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839594877832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8699] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8699/stat : 8699 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839593826576 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8700] ppid=8682 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8685/task/8700/stat : 8700 (java) S 8682 8685 6358 0 -1 4202560 6101 0 0 0 107 1 0 0 20 0 22 0 26724132 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839592774456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8701] ppid=8682 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/8685/task/8701/stat : 8701 (java) S 8682 8685 6358 0 -1 4202560 11165 0 0 0 127 2 0 0 20 0 22 0 26724132 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839591721912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8702] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8702/stat : 8702 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839590669048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8703] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8703/stat : 8703 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839589616712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8704] ppid=8682 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8685/task/8704/stat : 8704 (java) R 8682 8685 6358 0 -1 4202560 25 0 0 0 215 0 0 0 20 0 22 0 26724213 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839588510336 139839713619868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8705] ppid=8682 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/8685/task/8705/stat : 8705 (java) R 8682 8685 6358 0 -1 4202560 26 0 0 0 217 0 0 0 20 0 22 0 26724213 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839587458648 139839713391635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8706] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8706/stat : 8706 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724223 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839586407208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8707] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8707/stat : 8707 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724224 10060525568 66717 33554432000 1073741824 1073778376 140733782404272 139839585354664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.41 4.32 4.20 6/219 8707
/proc/meminfo: memFree=28557200/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9824732 CPUtime=14.49 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 22021 0 1 0 1428 21 0 0 20 0 22 0 26724127 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2456183 98837 2283 9 0 2446860 0
[pid=8685/tid=8686] ppid=8682 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) S 8682 8685 6358 0 -1 4202560 2535 0 1 0 75 3 0 0 20 0 22 0 26724128 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839772734328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8688] ppid=8682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8685/task/8688/stat : 8688 (java) S 8682 8685 6358 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839711463848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8689] ppid=8682 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8685/task/8689/stat : 8689 (java) S 8682 8685 6358 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839710411304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8690] ppid=8682 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8685/task/8690/stat : 8690 (java) S 8682 8685 6358 0 -1 4202560 130 0 0 0 5 3 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839709358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 26724129 10060525568 98837 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 523 0 0 0 183 17 0 0 20 0 22 0 26724129 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 893 0 0 0 220 22 0 0 20 0 22 0 26724129 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 506 0 0 0 197 20 0 0 20 0 22 0 26724129 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 748 0 0 0 183 22 0 0 20 0 22 0 26724129 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/8685/task/8695/stat : 8695 (java) S 8682 8685 6358 0 -1 4202560 662 0 0 0 191 20 0 0 20 0 22 0 26724129 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839609183016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8696] ppid=8682 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/8685/task/8696/stat : 8696 (java) S 8682 8685 6358 0 -1 4202560 3313 0 0 0 319 9 0 0 20 0 22 0 26724130 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839596984680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8697] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8697/stat : 8697 (java) S 8682 8685 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839595931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8698] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8698/stat : 8698 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839594877832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8699] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8699/stat : 8699 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839593826576 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8700] ppid=8682 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/8685/task/8700/stat : 8700 (java) S 8682 8685 6358 0 -1 4202560 10910 0 0 0 212 2 0 0 20 0 22 0 26724132 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839592774456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8701] ppid=8682 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/8685/task/8701/stat : 8701 (java) S 8682 8685 6358 0 -1 4202560 11184 0 0 0 144 2 0 0 20 0 22 0 26724132 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839591721912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8702] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8702/stat : 8702 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839590669048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8703] ppid=8682 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8685/task/8703/stat : 8703 (java) S 8682 8685 6358 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 26724132 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839589616712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8704] ppid=8682 vsize=9824732 CPUtime=870.98 cores=0,2,4,6
/proc/8685/task/8704/stat : 8704 (java) R 8682 8685 6358 0 -1 4202560 954 0 0 0 87076 22 0 0 20 0 22 0 26724213 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839588511104 139839713446972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8705] ppid=8682 vsize=9824732 CPUtime=871.08 cores=0,2,4,6
/proc/8685/task/8705/stat : 8705 (java) R 8682 8685 6358 0 -1 4202560 1901 0 0 0 87066 42 0 0 20 0 22 0 26724213 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839587457728 139839713281112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8706] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8706/stat : 8706 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724223 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839586407208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8707] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8707/stat : 8707 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724224 10060525568 641143 33554432000 1073741824 1073778376 140733782404272 139839585354664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1771.62
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.34 4.25 4.20 5/220 8986
/proc/meminfo: memFree=27346376/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 37661 0 1 0 179793 225 0 0 20 0 22 0 26724127 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2456183 637607 2292 9 0 2446860 0
[pid=8685/tid=8686] ppid=8682 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) S 8682 8685 6358 0 -1 4202560 2542 0 1 0 78 4 0 0 20 0 22 0 26724128 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839772734328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8688] ppid=8682 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8685/task/8688/stat : 8688 (java) S 8682 8685 6358 0 -1 4202560 623 0 0 0 197 18 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839711463848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8689] ppid=8682 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/8685/task/8689/stat : 8689 (java) S 8682 8685 6358 0 -1 4202560 729 0 0 0 180 17 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839710411304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8690] ppid=8682 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/8685/task/8690/stat : 8690 (java) S 8682 8685 6358 0 -1 4202560 825 0 0 0 226 23 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839709358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 534 0 0 0 187 17 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 898 0 0 0 224 22 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 512 0 0 0 200 20 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 753 0 0 0 187 22 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8685/task/8695/stat : 8695 (java) S 8682 8685 6358 0 -1 4202560 662 0 0 0 195 20 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839609183016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8696] ppid=8682 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/8685/task/8696/stat : 8696 (java) S 8682 8685 6358 0 -1 4202560 3313 0 0 0 319 9 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839596984680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8697] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8697/stat : 8697 (java) S 8682 8685 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839595931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8698] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8698/stat : 8698 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839594877832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8699] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8699/stat : 8699 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839593826576 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8700] ppid=8682 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/8685/task/8700/stat : 8700 (java) S 8682 8685 6358 0 -1 4202560 10910 0 0 0 212 2 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839592774456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8701] ppid=8682 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/8685/task/8701/stat : 8701 (java) S 8682 8685 6358 0 -1 4202560 11184 0 0 0 144 2 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839591721912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8702] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8702/stat : 8702 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839590669048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8703] ppid=8682 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8685/task/8703/stat : 8703 (java) S 8682 8685 6358 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839589616712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8704] ppid=8682 vsize=9824732 CPUtime=885.05 cores=0,2,4,6
/proc/8685/task/8704/stat : 8704 (java) R 8682 8685 6358 0 -1 4202560 957 0 0 0 88483 22 0 0 20 0 22 0 26724213 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839588511168 139839713446972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8705] ppid=8682 vsize=9824732 CPUtime=885.15 cores=0,2,4,6
/proc/8685/task/8705/stat : 8705 (java) R 8682 8685 6358 0 -1 4202560 1901 0 0 0 88473 42 0 0 20 0 22 0 26724213 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839587457728 139839713281050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8706] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8706/stat : 8706 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724223 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839586407208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8707] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8707/stat : 8707 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724224 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839585354664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 8685 sig 9
??? kill -8685 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.34 4.25 4.20 5/220 8986
/proc/meminfo: memFree=27346376/32872528 swapFree=681964/737152
[pid=8685] ppid=8682 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/8685/stat : 8685 (java) S 8682 8685 6358 0 -1 4202496 37661 0 1 0 179793 225 0 0 20 0 22 0 26724127 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 140733782395408 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8685/statm: 2456183 637607 2292 9 0 2446860 0
[pid=8685/tid=8686] ppid=8682 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/8685/task/8686/stat : 8686 (java) S 8682 8685 6358 0 -1 4202560 2542 0 1 0 78 4 0 0 20 0 22 0 26724128 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839772734328 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8688] ppid=8682 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8685/task/8688/stat : 8688 (java) S 8682 8685 6358 0 -1 4202560 623 0 0 0 197 18 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839711463848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8689] ppid=8682 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/8685/task/8689/stat : 8689 (java) S 8682 8685 6358 0 -1 4202560 729 0 0 0 180 17 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839710411304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8690] ppid=8682 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/8685/task/8690/stat : 8690 (java) S 8682 8685 6358 0 -1 4202560 825 0 0 0 226 23 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839709358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8691] ppid=8682 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/8685/task/8691/stat : 8691 (java) S 8682 8685 6358 0 -1 4202560 534 0 0 0 187 17 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839708305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8692] ppid=8682 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/8685/task/8692/stat : 8692 (java) S 8682 8685 6358 0 -1 4202560 898 0 0 0 224 22 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839707253672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8693] ppid=8682 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/8685/task/8693/stat : 8693 (java) S 8682 8685 6358 0 -1 4202560 512 0 0 0 200 20 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839611288616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8694] ppid=8682 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/8685/task/8694/stat : 8694 (java) S 8682 8685 6358 0 -1 4202560 753 0 0 0 187 22 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839610235560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8695] ppid=8682 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8685/task/8695/stat : 8695 (java) S 8682 8685 6358 0 -1 4202560 662 0 0 0 195 20 0 0 20 0 22 0 26724129 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839609183016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8696] ppid=8682 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/8685/task/8696/stat : 8696 (java) S 8682 8685 6358 0 -1 4202560 3313 0 0 0 319 9 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839596984680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8697] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8697/stat : 8697 (java) S 8682 8685 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839595931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8698] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8698/stat : 8698 (java) S 8682 8685 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26724130 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839594877832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8699] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8699/stat : 8699 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839593826576 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8700] ppid=8682 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/8685/task/8700/stat : 8700 (java) S 8682 8685 6358 0 -1 4202560 10910 0 0 0 212 2 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839592774456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8701] ppid=8682 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/8685/task/8701/stat : 8701 (java) S 8682 8685 6358 0 -1 4202560 11184 0 0 0 144 2 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839591721912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8685/tid=8702] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8702/stat : 8702 (java) S 8682 8685 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839590669048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8703] ppid=8682 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8685/task/8703/stat : 8703 (java) S 8682 8685 6358 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 26724132 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839589616712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8704] ppid=8682 vsize=9824732 CPUtime=885.05 cores=0,2,4,6
/proc/8685/task/8704/stat : 8704 (java) R 8682 8685 6358 0 -1 4202560 957 0 0 0 88483 22 0 0 20 0 22 0 26724213 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839588511168 139839713446972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8685/tid=8705] ppid=8682 vsize=9824732 CPUtime=885.15 cores=0,2,4,6
/proc/8685/task/8705/stat : 8705 (java) R 8682 8685 6358 0 -1 4202560 1901 0 0 0 88473 42 0 0 20 0 22 0 26724213 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839587457728 139839713281050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8685/tid=8706] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8706/stat : 8706 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724223 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839586407208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8685/tid=8707] ppid=8682 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8685/task/8707/stat : 8707 (java) S 8682 8685 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26724224 10060525568 637607 33554432000 1073741824 1073778376 140733782404272 139839585354664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 8685 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=458352
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=742583
# CPU time returned by wait4() is 1796.2
# 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): 896.573
CPU time (s): 1800.18
CPU user time (s): 1797.93
CPU system time (s): 2.25
CPU usage (%): 200.784
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.46
system time used= 2.74258
maximum resident set size= 3271092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37704
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= 24538
involuntary context switches= 34423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54116 second user time and 7.60584 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 12:45:49
IDJOB=4103790
IDBENCH=2461
IDSOLVER=2543
FILE ID=node112/4103790-1466246749
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-shell.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103790-1466246749/watcher-4103790-1466246749 -o /tmp/evaluation-result-4103790-1466246749/solver-4103790-1466246749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103790-1466246749.opb

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

MD5SUM BENCH= 812fb8d8b2de50e0f82554fbb1bd21a5
RANDOM SEED=938934365

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28945700 kB
Buffers:           35340 kB
Cached:           106536 kB
SwapCached:         2040 kB
Active:          2347920 kB
Inactive:          85812 kB
Active(anon):    2290956 kB
Inactive(anon):     3376 kB
Active(file):      56964 kB
Inactive(file):    82436 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096732 kB
Dirty:              2804 kB
Writeback:             0 kB
AnonPages:       3046436 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             601428 kB
SReclaimable:      44816 kB
SUnreclaim:       556612 kB
KernelStack:        1624 kB
PageTables:        10452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3995884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2310144 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= 71708 MiB
End job on node112 at 2016-06-18 13:00:46