Trace number 4103558

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.57 895.18

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
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 variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
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 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4103558-1466243288.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
1.14/0.58	c ... done. Wall clock time 0.447s.
1.14/0.58	c declared #vars     9240
1.14/0.58	c #constraints  240
1.14/0.58	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.14/0.58	c constraints type 
1.14/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 237
1.14/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1.14/0.58	c 240 constraints processed.
1.14/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.14/0.58	c constraints type 
1.14/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1.14/0.58	c 240 constraints processed.
1.14/0.58	c objective function length is 240 literals
4.12/1.60	c cleaning 2501 clauses out of 5001 with flag 10625/5001
5.97/2.34	c cleaning 4247 clauses out of 8500 with flag 22971/11001
7.84/3.24	c cleaning 5624 clauses out of 11255 with flag 37451/18003
9.86/4.25	c cleaning 6814 clauses out of 13628 with flag 53998/26000
12.70/5.52	c cleaning 7908 clauses out of 15815 with flag 72149/35001
15.52/6.92	c cleaning 8951 clauses out of 17907 with flag 92350/45001
18.52/8.41	c cleaning 9976 clauses out of 19956 with flag 114678/56001
22.21/10.28	c cleaning 10989 clauses out of 21981 with flag 138861/68002
26.03/12.12	c cleaning 11995 clauses out of 23990 with flag 165024/81000
29.63/13.93	c cleaning 12995 clauses out of 25996 with flag 193548/95001
33.63/16.00	c cleaning 13995 clauses out of 28000 with flag 224418/110000
39.51/18.86	c cleaning 15000 clauses out of 30006 with flag 256970/126001
45.91/22.03	c cleaning 16001 clauses out of 32005 with flag 291262/143000
52.09/25.13	c cleaning 17003 clauses out of 34005 with flag 327868/161001
58.97/28.56	c cleaning 17994 clauses out of 36002 with flag 367860/180001
66.59/32.32	c cleaning 19004 clauses out of 38008 with flag 411561/200001
73.19/35.66	c cleaning 19999 clauses out of 40006 with flag 455022/221003
80.19/39.13	c cleaning 21003 clauses out of 42006 with flag 501190/243002
87.69/42.87	c cleaning 22000 clauses out of 44002 with flag 548929/266001
96.09/47.06	c cleaning 22996 clauses out of 46002 with flag 599665/290001
105.09/51.55	c cleaning 24002 clauses out of 48009 with flag 651429/315004
114.50/56.29	c cleaning 24999 clauses out of 50004 with flag 706386/341001
124.06/60.96	c cleaning 26001 clauses out of 52010 with flag 763125/368006
135.65/66.78	c cleaning 26998 clauses out of 54005 with flag 821821/396002
146.66/72.25	c cleaning 28000 clauses out of 56005 with flag 882469/425000
159.66/78.74	c cleaning 29002 clauses out of 58005 with flag 944749/455000
172.66/85.28	c cleaning 29999 clauses out of 60004 with flag 1009454/486001
189.18/93.47	c cleaning 31003 clauses out of 62005 with flag 1075867/518001
205.96/101.60	c cleaning 32000 clauses out of 64002 with flag 1144875/551001
228.29/112.74	c cleaning 32996 clauses out of 66001 with flag 1216034/585000
246.60/122.19	c cleaning 34001 clauses out of 68005 with flag 1288408/620000
248.18/122.97	c cleaning 0 clauses out of 5000 with flag 0/5000
262.38/129.81	c cleaning 35002 clauses out of 70004 with flag 1362285/656000
278.84/138.08	c cleaning 35999 clauses out of 72002 with flag 1444908/693000
331.76/164.39	c cleaning 36990 clauses out of 74004 with flag 1528686/731001
384.32/190.71	c cleaning 37990 clauses out of 76015 with flag 1614911/770002
443.08/219.94	c cleaning 39002 clauses out of 78024 with flag 1703158/810001
443.68/220.24	c cleaning 0 clauses out of 11000 with flag 0/11000
495.12/245.75	c cleaning 40001 clauses out of 80022 with flag 1793411/851001
561.52/278.71	c cleaning 41002 clauses out of 82023 with flag 1885529/893003
620.97/308.78	c cleaning 41999 clauses out of 84012 with flag 1980989/936001
678.79/337.47	c cleaning 43000 clauses out of 86014 with flag 2072555/980002
735.79/365.77	c cleaning 44005 clauses out of 88014 with flag 2165144/1025002
799.84/398.23	c cleaning 45001 clauses out of 90007 with flag 2259249/1071000
863.61/429.94	c cleaning 46002 clauses out of 92006 with flag 2355121/1118000
926.68/461.26	c cleaning 46992 clauses out of 94005 with flag 2452948/1166001
962.31/478.96	c cleaning 47991 clauses out of 96013 with flag 2585662/1215001
1022.01/508.67	c cleaning 48994 clauses out of 98021 with flag 2765781/1265000
1068.81/531.96	c cleaning 0 clauses out of 18002 with flag 0/18002
1099.92/547.40	c cleaning 49998 clauses out of 100027 with flag 2966329/1316000
1176.77/585.65	c cleaning 51002 clauses out of 102030 with flag 3169575/1368001
1205.11/599.72	c cleaning 51989 clauses out of 104029 with flag 3488382/1421002
1267.38/630.66	c cleaning 52997 clauses out of 106040 with flag 3906322/1475002
1354.18/673.61	c cleaning 53985 clauses out of 108042 with flag 4348851/1530001
1454.75/723.51	c cleaning 55005 clauses out of 110056 with flag 4855793/1586000
1558.98/775.23	c cleaning 56001 clauses out of 112051 with flag 5351435/1643000
1669.18/830.06	c cleaning 57000 clauses out of 114051 with flag 5875578/1701001
1788.00/888.92	c cleaning 57997 clauses out of 116050 with flag 6444456/1760000
1800.57/895.12	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.57/895.12	c starts		: 5626
1800.57/895.12	c conflicts		: 1769169
1800.57/895.12	c decisions		: 2969654
1800.57/895.12	c propagations		: 41415740
1800.57/895.12	c inspects		: 8394446914
1800.57/895.12	c shortcuts		: 0
1800.57/895.12	c learnt literals	: 7
1800.57/895.12	c learnt binary clauses	: 3
1800.57/895.12	c learnt ternary clauses	: 9
1800.57/895.12	c learnt constraints	: 1769162
1800.57/895.12	c ignored constraints	: 0
1800.57/895.12	c root simplifications	: 0
1800.57/895.12	c removed literals (reason simplification)	: 9030214
1800.57/895.12	c reason swapping (by a shorter reason)	: 0
1800.57/895.12	c Calls to reduceDB	: 55
1800.57/895.12	c Number of update (reduction) of LBD	: 256393
1800.57/895.12	c Imported unit clauses	: 0
1800.57/895.12	c number of reductions to clauses (during analyze)	: 0
1800.57/895.12	c number of learned constraints concerned by reduction	: 0
1800.57/895.12	c number of learning phase by resolution	: 0
1800.57/895.12	c number of learning phase by cutting planes	: 0
1800.57/895.12	c speed (assignments/second)	: 46299.86886690046
1800.57/895.12	c non guided choices	15824
1800.57/895.14	c learnt constraints type 
1800.57/895.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.57/895.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67220
1800.57/895.14	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.57/895.14	c starts		: 49
1800.57/895.14	c conflicts		: 22807
1800.57/895.14	c decisions		: 60397
1800.57/895.14	c propagations		: 641848
1800.57/895.14	c inspects		: 516357273
1800.57/895.14	c shortcuts		: 0
1800.57/895.14	c learnt literals	: 0
1800.57/895.14	c learnt binary clauses	: 0
1800.57/895.14	c learnt ternary clauses	: 0
1800.57/895.14	c learnt constraints	: 22807
1800.57/895.14	c ignored constraints	: 0
1800.57/895.14	c root simplifications	: 0
1800.57/895.14	c removed literals (reason simplification)	: 0
1800.57/895.14	c reason swapping (by a shorter reason)	: 0
1800.57/895.14	c Calls to reduceDB	: 3
1800.57/895.14	c Number of update (reduction) of LBD	: 0
1800.57/895.14	c Imported unit clauses	: 0
1800.57/895.14	c number of reductions to clauses (during analyze)	: 0
1800.57/895.14	c number of learned constraints concerned by reduction	: 0
1800.57/895.14	c number of learning phase by resolution	: 0
1800.57/895.14	c number of learning phase by cutting planes	: 0
1800.57/895.14	c speed (assignments/second)	: 717.5270086570795
1800.57/895.14	c non guided choices	118
1800.57/895.15	c learnt constraints type 
1800.57/895.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 139
1800.57/895.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22668
1800.57/895.15	s UNKNOWN
1800.57/895.15	c Total wall clock time (in seconds): 895.021

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-4103558-1466243288/watcher-4103558-1466243288 -o /tmp/evaluation-result-4103558-1466243288/solver-4103558-1466243288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103558-1466243288.opb 

