Trace number 4100349

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 Resolution PB16? (TO) 1800.05 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
MD5SUM55e4261919fe5e3e5c6520778d47a3ef
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables142226
Total number of constraints20881
Number of constraints which are clauses2438
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18443
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 780
Biggest coefficient in the objective function 261957
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524680
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261957
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524680
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100349-1466213270.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.83/1.97	c ... done. Wall clock time 1.856s.
2.83/1.97	c declared #vars     142226
2.83/1.97	c #constraints  20882
2.83/1.97	c constraints type 
2.83/1.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2438
2.83/1.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18444
2.83/1.97	c 20882 constraints processed.
2.83/1.97	c objective function length is 780 literals
3.91/2.61	c cleaning 2501 clauses out of 5003 with flag 12953/5003
4.61/3.25	c cleaning 4243 clauses out of 8499 with flag 29047/11000
5.27/3.88	c cleaning 5626 clauses out of 11256 with flag 47477/18000
6.08/4.66	c cleaning 6806 clauses out of 13630 with flag 69830/26000
7.20/5.70	c cleaning 7909 clauses out of 15825 with flag 94937/35001
8.80/7.39	c cleaning 8954 clauses out of 17915 with flag 123800/45000
10.60/9.13	c cleaning 9973 clauses out of 19961 with flag 156258/56000
11.60/10.18	c cleaning 10985 clauses out of 21990 with flag 184794/68002
12.61/11.19	c cleaning 11994 clauses out of 24006 with flag 214074/81003
14.00/12.56	c cleaning 12999 clauses out of 26011 with flag 242605/95002
15.30/13.86	c cleaning 14003 clauses out of 28011 with flag 275098/110001
16.80/15.35	c cleaning 14997 clauses out of 30008 with flag 308694/126001
18.30/16.87	c cleaning 15989 clauses out of 32010 with flag 346797/143000
19.90/18.43	c cleaning 17003 clauses out of 34021 with flag 390388/161000
21.41/19.92	c cleaning 18010 clauses out of 36022 with flag 436216/180004
23.10/21.61	c cleaning 18997 clauses out of 38011 with flag 482030/200003
24.50/23.04	c cleaning 19986 clauses out of 40011 with flag 529872/221000
26.31/24.73	c cleaning 21004 clauses out of 42025 with flag 579412/243000
29.22/27.67	c cleaning 22005 clauses out of 44022 with flag 627439/266001
32.61/31.01	c cleaning 23001 clauses out of 46016 with flag 677568/290000
36.31/34.78	c cleaning 24003 clauses out of 48016 with flag 729074/315001
40.32/38.71	c cleaning 25000 clauses out of 50012 with flag 783002/341000
45.32/43.74	c cleaning 25999 clauses out of 52013 with flag 838464/368001
50.21/48.67	c cleaning 27000 clauses out of 54013 with flag 899359/396000
53.42/51.88	c cleaning 27999 clauses out of 56013 with flag 959304/425000
55.71/54.16	c cleaning 28991 clauses out of 58018 with flag 1027161/455004
62.01/60.45	c cleaning 30012 clauses out of 60024 with flag 1089626/486001
71.01/69.41	c cleaning 31007 clauses out of 62013 with flag 1153629/518002
80.41/78.87	c cleaning 32000 clauses out of 64005 with flag 1219629/551001
92.21/90.62	c cleaning 33003 clauses out of 66005 with flag 1287629/585001
101.31/99.71	c cleaning 34000 clauses out of 68004 with flag 1357633/620003
111.61/110.07	c cleaning 34999 clauses out of 70002 with flag 1429629/656001
122.10/120.57	c cleaning 36003 clauses out of 72005 with flag 1503633/693003
137.00/135.46	c cleaning 36998 clauses out of 73999 with flag 1579627/731000
154.20/152.65	c cleaning 38002 clauses out of 76004 with flag 1657633/770003
174.20/172.70	c cleaning 38999 clauses out of 77999 with flag 1737627/810000
192.90/191.35	c cleaning 39994 clauses out of 80002 with flag 1819631/851002
214.91/213.36	c cleaning 41001 clauses out of 82007 with flag 1903629/893001
234.61/233.03	c cleaning 41998 clauses out of 84006 with flag 1989629/936001
250.61/249.06	c cleaning 43001 clauses out of 86008 with flag 2077629/980001
276.12/274.57	c cleaning 44000 clauses out of 88006 with flag 2167627/1025000
296.52/294.97	c cleaning 45003 clauses out of 90007 with flag 2259629/1071001
305.87/303.95	c cleaning 46000 clauses out of 92004 with flag 2354894/1118001
311.04/308.96	c cleaning 46996 clauses out of 94005 with flag 2458718/1166002
326.23/324.19	c cleaning 48005 clauses out of 96009 with flag 2556740/1215002
339.42/337.37	c cleaning 48998 clauses out of 98002 with flag 2656769/1265000
356.21/354.19	c cleaning 49998 clauses out of 100005 with flag 2758771/1316001
372.11/370.07	c cleaning 51002 clauses out of 102007 with flag 2862771/1368001
379.51/377.48	c cleaning 51987 clauses out of 104007 with flag 2976280/1421003
384.11/382.06	c cleaning 53004 clauses out of 106019 with flag 3091319/1475002
394.91/392.84	c cleaning 54007 clauses out of 108014 with flag 3202676/1530001
412.10/410.01	c cleaning 55001 clauses out of 110009 with flag 3315021/1586003
417.70/415.61	c cleaning 55995 clauses out of 112005 with flag 3432858/1643000
430.90/428.88	c cleaning 57003 clauses out of 114010 with flag 3550874/1701000
450.90/448.85	c cleaning 58003 clauses out of 116008 with flag 3669303/1760001
459.19/457.16	c cleaning 59000 clauses out of 118005 with flag 3795232/1820001
473.18/471.17	c cleaning 60001 clauses out of 120005 with flag 3921683/1881001
496.87/494.84	c cleaning 60997 clauses out of 122004 with flag 4049465/1943001
518.57/516.51	c cleaning 62004 clauses out of 124009 with flag 4176825/2006003
544.28/542.23	c cleaning 62995 clauses out of 126003 with flag 4306677/2070001
570.19/567.94	c cleaning 64000 clauses out of 128008 with flag 4438485/2135001
595.69/593.42	c cleaning 64991 clauses out of 130008 with flag 4572280/2201001
611.10/608.83	c cleaning 66004 clauses out of 132018 with flag 4708849/2268002
640.71/638.44	c cleaning 67006 clauses out of 134014 with flag 4844849/2336002
675.82/673.50	c cleaning 68002 clauses out of 136008 with flag 4982851/2405002
704.23/701.93	c cleaning 69004 clauses out of 138007 with flag 5122853/2475003
728.93/726.67	c cleaning 69994 clauses out of 140001 with flag 5273109/2546001
751.12/748.89	c cleaning 71003 clauses out of 142006 with flag 5426918/2618000
783.83/781.53	c cleaning 71996 clauses out of 144003 with flag 5572918/2691000
818.13/815.85	c cleaning 72997 clauses out of 146007 with flag 5720918/2765000
848.64/846.30	c cleaning 74000 clauses out of 148010 with flag 5870918/2840000
896.85/894.52	c cleaning 75002 clauses out of 150011 with flag 6022920/2916001
937.26/934.99	c cleaning 76003 clauses out of 152009 with flag 6177190/2993001
981.65/979.39	c cleaning 77004 clauses out of 154007 with flag 6333276/3071002
1012.56/1010.27	c cleaning 77999 clauses out of 156007 with flag 6491503/3150006
1036.96/1034.60	c cleaning 78993 clauses out of 158002 with flag 6662011/3230000
1074.56/1072.20	c cleaning 80003 clauses out of 160010 with flag 6827609/3311001
1118.07/1115.75	c cleaning 81000 clauses out of 162008 with flag 6998640/3393002
1166.98/1164.63	c cleaning 81997 clauses out of 164006 with flag 7177708/3476000
1213.08/1210.71	c cleaning 83001 clauses out of 166009 with flag 7360072/3560000
1258.29/1255.91	c cleaning 84000 clauses out of 168008 with flag 7544014/3645000
1309.01/1306.61	c cleaning 85003 clauses out of 170010 with flag 7734942/3731002
1365.62/1363.28	c cleaning 86000 clauses out of 172006 with flag 7922738/3818001
1409.52/1407.12	c cleaning 86999 clauses out of 174006 with flag 8118253/3906001
1470.73/1468.39	c cleaning 87995 clauses out of 176006 with flag 8316102/3995000
1520.34/1517.92	c cleaning 88998 clauses out of 178013 with flag 8518846/4085002
1570.31/1567.62	c cleaning 90004 clauses out of 180016 with flag 8725152/4176003
1589.31/1586.66	c cleaning 90999 clauses out of 182009 with flag 8918950/4268000
1639.82/1637.11	c cleaning 91999 clauses out of 184013 with flag 9111621/4361003
1651.21/1648.58	c cleaning 93002 clauses out of 186015 with flag 9310344/4455004
1705.24/1702.55	c cleaning 94000 clauses out of 188009 with flag 9500336/4550000
1781.15/1778.43	c cleaning 94999 clauses out of 190012 with flag 9692342/4646003
1800.05/1797.30	c starts		: 13156
1800.05/1797.30	c conflicts		: 4703065
1800.05/1797.30	c decisions		: 5469949
1800.05/1797.30	c propagations		: 34929319
1800.05/1797.30	c inspects		: 38532999504
1800.05/1797.30	c shortcuts		: 0
1800.05/1797.30	c learnt literals	: 0
1800.05/1797.30	c learnt binary clauses	: 1
1800.05/1797.30	c learnt ternary clauses	: 84
1800.05/1797.30	c learnt constraints	: 4703065
1800.05/1797.30	c ignored constraints	: 0
1800.05/1797.30	c root simplifications	: 0
1800.05/1797.30	c removed literals (reason simplification)	: 0
1800.05/1797.30	c reason swapping (by a shorter reason)	: 0
1800.05/1797.30	c Calls to reduceDB	: 92
1800.05/1797.30	c Number of update (reduction) of LBD	: 80016
1800.05/1797.30	c Imported unit clauses	: 0
1800.05/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.30	c number of learned constraints concerned by reduction	: 0
1800.05/1797.30	c number of learning phase by resolution	: 0
1800.05/1797.30	c number of learning phase by cutting planes	: 0
1800.05/1797.30	c speed (assignments/second)	: 19456.033131045315
1800.05/1797.30	c non guided choices	215500
1800.05/1797.30	c timeout
1800.05/1797.33	c learnt constraints type 
1800.05/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152074
1800.05/1797.33	s UNKNOWN
1800.05/1797.33	c Total wall clock time (in seconds): 1797.216

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-4100349-1466213270/watcher-4100349-1466213270 -o /tmp/evaluation-result-4100349-1466213270/solver-4100349-1466213270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100349-1466213270.opb 

