Trace number 4103974

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.01 896.946

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
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 variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103974-1466251175.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.09/0.59	c ... done. Wall clock time 0.468s.
1.09/0.59	c declared #vars     16224
1.09/0.59	c #constraints  1608
1.09/0.59	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.09/0.59	c constraints type 
1.09/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1.09/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
1.09/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1224
1.09/0.59	c 1608 constraints processed.
1.09/0.59	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.09/0.59	c constraints type 
1.09/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 240
1.09/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1.09/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1224
1.09/0.59	c 1608 constraints processed.
1.09/0.59	c objective function length is 10368 literals
4.59/1.55	c cleaning 2500 clauses out of 5000 with flag 11081/5001
6.39/2.17	c cleaning 4248 clauses out of 8499 with flag 23079/11000
8.20/3.03	c cleaning 5626 clauses out of 11251 with flag 37079/18000
10.63/4.14	c cleaning 6812 clauses out of 13626 with flag 53081/26001
13.54/5.52	c cleaning 7903 clauses out of 15815 with flag 71083/35002
16.94/7.21	c cleaning 8952 clauses out of 17910 with flag 91079/45000
20.82/9.11	c cleaning 9979 clauses out of 19958 with flag 113079/56000
25.43/11.46	c cleaning 10987 clauses out of 21979 with flag 137079/68000
30.92/14.19	c cleaning 11989 clauses out of 23992 with flag 163079/81000
36.72/17.00	c cleaning 12999 clauses out of 26003 with flag 191079/95000
43.32/20.35	c cleaning 14001 clauses out of 28006 with flag 221083/110002
51.65/24.43	c cleaning 15002 clauses out of 30004 with flag 253081/126001
60.27/28.75	c cleaning 16000 clauses out of 32003 with flag 287083/143002
71.61/34.38	c cleaning 16994 clauses out of 34001 with flag 323079/161000
83.81/40.40	c cleaning 18004 clauses out of 36008 with flag 361085/180001
97.82/47.43	c cleaning 19000 clauses out of 38004 with flag 401086/200001
113.25/55.06	c cleaning 20003 clauses out of 40005 with flag 443088/221002
130.63/63.78	c cleaning 20998 clauses out of 42002 with flag 487088/243002
149.83/73.32	c cleaning 21995 clauses out of 44002 with flag 533084/266000
170.09/83.37	c cleaning 23003 clauses out of 46007 with flag 581084/290000
190.50/93.59	c cleaning 24003 clauses out of 48006 with flag 631088/315002
216.28/106.40	c cleaning 24996 clauses out of 50001 with flag 683085/341000
245.71/121.37	c cleaning 26004 clauses out of 52008 with flag 737091/368003
276.12/136.57	c cleaning 26998 clauses out of 54001 with flag 793085/396000
277.14/137.00	c cleaning 0 clauses out of 5000 with flag 0/5000
308.11/152.32	c cleaning 27999 clauses out of 56004 with flag 851087/425001
342.32/169.47	c cleaning 28996 clauses out of 58004 with flag 911087/455000
381.01/188.72	c cleaning 30000 clauses out of 60008 with flag 973091/486000
421.54/208.98	c cleaning 31004 clauses out of 62008 with flag 1037095/518000
462.93/229.62	c cleaning 31999 clauses out of 64006 with flag 1103099/551002
507.28/251.76	c cleaning 33003 clauses out of 66008 with flag 1171101/585003
555.78/275.90	c cleaning 33998 clauses out of 68002 with flag 1241096/620000
604.37/300.22	c cleaning 35002 clauses out of 70007 with flag 1313102/656003
656.31/326.14	c cleaning 36003 clauses out of 72006 with flag 1387104/693004
713.57/355.18	c cleaning 36999 clauses out of 74000 with flag 1463098/731001
770.45/383.56	c cleaning 37999 clauses out of 76001 with flag 1541098/770001
833.92/415.24	c cleaning 38997 clauses out of 78004 with flag 1621102/810003
899.77/448.08	c cleaning 39998 clauses out of 80006 with flag 1703100/851002
970.92/483.57	c cleaning 41005 clauses out of 82009 with flag 1787102/893003
1045.17/520.58	c cleaning 42000 clauses out of 84001 with flag 1873096/936000
1123.82/559.72	c cleaning 43001 clauses out of 86003 with flag 1961100/980002
1159.36/577.33	c cleaning 0 clauses out of 11000 with flag 0/11000
1212.43/603.51	c cleaning 43998 clauses out of 88000 with flag 2051096/1025000
1306.39/650.33	c cleaning 45001 clauses out of 90002 with flag 2143097/1071000
1412.60/703.27	c cleaning 45999 clauses out of 92002 with flag 2237099/1118001
1520.86/757.84	c cleaning 47002 clauses out of 94004 with flag 2333101/1166002
1634.36/814.49	c cleaning 47999 clauses out of 96003 with flag 2431103/1215003
1746.39/870.21	c cleaning 48996 clauses out of 98002 with flag 2531100/1265001
1800.01/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.90	c starts		: 22
1800.01/896.90	c conflicts		: 1294478
1800.01/896.90	c decisions		: 1331857
1800.01/896.90	c propagations		: 7359792
1800.01/896.90	c inspects		: 10615264549
1800.01/896.90	c shortcuts		: 0
1800.01/896.90	c learnt literals	: 1
1800.01/896.90	c learnt binary clauses	: 1
1800.01/896.90	c learnt ternary clauses	: 1
1800.01/896.90	c learnt constraints	: 1294477
1800.01/896.90	c ignored constraints	: 0
1800.01/896.90	c root simplifications	: 0
1800.01/896.90	c removed literals (reason simplification)	: 17049482
1800.01/896.90	c reason swapping (by a shorter reason)	: 0
1800.01/896.90	c Calls to reduceDB	: 46
1800.01/896.90	c Number of update (reduction) of LBD	: 115
1800.01/896.90	c Imported unit clauses	: 0
1800.01/896.90	c number of reductions to clauses (during analyze)	: 0
1800.01/896.90	c number of learned constraints concerned by reduction	: 0
1800.01/896.90	c number of learning phase by resolution	: 0
1800.01/896.90	c number of learning phase by cutting planes	: 0
1800.01/896.90	c speed (assignments/second)	: 8211.9283846147
1800.01/896.90	c non guided choices	0
1800.01/896.93	c learnt constraints type 
1800.01/896.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78483
1800.01/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.93	c starts		: 39
1800.01/896.93	c conflicts		: 14076
1800.01/896.93	c decisions		: 110752
1800.01/896.93	c propagations		: 423765
1800.01/896.93	c inspects		: 209555551
1800.01/896.93	c shortcuts		: 0
1800.01/896.93	c learnt literals	: 0
1800.01/896.93	c learnt binary clauses	: 0
1800.01/896.93	c learnt ternary clauses	: 0
1800.01/896.93	c learnt constraints	: 14076
1800.01/896.93	c ignored constraints	: 0
1800.01/896.93	c root simplifications	: 0
1800.01/896.93	c removed literals (reason simplification)	: 0
1800.01/896.93	c reason swapping (by a shorter reason)	: 0
1800.01/896.93	c Calls to reduceDB	: 2
1800.01/896.93	c Number of update (reduction) of LBD	: 0
1800.01/896.93	c Imported unit clauses	: 0
1800.01/896.93	c number of reductions to clauses (during analyze)	: 0
1800.01/896.93	c number of learned constraints concerned by reduction	: 0
1800.01/896.93	c number of learning phase by resolution	: 0
1800.01/896.93	c number of learning phase by cutting planes	: 0
1800.01/896.93	c speed (assignments/second)	: 472.82588684491526
1800.01/896.93	c non guided choices	0
1800.01/896.93	c learnt constraints type 
1800.01/896.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 23
1800.01/896.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14053
1800.01/896.93	s UNKNOWN
1800.01/896.93	c Total wall clock time (in seconds): 896.813

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