pid=22808
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.11 4.20 4.08 4/197 22811
/proc/meminfo: memFree=26597272/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/22811/stat : 22811 (java) D 22808 22811 22091 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 26374324 278528 33 33554432000 1073741824 1073778376 140736032540656 140736032537832 239863950631 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/22811/statm: 68 33 25 9 0 25 0

[startup+0.100186 s]
/proc/loadavg: 4.11 4.20 4.08 4/197 22811
/proc/meminfo: memFree=26597272/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 4050 0 1 0 6 0 0 0 20 0 18 0 26374324 9787879424 5172 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2389619 5176 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200363 s]
/proc/loadavg: 4.11 4.20 4.08 4/197 22811
/proc/meminfo: memFree=26597272/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 4808 0 1 0 24 1 0 0 20 0 18 0 26374324 9787879424 6857 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2389619 6857 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300357 s]
/proc/loadavg: 4.11 4.20 4.08 4/197 22811
/proc/meminfo: memFree=26597272/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 15754 0 1 0 52 3 0 0 20 0 18 0 26374324 9787879424 15063 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2389619 15064 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.11 4.20 4.08 4/197 22811
/proc/meminfo: memFree=26597272/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 17135 0 1 0 177 3 0 0 20 0 22 0 26374324 10060525568 28960 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2456183 28960 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 4.11 4.20 4.08 5/219 22833
/proc/meminfo: memFree=26479616/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 19569 0 1 0 408 4 0 0 20 0 22 0 26374324 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2456183 46394 2267 9 0 2446860 0
[pid=22811/tid=22813] ppid=22808 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/22811/task/22813/stat : 22813 (java) S 22808 22811 22091 0 -1 4202560 2442 0 1 0 52 2 0 0 20 0 22 0 26374325 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505325491064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22814] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22814/stat : 22814 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505297943208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22815] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22815/stat : 22815 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505296890664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505295838120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505294785576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505293732008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505163278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505162226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) S 22808 22811 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26374327 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140505161173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504678226536 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/22811/task/22826/stat : 22826 (java) S 22808 22811 22091 0 -1 4202560 7819 0 0 0 80 1 0 0 20 0 22 0 26374331 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504674015288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22827] ppid=22808 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/22811/task/22827/stat : 22827 (java) S 22808 22811 22091 0 -1 4202560 7943 0 0 0 90 2 0 0 20 0 22 0 26374331 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504672962744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22828] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22828/stat : 22828 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504671910392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22829] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22829/stat : 22829 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504670858056 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22830] ppid=22808 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/22811/task/22830/stat : 22830 (java) R 22808 22811 22091 0 -1 4202560 31 0 0 0 90 0 0 0 20 0 22 0 26374382 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504669802096 140505175071862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22831] ppid=22808 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/22811/task/22831/stat : 22831 (java) R 22808 22811 22091 0 -1 4202560 56 0 0 0 89 0 0 0 20 0 22 0 26374382 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504668750296 140505174357458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22832] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22832/stat : 22832 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374385 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504667698728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22833] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22833/stat : 22833 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374386 10060525568 46394 33554432000 1073741824 1073778376 140733586369616 140504666646184 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.11 4.20 4.08 8/219 22833
/proc/meminfo: memFree=26396456/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9824732 CPUtime=7.64 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 20088 0 1 0 754 10 0 0 20 0 22 0 26374324 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2456183 60131 2285 9 0 2446860 0
[pid=22811/tid=22813] ppid=22808 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/22811/task/22813/stat : 22813 (java) S 22808 22811 22091 0 -1 4202560 2442 0 1 0 52 2 0 0 20 0 22 0 26374325 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505325491064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22814] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22814/stat : 22814 (java) S 22808 22811 22091 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505297943208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22815] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22815/stat : 22815 (java) S 22808 22811 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505296890664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) S 22808 22811 22091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505295838120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) S 22808 22811 22091 0 -1 4202560 143 0 0 0 3 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505294785576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) S 22808 22811 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505293732008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) S 22808 22811 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505163278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) S 22808 22811 22091 0 -1 4202560 139 0 0 0 4 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505162226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) S 22808 22811 22091 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 22 0 26374327 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140505161173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504678226536 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/22811/task/22826/stat : 22826 (java) S 22808 22811 22091 0 -1 4202560 7824 0 0 0 91 1 0 0 20 0 22 0 26374331 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504674015288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22827] ppid=22808 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/22811/task/22827/stat : 22827 (java) S 22808 22811 22091 0 -1 4202560 7947 0 0 0 100 2 0 0 20 0 22 0 26374331 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504672962744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22828] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22828/stat : 22828 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504671910392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22829] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22829/stat : 22829 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504670858056 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22830] ppid=22808 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22811/task/22830/stat : 22830 (java) R 22808 22811 22091 0 -1 4202560 31 0 0 0 241 0 0 0 20 0 22 0 26374382 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504669801432 140505175107055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22831] ppid=22808 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22811/task/22831/stat : 22831 (java) R 22808 22811 22091 0 -1 4202560 62 0 0 0 241 0 0 0 20 0 22 0 26374382 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504668749864 140505175079576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22832] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22832/stat : 22832 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374385 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504667698728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22833] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22833/stat : 22833 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374386 10060525568 60131 33554432000 1073741824 1073778376 140733586369616 140504666646184 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 4.34 4.25 4.10 8/219 22911
/proc/meminfo: memFree=29932672/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9824732 CPUtime=14.32 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 21447 0 1 0 1418 14 0 0 20 0 22 0 26374324 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2456183 95053 2285 9 0 2446860 0
[pid=22811/tid=22813] ppid=22808 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/22811/task/22813/stat : 22813 (java) S 22808 22811 22091 0 -1 4202560 2442 0 1 0 52 2 0 0 20 0 22 0 26374325 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505325491064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22814] ppid=22808 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22811/task/22814/stat : 22814 (java) S 22808 22811 22091 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505297943208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22815] ppid=22808 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22811/task/22815/stat : 22815 (java) S 22808 22811 22091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505296890664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505295838120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) S 22808 22811 22091 0 -1 4202560 146 0 0 0 4 0 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505294785576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) S 22808 22811 22091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505293732008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) S 22808 22811 22091 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505163278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) S 22808 22811 22091 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505162226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) S 22808 22811 22091 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 22 0 26374327 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140505161173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140504678226536 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 95053 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9824732 CPUtime=1.04 cores=1,3,5,7

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