pid=7353
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: 2.57 2.50 2.37 3/196 7356
/proc/meminfo: memFree=30072924/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/7356/stat : 7356 (java) R 7353 7356 4518 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 23373505 274432 5 33554432000 0 0 140736829670959 140733210643480 273905511863 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7356/statm: 67 21 14 9 0 24 0

[startup+0.100115 s]
/proc/loadavg: 2.57 2.50 2.37 3/196 7356
/proc/meminfo: memFree=30072924/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 23373505 9787879424 6028 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.57 2.50 2.37 3/196 7356
/proc/meminfo: memFree=30072924/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 4951 0 1 0 26 1 0 0 20 0 18 0 23373505 9787879424 7991 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2389619 7991 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300312 s]
/proc/loadavg: 2.57 2.50 2.37 3/196 7356
/proc/meminfo: memFree=30072924/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 6848 0 1 0 53 2 0 0 20 0 18 0 23373505 9787879424 11685 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2389619 11685 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 2.57 2.50 2.37 3/196 7356
/proc/meminfo: memFree=30072924/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 10591 0 1 0 121 9 0 0 20 0 18 0 23373505 9787879424 48283 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2389619 48283 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.57 2.50 2.37 4/214 7374
/proc/meminfo: memFree=29862104/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9558476 CPUtime=2.32 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 12688 0 1 0 219 13 0 0 20 0 18 0 23373505 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2389619 76614 2263 9 0 2380296 0
[pid=7356/tid=7358] ppid=7353 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2515 0 1 0 134 4 0 0 20 0 18 0 23373506 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511292182432 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 125 0 0 0 3 1 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 23373507 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23373508 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23373509 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23373509 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23373511 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 5117 0 0 0 35 0 0 0 20 0 18 0 23373511 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 3228 0 0 0 26 0 0 0 20 0 18 0 23373511 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23373511 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23373511 9787879424 76614 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.52 2.49 2.36 5/215 7375
/proc/meminfo: memFree=29719992/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 14955 0 1 0 434 16 0 0 20 0 19 0 23373505 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2406260 90212 2284 9 0 2396937 0
[pid=7356/tid=7358] ppid=7353 vsize=9625040 CPUtime=2.94 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2542 0 1 0 289 5 0 0 20 0 19 0 23373506 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511292191208 140511147551683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 133 0 0 0 3 2 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 113 0 0 0 3 0 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 23373507 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 23373508 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 6267 0 0 0 56 0 0 0 20 0 19 0 23373511 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 4112 0 0 0 52 0 0 0 20 0 19 0 23373511 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 90212 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.52 2.49 2.36 3/215 7375
/proc/meminfo: memFree=29718288/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9625040 CPUtime=7.8 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 15746 0 1 0 764 16 0 0 20 0 19 0 23373505 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2406260 90077 2284 9 0 2396937 0
[pid=7356/tid=7358] ppid=7353 vsize=9625040 CPUtime=6.13 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2543 0 1 0 608 5 0 0 20 0 19 0 23373506 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511292190984 140511147754641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 133 0 0 0 3 2 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 113 0 0 0 3 0 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 23373507 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 23373508 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 6267 0 0 0 60 0 0 0 20 0 19 0 23373511 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 4902 0 0 0 59 0 0 0 20 0 19 0 23373511 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 90077 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.44 2.47 2.36 3/215 7375

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

