Trace number 4101189

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.04 1792.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-nesm.opb
MD5SUM06abf2507bf67e08d71dcaed3569abdd
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 variables60075
Total number of constraints2257
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 constraints2257
Minimum length of a constraint10
Maximum length of a constraint941
Number of terms in the objective function 8142
Biggest coefficient in the objective function 10478
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531689
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531689
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.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@587bd9f2
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@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101189-1466220690.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.50/0.90	c ... done. Wall clock time 0.78s.
1.50/0.90	c declared #vars     60075
1.50/0.90	c #constraints  2737
1.50/0.90	c constraints type 
1.50/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
1.50/0.90	c 2737 constraints processed.
1.50/0.90	c objective function length is 8142 literals
3.62/2.58	c cleaning 2501 clauses out of 5001 with flag 10611/5001
5.78/4.57	c cleaning 4250 clauses out of 8499 with flag 23624/11000
8.28/7.00	c cleaning 5625 clauses out of 11249 with flag 38759/18000
11.09/9.72	c cleaning 6812 clauses out of 13624 with flag 55677/26000
14.61/13.15	c cleaning 7906 clauses out of 15812 with flag 74851/35000
18.51/17.04	c cleaning 8953 clauses out of 17906 with flag 95930/45000
22.26/20.61	c cleaning 9975 clauses out of 19958 with flag 118660/56005
25.08/23.42	c cleaning 10986 clauses out of 21978 with flag 144442/68000
27.49/25.83	c cleaning 11995 clauses out of 23993 with flag 171131/81001
29.54/27.80	c cleaning 12998 clauses out of 25996 with flag 201238/95000
33.89/31.77	c cleaning 13999 clauses out of 27998 with flag 234395/110000
38.30/36.13	c cleaning 14998 clauses out of 30000 with flag 269505/126001
41.11/38.89	c cleaning 15990 clauses out of 32002 with flag 306280/143001
44.31/42.03	c cleaning 16999 clauses out of 34012 with flag 342867/161001
50.82/48.50	c cleaning 18000 clauses out of 36013 with flag 383333/180001
56.41/54.16	c cleaning 19003 clauses out of 38013 with flag 427866/200001
62.95/60.66	c cleaning 20003 clauses out of 40009 with flag 474893/221000
69.14/66.90	c cleaning 21004 clauses out of 42008 with flag 524427/243002
75.14/72.83	c cleaning 21998 clauses out of 44004 with flag 575771/266002
78.34/76.08	c cleaning 22999 clauses out of 46004 with flag 626415/290000
83.94/81.68	c cleaning 24001 clauses out of 48005 with flag 678871/315000
89.25/86.99	c cleaning 24995 clauses out of 50004 with flag 733773/341000
95.13/92.82	c cleaning 26002 clauses out of 52009 with flag 791490/368000
101.11/98.76	c cleaning 26998 clauses out of 54007 with flag 851014/396000
107.31/104.97	c cleaning 28003 clauses out of 56009 with flag 915256/425000
111.52/109.11	c cleaning 29002 clauses out of 58006 with flag 983125/455000
122.01/119.68	c cleaning 30001 clauses out of 60004 with flag 1055112/486000
133.21/130.84	c cleaning 30997 clauses out of 62003 with flag 1126746/518000
145.27/142.81	c cleaning 32003 clauses out of 64007 with flag 1198031/551001
159.37/156.90	c cleaning 33001 clauses out of 66003 with flag 1271080/585000
172.40/169.99	c cleaning 34003 clauses out of 68005 with flag 1345658/620003
181.10/178.62	c cleaning 34991 clauses out of 69998 with flag 1420194/656000
189.29/186.76	c cleaning 35999 clauses out of 72007 with flag 1498266/693000
197.69/195.15	c cleaning 37000 clauses out of 74008 with flag 1577834/731000
206.98/204.42	c cleaning 37996 clauses out of 76008 with flag 1659828/770000
218.48/215.93	c cleaning 39004 clauses out of 78014 with flag 1742975/810002
229.19/226.69	c cleaning 40000 clauses out of 80008 with flag 1828309/851000
240.96/238.35	c cleaning 41000 clauses out of 82010 with flag 1916139/893002
253.26/250.67	c cleaning 41999 clauses out of 84009 with flag 2007069/936001
266.86/264.21	c cleaning 43001 clauses out of 86009 with flag 2098928/980000
280.46/277.82	c cleaning 44002 clauses out of 88009 with flag 2192557/1025001
294.55/291.91	c cleaning 44997 clauses out of 90009 with flag 2288335/1071003
310.39/307.75	c cleaning 46000 clauses out of 92009 with flag 2385129/1118000
321.37/318.73	c cleaning 47004 clauses out of 94010 with flag 2488279/1166001
332.97/330.36	c cleaning 47999 clauses out of 96006 with flag 2613986/1215001
345.08/342.40	c cleaning 48996 clauses out of 98005 with flag 2719841/1265000
361.62/358.92	c cleaning 49991 clauses out of 100011 with flag 2824079/1316002
376.72/374.04	c cleaning 51007 clauses out of 102018 with flag 2931129/1368000
397.69/394.95	c cleaning 52000 clauses out of 104014 with flag 3041766/1421003
418.36/415.53	c cleaning 53005 clauses out of 106014 with flag 3151915/1475003
441.26/438.46	c cleaning 53997 clauses out of 108011 with flag 3264283/1530005
463.61/460.71	c cleaning 55002 clauses out of 110010 with flag 3379124/1586001
486.80/483.87	c cleaning 56002 clauses out of 112009 with flag 3496140/1643002
509.70/506.78	c cleaning 56999 clauses out of 114010 with flag 3616641/1701005
529.83/526.86	c cleaning 57991 clauses out of 116006 with flag 3737553/1760000
550.39/547.31	c cleaning 59009 clauses out of 118018 with flag 3861913/1820003
573.16/570.07	c cleaning 60000 clauses out of 120006 with flag 3988230/1881000
595.21/592.00	c cleaning 61006 clauses out of 122012 with flag 4116444/1943006
622.18/618.91	c cleaning 62001 clauses out of 124001 with flag 4246526/2006001
648.02/644.73	c cleaning 63000 clauses out of 125999 with flag 4377639/2070000
675.66/672.39	c cleaning 63995 clauses out of 127999 with flag 4511440/2135000
702.20/698.85	c cleaning 65000 clauses out of 130006 with flag 4647920/2201002
720.50/717.11	c cleaning 65991 clauses out of 132004 with flag 4786159/2268000
744.63/741.26	c cleaning 66998 clauses out of 134014 with flag 4923315/2336001
765.75/762.23	c cleaning 68004 clauses out of 136014 with flag 5070414/2405001
790.98/787.34	c cleaning 68998 clauses out of 138010 with flag 5230169/2475001
816.86/813.12	c cleaning 69997 clauses out of 140028 with flag 5391765/2546018
836.26/832.56	c cleaning 71003 clauses out of 142016 with flag 5563850/2618006
857.42/853.66	c cleaning 71997 clauses out of 144007 with flag 5721075/2691000
889.26/885.43	c cleaning 73000 clauses out of 146012 with flag 5883697/2765002
921.62/917.78	c cleaning 73995 clauses out of 148011 with flag 6041340/2840001
963.01/959.04	c cleaning 75005 clauses out of 150017 with flag 6193385/2916002
1009.10/1005.06	c cleaning 76004 clauses out of 152013 with flag 6347420/2993003
1051.08/1046.95	c cleaning 76998 clauses out of 154009 with flag 6504313/3071003
1098.47/1094.21	c cleaning 78005 clauses out of 156013 with flag 6662329/3150005
1142.65/1138.31	c cleaning 79000 clauses out of 158004 with flag 6822340/3230001
1200.04/1195.68	c cleaning 80002 clauses out of 160009 with flag 6984418/3311006
1250.74/1246.27	c cleaning 81000 clauses out of 162003 with flag 7148451/3393002
1298.14/1293.53	c cleaning 81997 clauses out of 164001 with flag 7314497/3476000
1360.16/1355.48	c cleaning 83000 clauses out of 166007 with flag 7482541/3560003
1423.29/1418.49	c cleaning 83999 clauses out of 168004 with flag 7652649/3645000
1474.47/1469.49	c cleaning 84997 clauses out of 170005 with flag 7824651/3731000
1559.94/1554.63	c cleaning 86000 clauses out of 172011 with flag 7998659/3818003
1620.11/1614.57	c cleaning 87001 clauses out of 174008 with flag 8178724/3906000
1677.68/1671.82	c cleaning 88004 clauses out of 176008 with flag 8372502/3995001
1800.04/1792.90	c starts		: 2077
1800.04/1792.90	c conflicts		: 4082673
1800.04/1792.90	c decisions		: 8540886
1800.04/1792.90	c propagations		: 341936443
1800.04/1792.90	c inspects		: 25944165132
1800.04/1792.90	c shortcuts		: 0
1800.04/1792.90	c learnt literals	: 9
1800.04/1792.90	c learnt binary clauses	: 9
1800.04/1792.90	c learnt ternary clauses	: 31
1800.04/1792.90	c learnt constraints	: 4082664
1800.04/1792.90	c ignored constraints	: 0
1800.04/1792.90	c root simplifications	: 0
1800.04/1792.90	c removed literals (reason simplification)	: 0
1800.04/1792.90	c reason swapping (by a shorter reason)	: 0
1800.04/1792.90	c Calls to reduceDB	: 85
1800.04/1792.90	c Number of update (reduction) of LBD	: 188181
1800.04/1792.90	c Imported unit clauses	: 0
1800.04/1792.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.90	c number of learned constraints concerned by reduction	: 0
1800.04/1792.90	c number of learning phase by resolution	: 0
1800.04/1792.90	c number of learning phase by cutting planes	: 0
1800.04/1792.90	c speed (assignments/second)	: 190821.27661949192
1800.04/1792.90	c non guided choices	3553691
1800.04/1792.91	c timeout
1800.04/1792.93	c learnt constraints type 
1800.04/1792.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.04/1792.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175668
1800.04/1792.93	s UNKNOWN
1800.04/1792.93	c Total wall clock time (in seconds): 1792.813

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

