Trace number 4103658

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.16 896.353

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103658-1466244951.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.62/0.74	c ... done. Wall clock time 0.618s.
1.62/0.74	c declared #vars     9060
1.62/0.74	c #constraints  489
1.62/0.74	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.74	c constraints type 
1.62/0.74	c org.sat4j.specs.Constr$1 => 68
1.62/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
1.62/0.74	c 489 constraints processed.
1.62/0.74	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.74	c constraints type 
1.62/0.74	c org.sat4j.specs.Constr$1 => 68
1.62/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
1.62/0.74	c 489 constraints processed.
1.62/0.74	c objective function length is 6930 literals
4.32/1.59	c cleaning 2493 clauses out of 4995 with flag 13296/5000
6.13/2.11	c cleaning 4247 clauses out of 8502 with flag 27636/11000
7.43/2.72	c cleaning 5614 clauses out of 11255 with flag 43071/18000
10.33/4.12	c cleaning 6818 clauses out of 13641 with flag 60105/26000
13.88/5.81	c cleaning 7911 clauses out of 15823 with flag 79828/35000
18.23/7.91	c cleaning 8956 clauses out of 17912 with flag 101293/45000
22.63/10.17	c cleaning 9974 clauses out of 19956 with flag 123310/56000
28.32/12.93	c cleaning 10989 clauses out of 21985 with flag 147319/68003
34.33/15.95	c cleaning 11997 clauses out of 23995 with flag 173318/81002
41.41/19.44	c cleaning 12997 clauses out of 25998 with flag 201318/95002
49.20/23.36	c cleaning 13997 clauses out of 28003 with flag 231322/110004
58.46/27.87	c cleaning 14996 clauses out of 30002 with flag 263315/126000
69.41/33.21	c cleaning 16002 clauses out of 32006 with flag 297315/143000
81.21/39.15	c cleaning 16996 clauses out of 34004 with flag 333315/161000
94.52/45.72	c cleaning 18002 clauses out of 36008 with flag 371315/180000
108.40/52.63	c cleaning 18999 clauses out of 38007 with flag 411318/200001
125.01/60.98	c cleaning 20004 clauses out of 40007 with flag 453316/221000
145.04/71.12	c cleaning 20999 clauses out of 42003 with flag 497316/243000
169.06/83.17	c cleaning 21997 clauses out of 44004 with flag 543322/266000
194.91/96.10	c cleaning 23001 clauses out of 46009 with flag 591326/290002
222.41/109.75	c cleaning 24001 clauses out of 48006 with flag 641324/315000
252.04/124.54	c cleaning 25002 clauses out of 50006 with flag 693326/341001
285.72/141.38	c cleaning 26002 clauses out of 52004 with flag 747327/368001
312.22/154.59	c cleaning 0 clauses out of 5001 with flag 0/5001
322.07/159.52	c cleaning 26997 clauses out of 54002 with flag 803329/396001
359.11/178.02	c cleaning 27998 clauses out of 56004 with flag 861329/425000
396.56/196.71	c cleaning 28997 clauses out of 58006 with flag 921330/455000
436.30/216.53	c cleaning 29999 clauses out of 60009 with flag 983332/486000
479.25/237.95	c cleaning 31005 clauses out of 62011 with flag 1047335/518001
523.50/259.99	c cleaning 32002 clauses out of 64007 with flag 1113339/551002
570.23/283.16	c cleaning 33000 clauses out of 66006 with flag 1181341/585003
623.64/309.78	c cleaning 34000 clauses out of 68004 with flag 1251340/620001
683.54/339.53	c cleaning 34999 clauses out of 70004 with flag 1323341/656001
745.22/370.15	c cleaning 35997 clauses out of 72004 with flag 1397345/693000
810.76/403.02	c cleaning 37002 clauses out of 74008 with flag 1473347/731001
875.35/435.29	c cleaning 37996 clauses out of 76005 with flag 1551346/770000
951.31/473.03	c cleaning 38997 clauses out of 78011 with flag 1631351/810002
1013.50/504.08	c cleaning 0 clauses out of 11000 with flag 0/11000
1023.00/508.77	c cleaning 40003 clauses out of 80012 with flag 1713350/851000
1101.53/547.88	c cleaning 41000 clauses out of 82009 with flag 1797350/893000
1186.36/590.06	c cleaning 42001 clauses out of 84009 with flag 1883354/936000
1268.66/631.07	c cleaning 42995 clauses out of 86009 with flag 1971362/980001
1358.23/675.60	c cleaning 44005 clauses out of 88016 with flag 2061371/1025003
1449.39/721.04	c cleaning 45005 clauses out of 90012 with flag 2153382/1071004
1552.75/772.45	c cleaning 45998 clauses out of 92004 with flag 2247377/1118001
1650.38/821.73	c cleaning 46998 clauses out of 94005 with flag 2343377/1166000
1778.04/885.36	c cleaning 48002 clauses out of 96007 with flag 2441379/1215000
1800.16/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/896.30	c starts		: 660
1800.16/896.30	c conflicts		: 1228685
1800.16/896.30	c decisions		: 1399385
1800.16/896.30	c propagations		: 7127025
1800.16/896.30	c inspects		: 9761786484
1800.16/896.30	c shortcuts		: 0
1800.16/896.30	c learnt literals	: 5
1800.16/896.30	c learnt binary clauses	: 14
1800.16/896.30	c learnt ternary clauses	: 21
1800.16/896.30	c learnt constraints	: 1228680
1800.16/896.30	c ignored constraints	: 0
1800.16/896.30	c root simplifications	: 0
1800.16/896.30	c removed literals (reason simplification)	: 17926491
1800.16/896.30	c reason swapping (by a shorter reason)	: 0
1800.16/896.30	c Calls to reduceDB	: 45
1800.16/896.30	c Number of update (reduction) of LBD	: 3012
1800.16/896.30	c Imported unit clauses	: 0
1800.16/896.30	c number of reductions to clauses (during analyze)	: 0
1800.16/896.30	c number of learned constraints concerned by reduction	: 0
1800.16/896.30	c number of learning phase by resolution	: 0
1800.16/896.30	c number of learning phase by cutting planes	: 0
1800.16/896.30	c speed (assignments/second)	: 7958.523585711559
1800.16/896.30	c non guided choices	7532
1800.16/896.33	c learnt constraints type 
1800.16/896.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.16/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61676
1800.16/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/896.33	c starts		: 32
1800.16/896.33	c conflicts		: 15292
1800.16/896.33	c decisions		: 186165
1800.16/896.33	c propagations		: 372402
1800.16/896.33	c inspects		: 586625002
1800.16/896.33	c shortcuts		: 0
1800.16/896.33	c learnt literals	: 0
1800.16/896.33	c learnt binary clauses	: 0
1800.16/896.33	c learnt ternary clauses	: 0
1800.16/896.33	c learnt constraints	: 15291
1800.16/896.33	c ignored constraints	: 0
1800.16/896.33	c root simplifications	: 0
1800.16/896.33	c removed literals (reason simplification)	: 0
1800.16/896.33	c reason swapping (by a shorter reason)	: 0
1800.16/896.33	c Calls to reduceDB	: 2
1800.16/896.33	c Number of update (reduction) of LBD	: 0
1800.16/896.33	c Imported unit clauses	: 0
1800.16/896.33	c number of reductions to clauses (during analyze)	: 0
1800.16/896.33	c number of learned constraints concerned by reduction	: 0
1800.16/896.33	c number of learning phase by resolution	: 0
1800.16/896.33	c number of learning phase by cutting planes	: 0
1800.16/896.33	c speed (assignments/second)	: 415.838400080398
1800.16/896.33	c non guided choices	0
1800.16/896.33	c learnt constraints type 
1800.16/896.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 141
1800.16/896.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15150
1800.16/896.33	s UNKNOWN
1800.16/896.33	c Total wall clock time (in seconds): 896.213

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