[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.21 2.24 3/215 7486
/proc/meminfo: memFree=28096808/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9625040 CPUtime=1785.05 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 25249 0 1 0 178426 79 0 0 20 0 19 0 23373505 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2406260 203503 2285 9 0 2396937 0
[pid=7356/tid=7358] ppid=7353 vsize=9625040 CPUtime=1777.24 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2833 0 1 0 177685 39 0 0 20 0 19 0 23373506 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511292182192 140511147732445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 164 0 0 0 9 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 250 0 0 0 10 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 194 0 0 0 7 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 149 0 0 0 7 2 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 217 0 0 0 8 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 292 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 129 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 150 0 0 0 8 3 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 532 0 0 0 0 2 0 0 20 0 19 0 23373508 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 14069 0 0 0 111 2 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 4902 0 0 0 60 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 103 0 0 0 23 35 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.20 2.22 2.24 3/215 7486
/proc/meminfo: memFree=28097016/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 25249 0 1 0 179926 79 0 0 20 0 19 0 23373505 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2406260 203503 2285 9 0 2396937 0
[pid=7356/tid=7358] ppid=7353 vsize=9625040 CPUtime=1792.21 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2833 0 1 0 179182 39 0 0 20 0 19 0 23373506 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511292182192 140511147516507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 164 0 0 0 9 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 250 0 0 0 10 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 194 0 0 0 7 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 149 0 0 0 7 2 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 217 0 0 0 8 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 292 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 129 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 150 0 0 0 8 3 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 532 0 0 0 0 2 0 0 20 0 19 0 23373508 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 14069 0 0 0 111 2 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 4902 0 0 0 60 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 103 0 0 0 23 35 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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 7356 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.20 2.22 2.24 3/215 7486
/proc/meminfo: memFree=28097016/32872528 swapFree=1482636/1662508
[pid=7356] ppid=7353 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/7356/stat : 7356 (java) S 7353 7356 4518 0 -1 4202496 25249 0 1 0 179926 79 0 0 20 0 19 0 23373505 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140736829655600 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7356/statm: 2406260 203503 2285 9 0 2396937 0
[pid=7356/tid=7358] ppid=7353 vsize=9625040 CPUtime=1792.21 cores=1,3,5,7
/proc/7356/task/7358/stat : 7358 (java) R 7353 7356 4518 0 -1 4202560 2833 0 1 0 179182 39 0 0 20 0 19 0 23373506 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511292182192 140511147516507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7359] ppid=7353 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7356/task/7359/stat : 7359 (java) S 7353 7356 4518 0 -1 4202560 164 0 0 0 9 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511135967784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7360] ppid=7353 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7356/task/7360/stat : 7360 (java) S 7353 7356 4518 0 -1 4202560 250 0 0 0 10 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511134914984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7361] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7361/stat : 7361 (java) S 7353 7356 4518 0 -1 4202560 194 0 0 0 7 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511133862184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7362] ppid=7353 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7356/task/7362/stat : 7362 (java) S 7353 7356 4518 0 -1 4202560 149 0 0 0 7 2 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511132809384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7363] ppid=7353 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7356/task/7363/stat : 7363 (java) S 7353 7356 4518 0 -1 4202560 217 0 0 0 8 4 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140511131757608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7364] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7364/stat : 7364 (java) S 7353 7356 4518 0 -1 4202560 292 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510794607528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7365] ppid=7353 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7356/task/7365/stat : 7365 (java) S 7353 7356 4518 0 -1 4202560 129 0 0 0 14 5 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510793554728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7366] ppid=7353 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7356/task/7366/stat : 7366 (java) S 7353 7356 4518 0 -1 4202560 150 0 0 0 8 3 0 0 20 0 19 0 23373507 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510792501928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7367] ppid=7353 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7356/task/7367/stat : 7367 (java) S 7353 7356 4518 0 -1 4202560 532 0 0 0 0 2 0 0 20 0 19 0 23373508 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510780303848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7368] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7368/stat : 7368 (java) S 7353 7356 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510779249912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7369] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7369/stat : 7369 (java) S 7353 7356 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23373509 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510778197000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7370] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7370/stat : 7370 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510777145488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7356/tid=7371] ppid=7353 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/7356/task/7371/stat : 7371 (java) S 7353 7356 4518 0 -1 4202560 14069 0 0 0 111 2 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510776093624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7356/tid=7372] ppid=7353 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7356/task/7372/stat : 7372 (java) S 7353 7356 4518 0 -1 4202560 4902 0 0 0 60 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510775040824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7373] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7373/stat : 7373 (java) S 7353 7356 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510773988216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7356/tid=7374] ppid=7353 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7356/task/7374/stat : 7374 (java) S 7353 7356 4518 0 -1 4202560 103 0 0 0 23 35 0 0 20 0 19 0 23373511 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510772935624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7356/tid=7375] ppid=7353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7356/task/7375/stat : 7375 (java) S 7353 7356 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373706 9856040960 203503 33554432000 1073741824 1073778376 140736829664464 140510771782824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7356 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=709162
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=241811
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.34
CPU time (s): 1800.05
CPU user time (s): 1799.26
CPU system time (s): 0.79
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.24181
maximum resident set size= 814128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25283
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38133
involuntary context switches= 10893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.31504 second user time and 8.25075 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 03:27:51
IDJOB=4100349
IDBENCH=1605
IDSOLVER=2546
FILE ID=node134/4100349-1466213270
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100349-1466213270/watcher-4100349-1466213270 -o /tmp/evaluation-result-4100349-1466213270/solver-4100349-1466213270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100349-1466213270.opb

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

MD5SUM BENCH= 55e4261919fe5e3e5c6520778d47a3ef
RANDOM SEED=46941101

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30073484 kB
Buffers:           97308 kB
Cached:            97524 kB
SwapCached:         1008 kB
Active:           276940 kB
Inactive:         126712 kB
Active(anon):     209928 kB
Inactive(anon):     1616 kB
Active(file):      67012 kB
Inactive(file):   125096 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:             11968 kB
Writeback:             0 kB
AnonPages:       1871140 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             599404 kB
SReclaimable:      42800 kB
SUnreclaim:       556604 kB
KernelStack:        1608 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2009516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71704 MiB
End job on node134 at 2016-06-18 03:57:48