Trace number 4101453

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.03 1781.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-fixnet3.opb
MD5SUM33434aafd8d2cc52b903fb501d38927b
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables14036
Total number of constraints600
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 constraints600
Minimum length of a constraint19
Maximum length of a constraint1523
Number of terms in the objective function 13946
Biggest coefficient in the objective function 1187
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 535685
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262020
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535685
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101453-1466223184.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.78/0.47	c ... done. Wall clock time 0.349s.
0.78/0.47	c declared #vars     14036
0.78/0.47	c #constraints  700
0.78/0.47	c constraints type 
0.78/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
0.78/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 645
0.78/0.47	c 700 constraints processed.
0.78/0.47	c objective function length is 13946 literals
3.33/2.56	c cleaning 2492 clauses out of 5000 with flag 12178/5000
5.39/4.60	c cleaning 4253 clauses out of 8510 with flag 26807/11002
6.90/6.02	c cleaning 5621 clauses out of 11256 with flag 44238/18001
8.63/7.80	c cleaning 6810 clauses out of 13636 with flag 62936/26002
10.86/9.98	c cleaning 7900 clauses out of 15825 with flag 84756/35001
13.46/12.53	c cleaning 8954 clauses out of 17924 with flag 108165/45000
16.46/15.54	c cleaning 9965 clauses out of 19970 with flag 133535/56000
19.61/18.62	c cleaning 10993 clauses out of 22008 with flag 161770/68003
23.11/22.12	c cleaning 11987 clauses out of 24014 with flag 192284/81002
26.94/25.90	c cleaning 13006 clauses out of 26025 with flag 225161/95000
31.04/30.00	c cleaning 13996 clauses out of 28020 with flag 260608/110001
35.34/34.39	c cleaning 15001 clauses out of 30026 with flag 298810/126003
40.39/39.34	c cleaning 15999 clauses out of 32029 with flag 339326/143007
45.61/44.51	c cleaning 16997 clauses out of 34024 with flag 382278/161001
51.11/50.02	c cleaning 17992 clauses out of 36026 with flag 426849/180000
56.94/55.81	c cleaning 19002 clauses out of 38035 with flag 473790/200001
63.06/61.98	c cleaning 20001 clauses out of 40032 with flag 523903/221000
69.71/68.56	c cleaning 20997 clauses out of 42032 with flag 576479/243001
76.41/75.27	c cleaning 22002 clauses out of 44034 with flag 631715/266000
84.02/82.88	c cleaning 22986 clauses out of 46034 with flag 689105/290002
92.06/90.83	c cleaning 24003 clauses out of 48047 with flag 748997/315001
100.30/99.05	c cleaning 25004 clauses out of 50043 with flag 811461/341000
109.58/108.28	c cleaning 25996 clauses out of 52039 with flag 876206/368000
118.34/116.95	c cleaning 26992 clauses out of 54043 with flag 943684/396000
127.45/126.06	c cleaning 27984 clauses out of 56053 with flag 1012551/425002
136.91/135.44	c cleaning 29009 clauses out of 58067 with flag 1083487/455000
146.94/145.40	c cleaning 30002 clauses out of 60058 with flag 1156201/486000
157.90/156.35	c cleaning 31006 clauses out of 62058 with flag 1232149/518002
169.05/167.41	c cleaning 31989 clauses out of 64050 with flag 1310404/551000
180.36/178.65	c cleaning 33003 clauses out of 66062 with flag 1390546/585001
192.51/190.70	c cleaning 34008 clauses out of 68058 with flag 1472746/620000
205.06/203.23	c cleaning 34999 clauses out of 70055 with flag 1557892/656005
217.94/216.03	c cleaning 35992 clauses out of 72051 with flag 1644626/693000
231.50/229.56	c cleaning 37007 clauses out of 74060 with flag 1735098/731001
246.19/244.18	c cleaning 37986 clauses out of 76053 with flag 1827921/770001
262.57/260.46	c cleaning 38997 clauses out of 78066 with flag 1922720/810000
275.95/273.70	c cleaning 40026 clauses out of 80070 with flag 2021935/851001
282.94/280.68	c cleaning 41017 clauses out of 82043 with flag 2123463/893000
292.69/290.30	c cleaning 41996 clauses out of 84026 with flag 2230521/936000
302.32/299.70	c cleaning 42998 clauses out of 86030 with flag 2350668/980000
313.72/311.07	c cleaning 44003 clauses out of 88035 with flag 2466532/1025003
326.05/323.32	c cleaning 45005 clauses out of 90033 with flag 2582347/1071004
337.05/334.27	c cleaning 45999 clauses out of 92025 with flag 2692172/1118001
345.85/342.98	c cleaning 46979 clauses out of 94027 with flag 2821151/1166002
356.04/353.02	c cleaning 48002 clauses out of 96046 with flag 2945854/1215000
371.40/368.24	c cleaning 49007 clauses out of 98046 with flag 3080740/1265002
397.67/394.34	c cleaning 50001 clauses out of 100037 with flag 3230903/1316000
435.32/431.89	c cleaning 50992 clauses out of 102036 with flag 3383151/1368000
452.40/448.73	c cleaning 52007 clauses out of 104045 with flag 3520260/1421001
465.04/461.20	c cleaning 53001 clauses out of 106039 with flag 3663882/1475002
482.27/478.27	c cleaning 53998 clauses out of 108042 with flag 3794949/1530006
500.35/496.11	c cleaning 54995 clauses out of 110038 with flag 3933032/1586000
517.99/513.59	c cleaning 55998 clauses out of 112045 with flag 4088006/1643002
537.27/532.59	c cleaning 57002 clauses out of 114045 with flag 4249483/1701000
555.94/550.93	c cleaning 57994 clauses out of 116043 with flag 4409138/1760000
571.27/566.03	c cleaning 58972 clauses out of 118051 with flag 4554495/1820002
580.83/575.41	c cleaning 60020 clauses out of 120078 with flag 4700360/1881001
592.41/586.84	c cleaning 61006 clauses out of 122057 with flag 4842623/1943000
603.75/598.09	c cleaning 61984 clauses out of 124052 with flag 4991804/2006001
617.69/611.85	c cleaning 62990 clauses out of 126069 with flag 5162970/2070002
628.29/622.25	c cleaning 64002 clauses out of 128077 with flag 5322637/2135000
638.96/632.71	c cleaning 65016 clauses out of 130075 with flag 5487630/2201000
649.75/643.37	c cleaning 65978 clauses out of 132059 with flag 5656245/2268000
661.51/654.98	c cleaning 67001 clauses out of 134081 with flag 5828841/2336000
673.78/667.07	c cleaning 68006 clauses out of 136083 with flag 6004303/2405003
687.38/680.45	c cleaning 69005 clauses out of 138074 with flag 6183109/2475000
715.94/708.62	c cleaning 70018 clauses out of 140069 with flag 6350511/2546000
754.65/747.05	c cleaning 71007 clauses out of 142053 with flag 6506068/2618002
775.06/767.23	c cleaning 72004 clauses out of 144044 with flag 6686702/2691000
798.93/790.90	c cleaning 73001 clauses out of 146043 with flag 6870155/2765003
822.54/814.17	c cleaning 73982 clauses out of 148039 with flag 7052251/2840000
847.81/839.14	c cleaning 74994 clauses out of 150057 with flag 7238630/2916000
875.32/866.32	c cleaning 76024 clauses out of 152063 with flag 7429134/2993000
904.36/894.94	c cleaning 77011 clauses out of 154039 with flag 7653192/3071000
956.14/946.35	c cleaning 78004 clauses out of 156029 with flag 7932313/3150001
1019.77/1009.58	c cleaning 79003 clauses out of 158024 with flag 8217078/3230000
1097.52/1086.64	c cleaning 80000 clauses out of 160022 with flag 8501352/3311001
1191.29/1179.77	c cleaning 81000 clauses out of 162023 with flag 8782305/3393002
1280.32/1267.92	c cleaning 81997 clauses out of 164021 with flag 9064123/3476000
1369.40/1356.20	c cleaning 83001 clauses out of 166026 with flag 9347067/3560002
1428.53/1414.55	c cleaning 83988 clauses out of 168023 with flag 9609655/3645000
1450.98/1436.75	c cleaning 84983 clauses out of 170036 with flag 9821935/3731001
1474.86/1460.45	c cleaning 86013 clauses out of 172052 with flag 10037319/3818000
1502.13/1487.43	c cleaning 87000 clauses out of 174039 with flag 10256326/3906000
1529.89/1514.90	c cleaning 88000 clauses out of 176039 with flag 10477871/3995000
1558.92/1543.61	c cleaning 88987 clauses out of 178039 with flag 10702582/4085000
1581.93/1566.39	c cleaning 89999 clauses out of 180052 with flag 10922476/4176000
1602.79/1586.93	c cleaning 91008 clauses out of 182055 with flag 11143147/4268002
1626.61/1610.56	c cleaning 91992 clauses out of 184045 with flag 11363559/4361000
1650.96/1634.67	c cleaning 92997 clauses out of 186055 with flag 11584253/4455002
1675.85/1659.26	c cleaning 94005 clauses out of 188056 with flag 11807069/4550000
1702.22/1685.32	c cleaning 94967 clauses out of 190051 with flag 12036084/4646000
1732.41/1715.22	c cleaning 96017 clauses out of 192084 with flag 12267812/4743000
1759.66/1742.21	c cleaning 97034 clauses out of 194071 with flag 12506923/4841004
1781.52/1763.69	c cleaning 97989 clauses out of 196035 with flag 12749845/4940002
1800.03/1781.90	c starts		: 701
1800.03/1781.90	c conflicts		: 5017172
1800.03/1781.90	c decisions		: 11547534
1800.03/1781.90	c propagations		: 439050705
1800.03/1781.90	c inspects		: 18583755981
1800.03/1781.90	c shortcuts		: 0
1800.03/1781.90	c learnt literals	: 0
1800.03/1781.90	c learnt binary clauses	: 0
1800.03/1781.90	c learnt ternary clauses	: 0
1800.03/1781.90	c learnt constraints	: 5017173
1800.03/1781.90	c ignored constraints	: 0
1800.03/1781.90	c root simplifications	: 0
1800.03/1781.90	c removed literals (reason simplification)	: 0
1800.03/1781.90	c reason swapping (by a shorter reason)	: 0
1800.03/1781.90	c Calls to reduceDB	: 95
1800.03/1781.90	c Number of update (reduction) of LBD	: 1309109
1800.03/1781.90	c Imported unit clauses	: 0
1800.03/1781.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1781.90	c number of learned constraints concerned by reduction	: 0
1800.03/1781.90	c number of learning phase by resolution	: 0
1800.03/1781.90	c number of learning phase by cutting planes	: 0
1800.03/1781.90	c speed (assignments/second)	: 246468.693950987
1800.03/1781.90	c non guided choices	160445
1800.03/1781.90	c timeout
1800.03/1781.93	c learnt constraints type 
1800.03/1781.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175217
1800.03/1781.93	s UNKNOWN
1800.03/1781.93	c Total wall clock time (in seconds): 1781.81

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-4101453-1466223184/watcher-4101453-1466223184 -o /tmp/evaluation-result-4101453-1466223184/solver-4101453-1466223184 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101453-1466223184.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.00 3/196 16756
/proc/meminfo: memFree=31598940/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16756/stat : 16756 (java) R 16753 16756 11773 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 24364280 9515008 183 33554432000 1073741824 1073778376 140733834469872 140733834460904 206408859317 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16756/statm: 2323 183 140 9 0 71 0

