Trace number 4103734

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.06 895.768

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-gfrd-pnc.opb
MD5SUM84033421910bbd4d66297a25db66c955
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 698469056512
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 44081965661371
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 698469056512
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 44081965661371
Number of bits of the biggest sum of numbers46
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103734-1466246247.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.45/0.73	c ... done. Wall clock time 0.622s.
1.45/0.73	c declared #vars     27888
1.45/0.73	c #constraints  1422
1.45/0.74	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.45/0.74	c constraints type 
1.45/0.74	c org.sat4j.specs.Constr$1 => 16
1.45/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1406
1.45/0.74	c 1422 constraints processed.
1.45/0.74	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.45/0.74	c constraints type 
1.45/0.74	c org.sat4j.specs.Constr$1 => 16
1.45/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1406
1.45/0.74	c 1422 constraints processed.
1.45/0.74	c objective function length is 27836 literals
4.37/1.68	c cleaning 2493 clauses out of 4998 with flag 11781/5001
5.42/2.06	c cleaning 4238 clauses out of 8504 with flag 23997/11000
6.67/2.50	c cleaning 5627 clauses out of 11265 with flag 46631/18000
7.73/2.94	c cleaning 6807 clauses out of 13638 with flag 64666/26000
9.98/3.79	c cleaning 7903 clauses out of 15832 with flag 84135/35001
12.47/4.80	c cleaning 8955 clauses out of 17926 with flag 106179/45000
14.75/5.92	c cleaning 9978 clauses out of 19971 with flag 128858/56000
16.96/7.08	c cleaning 10992 clauses out of 21994 with flag 153724/68001
20.86/8.94	c cleaning 12001 clauses out of 24004 with flag 181401/81003
25.15/11.08	c cleaning 12999 clauses out of 26000 with flag 211790/95000
30.26/13.59	c cleaning 14001 clauses out of 28002 with flag 244274/110001
35.46/16.17	c cleaning 14996 clauses out of 30001 with flag 278960/126001
41.55/19.14	c cleaning 15998 clauses out of 32004 with flag 314325/143000
48.35/22.56	c cleaning 16997 clauses out of 34006 with flag 350645/161000
51.34/24.05	c cleaning 0 clauses out of 5001 with flag 0/5001
56.50/26.44	c cleaning 18006 clauses out of 36011 with flag 388658/180002
65.15/30.74	c cleaning 19002 clauses out of 38004 with flag 428663/200001
74.20/35.29	c cleaning 19999 clauses out of 40003 with flag 470678/221002
84.07/40.17	c cleaning 21000 clauses out of 42002 with flag 514679/243000
94.94/45.55	c cleaning 22000 clauses out of 44004 with flag 560683/266002
107.21/51.69	c cleaning 22997 clauses out of 46002 with flag 608684/290000
121.07/58.53	c cleaning 23997 clauses out of 48007 with flag 658691/315002
137.72/66.88	c cleaning 25002 clauses out of 50009 with flag 710705/341001
156.32/76.38	c cleaning 25999 clauses out of 52007 with flag 764761/368001
175.75/86.00	c cleaning 27001 clauses out of 54009 with flag 820774/396002
196.48/96.31	c cleaning 28002 clauses out of 56006 with flag 878804/425000
210.96/103.51	c cleaning 0 clauses out of 11001 with flag 0/11001
216.95/106.58	c cleaning 28998 clauses out of 58005 with flag 938821/455001
239.63/117.81	c cleaning 30002 clauses out of 60008 with flag 1000823/486002
264.52/130.26	c cleaning 31000 clauses out of 62005 with flag 1064823/518001
292.26/144.06	c cleaning 31999 clauses out of 64005 with flag 1130823/551001
321.82/158.76	c cleaning 33002 clauses out of 66005 with flag 1198823/585000
350.77/173.17	c cleaning 33999 clauses out of 68004 with flag 1268827/620001
383.99/189.63	c cleaning 35001 clauses out of 70005 with flag 1340828/656001
421.17/208.16	c cleaning 36000 clauses out of 72003 with flag 1415332/693000
459.82/227.32	c cleaning 36998 clauses out of 74003 with flag 1492032/731000
501.99/248.75	c cleaning 37998 clauses out of 76007 with flag 1570150/770002
546.57/270.93	c cleaning 38993 clauses out of 78007 with flag 1650148/810000
579.77/287.46	c cleaning 0 clauses out of 18001 with flag 0/18001
592.47/293.78	c cleaning 40004 clauses out of 80014 with flag 1732148/851000
638.53/316.67	c cleaning 41003 clauses out of 82010 with flag 1816148/893000
690.70/342.64	c cleaning 42002 clauses out of 84007 with flag 1902148/936000
737.28/365.89	c cleaning 43001 clauses out of 86005 with flag 1990148/980000
795.77/394.98	c cleaning 44002 clauses out of 88004 with flag 2080151/1025000
857.35/425.59	c cleaning 45001 clauses out of 90004 with flag 2172256/1071002
923.78/458.54	c cleaning 45997 clauses out of 92002 with flag 2266426/1118001
1002.56/497.78	c cleaning 46999 clauses out of 94008 with flag 2362433/1166004
1084.46/538.96	c cleaning 48001 clauses out of 96005 with flag 2460426/1215000
1180.67/586.87	c cleaning 48994 clauses out of 98004 with flag 2560447/1265000
1227.12/609.97	c cleaning 0 clauses out of 26000 with flag 0/26000
1280.76/636.62	c cleaning 50002 clauses out of 100010 with flag 2662496/1316000
1387.72/689.88	c cleaning 50999 clauses out of 102008 with flag 2766582/1368000
1486.15/738.83	c cleaning 52001 clauses out of 104009 with flag 2872615/1421000
1587.99/790.28	c cleaning 53001 clauses out of 106009 with flag 2980619/1475001
1691.35/841.67	c cleaning 54002 clauses out of 108010 with flag 3090642/1530003
1800.06/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.70	c starts		: 1378
1800.06/895.70	c conflicts		: 1581421
1800.06/895.70	c decisions		: 2018497
1800.06/895.70	c propagations		: 9132036
1800.06/895.70	c inspects		: 11831667833
1800.06/895.70	c shortcuts		: 0
1800.06/895.70	c learnt literals	: 6
1800.06/895.70	c learnt binary clauses	: 6
1800.06/895.70	c learnt ternary clauses	: 8
1800.06/895.70	c learnt constraints	: 1581415
1800.06/895.70	c ignored constraints	: 0
1800.06/895.70	c root simplifications	: 0
1800.06/895.70	c removed literals (reason simplification)	: 15988129
1800.06/895.70	c reason swapping (by a shorter reason)	: 0
1800.06/895.70	c Calls to reduceDB	: 51
1800.06/895.70	c Number of update (reduction) of LBD	: 5466
1800.06/895.70	c Imported unit clauses	: 0
1800.06/895.70	c number of reductions to clauses (during analyze)	: 0
1800.06/895.70	c number of learned constraints concerned by reduction	: 0
1800.06/895.70	c number of learning phase by resolution	: 0
1800.06/895.70	c number of learning phase by cutting planes	: 0
1800.06/895.70	c speed (assignments/second)	: 10204.555156006607
1800.06/895.70	c non guided choices	76071
1800.06/895.73	c learnt constraints type 
1800.06/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.06/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105420
1800.06/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.73	c starts		: 55
1800.06/895.73	c conflicts		: 30734
1800.06/895.73	c decisions		: 165413
1800.06/895.73	c propagations		: 476116
1800.06/895.73	c inspects		: 615566022
1800.06/895.73	c shortcuts		: 0
1800.06/895.73	c learnt literals	: 0
1800.06/895.73	c learnt binary clauses	: 0
1800.06/895.73	c learnt ternary clauses	: 0
1800.06/895.73	c learnt constraints	: 30734
1800.06/895.73	c ignored constraints	: 0
1800.06/895.73	c root simplifications	: 0
1800.06/895.73	c removed literals (reason simplification)	: 0
1800.06/895.73	c reason swapping (by a shorter reason)	: 0
1800.06/895.73	c Calls to reduceDB	: 4
1800.06/895.73	c Number of update (reduction) of LBD	: 0
1800.06/895.73	c Imported unit clauses	: 0
1800.06/895.73	c number of reductions to clauses (during analyze)	: 0
1800.06/895.73	c number of learned constraints concerned by reduction	: 0
1800.06/895.73	c number of learning phase by resolution	: 0
1800.06/895.73	c number of learning phase by cutting planes	: 0
1800.06/895.73	c speed (assignments/second)	: 532.0207392839584
1800.06/895.73	c non guided choices	0
1800.06/895.74	c learnt constraints type 
1800.06/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2608
1800.06/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28126
1800.06/895.74	s UNKNOWN
1800.06/895.74	c Total wall clock time (in seconds): 895.628

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-4103734-1466246247/watcher-4103734-1466246247 -o /tmp/evaluation-result-4103734-1466246247/solver-4103734-1466246247 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103734-1466246247.opb 

