Trace number 4101626

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.64 898.945

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
MD5SUM2299da783c48196e7dbf5579e5089efd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 27
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
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 constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524347
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4101626-1466215164.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.55/0.32	c ... done. Wall clock time 0.191s.
0.55/0.32	c declared #vars     985
0.55/0.32	c #constraints  60
0.55/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.55/0.32	c constraints type 
0.55/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 60
0.55/0.32	c 60 constraints processed.
0.55/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.55/0.32	c constraints type 
0.55/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
0.55/0.32	c 60 constraints processed.
0.55/0.32	c objective function length is 30 literals
3.64/1.43	c cleaning 2494 clauses out of 5000 with flag 10222/5000
5.88/2.41	c cleaning 4256 clauses out of 8512 with flag 22478/11006
8.14/3.59	c cleaning 5626 clauses out of 11252 with flag 36728/18002
10.98/4.95	c cleaning 6810 clauses out of 13626 with flag 53183/26002
14.43/6.63	c cleaning 7907 clauses out of 15814 with flag 71502/35000
18.08/8.43	c cleaning 8955 clauses out of 17910 with flag 91894/45003
22.28/10.51	c cleaning 9976 clauses out of 19953 with flag 114215/56001
26.88/12.89	c cleaning 10987 clauses out of 21980 with flag 138635/68004
32.88/15.89	c cleaning 11995 clauses out of 23989 with flag 165220/81000
38.89/18.84	c cleaning 12998 clauses out of 25997 with flag 193894/95003
45.93/22.32	c cleaning 13994 clauses out of 27996 with flag 224438/110000
53.54/26.16	c cleaning 15000 clauses out of 30004 with flag 257151/126002
62.33/30.58	c cleaning 16002 clauses out of 32004 with flag 291767/143002
72.33/35.50	c cleaning 17001 clauses out of 34001 with flag 328199/161001
82.23/40.42	c cleaning 17997 clauses out of 36000 with flag 366593/180001
93.62/46.17	c cleaning 18996 clauses out of 38002 with flag 407346/200000
106.22/52.41	c cleaning 19997 clauses out of 40008 with flag 450248/221002
119.49/59.01	c cleaning 21004 clauses out of 42011 with flag 494949/243002
132.08/65.35	c cleaning 21994 clauses out of 44007 with flag 542104/266002
146.28/72.45	c cleaning 23002 clauses out of 46014 with flag 591580/290003
162.30/80.48	c cleaning 24006 clauses out of 48015 with flag 643110/315006
178.28/88.44	c cleaning 25004 clauses out of 50008 with flag 696574/341005
195.09/96.90	c cleaning 26000 clauses out of 51999 with flag 752160/368000
214.22/106.35	c cleaning 27000 clauses out of 54003 with flag 809395/396004
234.22/116.30	c cleaning 28001 clauses out of 56006 with flag 868740/425007
255.41/126.94	c cleaning 28997 clauses out of 57999 with flag 930328/455001
277.69/138.06	c cleaning 29999 clauses out of 60002 with flag 993793/486001
300.70/149.54	c cleaning 31003 clauses out of 62006 with flag 1059663/518004
326.69/162.60	c cleaning 31997 clauses out of 64000 with flag 1127309/551001
355.16/176.77	c cleaning 33000 clauses out of 66005 with flag 1196718/585003
383.95/191.12	c cleaning 33996 clauses out of 68002 with flag 1267770/620000
415.21/206.72	c cleaning 34999 clauses out of 70006 with flag 1341162/656000
448.42/223.32	c cleaning 36004 clauses out of 72009 with flag 1416324/693002
477.10/237.62	c cleaning 36992 clauses out of 74004 with flag 1494125/731001
507.48/252.89	c cleaning 38004 clauses out of 76011 with flag 1573780/770000
540.86/269.51	c cleaning 39004 clauses out of 78008 with flag 1655982/810001
574.35/286.20	c cleaning 40003 clauses out of 80005 with flag 1740366/851002
608.54/303.35	c cleaning 40997 clauses out of 82002 with flag 1825851/893002
645.74/321.97	c cleaning 41994 clauses out of 84003 with flag 1913278/936000
682.75/340.48	c cleaning 43002 clauses out of 86010 with flag 2002647/980001
726.14/362.10	c cleaning 43997 clauses out of 88007 with flag 2093733/1025000
769.59/383.82	c cleaning 45003 clauses out of 90012 with flag 2187038/1071002
817.19/407.67	c cleaning 46001 clauses out of 92007 with flag 2283114/1118000
867.22/432.64	c cleaning 46999 clauses out of 94007 with flag 2381545/1166001
918.69/458.40	c cleaning 47994 clauses out of 96008 with flag 2481131/1215001
971.59/484.83	c cleaning 49003 clauses out of 98015 with flag 2583062/1265002
1023.38/510.76	c cleaning 50005 clauses out of 100011 with flag 2687170/1316001
1080.25/539.18	c cleaning 51005 clauses out of 102009 with flag 2794182/1368004
1140.17/569.06	c cleaning 51995 clauses out of 104003 with flag 2902688/1421003
1204.97/601.45	c cleaning 52999 clauses out of 106006 with flag 3012293/1475001
1269.00/633.46	c cleaning 53992 clauses out of 108006 with flag 3124545/1530000
1326.60/662.22	c cleaning 55005 clauses out of 110016 with flag 3239368/1586002
1390.97/694.42	c cleaning 56005 clauses out of 112011 with flag 3356025/1643002
1459.41/728.60	c cleaning 56992 clauses out of 114004 with flag 3474364/1701000
1534.60/766.28	c cleaning 58003 clauses out of 116013 with flag 3593957/1760001
1616.03/806.95	c cleaning 58999 clauses out of 118009 with flag 3715471/1820000
1700.63/849.21	c cleaning 60004 clauses out of 120012 with flag 3839185/1881002
1777.49/887.61	c cleaning 60998 clauses out of 122010 with flag 3965289/1943004
1800.10/898.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.90	c starts		: 1
1800.10/898.90	c conflicts		: 1967946
1800.10/898.90	c decisions		: 1992540
1800.10/898.90	c propagations		: 13612188
1800.10/898.90	c inspects		: 13965393374
1800.10/898.90	c shortcuts		: 0
1800.10/898.90	c learnt literals	: 0
1800.10/898.90	c learnt binary clauses	: 0
1800.10/898.90	c learnt ternary clauses	: 0
1800.10/898.90	c learnt constraints	: 1967946
1800.10/898.90	c ignored constraints	: 0
1800.10/898.90	c root simplifications	: 0
1800.10/898.90	c removed literals (reason simplification)	: 616502
1800.10/898.90	c reason swapping (by a shorter reason)	: 0
1800.10/898.90	c Calls to reduceDB	: 58
1800.10/898.90	c Number of update (reduction) of LBD	: 76703
1800.10/898.90	c Imported unit clauses	: 0
1800.10/898.90	c number of reductions to clauses (during analyze)	: 0
1800.10/898.90	c number of learned constraints concerned by reduction	: 0
1800.10/898.90	c number of learning phase by resolution	: 0
1800.10/898.90	c number of learning phase by cutting planes	: 0
1800.10/898.90	c speed (assignments/second)	: 15148.72297094272
1800.10/898.90	c non guided choices	27
1800.10/898.93	c learnt constraints type 
1800.10/898.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85954
1800.10/898.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.93	c starts		: 1
1800.10/898.93	c conflicts		: 91
1800.10/898.93	c decisions		: 491
1800.10/898.93	c propagations		: 2376
1800.10/898.93	c inspects		: 42910
1800.10/898.93	c shortcuts		: 0
1800.10/898.93	c learnt literals	: 0
1800.10/898.93	c learnt binary clauses	: 0
1800.10/898.93	c learnt ternary clauses	: 0
1800.10/898.93	c learnt constraints	: 90
1800.10/898.93	c ignored constraints	: 0
1800.10/898.93	c root simplifications	: 0
1800.10/898.93	c removed literals (reason simplification)	: 0
1800.10/898.93	c reason swapping (by a shorter reason)	: 0
1800.10/898.93	c Calls to reduceDB	: 0
1800.10/898.93	c Number of update (reduction) of LBD	: 0
1800.10/898.93	c Imported unit clauses	: 0
1800.10/898.93	c number of reductions to clauses (during analyze)	: 0
1800.10/898.93	c number of learned constraints concerned by reduction	: 0
1800.10/898.93	c number of learning phase by resolution	: 0
1800.10/898.93	c number of learning phase by cutting planes	: 0
1800.10/898.93	c speed (assignments/second)	: 2.6441925141307383
1800.10/898.93	c non guided choices	27
1800.10/898.93	c learnt constraints type 
1800.10/898.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 90
1800.10/898.93	s UNKNOWN
1800.10/898.93	c Total wall clock time (in seconds): 898.8

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-4101626-1466215164/watcher-4101626-1466215164 -o /tmp/evaluation-result-4101626-1466215164/solver-4101626-1466215164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101626-1466215164.opb 