pid=16343
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.00 2.04 2.01 3/196 16346
/proc/meminfo: memFree=29280392/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/16346/stat : 16346 (java) D 16343 16346 11773 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 24114909 278528 33 33554432000 1073741824 1073778376 140734119377776 140734119374952 206399696167 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.04 2.01 3/196 16346
/proc/meminfo: memFree=29280392/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 24114909 9787879424 6018 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200302 s]
/proc/loadavg: 2.00 2.04 2.01 3/196 16346
/proc/meminfo: memFree=29280392/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 4992 0 1 0 26 1 0 0 20 0 18 0 24114909 9787879424 7433 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2389619 7433 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300345 s]
/proc/loadavg: 2.00 2.04 2.01 3/196 16346
/proc/meminfo: memFree=29280392/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 7129 0 1 0 48 2 0 0 20 0 18 0 24114909 9787879424 10890 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2389619 10890 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.00 2.04 2.01 3/196 16346
/proc/meminfo: memFree=29280392/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9558476 CPUtime=1.29 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 11253 0 1 0 122 7 0 0 20 0 18 0 24114909 9787879424 46502 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2389619 46502 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.00 2.04 2.01 5/215 16365
/proc/meminfo: memFree=29100116/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 12776 0 1 0 243 13 0 0 20 0 19 0 24114909 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 57141 2279 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 2472 0 1 0 133 3 0 0 20 0 19 0 24114911 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400497730008 140400350931448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 127 0 0 0 1 0 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 136 0 0 0 3 2 0 0 20 0 19 0 24114912 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 5154 0 0 0 43 0 0 0 20 0 19 0 24114916 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 3311 0 0 0 38 0 0 0 20 0 19 0 24114916 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 57141 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.00 2.04 2.01 3/215 16365
/proc/meminfo: memFree=29059328/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 13236 0 1 0 412 13 0 0 20 0 19 0 24114909 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 65851 2285 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 2490 0 1 0 293 3 0 0 20 0 19 0 24114911 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400497721056 140400350941263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 127 0 0 0 1 0 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 136 0 0 0 3 2 0 0 20 0 19 0 24114912 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 5154 0 0 0 45 0 0 0 20 0 19 0 24114916 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 3753 0 0 0 46 0 0 0 20 0 19 0 24114916 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 65851 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.00 2.03 2.01 3/215 16365
/proc/meminfo: memFree=28930124/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 13450 0 1 0 741 17 0 0 20 0 19 0 24114909 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 89522 2285 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=6.12 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 2528 0 1 0 608 4 0 0 20 0 19 0 24114911 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400497727872 140400350949646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 132 0 0 0 3 0 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 19 0 24114912 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 5154 0 0 0 48 0 0 0 20 0 19 0 24114916 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 3753 0 0 0 47 0 0 0 20 0 19 0 24114916 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 89522 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625040


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

