Trace number 4103290

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) 1801.63 896.059

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst1.opb
MD5SUMc5d594af626243e56994c23d5a3c48e8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark425982
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
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.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-4103290-1466221499.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.09/0.59	c ... done. Wall clock time 0.46s.
1.09/0.59	c declared #vars     13806
1.09/0.59	c #constraints  732
1.09/0.59	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.09/0.59	c constraints type 
1.09/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1.09/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
1.09/0.59	c 732 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.MinWatchCardPB => 8
1.09/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1.09/0.59	c 732 constraints processed.
1.09/0.59	c objective function length is 30 literals
7.78/3.20	c cleaning 2487 clauses out of 4998 with flag 12809/5000
12.30/5.23	c cleaning 4249 clauses out of 8504 with flag 29024/11001
16.50/7.34	c cleaning 5614 clauses out of 11249 with flag 48136/18000
18.39/8.26	c cleaning 6805 clauses out of 13636 with flag 67330/26001
20.00/9.04	c cleaning 7914 clauses out of 15830 with flag 85352/35000
22.20/10.15	c cleaning 8954 clauses out of 17916 with flag 105380/45000
24.79/11.48	c cleaning 9979 clauses out of 19963 with flag 127391/56001
28.29/13.18	c cleaning 10990 clauses out of 21984 with flag 151416/68001
32.29/15.11	c cleaning 11995 clauses out of 23993 with flag 177443/81000
36.69/17.30	c cleaning 12998 clauses out of 26000 with flag 205467/95002
42.04/19.98	c cleaning 13995 clauses out of 28001 with flag 235494/110001
48.63/23.24	c cleaning 14995 clauses out of 30005 with flag 267524/126000
55.57/26.67	c cleaning 16002 clauses out of 32011 with flag 301547/143001
63.37/30.57	c cleaning 17000 clauses out of 34009 with flag 337575/161001
72.79/35.30	c cleaning 18001 clauses out of 36011 with flag 375605/180003
83.57/40.68	c cleaning 19003 clauses out of 38008 with flag 415614/200001
94.65/46.05	c cleaning 19994 clauses out of 40006 with flag 457647/221002
105.85/51.63	c cleaning 21005 clauses out of 42012 with flag 501669/243002
121.20/59.11	c cleaning 21995 clauses out of 44006 with flag 547687/266001
129.60/63.34	c cleaning 0 clauses out of 5001 with flag 0/5001
134.59/65.66	c cleaning 23000 clauses out of 46013 with flag 595713/290003
150.03/73.30	c cleaning 23993 clauses out of 48010 with flag 645744/315000
167.17/82.18	c cleaning 25007 clauses out of 50018 with flag 697808/341001
186.97/92.05	c cleaning 25999 clauses out of 52010 with flag 751855/368000
209.66/103.34	c cleaning 26999 clauses out of 54012 with flag 807895/396001
235.46/116.24	c cleaning 27998 clauses out of 56012 with flag 865936/425000
264.60/130.76	c cleaning 29003 clauses out of 58015 with flag 925995/455001
296.52/146.63	c cleaning 30001 clauses out of 60012 with flag 988033/486001
331.35/164.08	c cleaning 31001 clauses out of 62011 with flag 1052104/518001
368.12/182.31	c cleaning 32002 clauses out of 64010 with flag 1118160/551001
409.57/202.98	c cleaning 33000 clauses out of 66007 with flag 1186203/585000
454.12/225.17	c cleaning 33999 clauses out of 68008 with flag 1256256/620001
502.09/249.04	c cleaning 35001 clauses out of 70008 with flag 1328301/656000
547.35/271.54	c cleaning 0 clauses out of 11001 with flag 0/11001
548.94/272.32	c cleaning 35996 clauses out of 72007 with flag 1402371/693000
602.04/299.42	c cleaning 37003 clauses out of 74011 with flag 1478442/731000
659.15/327.60	c cleaning 38003 clauses out of 76009 with flag 1556536/770001
716.86/356.33	c cleaning 38996 clauses out of 78005 with flag 1636613/810000
783.35/389.29	c cleaning 40002 clauses out of 80009 with flag 1718702/851000
874.51/434.47	c cleaning 40999 clauses out of 82007 with flag 1802742/893000
974.37/483.96	c cleaning 41997 clauses out of 84008 with flag 1888787/936000
1082.12/538.35	c cleaning 43001 clauses out of 86011 with flag 1976826/980000
1195.80/595.07	c cleaning 44002 clauses out of 88012 with flag 2066880/1025002
1314.87/654.37	c cleaning 45001 clauses out of 90010 with flag 2158911/1071002
1384.48/689.09	c cleaning 0 clauses out of 18000 with flag 0/18000
1443.68/718.44	c cleaning 45997 clauses out of 92007 with flag 2252947/1118000
1575.41/784.18	c cleaning 47003 clauses out of 94012 with flag 2349029/1166002
1711.35/851.72	c cleaning 47999 clauses out of 96009 with flag 2447119/1215002
1800.93/896.01	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.93/896.01	c starts		: 132
1800.93/896.01	c conflicts		: 1251893
1800.93/896.01	c decisions		: 1393726
1800.93/896.01	c propagations		: 8173646
1800.93/896.01	c inspects		: 10556926357
1800.93/896.01	c shortcuts		: 0
1800.93/896.01	c learnt literals	: 15
1800.93/896.01	c learnt binary clauses	: 0
1800.93/896.01	c learnt ternary clauses	: 298
1800.93/896.01	c learnt constraints	: 1251878
1800.93/896.01	c ignored constraints	: 0
1800.93/896.01	c root simplifications	: 0
1800.93/896.01	c removed literals (reason simplification)	: 8211158
1800.93/896.01	c reason swapping (by a shorter reason)	: 0
1800.93/896.01	c Calls to reduceDB	: 45
1800.93/896.01	c Number of update (reduction) of LBD	: 4282
1800.93/896.01	c Imported unit clauses	: 0
1800.93/896.01	c number of reductions to clauses (during analyze)	: 0
1800.93/896.01	c number of learned constraints concerned by reduction	: 0
1800.93/896.01	c number of learning phase by resolution	: 0
1800.93/896.01	c number of learning phase by cutting planes	: 0
1800.93/896.01	c speed (assignments/second)	: 9129.159620878912
1800.93/896.01	c non guided choices	14303
1800.93/896.03	c learnt constraints type 
1800.93/896.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84902
1800.93/896.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.93/896.03	c starts		: 45
1800.93/896.03	c conflicts		: 20241
1800.93/896.03	c decisions		: 37421
1800.93/896.03	c propagations		: 314657
1800.93/896.03	c inspects		: 274668405
1800.93/896.03	c shortcuts		: 0
1800.93/896.03	c learnt literals	: 0
1800.93/896.03	c learnt binary clauses	: 0
1800.93/896.03	c learnt ternary clauses	: 0
1800.93/896.03	c learnt constraints	: 20241
1800.93/896.03	c ignored constraints	: 0
1800.93/896.03	c root simplifications	: 0
1800.93/896.03	c removed literals (reason simplification)	: 0
1800.93/896.03	c reason swapping (by a shorter reason)	: 0
1800.93/896.03	c Calls to reduceDB	: 3
1800.93/896.03	c Number of update (reduction) of LBD	: 0
1800.93/896.03	c Imported unit clauses	: 0
1800.93/896.03	c number of reductions to clauses (during analyze)	: 0
1800.93/896.03	c number of learned constraints concerned by reduction	: 0
1800.93/896.03	c number of learning phase by resolution	: 0
1800.93/896.03	c number of learning phase by cutting planes	: 0
1800.93/896.03	c speed (assignments/second)	: 351.4377746157334
1800.93/896.03	c non guided choices	331
1800.93/896.04	c learnt constraints type 
1800.93/896.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.93/896.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20235
1800.93/896.04	s UNKNOWN
1800.93/896.04	c Total wall clock time (in seconds): 895.913

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