pid=9743
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.18 4.13 4.12 4/197 9746
/proc/meminfo: memFree=28022528/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9746/stat : 9746 (java) R 9743 9746 6358 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 27166740 9515008 142 33554432000 1073741824 1073778376 140736928014832 140736928011960 213866001076 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2323 147 107 9 0 71 0

[startup+0.100145 s]
/proc/loadavg: 4.18 4.13 4.12 4/197 9746
/proc/meminfo: memFree=28022528/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 27166740 9787879424 6032 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 4.18 4.13 4.12 4/197 9746
/proc/meminfo: memFree=28022528/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 5018 0 1 0 27 1 0 0 20 0 18 0 27166740 9787879424 6932 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2389619 6932 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30035 s]
/proc/loadavg: 4.18 4.13 4.12 4/197 9746
/proc/meminfo: memFree=28022528/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 5655 0 1 0 47 1 0 0 20 0 18 0 27166740 9787879424 9796 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2389619 9797 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 4.18 4.13 4.12 4/197 9746
/proc/meminfo: memFree=28022528/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9759196 CPUtime=1.67 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 17282 0 1 0 162 5 0 0 20 0 22 0 27166740 9993416704 30256 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2439799 30256 2265 9 0 2430476 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9759196

[startup+1.50087 s]
/proc/loadavg: 4.18 4.13 4.12 7/219 9768
/proc/meminfo: memFree=27858408/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 25294 0 1 0 451 8 0 0 20 0 22 0 27166740 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2456183 48904 2291 9 0 2446860 0
[pid=9746/tid=9748] ppid=9743 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/9746/task/9748/stat : 9748 (java) S 9743 9746 6358 0 -1 4202560 2448 0 1 0 53 3 0 0 20 0 22 0 27166741 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499396981624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9749] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9749/stat : 9749 (java) S 9743 9746 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499240921896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9750] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9750/stat : 9750 (java) S 9743 9746 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499239869096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9751] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9751/stat : 9751 (java) S 9743 9746 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499238816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) S 9743 9746 6358 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499237764008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) S 9743 9746 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499236710696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) S 9743 9746 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499234605608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27166743 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499221142248 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/9746/task/9761/stat : 9761 (java) R 9743 9746 6358 0 -1 4202560 6773 0 0 0 104 1 0 0 20 0 22 0 27166746 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499216918288 140499403770372 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9762] ppid=9743 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/9746/task/9762/stat : 9762 (java) R 9743 9746 6358 0 -1 4202560 14599 0 0 0 108 2 0 0 20 0 22 0 27166746 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499215878200 140499399896367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9763] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9763/stat : 9763 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499214826104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9764] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9764/stat : 9764 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166747 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499213773512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9765] ppid=9743 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/9746/task/9765/stat : 9765 (java) R 9743 9746 6358 0 -1 4202560 19 0 0 0 84 0 0 0 20 0 22 0 27166800 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499212719000 140499400065432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9766] ppid=9743 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/9746/task/9766/stat : 9766 (java) R 9743 9746 6358 0 -1 4202560 58 0 0 0 85 0 0 0 20 0 22 0 27166800 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499211665320 140499268789538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9767] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9767/stat : 9767 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166808 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499210614440 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9768] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9768/stat : 9768 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166810 10060525568 48904 33554432000 1073741824 1073778376 140736928014832 140499209561640 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.25 4.15 4.12 7/219 9768
/proc/meminfo: memFree=27802436/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9824732 CPUtime=8.43 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 29020 0 1 0 829 14 0 0 20 0 22 0 27166740 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2456183 86851 2291 9 0 2446860 0
[pid=9746/tid=9748] ppid=9743 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/9746/task/9748/stat : 9748 (java) S 9743 9746 6358 0 -1 4202560 2448 0 1 0 53 3 0 0 20 0 22 0 27166741 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499396981336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9749] ppid=9743 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9746/task/9749/stat : 9749 (java) S 9743 9746 6358 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499240921896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9750] ppid=9743 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9746/task/9750/stat : 9750 (java) R 9743 9746 6358 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499239869272 140499399540907 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9751] ppid=9743 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9746/task/9751/stat : 9751 (java) R 9743 9746 6358 0 -1 4202560 112 0 0 0 1 1 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499238816984 140499399452329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) R 9743 9746 6358 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499237764184 140499399452345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) R 9743 9746 6358 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499236710696 140499399452345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) R 9743 9746 6358 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499234605608 140499399452345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 27166743 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499221141128 213869704252 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/9746/task/9761/stat : 9761 (java) S 9743 9746 6358 0 -1 4202560 9956 0 0 0 149 2 0 0 20 0 22 0 27166746 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499216931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9762] ppid=9743 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/9746/task/9762/stat : 9762 (java) S 9743 9746 6358 0 -1 4202560 14677 0 0 0 122 2 0 0 20 0 22 0 27166746 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499215878200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9763] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9763/stat : 9763 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 86851 33554432000 1073741824 1073778376 140736928014832 140499214826104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9764] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9764/stat : 9764 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166747 10060525568 87363 33554432000 1073741824 1073778376 140736928014832 140499213773512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9765] ppid=9743 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/9746/task/9765/stat : 9765 (java) S 9743 9746 6358 0 -1 4202560 20 0 0 0 238 0 0 0 20 0 22 0 27166800 10060525568 87363 33554432000 1073741824 1073778376 140736928014832 140499212717144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9766] ppid=9743 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/9746/task/9766/stat : 9766 (java) R 9743 9746 6358 0 -1 4202560 114 0 0 0 237 2 0 0 20 0 22 0 27166800 10060525568 87363 33554432000 1073741824 1073778376 140736928014832 140499211664816 213869715893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9767] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9767/stat : 9767 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166808 10060525568 87363 33554432000 1073741824 1073778376 140736928014832 140499210614440 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9768] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9768/stat : 9768 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166810 10060525568 87363 33554432000 1073741824 1073778376 140736928014832 140499209561640 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.25 4.15 4.12 7/219 9768
/proc/meminfo: memFree=27634136/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9824732 CPUtime=15.13 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 29412 0 1 0 1492 21 0 0 20 0 22 0 27166740 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2456183 98924 2291 9 0 2446860 0
[pid=9746/tid=9748] ppid=9743 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/9746/task/9748/stat : 9748 (java) S 9743 9746 6358 0 -1 4202560 2448 0 1 0 53 3 0 0 20 0 22 0 27166741 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499396981624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9749] ppid=9743 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9746/task/9749/stat : 9749 (java) S 9743 9746 6358 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499240921896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9750] ppid=9743 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9746/task/9750/stat : 9750 (java) S 9743 9746 6358 0 -1 4202560 175 0 0 0 4 3 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499239869096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9751] ppid=9743 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9746/task/9751/stat : 9751 (java) S 9743 9746 6358 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499238816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) S 9743 9746 6358 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499237764008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) S 9743 9746 6358 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499236710696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) S 9743 9746 6358 0 -1 4202560 61 0 0 0 5 3 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499234605608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 27166743 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499221142248 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 98924 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=1.7 cores=1,3,5,7

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