pid=8087
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.56 4.30 4.15 5/197 8090
/proc/meminfo: memFree=27844960/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/8090/stat : 8090 (java) R 8087 8090 6358 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 26544367 278528 33 33554432000 1073741824 1073778376 140735880166896 140733909248776 213857168679 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 84 41 33 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 4.56 4.30 4.15 5/197 8090
/proc/meminfo: memFree=27844960/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 4437 0 1 0 8 1 0 0 20 0 18 0 26544367 9787879424 6047 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 4.56 4.30 4.15 5/197 8090
/proc/meminfo: memFree=27844960/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 5081 0 1 0 28 1 0 0 20 0 18 0 26544367 9787879424 6898 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2389619 6898 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 4.56 4.30 4.15 5/197 8090
/proc/meminfo: memFree=27844960/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 9318 0 1 0 51 2 0 0 20 0 18 0 26544367 9787879424 12236 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2389619 12236 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 4.56 4.30 4.15 5/197 8090
/proc/meminfo: memFree=27844960/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 19441 0 1 0 157 5 0 0 20 0 18 0 26544367 9787879424 37609 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2389619 37609 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.56 4.30 4.15 9/219 8112
/proc/meminfo: memFree=27640176/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9824732 CPUtime=4.32 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 24299 0 1 0 424 8 0 0 20 0 22 0 26544367 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2456183 53253 2280 9 0 2446860 0
[pid=8090/tid=8092] ppid=8087 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/8090/task/8092/stat : 8092 (java) S 8087 8090 6358 0 -1 4202560 2479 0 1 0 68 3 0 0 20 0 22 0 26544368 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614623155064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8093] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8093/stat : 8093 (java) S 8087 8090 6358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614467009320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8094] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8094/stat : 8094 (java) S 8087 8090 6358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614465956520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8095] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544369 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26544370 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/8090/task/8105/stat : 8105 (java) S 8087 8090 6358 0 -1 4202560 8688 0 0 0 103 1 0 0 20 0 22 0 26544373 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614443018424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8106] ppid=8087 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8090/task/8106/stat : 8106 (java) S 8087 8090 6358 0 -1 4202560 11668 0 0 0 99 2 0 0 20 0 22 0 26544373 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614441965624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8107] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8107/stat : 8107 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614440913528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8108] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8108/stat : 8108 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614439860936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8109] ppid=8087 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/8090/task/8109/stat : 8109 (java) R 8087 8090 6358 0 -1 4202560 26 0 0 0 69 0 0 0 20 0 22 0 26544442 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614438806096 140614495413401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8110] ppid=8087 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/8090/task/8110/stat : 8110 (java) R 8087 8090 6358 0 -1 4202560 35 0 0 0 69 0 0 0 20 0 22 0 26544442 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614437752744 140614495575779 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8111] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8111/stat : 8111 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614436701864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8112] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8112/stat : 8112 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 53253 33554432000 1073741824 1073778376 140735880166896 140614435649064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.56 4.30 4.15 5/219 8112
/proc/meminfo: memFree=27604804/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9824732 CPUtime=8.24 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 28685 0 1 0 809 15 0 0 20 0 22 0 26544367 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2456183 96737 2284 9 0 2446860 0
[pid=8090/tid=8092] ppid=8087 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/8090/task/8092/stat : 8092 (java) S 8087 8090 6358 0 -1 4202560 2479 0 1 0 68 3 0 0 20 0 22 0 26544368 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614623155064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8093] ppid=8087 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8090/task/8093/stat : 8093 (java) S 8087 8090 6358 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614467009320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8094] ppid=8087 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8090/task/8094/stat : 8094 (java) S 8087 8090 6358 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614465956520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8095] ppid=8087 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 112 0 0 0 4 0 0 0 20 0 22 0 26544369 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26544370 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/8090/task/8105/stat : 8105 (java) S 8087 8090 6358 0 -1 4202560 8688 0 0 0 122 1 0 0 20 0 22 0 26544373 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614443018424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8106] ppid=8087 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/8090/task/8106/stat : 8106 (java) S 8087 8090 6358 0 -1 4202560 15413 0 0 0 142 3 0 0 20 0 22 0 26544373 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614441965624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8107] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8107/stat : 8107 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614440913528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8108] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8108/stat : 8108 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614439860936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8109] ppid=8087 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/8090/task/8109/stat : 8109 (java) R 8087 8090 6358 0 -1 4202560 32 0 0 0 218 0 0 0 20 0 22 0 26544442 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614438797600 140614495836666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8110] ppid=8087 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/8090/task/8110/stat : 8110 (java) R 8087 8090 6358 0 -1 4202560 84 0 0 0 214 1 0 0 20 0 22 0 26544442 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614437752904 140614495575861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8111] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8111/stat : 8111 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614436701864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8112] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8112/stat : 8112 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 96737 33554432000 1073741824 1073778376 140735880166896 140614435649064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.99 4.39 4.18 5/219 8112
/proc/meminfo: memFree=27301100/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9824732 CPUtime=14.97 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 29515 0 1 0 1466 31 0 0 20 0 22 0 26544367 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2456183 173335 2284 9 0 2446860 0
[pid=8090/tid=8092] ppid=8087 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/8090/task/8092/stat : 8092 (java) S 8087 8090 6358 0 -1 4202560 2480 0 1 0 68 3 0 0 20 0 22 0 26544368 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614623155064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8093] ppid=8087 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8090/task/8093/stat : 8093 (java) S 8087 8090 6358 0 -1 4202560 185 0 0 0 5 1 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614467009320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8094] ppid=8087 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8090/task/8094/stat : 8094 (java) S 8087 8090 6358 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614465956520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8095] ppid=8087 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 95 0 0 0 9 3 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 167 0 0 0 5 3 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 141 0 0 0 6 2 0 0 20 0 22 0 26544369 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 22 0 26544370 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 173335 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.25 cores=0,2,4,6

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