[startup+0.100057 s]
/proc/loadavg: 2.08 2.05 2.00 3/196 16756
/proc/meminfo: memFree=31598940/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 24364280 9787879424 6038 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.08 2.05 2.00 3/196 16756
/proc/meminfo: memFree=31598940/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 4890 0 1 0 26 1 0 0 20 0 18 0 24364280 9787879424 6946 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2389619 6946 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 2.08 2.05 2.00 3/196 16756
/proc/meminfo: memFree=31598940/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 5426 0 1 0 46 2 0 0 20 0 18 0 24364280 9787879424 9288 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2389619 9288 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 2.08 2.05 2.00 3/196 16756
/proc/meminfo: memFree=31598940/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 11269 0 1 0 142 3 0 0 20 0 19 0 24364280 9856040960 20734 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 20734 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.24 2.08 2.01 3/215 16775
/proc/meminfo: memFree=31517996/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 11313 0 1 0 229 3 0 0 20 0 19 0 24364280 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 23843 2262 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 2441 0 1 0 144 2 0 0 20 0 19 0 24364281 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408357779832 140408202648029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24364283 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3250 0 0 0 39 0 0 0 20 0 19 0 24364286 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4350 0 0 0 43 0 0 0 20 0 19 0 24364286 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 23843 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.24 2.08 2.01 3/215 16775
/proc/meminfo: memFree=31501124/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 11377 0 1 0 392 4 0 0 20 0 19 0 24364280 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 29479 2266 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 2453 0 1 0 303 2 0 0 20 0 19 0 24364281 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408357782024 140408202648029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24364283 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3298 0 0 0 40 0 0 0 20 0 19 0 24364286 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4354 0 0 0 45 0 0 0 20 0 19 0 24364286 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 29479 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.24 2.08 2.01 3/215 16775
/proc/meminfo: memFree=31453456/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 11446 0 1 0 716 6 0 0 20 0 19 0 24364280 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 43919 2280 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 2482 0 1 0 620 3 0 0 20 0 19 0 24364281 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408357780792 140408202675668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24364282 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24364283 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3298 0 0 0 43 0 0 0 20 0 19 0 24364286 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4354 0 0 0 46 0 0 0 20 0 19 0 24364286 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 43919 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 60643 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1679
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/215 16886
/proc/meminfo: memFree=31113324/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=1739.61 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 35712 0 1 0 173848 113 0 0 20 0 19 0 24364280 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 60587 2289 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=1707.12 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 3531 0 1 0 170680 32 0 0 20 0 19 0 24364281 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408357780672 140408202667549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 2950 0 0 0 296 9 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 1887 0 0 0 301 11 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 3254 0 0 0 288 9 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 2216 0 0 0 290 9 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 3172 0 0 0 302 10 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 2767 0 0 0 290 9 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 2815 0 0 0 296 8 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 2766 0 0 0 299 11 0 0 20 0 19 0 24364282 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 1307 0 0 0 246 9 0 0 20 0 19 0 24364283 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3324 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4366 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 99 0 0 0 17 26 0 0 20 0 19 0 24364286 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 60587 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1739.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 16887
/proc/meminfo: memFree=31053720/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 41071 0 1 0 179884 119 0 0 20 0 19 0 24364280 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 75681 2289 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=1766 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 3563 0 1 0 176567 33 0 0 20 0 19 0 24364281 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408357780672 140408202667574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 3828 0 0 0 310 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 2906 0 0 0 317 12 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 3930 0 0 0 305 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 2650 0 0 0 305 10 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 3715 0 0 0 314 11 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 3363 0 0 0 306 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 3065 0 0 0 306 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 3634 0 0 0 313 12 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 1367 0 0 0 267 9 0 0 20 0 19 0 24364283 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3324 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4366 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 102 0 0 0 17 27 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 16756 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 16887
/proc/meminfo: memFree=31053720/32872528 swapFree=7780/7780
[pid=16756] ppid=16753 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16753 16756 11773 0 -1 4202496 41071 0 1 0 179884 119 0 0 20 0 19 0 24364280 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140734073308560 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16756/statm: 2406260 75681 2289 9 0 2396937 0
[pid=16756/tid=16758] ppid=16753 vsize=9625040 CPUtime=1766 cores=0,2,4,6
/proc/16756/task/16758/stat : 16758 (java) R 16753 16756 11773 0 -1 4202560 3563 0 1 0 176567 33 0 0 20 0 19 0 24364281 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408357780672 140408202667574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16759] ppid=16753 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/16756/task/16759/stat : 16759 (java) S 16753 16756 11773 0 -1 4202560 3828 0 0 0 310 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408201763368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16760] ppid=16753 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) S 16753 16756 11773 0 -1 4202560 2906 0 0 0 317 12 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408200710568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16761] ppid=16753 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16753 16756 11773 0 -1 4202560 3930 0 0 0 305 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408199657768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16762] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16753 16756 11773 0 -1 4202560 2650 0 0 0 305 10 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408198604968 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16763] ppid=16753 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16753 16756 11773 0 -1 4202560 3715 0 0 0 314 11 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408197553192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16764] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16753 16756 11773 0 -1 4202560 3363 0 0 0 306 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408196500392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16765] ppid=16753 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16753 16756 11773 0 -1 4202560 3065 0 0 0 306 9 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408195447592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16766] ppid=16753 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16753 16756 11773 0 -1 4202560 3634 0 0 0 313 12 0 0 20 0 19 0 24364282 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140408194394792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16767] ppid=16753 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16753 16756 11773 0 -1 4202560 1367 0 0 0 267 9 0 0 20 0 19 0 24364283 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407711181288 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16768] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16753 16756 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407710127352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16769] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16753 16756 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24364284 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407709074440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16770] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407708022928 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16756/tid=16771] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16753 16756 11773 0 -1 4202560 3324 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407706971064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16756/tid=16772] ppid=16753 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16753 16756 11773 0 -1 4202560 4366 0 0 0 47 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407705918264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16773] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16773/stat : 16773 (java) S 16753 16756 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407704865656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16756/tid=16774] ppid=16753 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16756/task/16774/stat : 16774 (java) S 16753 16756 11773 0 -1 4202560 102 0 0 0 17 27 0 0 20 0 19 0 24364286 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407703813064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16756/tid=16775] ppid=16753 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16775/stat : 16775 (java) S 16753 16756 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24364334 9856040960 75681 33554432000 1073741824 1073778376 140734073317424 140407702758568 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1781.94
CPU time (s): 1800.03
CPU user time (s): 1798.84
CPU system time (s): 1.19
CPU usage (%): 101.015
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.64275
maximum resident set size= 463936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41110
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67877
involuntary context switches= 82345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.88826 second user time and 6.72198 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 06:13:04
IDJOB=4101453
IDBENCH=1750
IDSOLVER=2546
FILE ID=node133/4101453-1466223184
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-fixnet3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101453-1466223184/watcher-4101453-1466223184 -o /tmp/evaluation-result-4101453-1466223184/solver-4101453-1466223184 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101453-1466223184.opb

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

MD5SUM BENCH= 33434aafd8d2cc52b903fb501d38927b
RANDOM SEED=113288500

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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:        31600228 kB
Buffers:           90780 kB
Cached:            96792 kB
SwapCached:          892 kB
Active:           404008 kB
Inactive:         129416 kB
Active(anon):     347116 kB
Inactive(anon):     1364 kB
Active(file):      56892 kB
Inactive(file):   128052 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              1204 kB
Writeback:            16 kB
AnonPages:        353208 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             600452 kB
SReclaimable:      43608 kB
SUnreclaim:       556844 kB
KernelStack:        1608 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     476852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71712 MiB
End job on node133 at 2016-06-18 06:42:46