pid=21583
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.89 4.14 4.16 3/172 21586
/proc/meminfo: memFree=30654964/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21586/stat : 21586 (java) D 21583 21586 20157 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 26671335 2560000 46 33554432000 1073741824 1073778376 140733990545936 140733990543064 214528257319 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 3.89 4.14 4.16 3/172 21586
/proc/meminfo: memFree=30654964/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 4474 0 1 0 8 2 0 0 20 0 18 0 26671335 9787879424 5601 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2389619 5601 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 3.89 4.14 4.16 3/172 21586
/proc/meminfo: memFree=30654964/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 5139 0 1 0 28 2 0 0 20 0 18 0 26671335 9787879424 6971 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2389619 6971 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 3.89 4.14 4.16 3/172 21586
/proc/meminfo: memFree=30654964/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 6307 0 1 0 48 3 0 0 20 0 18 0 26671335 9787879424 11135 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2389619 11135 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700158 s]
/proc/loadavg: 3.89 4.14 4.16 3/172 21586
/proc/meminfo: memFree=30654964/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9558476 CPUtime=1.45 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 17501 0 1 0 139 6 0 0 20 0 18 0 26671335 9787879424 36746 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2389619 36746 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558476

[startup+1.50089 s]
/proc/loadavg: 3.89 4.14 4.16 8/215 21636
/proc/meminfo: memFree=30347016/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9824732 CPUtime=4.16 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 20586 0 1 0 401 15 0 0 20 0 22 0 26671335 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2456183 58943 2279 9 0 2446860 0
[pid=21586/tid=21588] ppid=21583 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/21586/task/21588/stat : 21588 (java) S 21583 21586 20157 0 -1 4202560 2536 0 1 0 67 4 0 0 20 0 22 0 26671336 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533272040312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21589] ppid=21583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21586/task/21589/stat : 21589 (java) S 21583 21586 20157 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533210770216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21590] ppid=21583 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21586/task/21590/stat : 21590 (java) S 21583 21586 20157 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533114288808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21591] ppid=21583 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 106 0 0 0 1 1 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 26671337 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21586/task/21601/stat : 21601 (java) S 21583 21586 20157 0 -1 4202560 7917 0 0 0 85 1 0 0 20 0 22 0 26671340 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533091563704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21602] ppid=21583 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/21586/task/21602/stat : 21602 (java) S 21583 21586 20157 0 -1 4202560 8260 0 0 0 87 1 0 0 20 0 22 0 26671340 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533090510904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21603] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21603/stat : 21603 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533089458808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21604] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21604/stat : 21604 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671341 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533088406216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21633] ppid=21583 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/21586/task/21633/stat : 21633 (java) R 21583 21586 20157 0 -1 4202560 26 0 0 0 65 0 0 0 20 0 22 0 26671409 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533087351640 140533212719078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21634] ppid=21583 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/21586/task/21634/stat : 21634 (java) R 21583 21586 20157 0 -1 4202560 33 0 0 0 66 0 0 0 20 0 22 0 26671409 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533086297880 140533212756643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21635] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21635/stat : 21635 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533085247144 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21636] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21636/stat : 21636 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 58943 33554432000 1073741824 1073778376 140733990545936 140533084194344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.89 4.14 4.16 11/193 21667
/proc/meminfo: memFree=30286840/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9824732 CPUtime=8.36 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 30455 0 1 0 811 25 0 0 20 0 22 0 26671335 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2456183 101961 2283 9 0 2446860 0
[pid=21586/tid=21588] ppid=21583 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/21586/task/21588/stat : 21588 (java) S 21583 21586 20157 0 -1 4202560 2536 0 1 0 67 4 0 0 20 0 22 0 26671336 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533272040312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21589] ppid=21583 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21586/task/21589/stat : 21589 (java) S 21583 21586 20157 0 -1 4202560 127 0 0 0 6 1 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533210770216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21590] ppid=21583 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21586/task/21590/stat : 21590 (java) S 21583 21586 20157 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533114288808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21591] ppid=21583 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 22 0 26671337 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/21586/task/21601/stat : 21601 (java) R 21583 21586 20157 0 -1 4202560 11349 0 0 0 126 2 0 0 20 0 22 0 26671340 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533091550888 140533274945624 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21602] ppid=21583 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/21586/task/21602/stat : 21602 (java) S 21583 21586 20157 0 -1 4202560 14320 0 0 0 135 2 0 0 20 0 22 0 26671340 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533090510904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21603] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21603/stat : 21603 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533089458808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21604] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21604/stat : 21604 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671341 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533088406216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21633] ppid=21583 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/21586/task/21633/stat : 21633 (java) R 21583 21586 20157 0 -1 4202560 33 0 0 0 213 0 0 0 20 0 22 0 26671409 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533087351728 140533212676644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21634] ppid=21583 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/21586/task/21634/stat : 21634 (java) R 21583 21586 20157 0 -1 4202560 82 0 0 0 216 2 0 0 20 0 22 0 26671409 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533086297592 140533213091057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21635] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21635/stat : 21635 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533085247144 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21636] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21636/stat : 21636 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 101961 33554432000 1073741824 1073778376 140733990545936 140533084194344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.98 4.16 4.16 7/218 21709
/proc/meminfo: memFree=29781936/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9824732 CPUtime=15.56 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 37703 0 1 0 1519 37 0 0 20 0 22 0 26671335 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2456183 183509 2283 9 0 2446860 0
[pid=21586/tid=21588] ppid=21583 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/21586/task/21588/stat : 21588 (java) S 21583 21586 20157 0 -1 4202560 2536 0 1 0 67 4 0 0 20 0 22 0 26671336 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533272040312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21589] ppid=21583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21586/task/21589/stat : 21589 (java) S 21583 21586 20157 0 -1 4202560 145 0 0 0 9 3 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533210770216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21590] ppid=21583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21586/task/21590/stat : 21590 (java) S 21583 21586 20157 0 -1 4202560 165 0 0 0 8 4 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533114288808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21591] ppid=21583 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 144 0 0 0 8 3 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 22 0 26671337 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 183509 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=1.69 cores=0,2,4,6

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