/proc/9746/task/9751/stat : 9751 (java) S 9743 9746 6358 0 -1 4202560 623 0 0 0 159 19 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499238816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) S 9743 9746 6358 0 -1 4202560 452 0 0 0 137 13 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499237764008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) S 9743 9746 6358 0 -1 4202560 694 0 0 0 155 12 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499236710696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 491 0 0 0 154 20 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) S 9743 9746 6358 0 -1 4202560 548 0 0 0 137 16 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499234605608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 464 0 0 0 129 15 0 0 20 0 22 0 27166743 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 1968 0 0 0 298 6 0 0 20 0 22 0 27166744 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499221142248 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/9746/task/9761/stat : 9761 (java) S 9743 9746 6358 0 -1 4202560 16577 0 0 0 243 4 0 0 20 0 22 0 27166746 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499216931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9762] ppid=9743 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/9746/task/9762/stat : 9762 (java) S 9743 9746 6358 0 -1 4202560 15005 0 0 0 151 3 0 0 20 0 22 0 27166746 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499215878200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9763] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9763/stat : 9763 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499214826104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9764] ppid=9743 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/9746/task/9764/stat : 9764 (java) S 9743 9746 6358 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 27166747 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499213773512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9765] ppid=9743 vsize=9824732 CPUtime=872.85 cores=1,3,5,7
/proc/9746/task/9765/stat : 9765 (java) R 9743 9746 6358 0 -1 4202560 77 0 0 0 87270 15 0 0 20 0 22 0 27166800 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499212717120 140499269663174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9766] ppid=9743 vsize=9824732 CPUtime=872.8 cores=1,3,5,7
/proc/9746/task/9766/stat : 9766 (java) R 9743 9746 6358 0 -1 4202560 2233 0 0 0 87237 43 0 0 20 0 22 0 27166800 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499211666376 140499269570353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9767] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9767/stat : 9767 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166808 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499210614440 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9768] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9768/stat : 9768 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166810 10060525568 474405 33554432000 1073741824 1073778376 140736928014832 140499209561640 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.23 4.20 4.12 5/219 9882
/proc/meminfo: memFree=25742900/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 43898 0 1 0 179813 188 0 0 20 0 22 0 27166740 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2456183 465235 2300 9 0 2446860 0
[pid=9746/tid=9748] ppid=9743 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/9746/task/9748/stat : 9748 (java) S 9743 9746 6358 0 -1 4202560 2461 0 1 0 55 5 0 0 20 0 22 0 27166741 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499396981624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9749] ppid=9743 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/9746/task/9749/stat : 9749 (java) S 9743 9746 6358 0 -1 4202560 439 0 0 0 131 14 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499240921896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9750] ppid=9743 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/9746/task/9750/stat : 9750 (java) S 9743 9746 6358 0 -1 4202560 548 0 0 0 139 15 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499239869096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9751] ppid=9743 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/9746/task/9751/stat : 9751 (java) S 9743 9746 6358 0 -1 4202560 623 0 0 0 161 19 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499238816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) S 9743 9746 6358 0 -1 4202560 452 0 0 0 139 13 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499237764008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) S 9743 9746 6358 0 -1 4202560 694 0 0 0 157 12 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499236710696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 491 0 0 0 160 20 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) S 9743 9746 6358 0 -1 4202560 548 0 0 0 139 16 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499234605608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 464 0 0 0 135 15 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 1968 0 0 0 298 7 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499221142248 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/9746/task/9761/stat : 9761 (java) S 9743 9746 6358 0 -1 4202560 16577 0 0 0 243 4 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499216931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9762] ppid=9743 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/9746/task/9762/stat : 9762 (java) S 9743 9746 6358 0 -1 4202560 15005 0 0 0 151 3 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499215878200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9763] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9763/stat : 9763 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499214826104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9764] ppid=9743 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9746/task/9764/stat : 9764 (java) S 9743 9746 6358 0 -1 4202560 53 0 0 0 11 24 0 0 20 0 22 0 27166747 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499213773512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9765] ppid=9743 vsize=9824732 CPUtime=887.34 cores=1,3,5,7
/proc/9746/task/9765/stat : 9765 (java) R 9743 9746 6358 0 -1 4202560 77 0 0 0 88719 15 0 0 20 0 22 0 27166800 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499212717024 140499269462493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9766] ppid=9743 vsize=9824732 CPUtime=887.3 cores=1,3,5,7
/proc/9746/task/9766/stat : 9766 (java) R 9743 9746 6358 0 -1 4202560 2234 0 0 0 88687 43 0 0 20 0 22 0 27166800 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499211664864 140499269473265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9767] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9767/stat : 9767 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166808 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499210614440 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9768] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9768/stat : 9768 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166810 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499209561640 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 9746 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.23 4.20 4.12 5/219 9882
/proc/meminfo: memFree=25742900/32872528 swapFree=681964/737152
[pid=9746] ppid=9743 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/9746/stat : 9746 (java) S 9743 9746 6358 0 -1 4202496 43898 0 1 0 179813 188 0 0 20 0 22 0 27166740 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140736928005968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9746/statm: 2456183 465235 2300 9 0 2446860 0
[pid=9746/tid=9748] ppid=9743 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/9746/task/9748/stat : 9748 (java) S 9743 9746 6358 0 -1 4202560 2461 0 1 0 55 5 0 0 20 0 22 0 27166741 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499396981624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9749] ppid=9743 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/9746/task/9749/stat : 9749 (java) S 9743 9746 6358 0 -1 4202560 439 0 0 0 131 14 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499240921896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9750] ppid=9743 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/9746/task/9750/stat : 9750 (java) S 9743 9746 6358 0 -1 4202560 548 0 0 0 139 15 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499239869096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9751] ppid=9743 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/9746/task/9751/stat : 9751 (java) S 9743 9746 6358 0 -1 4202560 623 0 0 0 161 19 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499238816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9752] ppid=9743 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/9746/task/9752/stat : 9752 (java) S 9743 9746 6358 0 -1 4202560 452 0 0 0 139 13 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499237764008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9753] ppid=9743 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9746/task/9753/stat : 9753 (java) S 9743 9746 6358 0 -1 4202560 694 0 0 0 157 12 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499236710696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9754] ppid=9743 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/9746/task/9754/stat : 9754 (java) S 9743 9746 6358 0 -1 4202560 491 0 0 0 160 20 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499235657896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9755] ppid=9743 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/9746/task/9755/stat : 9755 (java) S 9743 9746 6358 0 -1 4202560 548 0 0 0 139 16 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499234605608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9756] ppid=9743 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/9746/task/9756/stat : 9756 (java) S 9743 9746 6358 0 -1 4202560 464 0 0 0 135 15 0 0 20 0 22 0 27166743 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499233552808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9757] ppid=9743 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/9746/task/9757/stat : 9757 (java) S 9743 9746 6358 0 -1 4202560 1968 0 0 0 298 7 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499221142248 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9758] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9758/stat : 9758 (java) S 9743 9746 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499220088312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9759] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9759/stat : 9759 (java) S 9743 9746 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27166744 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499219035912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9760] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9760/stat : 9760 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499217984400 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9761] ppid=9743 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/9746/task/9761/stat : 9761 (java) S 9743 9746 6358 0 -1 4202560 16577 0 0 0 243 4 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499216931000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9762] ppid=9743 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/9746/task/9762/stat : 9762 (java) S 9743 9746 6358 0 -1 4202560 15005 0 0 0 151 3 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499215878200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9763] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9763/stat : 9763 (java) S 9743 9746 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27166746 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499214826104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9764] ppid=9743 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9746/task/9764/stat : 9764 (java) S 9743 9746 6358 0 -1 4202560 53 0 0 0 11 24 0 0 20 0 22 0 27166747 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499213773512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9746/tid=9765] ppid=9743 vsize=9824732 CPUtime=887.34 cores=1,3,5,7
/proc/9746/task/9765/stat : 9765 (java) R 9743 9746 6358 0 -1 4202560 77 0 0 0 88719 15 0 0 20 0 22 0 27166800 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499212717024 140499269462493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9746/tid=9766] ppid=9743 vsize=9824732 CPUtime=887.3 cores=1,3,5,7
/proc/9746/task/9766/stat : 9766 (java) R 9743 9746 6358 0 -1 4202560 2234 0 0 0 88687 43 0 0 20 0 22 0 27166800 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499211664864 140499269473265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9746/tid=9767] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9767/stat : 9767 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166808 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499210614440 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9746/tid=9768] ppid=9743 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9746/task/9768/stat : 9768 (java) S 9743 9746 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27166810 10060525568 465235 33554432000 1073741824 1073778376 140736928014832 140499209561640 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.946
CPU time (s): 1800.01
CPU user time (s): 1798.13
CPU system time (s): 1.88
CPU usage (%): 200.682
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.41163
maximum resident set size= 3151904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22533
involuntary context switches= 23981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50416 second user time and 7.92279 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 13:59:35
IDJOB=4103974
IDBENCH=2521
IDSOLVER=2543
FILE ID=node112/4103974-1466251175
RUNJOBID= node112-1466241279-6375
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/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103974-1466251175/watcher-4103974-1466251175 -o /tmp/evaluation-result-4103974-1466251175/solver-4103974-1466251175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103974-1466251175.opb

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

MD5SUM BENCH= 158d85b2efcaf56eab2db834482aadfb
RANDOM SEED=924023129

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:        28022792 kB
Buffers:           40836 kB
Cached:           109040 kB
SwapCached:         2036 kB
Active:          3257564 kB
Inactive:          91188 kB
Active(anon):    3199128 kB
Inactive(anon):     2096 kB
Active(file):      58436 kB
Inactive(file):    89092 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096736 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       4023620 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             601016 kB
SReclaimable:      44788 kB
SUnreclaim:       556228 kB
KernelStack:        1808 kB
PageTables:        11980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4687976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3287040 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= 71700 MiB
End job on node112 at 2016-06-18 14:14:32