pid=14250
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.47 4.38 4.30 5/197 14253
/proc/meminfo: memFree=27457192/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14253/stat : 14253 (java) D 14250 14253 8337 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23562119 2560000 46 33554432000 1073741824 1073778376 140733400749104 140733400746232 225435544871 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.47 4.38 4.30 5/197 14253
/proc/meminfo: memFree=27457192/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 4274 0 1 0 6 1 0 0 20 0 18 0 23562119 9787879424 4880 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2389619 4882 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 4.47 4.38 4.30 5/197 14253
/proc/meminfo: memFree=27457192/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 7204 0 1 0 24 1 0 0 20 0 18 0 23562119 9787879424 8082 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2389619 8082 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300266 s]
/proc/loadavg: 4.47 4.38 4.30 5/197 14253
/proc/meminfo: memFree=27457192/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 11797 0 1 0 53 2 0 0 20 0 18 0 23562119 9787879424 11359 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2389619 11359 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700207 s]
/proc/loadavg: 4.47 4.38 4.30 5/197 14253
/proc/meminfo: memFree=27457192/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 16240 0 1 0 173 4 0 0 20 0 22 0 23562119 10060525568 14366 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 14366 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 4.67 4.42 4.32 6/219 14275
/proc/meminfo: memFree=27348380/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 16728 0 1 0 382 5 0 0 20 0 22 0 23562119 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 40963 2271 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2470 0 1 0 27 1 0 0 20 0 22 0 23562120 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562121 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562121 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/14253/task/14268/stat : 14268 (java) S 14250 14253 8337 0 -1 4202560 7307 0 0 0 72 2 0 0 20 0 22 0 23562126 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152730188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14269] ppid=14250 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/14253/task/14269/stat : 14269 (java) S 14250 14253 8337 0 -1 4202560 5572 0 0 0 76 0 0 0 20 0 22 0 23562126 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152729136056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14270] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14270/stat : 14270 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152728083192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14271] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14271/stat : 14271 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152727030856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14272] ppid=14250 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/14253/task/14272/stat : 14272 (java) R 14250 14253 8337 0 -1 4202560 24 0 0 0 99 0 0 0 20 0 22 0 23562152 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152725974552 140152783008607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14273] ppid=14250 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/14253/task/14273/stat : 14273 (java) R 14250 14253 8337 0 -1 4202560 75 0 0 0 102 1 0 0 20 0 22 0 23562152 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152724921944 140152783097272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14274] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14274/stat : 14274 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562152 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152723870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14275] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14275/stat : 14275 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562153 10060525568 40963 33554432000 1073741824 1073778376 140735040337584 140152722817960 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.67 4.42 4.32 6/219 14275
/proc/meminfo: memFree=27281976/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=7.34 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 18062 0 1 0 724 10 0 0 20 0 22 0 23562119 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 50822 2285 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2470 0 1 0 27 1 0 0 20 0 22 0 23562120 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562121 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23562121 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23562122 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14253/task/14268/stat : 14268 (java) S 14250 14253 8337 0 -1 4202560 7311 0 0 0 77 2 0 0 20 0 22 0 23562126 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152730188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14269] ppid=14250 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/14253/task/14269/stat : 14269 (java) S 14250 14253 8337 0 -1 4202560 6747 0 0 0 95 0 0 0 20 0 22 0 23562126 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152729136056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14270] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14270/stat : 14270 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152728083192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14271] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14271/stat : 14271 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152727030856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14272] ppid=14250 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/14253/task/14272/stat : 14272 (java) R 14250 14253 8337 0 -1 4202560 24 0 0 0 256 0 0 0 20 0 22 0 23562152 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152725973648 140152783007747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14273] ppid=14250 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/14253/task/14273/stat : 14273 (java) R 14250 14253 8337 0 -1 4202560 85 0 0 0 258 2 0 0 20 0 22 0 23562152 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152724921472 140152783097332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14274] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14274/stat : 14274 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562152 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152723870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14275] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14275/stat : 14275 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562153 10060525568 50822 33554432000 1073741824 1073778376 140735040337584 140152722817960 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.67 4.42 4.32 5/219 14275
/proc/meminfo: memFree=27212068/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=13.81 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 18114 0 1 0 1369 12 0 0 20 0 22 0 23562119 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 55908 2285 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2470 0 1 0 27 1 0 0 20 0 22 0 23562120 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23562121 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23562121 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 27 0 0 0 0 1 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 18 0 0 0 0 1 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23562122 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 55908 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.79 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.25 4.26 4.27 5/219 14438
/proc/meminfo: memFree=27206784/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=1766.91 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 21611 0 1 0 176576 115 0 0 20 0 22 0 23562119 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 175522 2294 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2472 0 1 0 29 3 0 0 20 0 22 0 23562120 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 516 0 0 0 38 11 0 0 20 0 22 0 23562121 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 551 0 0 0 43 8 0 0 20 0 22 0 23562121 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 462 0 0 0 45 10 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 355 0 0 0 40 8 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 245 0 0 0 39 10 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 361 0 0 0 43 9 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 323 0 0 0 31 8 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 339 0 0 0 33 10 0 0 20 0 22 0 23562122 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 408 0 0 0 39 17 0 0 20 0 22 0 23562123 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14253/task/14268/stat : 14268 (java) S 14250 14253 8337 0 -1 4202560 7311 0 0 0 77 2 0 0 20 0 22 0 23562126 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152730188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14269] ppid=14250 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/14253/task/14269/stat : 14269 (java) S 14250 14253 8337 0 -1 4202560 6761 0 0 0 102 0 0 0 20 0 22 0 23562126 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152729136056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14270] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14270/stat : 14270 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152728083192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14271] ppid=14250 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/14253/task/14271/stat : 14271 (java) S 14250 14253 8337 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 23562126 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152727030856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14272] ppid=14250 vsize=9824732 CPUtime=879.9 cores=1,3,5,7
/proc/14253/task/14272/stat : 14272 (java) R 14250 14253 8337 0 -1 4202560 65 0 0 0 87974 16 0 0 20 0 22 0 23562152 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152725973568 140152783008357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14273] ppid=14250 vsize=9824732 CPUtime=880.28 cores=1,3,5,7
/proc/14253/task/14273/stat : 14273 (java) R 14250 14253 8337 0 -1 4202560 124 0 0 0 88011 17 0 0 20 0 22 0 23562152 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152724921376 140152783248029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14274] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14274/stat : 14274 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562152 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152723870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14275] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14275/stat : 14275 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562153 10060525568 175522 33554432000 1073741824 1073778376 140735040337584 140152722817960 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1766.91
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.901 s]
/proc/loadavg: 4.27 4.26 4.27 6/219 14439
/proc/meminfo: memFree=27322012/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 21612 0 1 0 179895 115 0 0 20 0 22 0 23562119 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 173227 2294 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2472 0 1 0 29 3 0 0 20 0 22 0 23562120 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 516 0 0 0 39 11 0 0 20 0 22 0 23562121 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 551 0 0 0 44 8 0 0 20 0 22 0 23562121 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 462 0 0 0 46 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 355 0 0 0 40 8 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 245 0 0 0 39 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 361 0 0 0 43 9 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 323 0 0 0 32 8 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 339 0 0 0 33 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 408 0 0 0 39 18 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14253/task/14268/stat : 14268 (java) S 14250 14253 8337 0 -1 4202560 7311 0 0 0 77 2 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152730188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14269] ppid=14250 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/14253/task/14269/stat : 14269 (java) S 14250 14253 8337 0 -1 4202560 6761 0 0 0 102 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152729136056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14270] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14270/stat : 14270 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152728083192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14271] ppid=14250 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14253/task/14271/stat : 14271 (java) S 14250 14253 8337 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152727030856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14272] ppid=14250 vsize=9824732 CPUtime=896.48 cores=1,3,5,7
/proc/14253/task/14272/stat : 14272 (java) R 14250 14253 8337 0 -1 4202560 66 0 0 0 89632 16 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152725974416 140152783044704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14273] ppid=14250 vsize=9824732 CPUtime=896.86 cores=1,3,5,7
/proc/14253/task/14273/stat : 14273 (java) R 14250 14253 8337 0 -1 4202560 124 0 0 0 89669 17 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152724920560 140152783097317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14274] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14274/stat : 14274 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152723870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14275] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14275/stat : 14275 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562153 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152722817960 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 14253 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.901 s]
/proc/loadavg: 4.27 4.26 4.27 6/219 14439
/proc/meminfo: memFree=27322012/32872528 swapFree=1499884/1696108
[pid=14253] ppid=14250 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/14253/stat : 14253 (java) S 14250 14253 8337 0 -1 4202496 21612 0 1 0 179895 115 0 0 20 0 22 0 23562119 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140735040328720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14253/statm: 2456183 173227 2294 9 0 2446860 0
[pid=14253/tid=14255] ppid=14250 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/14253/task/14255/stat : 14255 (java) S 14250 14253 8337 0 -1 4202560 2472 0 1 0 29 3 0 0 20 0 22 0 23562120 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152910238584 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14256] ppid=14250 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/14253/task/14256/stat : 14256 (java) S 14250 14253 8337 0 -1 4202560 516 0 0 0 39 11 0 0 20 0 22 0 23562121 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152753965480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14257] ppid=14250 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14253/task/14257/stat : 14257 (java) S 14250 14253 8337 0 -1 4202560 551 0 0 0 44 8 0 0 20 0 22 0 23562121 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152752912936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14258] ppid=14250 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/14253/task/14258/stat : 14258 (java) S 14250 14253 8337 0 -1 4202560 462 0 0 0 46 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152751859880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14259] ppid=14250 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/14253/task/14259/stat : 14259 (java) S 14250 14253 8337 0 -1 4202560 355 0 0 0 40 8 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152750807336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14260] ppid=14250 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/14253/task/14260/stat : 14260 (java) S 14250 14253 8337 0 -1 4202560 245 0 0 0 39 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152749755304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14261] ppid=14250 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14253/task/14261/stat : 14261 (java) S 14250 14253 8337 0 -1 4202560 361 0 0 0 43 9 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152748702760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14262] ppid=14250 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14253/task/14262/stat : 14262 (java) S 14250 14253 8337 0 -1 4202560 323 0 0 0 32 8 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152747649704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14263] ppid=14250 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14253/task/14263/stat : 14263 (java) S 14250 14253 8337 0 -1 4202560 339 0 0 0 33 10 0 0 20 0 22 0 23562122 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152746597160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14264] ppid=14250 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/14253/task/14264/stat : 14264 (java) S 14250 14253 8337 0 -1 4202560 408 0 0 0 39 18 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152734398824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14265] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14265/stat : 14265 (java) S 14250 14253 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152733345144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14266] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14266/stat : 14266 (java) S 14250 14253 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23562123 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152732291976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14267] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14267/stat : 14267 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152731240720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14268] ppid=14250 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14253/task/14268/stat : 14268 (java) S 14250 14253 8337 0 -1 4202560 7311 0 0 0 77 2 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152730188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14269] ppid=14250 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/14253/task/14269/stat : 14269 (java) S 14250 14253 8337 0 -1 4202560 6761 0 0 0 102 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152729136056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14253/tid=14270] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14270/stat : 14270 (java) S 14250 14253 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152728083192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14253/tid=14271] ppid=14250 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/14253/task/14271/stat : 14271 (java) S 14250 14253 8337 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 23562126 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152727030856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14272] ppid=14250 vsize=9824732 CPUtime=896.48 cores=1,3,5,7
/proc/14253/task/14272/stat : 14272 (java) R 14250 14253 8337 0 -1 4202560 66 0 0 0 89632 16 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152725974416 140152783044704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14253/tid=14273] ppid=14250 vsize=9824732 CPUtime=896.86 cores=1,3,5,7
/proc/14253/task/14273/stat : 14273 (java) R 14250 14253 8337 0 -1 4202560 124 0 0 0 89669 17 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152724920560 140152783097317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14274] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14274/stat : 14274 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562152 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152723870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14253/tid=14275] ppid=14250 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14253/task/14275/stat : 14275 (java) S 14250 14253 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23562153 10060525568 173227 33554432000 1073741824 1073778376 140735040337584 140152722817960 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.945
CPU time (s): 1800.64
CPU user time (s): 1799
CPU system time (s): 1.64575
CPU usage (%): 200.306
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.64575
maximum resident set size= 738236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21663
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22372
involuntary context switches= 20492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95309 second user time and 7.2239 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 03:59:24
IDJOB=4101626
IDBENCH=1774
IDSOLVER=2543
FILE ID=node137/4101626-1466215164
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101626-1466215164/watcher-4101626-1466215164 -o /tmp/evaluation-result-4101626-1466215164/solver-4101626-1466215164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101626-1466215164.opb

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

MD5SUM BENCH= 2299da783c48196e7dbf5579e5089efd
RANDOM SEED=378109414

node137.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.486
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	: 5332.97
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.486
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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.486
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.486
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.486
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.38
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.486
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.56
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.486
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27457720 kB
Buffers:           92260 kB
Cached:            93856 kB
SwapCached:         1268 kB
Active:          2831088 kB
Inactive:         127384 kB
Active(anon):    2773800 kB
Inactive(anon):     1164 kB
Active(file):      57288 kB
Inactive(file):   126220 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       4468296 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             600876 kB
SReclaimable:      44916 kB
SUnreclaim:       555960 kB
KernelStack:        1808 kB
PageTables:        12960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4909412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2908160 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 node137 at 2016-06-18 04:14:23