[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 504012 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 1.99 1.99 3/216 16561
/proc/meminfo: memFree=29712528/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=1789.38 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 33777 0 1 0 178792 146 0 0 20 0 19 0 24114909 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 496955 2294 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=1774.19 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 4175 0 1 0 177361 58 0 0 20 0 19 0 24114911 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400497728688 140400351017410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 389 0 0 0 90 9 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 469 0 0 0 95 12 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 454 0 0 0 86 11 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 377 0 0 0 85 10 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 269 0 0 0 81 8 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 538 0 0 0 88 10 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 334 0 0 0 96 11 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 557 0 0 0 92 11 0 0 20 0 19 0 24114912 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 7532 0 0 0 68 6 0 0 20 0 19 0 24114913 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 12072 0 0 0 86 2 0 0 20 0 19 0 24114916 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 5246 0 0 0 72 0 0 0 20 0 19 0 24114916 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 24114916 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 496955 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.04 1.99 1.99 3/216 16562
/proc/meminfo: memFree=29724260/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 33784 0 1 0 179857 147 0 0 20 0 19 0 24114909 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 494388 2294 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=1784.72 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 4177 0 1 0 178413 59 0 0 20 0 19 0 24114911 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400497728736 140400351017410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 390 0 0 0 91 9 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 469 0 0 0 96 12 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 455 0 0 0 87 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 377 0 0 0 86 10 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 269 0 0 0 82 8 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 539 0 0 0 90 10 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 336 0 0 0 98 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 557 0 0 0 92 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 7532 0 0 0 68 6 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 12072 0 0 0 86 2 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 5246 0 0 0 72 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 16346 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.9 s]
/proc/loadavg: 2.04 1.99 1.99 3/216 16562
/proc/meminfo: memFree=29724260/32872528 swapFree=7780/7780
[pid=16346] ppid=16343 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 11773 0 -1 4202496 33784 0 1 0 179857 147 0 0 20 0 19 0 24114909 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140735022698880 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16346/statm: 2406260 494388 2294 9 0 2396937 0
[pid=16346/tid=16348] ppid=16343 vsize=9625040 CPUtime=1784.72 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 11773 0 -1 4202560 4177 0 1 0 178413 59 0 0 20 0 19 0 24114911 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400497728736 140400351017410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16349] ppid=16343 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 11773 0 -1 4202560 390 0 0 0 91 9 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400470182696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16350] ppid=16343 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 11773 0 -1 4202560 469 0 0 0 96 12 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400469129896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16351] ppid=16343 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 11773 0 -1 4202560 455 0 0 0 87 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400339233832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16352] ppid=16343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 11773 0 -1 4202560 377 0 0 0 86 10 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400338181032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16353] ppid=16343 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 11773 0 -1 4202560 269 0 0 0 82 8 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400337127720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16354] ppid=16343 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 11773 0 -1 4202560 539 0 0 0 90 10 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400336074920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16355] ppid=16343 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 11773 0 -1 4202560 336 0 0 0 98 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140400335022632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16356] ppid=16343 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 11773 0 -1 4202560 557 0 0 0 92 11 0 0 20 0 19 0 24114912 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399863654824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16357] ppid=16343 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 11773 0 -1 4202560 7532 0 0 0 68 6 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399851457256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16358] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399850403320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16359] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24114913 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399849350920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16360] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399848299408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16346/tid=16361] ppid=16343 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 11773 0 -1 4202560 12072 0 0 0 86 2 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399847246008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16346/tid=16362] ppid=16343 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16346/task/16362/stat : 16362 (java) S 16343 16346 11773 0 -1 4202560 5246 0 0 0 72 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399846193208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16363] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16363/stat : 16363 (java) S 16343 16346 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399845141112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16346/tid=16364] ppid=16343 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16346/task/16364/stat : 16364 (java) S 16343 16346 11773 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 24114916 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399844088520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16346/tid=16365] ppid=16343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16365/stat : 16365 (java) S 16343 16346 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24115008 9856040960 494388 33554432000 1073741824 1073778376 140735022707744 140399842936232 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1792.94
CPU time (s): 1800.04
CPU user time (s): 1798.57
CPU system time (s): 1.47
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.92171
maximum resident set size= 2484064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43443
involuntary context switches= 36488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3671 second user time and 16.8804 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 05:31:30
IDJOB=4101189
IDBENCH=1711
IDSOLVER=2546
FILE ID=node133/4101189-1466220690
RUNJOBID= node133-1466206057-11790
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/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-nesm.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101189-1466220690/watcher-4101189-1466220690 -o /tmp/evaluation-result-4101189-1466220690/solver-4101189-1466220690 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101189-1466220690.opb

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

MD5SUM BENCH= 06abf2507bf67e08d71dcaed3569abdd
RANDOM SEED=1158580396

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:        29281044 kB
Buffers:           87652 kB
Cached:            97168 kB
SwapCached:          892 kB
Active:          2724168 kB
Inactive:         123800 kB
Active(anon):    2664136 kB
Inactive(anon):     1364 kB
Active(file):      60032 kB
Inactive(file):   122436 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              3940 kB
Writeback:             0 kB
AnonPages:       2670440 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             599920 kB
SReclaimable:      43372 kB
SUnreclaim:       556548 kB
KernelStack:        1656 kB
PageTables:         9296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2910284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2629632 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:01:23