/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 648 0 0 0 201 24 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 817 0 0 0 192 21 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 735 0 0 0 216 21 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 716 0 0 0 204 23 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 999 0 0 0 214 20 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 749 0 0 0 203 20 0 0 20 0 22 0 26544369 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 2512 0 0 0 320 9 0 0 20 0 22 0 26544370 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/8090/task/8105/stat : 8105 (java) S 8087 8090 6358 0 -1 4202560 9475 0 0 0 155 1 0 0 20 0 22 0 26544373 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614443018424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8106] ppid=8087 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/8090/task/8106/stat : 8106 (java) S 8087 8090 6358 0 -1 4202560 16599 0 0 0 177 3 0 0 20 0 22 0 26544373 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614441965624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8107] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8107/stat : 8107 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614440913528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8108] ppid=8087 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8090/task/8108/stat : 8108 (java) S 8087 8090 6358 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26544373 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614439860936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8109] ppid=8087 vsize=9824732 CPUtime=870.82 cores=0,2,4,6
/proc/8090/task/8109/stat : 8109 (java) R 8087 8090 6358 0 -1 4202560 113 0 0 0 87066 16 0 0 20 0 22 0 26544442 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614438805296 140614495665963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8110] ppid=8087 vsize=9824732 CPUtime=870.82 cores=0,2,4,6
/proc/8090/task/8110/stat : 8110 (java) R 8087 8090 6358 0 -1 4202560 2211 0 0 0 87037 45 0 0 20 0 22 0 26544442 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614437751632 140614495489587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8111] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8111/stat : 8111 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614436701864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8112] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8112/stat : 8112 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 752309 33554432000 1073741824 1073778376 140735880166896 140614435649064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.11 4.16 4.17 5/220 8270
/proc/meminfo: memFree=25863560/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 41345 0 1 0 179767 249 0 0 20 0 22 0 26544367 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2456183 761241 2293 9 0 2446860 0
[pid=8090/tid=8092] ppid=8087 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/8090/task/8092/stat : 8092 (java) S 8087 8090 6358 0 -1 4202560 2489 0 1 0 70 5 0 0 20 0 22 0 26544368 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614623155064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8093] ppid=8087 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/8090/task/8093/stat : 8093 (java) S 8087 8090 6358 0 -1 4202560 876 0 0 0 210 24 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614467009320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8094] ppid=8087 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/8090/task/8094/stat : 8094 (java) S 8087 8090 6358 0 -1 4202560 906 0 0 0 222 25 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614465956520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8095] ppid=8087 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 652 0 0 0 204 24 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 827 0 0 0 194 22 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 776 0 0 0 223 21 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 719 0 0 0 207 23 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 1024 0 0 0 218 20 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 751 0 0 0 205 21 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 2607 0 0 0 320 10 0 0 20 0 22 0 26544370 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8090/task/8105/stat : 8105 (java) S 8087 8090 6358 0 -1 4202560 9477 0 0 0 157 1 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614443018424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8106] ppid=8087 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/8090/task/8106/stat : 8106 (java) S 8087 8090 6358 0 -1 4202560 16599 0 0 0 177 3 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614441965624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8107] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8107/stat : 8107 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614440913528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8108] ppid=8087 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8090/task/8108/stat : 8108 (java) S 8087 8090 6358 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614439860936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8109] ppid=8087 vsize=9824732 CPUtime=884.67 cores=0,2,4,6
/proc/8090/task/8109/stat : 8109 (java) R 8087 8090 6358 0 -1 4202560 115 0 0 0 88451 16 0 0 20 0 22 0 26544442 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614438805312 140614495665943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8110] ppid=8087 vsize=9824732 CPUtime=884.66 cores=0,2,4,6
/proc/8090/task/8110/stat : 8110 (java) R 8087 8090 6358 0 -1 4202560 2211 0 0 0 88421 45 0 0 20 0 22 0 26544442 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614437751832 140614495079384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8111] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8111/stat : 8111 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614436701864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8112] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8112/stat : 8112 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614435649064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 8090 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.11 4.16 4.17 5/220 8270
/proc/meminfo: memFree=25863560/32872528 swapFree=681964/737152
[pid=8090] ppid=8087 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/8090/stat : 8090 (java) S 8087 8090 6358 0 -1 4202496 41345 0 1 0 179767 249 0 0 20 0 22 0 26544367 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140735880158032 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8090/statm: 2456183 761241 2293 9 0 2446860 0
[pid=8090/tid=8092] ppid=8087 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/8090/task/8092/stat : 8092 (java) S 8087 8090 6358 0 -1 4202560 2489 0 1 0 70 5 0 0 20 0 22 0 26544368 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614623155064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8093] ppid=8087 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/8090/task/8093/stat : 8093 (java) S 8087 8090 6358 0 -1 4202560 876 0 0 0 210 24 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614467009320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8094] ppid=8087 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/8090/task/8094/stat : 8094 (java) S 8087 8090 6358 0 -1 4202560 906 0 0 0 222 25 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614465956520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8095] ppid=8087 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/8090/task/8095/stat : 8095 (java) S 8087 8090 6358 0 -1 4202560 652 0 0 0 204 24 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614464904232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8096] ppid=8087 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/8090/task/8096/stat : 8096 (java) S 8087 8090 6358 0 -1 4202560 827 0 0 0 194 22 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614463851432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8097] ppid=8087 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/8090/task/8097/stat : 8097 (java) S 8087 8090 6358 0 -1 4202560 776 0 0 0 223 21 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614462798120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8098] ppid=8087 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/8090/task/8098/stat : 8098 (java) S 8087 8090 6358 0 -1 4202560 719 0 0 0 207 23 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614461745320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8099] ppid=8087 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/8090/task/8099/stat : 8099 (java) S 8087 8090 6358 0 -1 4202560 1024 0 0 0 218 20 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614460693032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8100] ppid=8087 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/8090/task/8100/stat : 8100 (java) S 8087 8090 6358 0 -1 4202560 751 0 0 0 205 21 0 0 20 0 22 0 26544369 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614459640232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8101] ppid=8087 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/8090/task/8101/stat : 8101 (java) S 8087 8090 6358 0 -1 4202560 2607 0 0 0 320 10 0 0 20 0 22 0 26544370 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614447229672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8102] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8102/stat : 8102 (java) S 8087 8090 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614446175736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8103] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8103/stat : 8103 (java) S 8087 8090 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26544371 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614445123336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8104] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8104/stat : 8104 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614444071824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8105] ppid=8087 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8090/task/8105/stat : 8105 (java) S 8087 8090 6358 0 -1 4202560 9477 0 0 0 157 1 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614443018424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8106] ppid=8087 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/8090/task/8106/stat : 8106 (java) S 8087 8090 6358 0 -1 4202560 16599 0 0 0 177 3 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614441965624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8107] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8107/stat : 8107 (java) S 8087 8090 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614440913528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8090/tid=8108] ppid=8087 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8090/task/8108/stat : 8108 (java) S 8087 8090 6358 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26544373 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614439860936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8109] ppid=8087 vsize=9824732 CPUtime=884.67 cores=0,2,4,6
/proc/8090/task/8109/stat : 8109 (java) R 8087 8090 6358 0 -1 4202560 115 0 0 0 88451 16 0 0 20 0 22 0 26544442 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614438805312 140614495665943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8090/tid=8110] ppid=8087 vsize=9824732 CPUtime=884.66 cores=0,2,4,6
/proc/8090/task/8110/stat : 8110 (java) R 8087 8090 6358 0 -1 4202560 2211 0 0 0 88421 45 0 0 20 0 22 0 26544442 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614437751832 140614495079384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8090/tid=8111] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8111/stat : 8111 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614436701864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8090/tid=8112] ppid=8087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8090/task/8112/stat : 8112 (java) S 8087 8090 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26544446 10060525568 761241 33554432000 1073741824 1073778376 140735880166896 140614435649064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.353
CPU time (s): 1800.16
CPU user time (s): 1797.67
CPU system time (s): 2.49
CPU usage (%): 200.832
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.17
system time used= 2.96155
maximum resident set size= 3622528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23788
involuntary context switches= 22359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59315 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 12:15:51
IDJOB=4103658
IDBENCH=2423
IDSOLVER=2543
FILE ID=node112/4103658-1466244951
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71668 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-agg3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103658-1466244951/watcher-4103658-1466244951 -o /tmp/evaluation-result-4103658-1466244951/solver-4103658-1466244951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103658-1466244951.opb

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

MD5SUM BENCH= bbee2849ae83900e79494d0f7a7c3755
RANDOM SEED=907589368

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:        27844968 kB
Buffers:           33064 kB
Cached:           142224 kB
SwapCached:         2040 kB
Active:          3472724 kB
Inactive:          77180 kB
Active(anon):    3374660 kB
Inactive(anon):     2856 kB
Active(file):      98064 kB
Inactive(file):    74324 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096732 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       4188852 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             600944 kB
SReclaimable:      44648 kB
SUnreclaim:       556296 kB
KernelStack:        1816 kB
PageTables:        12224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4871744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3438592 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 12:30:48