pid=17459
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.36 4.28 4.23 5/197 17462
/proc/meminfo: memFree=26591304/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17462/stat : 17462 (java) D 17459 17462 8337 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 24195668 9515008 175 33554432000 1073741824 1073778376 140735988246640 140735988229368 225444709264 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/17462/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.36 4.28 4.23 5/197 17462
/proc/meminfo: memFree=26591304/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 4370 0 1 0 6 1 0 0 20 0 18 0 24195668 9787879424 4977 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2389619 4977 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.36 4.28 4.23 5/197 17462
/proc/meminfo: memFree=26591304/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 4831 0 1 0 24 1 0 0 20 0 18 0 24195668 9787879424 6348 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2389619 6348 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 4.36 4.28 4.23 5/197 17462
/proc/meminfo: memFree=26591304/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 12873 0 1 0 52 2 0 0 20 0 18 0 24195668 9787879424 13362 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2389619 13362 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 4.36 4.28 4.23 5/197 17462
/proc/meminfo: memFree=26591304/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 13372 0 1 0 147 4 0 0 20 0 22 0 24195668 10060525568 34078 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 34078 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.36 4.28 4.23 5/219 17484
/proc/meminfo: memFree=26437052/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 14297 0 1 0 411 9 0 0 20 0 22 0 24195668 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 50733 2280 9 0 2446860 0
[pid=17462/tid=17464] ppid=17459 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2520 0 1 0 52 3 0 0 20 0 22 0 24195670 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) S 17459 17462 8337 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138815645992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138814593192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) S 17459 17462 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138813540904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) S 17459 17462 8337 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138812488104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) S 17459 17462 8337 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138811435816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138715495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) S 17459 17462 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138714442792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) S 17459 17462 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 24195671 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138713389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24195672 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138700978408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/17462/task/17477/stat : 17477 (java) R 17459 17462 8337 0 -1 4202560 4777 0 0 0 93 0 0 0 20 0 22 0 24195675 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138696768184 140138883265824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17478] ppid=17459 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/17462/task/17478/stat : 17478 (java) R 17459 17462 8337 0 -1 4202560 5511 0 0 0 92 2 0 0 20 0 22 0 24195675 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138695702672 140138879524682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17479] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17479/stat : 17479 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138694663288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17480] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17480/stat : 17480 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138693610696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17481] ppid=17459 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/17462/task/17481/stat : 17481 (java) R 17459 17462 8337 0 -1 4202560 23 0 0 0 73 0 0 0 20 0 22 0 24195728 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138692553144 140138817470902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17482] ppid=17459 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/17462/task/17482/stat : 17482 (java) R 17459 17462 8337 0 -1 4202560 48 0 0 0 85 0 0 0 20 0 22 0 24195728 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138691500624 140138816729383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17483] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17483/stat : 17483 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24195736 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138690450600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17484] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17484/stat : 17484 (java) S 17459 17462 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195738 10060525568 50733 33554432000 1073741824 1073778376 140733913895152 140138689397800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.33 4.28 4.23 5/219 17484
/proc/meminfo: memFree=26368664/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 14753 0 1 0 764 14 0 0 20 0 22 0 24195668 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 75680 2280 9 0 2446860 0
[pid=17462/tid=17464] ppid=17459 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2520 0 1 0 52 3 0 0 20 0 22 0 24195670 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) S 17459 17462 8337 0 -1 4202560 125 0 0 0 2 1 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138815645992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) S 17459 17462 8337 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138814593192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) S 17459 17462 8337 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138813540904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) S 17459 17462 8337 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138812488104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) S 17459 17462 8337 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138811435816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) S 17459 17462 8337 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138715495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138714442792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) S 17459 17462 8337 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 24195671 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138713389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24195672 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138700978408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/17462/task/17477/stat : 17477 (java) S 17459 17462 8337 0 -1 4202560 4805 0 0 0 121 0 0 0 20 0 22 0 24195675 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138696768184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17478] ppid=17459 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/17462/task/17478/stat : 17478 (java) S 17459 17462 8337 0 -1 4202560 5513 0 0 0 97 2 0 0 20 0 22 0 24195675 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138695715384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17479] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17479/stat : 17479 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138694663288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17480] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17480/stat : 17480 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138693610696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17481] ppid=17459 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/17462/task/17481/stat : 17481 (java) R 17459 17462 8337 0 -1 4202560 28 0 0 0 229 0 0 0 20 0 22 0 24195728 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138692553136 140138817398641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17482] ppid=17459 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/17462/task/17482/stat : 17482 (java) R 17459 17462 8337 0 -1 4202560 80 0 0 0 237 2 0 0 20 0 22 0 24195728 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138691499920 140138817443427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17483] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17483/stat : 17483 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24195736 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138690450600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17484] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17484/stat : 17484 (java) S 17459 17462 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195738 10060525568 75680 33554432000 1073741824 1073778376 140733913895152 140138689397800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.33 4.28 4.23 5/219 17484
/proc/meminfo: memFree=26194656/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=14.49 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 15099 0 1 0 1426 23 0 0 20 0 22 0 24195668 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 100765 2284 9 0 2446860 0
[pid=17462/tid=17464] ppid=17459 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2520 0 1 0 52 3 0 0 20 0 22 0 24195670 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) S 17459 17462 8337 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138815645992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) S 17459 17462 8337 0 -1 4202560 115 0 0 0 6 3 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138814593192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) S 17459 17462 8337 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138813540904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) S 17459 17462 8337 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138812488104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) S 17459 17462 8337 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138811435816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) S 17459 17462 8337 0 -1 4202560 52 0 0 0 4 3 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138715495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) S 17459 17462 8337 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138714442792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) S 17459 17462 8337 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 24195671 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138713389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24195672 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138700978408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 100765 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9824732 CPUtime=1.25 cores=1,3,5,7

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