/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 516 0 0 0 240 11 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 642 0 0 0 237 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 636 0 0 0 257 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 685 0 0 0 214 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 915 0 0 0 253 12 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 625 0 0 0 237 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 2087 0 0 0 378 10 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21586/task/21601/stat : 21601 (java) S 21583 21586 20157 0 -1 4202560 12593 0 0 0 177 2 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533091563704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21602] ppid=21583 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/21586/task/21602/stat : 21602 (java) S 21583 21586 20157 0 -1 4202560 20423 0 0 0 197 3 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533090510904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21603] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21603/stat : 21603 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533089458808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21604] ppid=21583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/21586/task/21604/stat : 21604 (java) S 21583 21586 20157 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 26671341 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533088406216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21633] ppid=21583 vsize=9824732 CPUtime=869.54 cores=0,2,4,6
/proc/21586/task/21633/stat : 21633 (java) R 21583 21586 20157 0 -1 4202560 109 0 0 0 86940 14 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533087350592 140533212734231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21634] ppid=21583 vsize=9824732 CPUtime=869.58 cores=0,2,4,6
/proc/21586/task/21634/stat : 21634 (java) R 21583 21586 20157 0 -1 4202560 1834 0 0 0 86913 45 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533086296688 140533212490362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21635] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21635/stat : 21635 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533085247144 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21636] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21636/stat : 21636 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533084194344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.16
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.28 4.22 4.19 5/219 22069
/proc/meminfo: memFree=25643884/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 46703 0 1 0 179823 183 0 0 20 0 22 0 26671335 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2456183 908470 2292 9 0 2446860 0
[pid=21586/tid=21588] ppid=21583 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/21586/task/21588/stat : 21588 (java) S 21583 21586 20157 0 -1 4202560 2546 0 1 0 70 6 0 0 20 0 22 0 26671336 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533272040312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21589] ppid=21583 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21586/task/21589/stat : 21589 (java) S 21583 21586 20157 0 -1 4202560 616 0 0 0 277 17 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533210770216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21590] ppid=21583 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/21586/task/21590/stat : 21590 (java) S 21583 21586 20157 0 -1 4202560 1159 0 0 0 278 15 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533114288808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21591] ppid=21583 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 516 0 0 0 245 11 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 642 0 0 0 240 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 636 0 0 0 259 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 685 0 0 0 218 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 915 0 0 0 256 12 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 625 0 0 0 238 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 2087 0 0 0 378 10 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21586/task/21601/stat : 21601 (java) S 21583 21586 20157 0 -1 4202560 12593 0 0 0 177 2 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533091563704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21602] ppid=21583 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/21586/task/21602/stat : 21602 (java) S 21583 21586 20157 0 -1 4202560 20423 0 0 0 197 3 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533090510904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21603] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21603/stat : 21603 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533089458808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21604] ppid=21583 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21586/task/21604/stat : 21604 (java) S 21583 21586 20157 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26671341 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533088406216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21633] ppid=21583 vsize=9824732 CPUtime=882.82 cores=0,2,4,6
/proc/21586/task/21633/stat : 21633 (java) R 21583 21586 20157 0 -1 4202560 109 0 0 0 88267 15 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533087349696 140533212734231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21634] ppid=21583 vsize=9824732 CPUtime=882.86 cores=0,2,4,6
/proc/21586/task/21634/stat : 21634 (java) R 21583 21586 20157 0 -1 4202560 1836 0 0 0 88241 45 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533086297744 140533212550581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21635] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21635/stat : 21635 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533085247144 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21636] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21636/stat : 21636 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533084194344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 21586 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.28 4.22 4.19 5/219 22069
/proc/meminfo: memFree=25643884/32872528 swapFree=1191052/1305516
[pid=21586] ppid=21583 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/21586/stat : 21586 (java) S 21583 21586 20157 0 -1 4202496 46703 0 1 0 179823 183 0 0 20 0 22 0 26671335 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140733990537072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21586/statm: 2456183 908470 2292 9 0 2446860 0
[pid=21586/tid=21588] ppid=21583 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/21586/task/21588/stat : 21588 (java) S 21583 21586 20157 0 -1 4202560 2546 0 1 0 70 6 0 0 20 0 22 0 26671336 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533272040312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21589] ppid=21583 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21586/task/21589/stat : 21589 (java) S 21583 21586 20157 0 -1 4202560 616 0 0 0 277 17 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533210770216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21590] ppid=21583 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/21586/task/21590/stat : 21590 (java) S 21583 21586 20157 0 -1 4202560 1159 0 0 0 278 15 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533114288808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21591] ppid=21583 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/21586/task/21591/stat : 21591 (java) S 21583 21586 20157 0 -1 4202560 516 0 0 0 245 11 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533113236520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21586/tid=21592] ppid=21583 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/21586/task/21592/stat : 21592 (java) S 21583 21586 20157 0 -1 4202560 642 0 0 0 240 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533112183720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21593] ppid=21583 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/21586/task/21593/stat : 21593 (java) S 21583 21586 20157 0 -1 4202560 636 0 0 0 259 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533111130408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21594] ppid=21583 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/21586/task/21594/stat : 21594 (java) S 21583 21586 20157 0 -1 4202560 685 0 0 0 218 13 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533110077608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21595] ppid=21583 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/21586/task/21595/stat : 21595 (java) S 21583 21586 20157 0 -1 4202560 915 0 0 0 256 12 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533109025320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21596] ppid=21583 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/21586/task/21596/stat : 21596 (java) S 21583 21586 20157 0 -1 4202560 625 0 0 0 238 16 0 0 20 0 22 0 26671337 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533107972520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21597] ppid=21583 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/21586/task/21597/stat : 21597 (java) S 21583 21586 20157 0 -1 4202560 2087 0 0 0 378 10 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533095774952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21598] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21598/stat : 21598 (java) S 21583 21586 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533094721016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21599] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21599/stat : 21599 (java) S 21583 21586 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26671338 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533093668616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21600] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21600/stat : 21600 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533092617104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21601] ppid=21583 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/21586/task/21601/stat : 21601 (java) S 21583 21586 20157 0 -1 4202560 12593 0 0 0 177 2 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533091563704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21602] ppid=21583 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/21586/task/21602/stat : 21602 (java) S 21583 21586 20157 0 -1 4202560 20423 0 0 0 197 3 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533090510904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21603] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21603/stat : 21603 (java) S 21583 21586 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26671340 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533089458808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21586/tid=21604] ppid=21583 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21586/task/21604/stat : 21604 (java) S 21583 21586 20157 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26671341 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533088406216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21633] ppid=21583 vsize=9824732 CPUtime=882.82 cores=0,2,4,6
/proc/21586/task/21633/stat : 21633 (java) R 21583 21586 20157 0 -1 4202560 109 0 0 0 88267 15 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533087349696 140533212734231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21634] ppid=21583 vsize=9824732 CPUtime=882.86 cores=0,2,4,6
/proc/21586/task/21634/stat : 21634 (java) R 21583 21586 20157 0 -1 4202560 1836 0 0 0 88241 45 0 0 20 0 22 0 26671409 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533086297744 140533212550581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21586/tid=21635] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21635/stat : 21635 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533085247144 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21586/tid=21636] ppid=21583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21586/task/21636/stat : 21636 (java) S 21583 21586 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26671416 10060525568 908470 33554432000 1073741824 1073778376 140733990545936 140533084194344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.768
CPU time (s): 1800.06
CPU user time (s): 1798.23
CPU system time (s): 1.83
CPU usage (%): 200.951
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 2.30365
maximum resident set size= 3633996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25144
involuntary context switches= 36910

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14422 second user time and 7.96179 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 12:37:27
IDJOB=4103734
IDBENCH=2447
IDSOLVER=2543
FILE ID=node127/4103734-1466246247
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 84033421910bbd4d66297a25db66c955
RANDOM SEED=1331913361

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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:        30655460 kB
Buffers:           58556 kB
Cached:           113480 kB
SwapCached:          516 kB
Active:            53112 kB
Inactive:         122328 kB
Active(anon):       3376 kB
Inactive(anon):     2184 kB
Active(file):      49736 kB
Inactive(file):   120144 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       1338256 kB
Mapped:             7180 kB
Shmem:                 0 kB
Slab:             602812 kB
SReclaimable:      45816 kB
SUnreclaim:       556996 kB
KernelStack:        1592 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1402420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 71736 MiB
End job on node127 at 2016-06-18 12:52:23