/proc/22811/task/22815/stat : 22815 (java) S 22808 22811 22091 0 -1 4202560 672 0 0 0 295 15 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505296890664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) S 22808 22811 22091 0 -1 4202560 697 0 0 0 302 15 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505295838120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) S 22808 22811 22091 0 -1 4202560 810 0 0 0 293 11 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505294785576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) S 22808 22811 22091 0 -1 4202560 636 0 0 0 308 19 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505293732008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) S 22808 22811 22091 0 -1 4202560 822 0 0 0 310 17 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505163278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) S 22808 22811 22091 0 -1 4202560 966 0 0 0 315 19 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505162226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) S 22808 22811 22091 0 -1 4202560 804 0 0 0 309 17 0 0 20 0 22 0 26374327 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140505161173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 2202 0 0 0 369 11 0 0 20 0 22 0 26374328 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504678226536 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/22811/task/22826/stat : 22826 (java) S 22808 22811 22091 0 -1 4202560 7888 0 0 0 149 2 0 0 20 0 22 0 26374331 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504674015288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22827] ppid=22808 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/22811/task/22827/stat : 22827 (java) S 22808 22811 22091 0 -1 4202560 9249 0 0 0 144 2 0 0 20 0 22 0 26374331 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504672962744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22828] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22828/stat : 22828 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504671910392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22829] ppid=22808 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22811/task/22829/stat : 22829 (java) S 22808 22811 22091 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 26374331 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504670858056 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22830] ppid=22808 vsize=9824732 CPUtime=868.69 cores=1,3,5,7
/proc/22811/task/22830/stat : 22830 (java) R 22808 22811 22091 0 -1 4202560 192 0 0 0 86851 18 0 0 20 0 22 0 26374382 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504669802128 140505175246375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22831] ppid=22808 vsize=9824732 CPUtime=868.62 cores=1,3,5,7
/proc/22811/task/22831/stat : 22831 (java) R 22808 22811 22091 0 -1 4202560 2011 0 0 0 86819 43 0 0 20 0 22 0 26374382 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504668750880 140505175089090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22832] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22832/stat : 22832 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374385 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504667698728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22833] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22833/stat : 22833 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374386 10060525568 920691 33554432000 1073741824 1073778376 140733586369616 140504666646184 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.21 4.23 4.18 6/219 23038
/proc/meminfo: memFree=22676760/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 31221 0 1 0 179826 192 0 0 20 0 22 0 26374324 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2456183 922747 2294 9 0 2446860 0
[pid=22811/tid=22813] ppid=22808 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/22811/task/22813/stat : 22813 (java) S 22808 22811 22091 0 -1 4202560 2452 0 1 0 55 3 0 0 20 0 22 0 26374325 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505325491064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22814] ppid=22808 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/22811/task/22814/stat : 22814 (java) S 22808 22811 22091 0 -1 4202560 490 0 0 0 295 12 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505297943208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22815] ppid=22808 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/22811/task/22815/stat : 22815 (java) S 22808 22811 22091 0 -1 4202560 673 0 0 0 302 15 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505296890664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) S 22808 22811 22091 0 -1 4202560 697 0 0 0 304 15 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505295838120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) S 22808 22811 22091 0 -1 4202560 811 0 0 0 296 11 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505294785576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) S 22808 22811 22091 0 -1 4202560 637 0 0 0 314 19 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505293732008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) S 22808 22811 22091 0 -1 4202560 831 0 0 0 322 17 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505163278632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) S 22808 22811 22091 0 -1 4202560 967 0 0 0 317 19 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505162226088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) S 22808 22811 22091 0 -1 4202560 804 0 0 0 312 17 0 0 20 0 22 0 26374327 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140505161173544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 2202 0 0 0 369 11 0 0 20 0 22 0 26374328 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504678226536 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26374328 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/22811/task/22826/stat : 22826 (java) S 22808 22811 22091 0 -1 4202560 7888 0 0 0 149 2 0 0 20 0 22 0 26374331 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504674015288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22827] ppid=22808 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/22811/task/22827/stat : 22827 (java) S 22808 22811 22091 0 -1 4202560 9249 0 0 0 144 2 0 0 20 0 22 0 26374331 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504672962744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22828] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22828/stat : 22828 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26374331 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504671910392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22829] ppid=22808 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22811/task/22829/stat : 22829 (java) S 22808 22811 22091 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 26374331 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504670858056 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22830] ppid=22808 vsize=9824732 CPUtime=881.22 cores=1,3,5,7
/proc/22811/task/22830/stat : 22830 (java) R 22808 22811 22091 0 -1 4202560 193 0 0 0 88104 18 0 0 20 0 22 0 26374382 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504669794464 140505175174888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22831] ppid=22808 vsize=9824732 CPUtime=881.16 cores=1,3,5,7
/proc/22811/task/22831/stat : 22831 (java) R 22808 22811 22091 0 -1 4202560 2011 0 0 0 88073 43 0 0 20 0 22 0 26374382 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504668749536 140505175204462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22832] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22832/stat : 22832 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374385 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504667698728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22833] ppid=22808 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22833/stat : 22833 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26374386 10060525568 922747 33554432000 1073741824 1073778376 140733586369616 140504666646184 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 22811 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.105 s]
/proc/loadavg: 4.21 4.23 4.18 6/219 23038
/proc/meminfo: memFree=22676760/32872528 swapFree=1459628/1655852
[pid=22811] ppid=22808 vsize=9957860 CPUtime=1800.57 cores=1,3,5,7
/proc/22811/stat : 22811 (java) S 22808 22811 22091 0 -1 4202496 31264 0 1 0 179865 192 0 0 20 0 23 0 26374324 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140733586360752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22811/statm: 2489465 924826 2295 9 0 2480142 0
[pid=22811/tid=22813] ppid=22808 vsize=9957860 CPUtime=0.58 cores=1,3,5,7
/proc/22811/task/22813/stat : 22813 (java) S 22808 22811 22091 0 -1 4202560 2453 0 1 0 55 3 0 0 20 0 23 0 26374325 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505325490776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22814] ppid=22808 vsize=9957860 CPUtime=3.09 cores=1,3,5,7
/proc/22811/task/22814/stat : 22814 (java) R 22808 22811 22091 0 -1 4202560 490 0 0 0 297 12 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505297943384 140505328050782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22815] ppid=22808 vsize=9957860 CPUtime=3.19 cores=1,3,5,7
/proc/22811/task/22815/stat : 22815 (java) R 22808 22811 22091 0 -1 4202560 675 0 0 0 304 15 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505296890544 140505331999151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22816] ppid=22808 vsize=9957860 CPUtime=3.21 cores=1,3,5,7
/proc/22811/task/22816/stat : 22816 (java) R 22808 22811 22091 0 -1 4202560 699 0 0 0 306 15 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505295838296 140505331999119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22817] ppid=22808 vsize=9957860 CPUtime=3.09 cores=1,3,5,7
/proc/22811/task/22817/stat : 22817 (java) R 22808 22811 22091 0 -1 4202560 811 0 0 0 298 11 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505294785752 140505331999106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22818] ppid=22808 vsize=9957860 CPUtime=3.42 cores=1,3,5,7
/proc/22811/task/22818/stat : 22818 (java) R 22808 22811 22091 0 -1 4202560 640 0 0 0 323 19 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505293732008 239873068167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22819] ppid=22808 vsize=9957860 CPUtime=3.49 cores=1,3,5,7
/proc/22811/task/22819/stat : 22819 (java) R 22808 22811 22091 0 -1 4202560 835 0 0 0 332 17 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505163278760 140505333535906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22820] ppid=22808 vsize=9957860 CPUtime=3.43 cores=1,3,5,7
/proc/22811/task/22820/stat : 22820 (java) R 22808 22811 22091 0 -1 4202560 967 0 0 0 324 19 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505162226264 140505329666223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22821] ppid=22808 vsize=9957860 CPUtime=3.33 cores=1,3,5,7
/proc/22811/task/22821/stat : 22821 (java) R 22808 22811 22091 0 -1 4202560 806 0 0 0 316 17 0 0 20 0 23 0 26374327 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140505161173720 239873068167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22822] ppid=22808 vsize=9957860 CPUtime=3.8 cores=1,3,5,7
/proc/22811/task/22822/stat : 22822 (java) S 22808 22811 22091 0 -1 4202560 2202 0 0 0 369 11 0 0 20 0 23 0 26374328 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504678225416 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22823] ppid=22808 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22823/stat : 22823 (java) S 22808 22811 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 26374328 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504677172856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22824] ppid=22808 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22824/stat : 22824 (java) S 22808 22811 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 26374328 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504676120200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22825] ppid=22808 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22825/stat : 22825 (java) S 22808 22811 22091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 23 0 26374331 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504675068944 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22811/tid=22826] ppid=22808 vsize=9957860 CPUtime=1.51 cores=1,3,5,7
/proc/22811/task/22826/stat : 22826 (java) S 22808 22811 22091 0 -1 4202560 7888 0 0 0 149 2 0 0 20 0 23 0 26374331 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504674015288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22811/tid=22827] ppid=22808 vsize=9957860 CPUtime=1.46 cores=1,3,5,7
/proc/22811/task/22827/stat : 22827 (java) S 22808 22811 22091 0 -1 4202560 9249 0 0 0 144 2 0 0 20 0 23 0 26374331 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504672962744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22828] ppid=22808 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22828/stat : 22828 (java) S 22808 22811 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 26374331 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504671910392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22829] ppid=22808 vsize=9957860 CPUtime=0.37 cores=1,3,5,7
/proc/22811/task/22829/stat : 22829 (java) S 22808 22811 22091 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 23 0 26374331 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504670858056 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22830] ppid=22808 vsize=9957860 CPUtime=881.23 cores=1,3,5,7
/proc/22811/task/22830/stat : 22830 (java) S 22808 22811 22091 0 -1 4202560 193 0 0 0 88105 18 0 0 20 0 23 0 26374382 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504669801400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22811/tid=22831] ppid=22808 vsize=9957860 CPUtime=881.16 cores=1,3,5,7
/proc/22811/task/22831/stat : 22831 (java) S 22808 22811 22091 0 -1 4202560 2011 0 0 0 88073 43 0 0 20 0 23 0 26374382 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504668748856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22811/tid=22832] ppid=22808 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/22811/task/22832/stat : 22832 (java) S 22808 22811 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 26374385 10196848640 924826 33554432000 1073741824 1073778376 140733586369616 140504667699688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 9957860

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22811 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=409208
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=443628
# CPU time returned by wait4() is 1796.85
# while last known CPU time is 1800.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.18
CPU time (s): 1800.57
CPU user time (s): 1798.65
CPU system time (s): 1.92
CPU usage (%): 201.14
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 2.44363
maximum resident set size= 3699308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25005
involuntary context switches= 32819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76212 second user time and 7.38588 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 11:48:08
IDJOB=4103558
IDBENCH=2394
IDSOLVER=2543
FILE ID=node136/4103558-1466243288
RUNJOBID= node136-1466240588-22108
PBS_JOBID= 19918192
Free space on /tmp= 71732 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-lotfi.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103558-1466243288/watcher-4103558-1466243288 -o /tmp/evaluation-result-4103558-1466243288/solver-4103558-1466243288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103558-1466243288.opb

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=425362236

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.67
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		: 2667.278
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:        26597164 kB
Buffers:            5736 kB
Cached:            81720 kB
SwapCached:        47232 kB
Active:          3816108 kB
Inactive:          92896 kB
Active(anon):    3776764 kB
Inactive(anon):    47172 kB
Active(file):      39344 kB
Inactive(file):    45724 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67053960 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       5430664 kB
Mapped:            16876 kB
Shmem:                 0 kB
Slab:             569276 kB
SReclaimable:      13536 kB
SUnreclaim:       555740 kB
KernelStack:        1632 kB
PageTables:        15104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6071428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3807232 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 node136 at 2016-06-18 12:03:03