[startup+882.309 s]
/proc/loadavg: 4.33 4.28 4.26 6/219 17577
/proc/meminfo: memFree=24073584/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=1773.2 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 29832 0 1 0 177110 210 0 0 20 0 22 0 24195668 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 926556 2293 9 0 2446860 0
[pid=17462/tid=17464] ppid=17459 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2530 0 1 0 55 5 0 0 20 0 22 0 24195670 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) S 17459 17462 8337 0 -1 4202560 962 0 0 0 306 28 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138815645992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) S 17459 17462 8337 0 -1 4202560 910 0 0 0 268 18 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138814593192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) S 17459 17462 8337 0 -1 4202560 594 0 0 0 240 14 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138813540904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) S 17459 17462 8337 0 -1 4202560 551 0 0 0 290 21 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138812488104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) S 17459 17462 8337 0 -1 4202560 568 0 0 0 229 19 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138811435816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) S 17459 17462 8337 0 -1 4202560 487 0 0 0 241 16 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138715495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) S 17459 17462 8337 0 -1 4202560 660 0 0 0 257 21 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138714442792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) S 17459 17462 8337 0 -1 4202560 526 0 0 0 253 13 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138713389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 2681 0 0 0 413 9 0 0 20 0 22 0 24195672 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138700978408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17462/task/17477/stat : 17477 (java) S 17459 17462 8337 0 -1 4202560 10575 0 0 0 184 2 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138696768184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17478] ppid=17459 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/17462/task/17478/stat : 17478 (java) S 17459 17462 8337 0 -1 4202560 5526 0 0 0 121 2 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138695715384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17479] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17479/stat : 17479 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138694663288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17480] ppid=17459 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17462/task/17480/stat : 17480 (java) S 17459 17462 8337 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138693610696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17481] ppid=17459 vsize=9824732 CPUtime=871.31 cores=1,3,5,7
/proc/17462/task/17481/stat : 17481 (java) R 17459 17462 8337 0 -1 4202560 125 0 0 0 87115 16 0 0 20 0 22 0 24195728 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138692553264 140138817283167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17482] ppid=17459 vsize=9824732 CPUtime=871.49 cores=1,3,5,7
/proc/17462/task/17482/stat : 17482 (java) R 17459 17462 8337 0 -1 4202560 1817 0 0 0 87102 47 0 0 20 0 22 0 24195728 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138691501136 140138817410622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17483] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17483/stat : 17483 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24195736 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138690450600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17484] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17484/stat : 17484 (java) S 17459 17462 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195738 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138689397800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.2
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.36 4.28 4.26 6/219 17577
/proc/meminfo: memFree=24110816/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 29835 0 1 0 179807 210 0 0 20 0 22 0 24195668 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2456183 926556 2293 9 0 2446860 0
[pid=17462/tid=17464] ppid=17459 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2530 0 1 0 55 5 0 0 20 0 22 0 24195670 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) S 17459 17462 8337 0 -1 4202560 962 0 0 0 306 28 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138815645992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) S 17459 17462 8337 0 -1 4202560 910 0 0 0 268 18 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138814593192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) S 17459 17462 8337 0 -1 4202560 594 0 0 0 240 14 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138813540904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) S 17459 17462 8337 0 -1 4202560 551 0 0 0 290 21 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138812488104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) S 17459 17462 8337 0 -1 4202560 568 0 0 0 229 19 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138811435816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) S 17459 17462 8337 0 -1 4202560 487 0 0 0 241 16 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138715495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) S 17459 17462 8337 0 -1 4202560 660 0 0 0 257 21 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138714442792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) S 17459 17462 8337 0 -1 4202560 526 0 0 0 253 13 0 0 20 0 22 0 24195671 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138713389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 2681 0 0 0 413 9 0 0 20 0 22 0 24195672 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138700978408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195673 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17462/task/17477/stat : 17477 (java) S 17459 17462 8337 0 -1 4202560 10576 0 0 0 184 2 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138696768184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17478] ppid=17459 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/17462/task/17478/stat : 17478 (java) S 17459 17462 8337 0 -1 4202560 5527 0 0 0 121 2 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138695715384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17479] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17479/stat : 17479 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138694663288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17480] ppid=17459 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17462/task/17480/stat : 17480 (java) S 17459 17462 8337 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 22 0 24195675 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138693610696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17481] ppid=17459 vsize=9824732 CPUtime=884.79 cores=1,3,5,7
/proc/17462/task/17481/stat : 17481 (java) R 17459 17462 8337 0 -1 4202560 125 0 0 0 88463 16 0 0 20 0 22 0 24195728 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138692553264 140138817594071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17482] ppid=17459 vsize=9824732 CPUtime=884.98 cores=1,3,5,7
/proc/17462/task/17482/stat : 17482 (java) R 17459 17462 8337 0 -1 4202560 1818 0 0 0 88451 47 0 0 20 0 22 0 24195728 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138691500536 140138817555039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17483] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17483/stat : 17483 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24195736 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138690450600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17484] ppid=17459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17484/stat : 17484 (java) S 17459 17462 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195738 10060525568 926556 33554432000 1073741824 1073778376 140733913895152 140138689397800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 17462 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.001 s]
/proc/loadavg: 4.36 4.28 4.26 6/219 17577
/proc/meminfo: memFree=24110816/32872528 swapFree=1499884/1696108
[pid=17462] ppid=17459 vsize=9891296 CPUtime=1800.93 cores=1,3,5,7
/proc/17462/stat : 17462 (java) S 17459 17462 8337 0 -1 4202496 29890 0 1 0 179881 212 0 0 20 0 23 0 24195668 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140733913886288 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17462/statm: 2472824 931699 2293 9 0 2463501 0
[pid=17462/tid=17464] ppid=17459 vsize=9891296 CPUtime=0.6 cores=1,3,5,7
/proc/17462/task/17464/stat : 17464 (java) S 17459 17462 8337 0 -1 4202560 2530 0 1 0 55 5 0 0 20 0 23 0 24195670 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138876916600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17465] ppid=17459 vsize=9891296 CPUtime=3.43 cores=1,3,5,7
/proc/17462/task/17465/stat : 17465 (java) R 17459 17462 8337 0 -1 4202560 965 0 0 0 315 28 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138815646168 225444662407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17466] ppid=17459 vsize=9891296 CPUtime=2.95 cores=1,3,5,7
/proc/17462/task/17466/stat : 17466 (java) R 17459 17462 8337 0 -1 4202560 913 0 0 0 276 19 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138814593320 225444662407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17467] ppid=17459 vsize=9891296 CPUtime=2.59 cores=1,3,5,7
/proc/17462/task/17467/stat : 17467 (java) R 17459 17462 8337 0 -1 4202560 594 0 0 0 245 14 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138813541032 225444662407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17468] ppid=17459 vsize=9891296 CPUtime=3.21 cores=1,3,5,7
/proc/17462/task/17468/stat : 17468 (java) R 17459 17462 8337 0 -1 4202560 561 0 0 0 299 22 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138812488232 225444662407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17469] ppid=17459 vsize=9891296 CPUtime=2.58 cores=1,3,5,7
/proc/17462/task/17469/stat : 17469 (java) R 17459 17462 8337 0 -1 4202560 571 0 0 0 239 19 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138811435944 225444662407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17470] ppid=17459 vsize=9891296 CPUtime=2.71 cores=1,3,5,7
/proc/17462/task/17470/stat : 17470 (java) R 17459 17462 8337 0 -1 4202560 498 0 0 0 254 17 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138715495208 140138884961449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17471] ppid=17459 vsize=9891296 CPUtime=2.88 cores=1,3,5,7
/proc/17462/task/17471/stat : 17471 (java) R 17459 17462 8337 0 -1 4202560 661 0 0 0 267 21 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138714442968 140138881078048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17472] ppid=17459 vsize=9891296 CPUtime=2.75 cores=1,3,5,7
/proc/17462/task/17472/stat : 17472 (java) R 17459 17462 8337 0 -1 4202560 533 0 0 0 261 14 0 0 20 0 23 0 24195671 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138713390120 225444662407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17473] ppid=17459 vsize=9891296 CPUtime=4.22 cores=1,3,5,7
/proc/17462/task/17473/stat : 17473 (java) S 17459 17462 8337 0 -1 4202560 2681 0 0 0 413 9 0 0 20 0 23 0 24195672 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138700977288 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17474] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17474/stat : 17474 (java) S 17459 17462 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 24195673 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138699924472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17475] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17475/stat : 17475 (java) S 17459 17462 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 24195673 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138698872072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17476] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17476/stat : 17476 (java) S 17459 17462 8337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 23 0 24195675 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138697820560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17477] ppid=17459 vsize=9891296 CPUtime=1.86 cores=1,3,5,7
/proc/17462/task/17477/stat : 17477 (java) S 17459 17462 8337 0 -1 4202560 10576 0 0 0 184 2 0 0 20 0 23 0 24195675 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138696768184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17478] ppid=17459 vsize=9891296 CPUtime=1.23 cores=1,3,5,7
/proc/17462/task/17478/stat : 17478 (java) S 17459 17462 8337 0 -1 4202560 5527 0 0 0 121 2 0 0 20 0 23 0 24195675 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138695715384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17479] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17479/stat : 17479 (java) S 17459 17462 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24195675 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138694663288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17462/tid=17480] ppid=17459 vsize=9891296 CPUtime=0.4 cores=1,3,5,7
/proc/17462/task/17480/stat : 17480 (java) S 17459 17462 8337 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 23 0 24195675 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138693610696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17481] ppid=17459 vsize=9891296 CPUtime=884.8 cores=1,3,5,7
/proc/17462/task/17481/stat : 17481 (java) S 17459 17462 8337 0 -1 4202560 125 0 0 0 88464 16 0 0 20 0 23 0 24195728 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138692553384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17462/tid=17482] ppid=17459 vsize=9891296 CPUtime=884.99 cores=1,3,5,7
/proc/17462/task/17482/stat : 17482 (java) S 17459 17462 8337 0 -1 4202560 1818 0 0 0 88452 47 0 0 20 0 23 0 24195728 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138691500440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17462/tid=17483] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17483/stat : 17483 (java) S 17459 17462 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 24195736 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138690450600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17462/tid=17484] ppid=17459 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/17462/task/17484/stat : 17484 (java) S 17459 17462 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 24195738 10128687104 931699 33554432000 1073741824 1073778376 140733913895152 140138689397800 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 9891296

Child status: 143
Real time (s): 896.059
CPU time (s): 1801.63
CPU user time (s): 1798.9
CPU system time (s): 2.73158
CPU usage (%): 201.061
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 2.73158
maximum resident set size= 3726848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29915
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22433
involuntary context switches= 18507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65314 second user time and 7.9238 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 05:44:59
IDJOB=4103290
IDBENCH=2319
IDSOLVER=2543
FILE ID=node137/4103290-1466221499
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bienst1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103290-1466221499/watcher-4103290-1466221499 -o /tmp/evaluation-result-4103290-1466221499/solver-4103290-1466221499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103290-1466221499.opb

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

MD5SUM BENCH= c5d594af626243e56994c23d5a3c48e8
RANDOM SEED=185145328

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:        26591708 kB
Buffers:          101088 kB
Cached:           133660 kB
SwapCached:         1268 kB
Active:          3677776 kB
Inactive:         164788 kB
Active(anon):    3609152 kB
Inactive(anon):     1024 kB
Active(file):      68624 kB
Inactive(file):   163764 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       5360192 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             602396 kB
SReclaimable:      46456 kB
SUnreclaim:       555940 kB
KernelStack:        1808 kB
PageTables:        14916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5708616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3758080 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 05:59:56