Trace number 4106563

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)12 1800.12 897.956

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_2.opb
MD5SUMf4b87658792e85afbf63fc13ada788f7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1260
Sum of products size (including duplicates)2520
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106563-1466272182.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.43/0.30	c ... done. Wall clock time 0.175s.
0.43/0.30	c declared #vars     100
0.43/0.30	c internal #vars     1360
0.43/0.30	c #constraints  2620
0.43/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.43/0.31	c constraints type 
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1360
0.43/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1260
0.43/0.31	c 2620 constraints processed.
0.43/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.43/0.31	c constraints type 
0.43/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1360
0.43/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
0.43/0.31	c 2620 constraints processed.
0.43/0.31	c objective function length is 100 literals
0.43/0.32	c And the winner is solver0
0.53/0.81	c SATISFIABLE
0.53/0.81	c OPTIMIZING...
0.53/0.81	c Got one! Elapsed wall clock time (in seconds):0.679
0.53/0.81	o 17
0.53/0.82	c And the winner is solver0
0.71/1.31	c Got one! Elapsed wall clock time (in seconds):1.182
0.71/1.31	o 16
0.71/1.35	c And the winner is solver0
0.96/1.81	c Got one! Elapsed wall clock time (in seconds):1.683
0.96/1.81	o 15
0.96/1.86	c And the winner is solver0
1.39/2.31	c Got one! Elapsed wall clock time (in seconds):2.185
1.39/2.31	o 14
4.06/3.26	c cleaning 2589 clauses out of 5183 with flag 14298/5183
7.11/4.55	c cleaning 4289 clauses out of 8593 with flag 30758/11182
10.27/6.08	c cleaning 5649 clauses out of 11306 with flag 49239/18184
13.53/7.69	c cleaning 6822 clauses out of 13655 with flag 70835/26182
17.42/9.52	c cleaning 7907 clauses out of 15831 with flag 94413/35180
22.10/11.81	c cleaning 8959 clauses out of 17925 with flag 121326/45181
22.10/11.81	c And the winner is solver1
22.10/11.82	c Got one! Elapsed wall clock time (in seconds):11.688
22.10/11.82	o 13
24.05/12.84	c cleaning 6989 clauses out of 13989 with flag 15420/50204
26.53/14.06	c cleaning 6499 clauses out of 12998 with flag 33961/56202
29.35/15.50	c cleaning 6749 clauses out of 13499 with flag 54514/63202
32.74/17.12	c cleaning 7374 clauses out of 14750 with flag 79294/71202
36.61/19.04	c cleaning 8188 clauses out of 16376 with flag 107634/80202
40.81/21.10	c cleaning 9093 clauses out of 18188 with flag 139335/90202
45.41/23.44	c cleaning 10047 clauses out of 20094 with flag 174242/101201
50.88/26.10	c cleaning 11027 clauses out of 22054 with flag 211850/113208
56.47/29.00	c cleaning 12010 clauses out of 24020 with flag 252999/126201
63.34/32.32	c cleaning 13003 clauses out of 26010 with flag 297268/140201
70.34/35.83	c cleaning 14003 clauses out of 28008 with flag 343061/155202
78.39/39.81	c cleaning 14997 clauses out of 30005 with flag 391050/171202
86.81/44.06	c cleaning 15999 clauses out of 32007 with flag 441505/188201
96.28/48.75	c cleaning 17006 clauses out of 34014 with flag 494777/206207
106.48/53.81	c cleaning 18002 clauses out of 36005 with flag 548927/225204
116.93/59.08	c cleaning 19000 clauses out of 38001 with flag 605992/245202
127.73/64.48	c cleaning 19997 clauses out of 40000 with flag 667609/266201
128.74/64.97	c cleaning 0 clauses out of 5261 with flag 0/5262
139.67/70.26	c cleaning 20988 clauses out of 42003 with flag 732735/288201
152.47/76.56	c cleaning 22003 clauses out of 44016 with flag 801388/311202
166.36/83.49	c cleaning 22997 clauses out of 46012 with flag 872600/335201
180.96/90.71	c cleaning 24005 clauses out of 48017 with flag 948828/360203
195.22/97.84	c cleaning 25003 clauses out of 50019 with flag 1032416/386210
210.50/105.44	c cleaning 26003 clauses out of 52011 with flag 1114965/413205
226.75/113.55	c cleaning 26994 clauses out of 54004 with flag 1203168/441201
243.85/122.02	c cleaning 28003 clauses out of 56010 with flag 1291612/470201
261.29/130.74	c cleaning 28994 clauses out of 58010 with flag 1382193/500204
279.00/139.55	c cleaning 30007 clauses out of 60013 with flag 1479266/531201
297.24/148.67	c cleaning 31000 clauses out of 62006 with flag 1580091/563201
316.72/158.40	c cleaning 32003 clauses out of 64009 with flag 1685677/596204
337.78/168.81	c cleaning 33003 clauses out of 66006 with flag 1795925/630204
360.50/180.19	c cleaning 33988 clauses out of 68000 with flag 1901348/665201
387.26/193.41	c cleaning 35005 clauses out of 70018 with flag 2001448/701207
415.02/207.26	c cleaning 35995 clauses out of 72009 with flag 2101152/738203
443.55/221.46	c cleaning 36992 clauses out of 74012 with flag 2208495/776201
472.98/236.49	c cleaning 38003 clauses out of 76020 with flag 2319977/815201
502.91/251.33	c cleaning 39003 clauses out of 78017 with flag 2431586/855201
533.62/266.60	c cleaning 40005 clauses out of 80015 with flag 2548237/896202
565.17/282.36	c cleaning 41005 clauses out of 82012 with flag 2669991/938204
583.67/291.55	c cleaning 0 clauses out of 11262 with flag 0/11263
596.49/297.98	c cleaning 42001 clauses out of 84006 with flag 2797143/981203
629.23/314.27	c cleaning 43000 clauses out of 86004 with flag 2927375/1025202
663.01/331.07	c cleaning 43998 clauses out of 88003 with flag 3061288/1070201
699.57/349.20	c cleaning 44999 clauses out of 90005 with flag 3192062/1116201
736.20/367.49	c cleaning 46000 clauses out of 92006 with flag 3328686/1163201
774.66/386.61	c cleaning 46998 clauses out of 94008 with flag 3475012/1211203
812.51/405.44	c cleaning 47992 clauses out of 96011 with flag 3623882/1260204
851.75/424.93	c cleaning 49004 clauses out of 98016 with flag 3778297/1310201
891.94/445.46	c cleaning 50005 clauses out of 100012 with flag 3935584/1361201
933.55/466.12	c cleaning 50999 clauses out of 102007 with flag 4093788/1413201
976.94/487.76	c cleaning 51989 clauses out of 104008 with flag 4248886/1466201
1025.38/511.81	c cleaning 53009 clauses out of 106020 with flag 4407370/1520202
1075.18/536.63	c cleaning 53999 clauses out of 108012 with flag 4563535/1575203
1122.61/560.21	c cleaning 55001 clauses out of 110011 with flag 4726147/1631201
1173.05/585.39	c cleaning 56006 clauses out of 112011 with flag 4895567/1688202
1224.09/610.78	c cleaning 56999 clauses out of 114007 with flag 5062117/1746204
1276.71/636.95	c cleaning 57996 clauses out of 116005 with flag 5227228/1805201
1329.80/663.35	c cleaning 59000 clauses out of 118010 with flag 5395916/1865202
1333.58/665.24	c And the winner is solver0
1334.26/665.92	c Got one! Elapsed wall clock time (in seconds):665.794
1334.26/665.92	o 12
1337.88/667.87	c cleaning 34994 clauses out of 69993 with flag 13779/1876185
1341.26/669.51	c cleaning 20483 clauses out of 40995 with flag 30990/1882181
1344.71/671.25	c cleaning 13749 clauses out of 27512 with flag 49744/1889181
1348.31/673.06	c cleaning 10875 clauses out of 21763 with flag 72502/1897181
1352.51/675.11	c cleaning 9934 clauses out of 19887 with flag 97943/1906180
1356.98/677.34	c cleaning 9969 clauses out of 19954 with flag 127930/1916181
1361.78/679.76	c cleaning 10482 clauses out of 20985 with flag 159625/1927181
1366.98/682.34	c cleaning 11251 clauses out of 22506 with flag 195142/1939184
1372.82/685.21	c cleaning 12116 clauses out of 24253 with flag 232329/1952182
1379.28/688.46	c cleaning 13058 clauses out of 26135 with flag 274082/1966180
1385.88/691.78	c cleaning 14041 clauses out of 28082 with flag 317481/1981185
1393.50/695.53	c cleaning 15012 clauses out of 30036 with flag 363000/1997180
1401.54/699.50	c cleaning 16010 clauses out of 32024 with flag 409315/2014180
1410.62/704.10	c cleaning 17005 clauses out of 34016 with flag 459187/2032182
1420.09/708.73	c cleaning 17992 clauses out of 36013 with flag 514697/2051184
1430.54/714.00	c cleaning 19005 clauses out of 38019 with flag 570863/2071182
1441.60/719.43	c cleaning 20000 clauses out of 40012 with flag 628502/2092180
1453.05/725.12	c cleaning 21003 clauses out of 42018 with flag 692195/2114186
1465.45/731.31	c cleaning 21997 clauses out of 44009 with flag 759593/2137180
1478.28/737.70	c cleaning 22996 clauses out of 46015 with flag 829269/2161183
1491.30/744.24	c cleaning 24010 clauses out of 48019 with flag 902131/2186183
1505.34/751.21	c cleaning 25000 clauses out of 50007 with flag 975820/2212181
1520.23/758.65	c cleaning 26003 clauses out of 52006 with flag 1058593/2239180
1536.06/766.53	c cleaning 26999 clauses out of 54003 with flag 1141844/2267180
1552.33/774.67	c cleaning 27995 clauses out of 56004 with flag 1228249/2296180
1570.02/783.43	c cleaning 29004 clauses out of 58011 with flag 1318680/2326182
1588.54/792.61	c cleaning 29996 clauses out of 60007 with flag 1409911/2357182
1604.44/800.53	c cleaning 0 clauses out of 16769 with flag 0/16771
1608.44/802.55	c cleaning 30998 clauses out of 62009 with flag 1498856/2389180
1628.36/812.40	c cleaning 32000 clauses out of 64012 with flag 1591149/2422181
1650.07/823.29	c cleaning 33005 clauses out of 66012 with flag 1686738/2456181
1671.62/833.96	c cleaning 33996 clauses out of 68008 with flag 1786111/2491182
1693.67/844.99	c cleaning 34998 clauses out of 70012 with flag 1890983/2527182
1716.58/856.33	c cleaning 36004 clauses out of 72012 with flag 1997013/2564180
1741.88/868.98	c cleaning 37002 clauses out of 74008 with flag 2104770/2602180
1767.35/881.67	c cleaning 38002 clauses out of 76009 with flag 2217566/2641183
1792.86/894.34	c cleaning 38997 clauses out of 78006 with flag 2335763/2681182
1800.12/897.90	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.12/897.90	c starts		: 5299
1800.12/897.90	c conflicts		: 2693670
1800.12/897.90	c decisions		: 5743720
1800.12/897.90	c propagations		: 617030806
1800.12/897.90	c inspects		: 11280429722
1800.12/897.90	c shortcuts		: 0
1800.12/897.90	c learnt literals	: 0
1800.12/897.90	c learnt binary clauses	: 0
1800.12/897.90	c learnt ternary clauses	: 5
1800.12/897.90	c learnt constraints	: 2693670
1800.12/897.90	c ignored constraints	: 0
1800.12/897.90	c root simplifications	: 0
1800.12/897.90	c removed literals (reason simplification)	: 280937
1800.12/897.90	c reason swapping (by a shorter reason)	: 0
1800.12/897.90	c Calls to reduceDB	: 98
1800.12/897.90	c Number of update (reduction) of LBD	: 728478
1800.12/897.90	c Imported unit clauses	: 0
1800.12/897.90	c number of reductions to clauses (during analyze)	: 0
1800.12/897.90	c number of learned constraints concerned by reduction	: 0
1800.12/897.90	c number of learning phase by resolution	: 0
1800.12/897.90	c number of learning phase by cutting planes	: 0
1800.12/897.90	c speed (assignments/second)	: 696355.4395397287
1800.12/897.90	c non guided choices	0
1800.12/897.92	c learnt constraints type 
1800.12/897.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51497
1800.12/897.92	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.12/897.92	c starts		: 59
1800.12/897.92	c conflicts		: 17450
1800.12/897.92	c decisions		: 32242
1800.12/897.92	c propagations		: 1705534
1800.12/897.92	c inspects		: 1006917786
1800.12/897.92	c shortcuts		: 0
1800.12/897.92	c learnt literals	: 0
1800.12/897.92	c learnt binary clauses	: 0
1800.12/897.92	c learnt ternary clauses	: 0
1800.12/897.92	c learnt constraints	: 17448
1800.12/897.92	c ignored constraints	: 0
1800.12/897.92	c root simplifications	: 0
1800.12/897.92	c removed literals (reason simplification)	: 0
1800.12/897.92	c reason swapping (by a shorter reason)	: 0
1800.12/897.92	c Calls to reduceDB	: 3
1800.12/897.92	c Number of update (reduction) of LBD	: 0
1800.12/897.92	c Imported unit clauses	: 0
1800.12/897.92	c number of reductions to clauses (during analyze)	: 0
1800.12/897.92	c number of learned constraints concerned by reduction	: 0
1800.12/897.92	c number of learning phase by resolution	: 0
1800.12/897.92	c number of learning phase by cutting planes	: 0
1800.12/897.92	c speed (assignments/second)	: 7351.507340580522
1800.12/897.92	c non guided choices	0
1800.12/897.93	c learnt constraints type 
1800.12/897.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.12/897.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
1800.12/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17264
1800.12/897.93	s SATISFIABLE
1800.12/897.93	c Found 6 solution(s)
1800.12/897.93	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 x14 -x15 -x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 
1800.12/897.93	c objective function=12
1800.12/897.93	c Total wall clock time (in seconds): 897.802

Verifier Data

OK	12

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-4106563-1466272182/watcher-4106563-1466272182 -o /tmp/evaluation-result-4106563-1466272182/solver-4106563-1466272182 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106563-1466272182.opb 

pid=3096
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.12 3.99 4/197 3099
/proc/meminfo: memFree=27266956/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/3099/stat : 3099 (java) R 3096 3099 28285 0 -1 4202496 219 0 0 0 0 0 0 0 20 0 1 0 29266595 9445376 93 33554432000 1073741824 1073778376 140735823054288 140735823051416 217401308599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3099/statm: 2306 95 75 9 0 38 0

[startup+0.100093 s]
/proc/loadavg: 4.00 4.12 3.99 4/197 3099
/proc/meminfo: memFree=27266956/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 4281 0 1 0 7 0 0 0 20 0 18 0 29266595 9787879424 5396 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2389619 5396 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 4.00 4.12 3.99 4/197 3099
/proc/meminfo: memFree=27266956/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 4572 0 1 0 19 1 0 0 20 0 18 0 29266595 9787879424 7202 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2389619 7202 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300286 s]
/proc/loadavg: 4.00 4.12 3.99 4/197 3099
/proc/meminfo: memFree=27266956/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 5983 0 1 0 42 1 0 0 20 0 18 0 29266595 9787879424 8803 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2389619 8803 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 4.00 4.12 3.99 4/197 3099
/proc/meminfo: memFree=27266956/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 6174 0 1 0 50 3 0 0 20 0 19 0 29266595 10060525568 9948 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 9948 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.00 4.12 3.99 3/216 3124
/proc/meminfo: memFree=27225860/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 10457 0 1 0 88 8 0 0 20 0 19 0 29266595 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 14390 2261 9 0 2446860 0
[pid=3099/tid=3101] ppid=3096 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3099/task/3101/stat : 3101 (java) S 3096 3099 28285 0 -1 4202560 2425 0 1 0 26 1 0 0 20 0 19 0 29266597 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083965731704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3102] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3102/stat : 3102 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083927222952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3103] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3103/stat : 3103 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083926170408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3104] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3104/stat : 3104 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083925117864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3105] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3105/stat : 3105 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083924065320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3106] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3106/stat : 3106 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083923011752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3107] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3107/stat : 3107 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083921959208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3108] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3108/stat : 3108 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083920906664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29266598 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29266599 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29266600 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29266600 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266602 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) S 3096 3099 28285 0 -1 4202560 3237 0 0 0 26 0 0 0 20 0 19 0 29266602 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083785050168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 3447 0 0 0 24 0 0 0 20 0 19 0 29266602 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266602 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29266602 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3121] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3121/stat : 3121 (java) S 3096 3099 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29266627 10060525568 14390 33554432000 1073741824 1073778376 140733245878944 140082770060968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.00 4.12 3.99 3/216 3130
/proc/meminfo: memFree=27205652/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 16661 0 1 0 366 14 0 0 20 0 22 0 29266595 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 45222 2289 9 0 2446860 0
[pid=3099/tid=3101] ppid=3096 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3099/task/3101/stat : 3101 (java) S 3096 3099 28285 0 -1 4202560 2425 0 1 0 26 1 0 0 20 0 22 0 29266597 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083965731704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3102] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3102/stat : 3102 (java) S 3096 3099 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083927222952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3103] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3103/stat : 3103 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083926170408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3104] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3104/stat : 3104 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083925117864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3105] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3105/stat : 3105 (java) S 3096 3099 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083924065320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3106] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3106/stat : 3106 (java) S 3096 3099 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083923011752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3107] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3107/stat : 3107 (java) S 3096 3099 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083921959208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3108] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3108/stat : 3108 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083920906664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29266598 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29266599 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) R 3096 3099 28285 0 -1 4202560 7782 0 0 0 102 0 0 0 20 0 22 0 29266602 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083785050048 140083972544037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 4997 0 0 0 63 1 0 0 20 0 22 0 29266602 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3121] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3121/stat : 3121 (java) S 3096 3099 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29266627 10060525568 45222 33554432000 1073741824 1073778376 140733245878944 140082770060968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.08 4.14 4.00 5/219 3133
/proc/meminfo: memFree=26904632/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=10.88 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 25225 0 1 0 1057 31 0 0 20 0 22 0 29266595 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 114398 2293 9 0 2446860 0
[pid=3099/tid=3101] ppid=3096 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3099/task/3101/stat : 3101 (java) S 3096 3099 28285 0 -1 4202560 2425 0 1 0 26 1 0 0 20 0 22 0 29266597 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083965731704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3102] ppid=3096 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3099/task/3102/stat : 3102 (java) S 3096 3099 28285 0 -1 4202560 140 0 0 0 5 3 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083927222952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3103] ppid=3096 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3099/task/3103/stat : 3103 (java) S 3096 3099 28285 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083926170408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3104] ppid=3096 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3099/task/3104/stat : 3104 (java) S 3096 3099 28285 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083925117864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3105] ppid=3096 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/3099/task/3105/stat : 3105 (java) S 3096 3099 28285 0 -1 4202560 136 0 0 0 7 3 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083924065320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3106] ppid=3096 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3099/task/3106/stat : 3106 (java) S 3096 3099 28285 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083923011752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3107] ppid=3096 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3099/task/3107/stat : 3107 (java) S 3096 3099 28285 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083921959208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3108] ppid=3096 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3099/task/3108/stat : 3108 (java) S 3096 3099 28285 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083920906664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 22 0 29266598 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 205 0 0 0 0 0 0 0 20 0 22 0 29266599 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) S 3096 3099 28285 0 -1 4202560 7797 0 0 0 115 0 0 0 20 0 22 0 29266602 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083785050168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 12496 0 0 0 97 2 0 0 20 0 22 0 29266602 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3121] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3121/stat : 3121 (java) S 3096 3099 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29266627 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140082770060968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3131] ppid=3096 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/3099/task/3131/stat : 3131 (java) R 3096 3099 28285 0 -1 4202560 9 0 0 0 374 0 0 0 20 0 22 0 29266827 10060525568 114398 33554432000 1073741824 1073778376 140733245878944 140082773215760 140083798177335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3132] ppid=3096 vsize=9824732 CPUtime=3.75 cores=1,3,5,7

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

[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 403 0 0 0 242 10 0 0 20 0 22 0 29266598 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 1940 0 0 0 171 21 0 0 20 0 22 0 29266599 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) S 3096 3099 28285 0 -1 4202560 7800 0 0 0 123 0 0 0 20 0 22 0 29266602 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083785050168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 18113 0 0 0 145 3 0 0 20 0 22 0 29266602 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 29266602 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3136] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3136/stat : 3136 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29267777 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140082770060840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3232] ppid=3096 vsize=9824732 CPUtime=214.5 cores=1,3,5,7
/proc/3099/task/3232/stat : 3232 (java) R 3096 3099 28285 0 -1 4202560 18 0 0 0 21447 3 0 0 20 0 22 0 29333188 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140082772156944 140083798177612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3233] ppid=3096 vsize=9824732 CPUtime=214.53 cores=1,3,5,7
/proc/3099/task/3233/stat : 3233 (java) R 3096 3099 28285 0 -1 4202560 29 0 0 0 21450 3 0 0 20 0 22 0 29333188 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140082771112208 140083798549530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3234] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3234/stat : 3234 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29333188 10060525568 635453 33554432000 1073741824 1073778376 140733245878944 140082773218216 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1765.82
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.39 4.32 4.17 5/219 3265
/proc/meminfo: memFree=24159824/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=1797.18 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 36770 0 1 0 179536 182 0 0 20 0 22 0 29266595 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 633520 2303 9 0 2446860 0
[pid=3099/tid=3101] ppid=3096 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3099/task/3101/stat : 3101 (java) S 3096 3099 28285 0 -1 4202560 2431 0 1 0 29 3 0 0 20 0 22 0 29266597 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083965731704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3102] ppid=3096 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/3099/task/3102/stat : 3102 (java) S 3096 3099 28285 0 -1 4202560 497 0 0 0 223 11 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083927222952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3103] ppid=3096 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/3099/task/3103/stat : 3103 (java) S 3096 3099 28285 0 -1 4202560 495 0 0 0 229 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083926170408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3104] ppid=3096 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/3099/task/3104/stat : 3104 (java) S 3096 3099 28285 0 -1 4202560 485 0 0 0 245 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083925117864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3105] ppid=3096 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/3099/task/3105/stat : 3105 (java) S 3096 3099 28285 0 -1 4202560 501 0 0 0 258 11 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083924065320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3106] ppid=3096 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3099/task/3106/stat : 3106 (java) S 3096 3099 28285 0 -1 4202560 373 0 0 0 241 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083923011752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3107] ppid=3096 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/3099/task/3107/stat : 3107 (java) S 3096 3099 28285 0 -1 4202560 356 0 0 0 239 10 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083921959208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3108] ppid=3096 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/3099/task/3108/stat : 3108 (java) S 3096 3099 28285 0 -1 4202560 380 0 0 0 256 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083920906664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 403 0 0 0 248 10 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 1940 0 0 0 171 22 0 0 20 0 22 0 29266599 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) S 3096 3099 28285 0 -1 4202560 7800 0 0 0 123 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083785050168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 18113 0 0 0 145 3 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3136] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3136/stat : 3136 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29267777 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082770060840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3232] ppid=3096 vsize=9824732 CPUtime=229.95 cores=1,3,5,7
/proc/3099/task/3232/stat : 3232 (java) R 3096 3099 28285 0 -1 4202560 19 0 0 0 22992 3 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082772164640 140083798221157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3233] ppid=3096 vsize=9824732 CPUtime=229.98 cores=1,3,5,7
/proc/3099/task/3233/stat : 3233 (java) R 3096 3099 28285 0 -1 4202560 32 0 0 0 22995 3 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082771112208 140083798179593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3234] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3234/stat : 3234 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082773218216 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3099 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 4.39 4.32 4.17 5/219 3265
/proc/meminfo: memFree=24159824/32872528 swapFree=1534436/1655032
[pid=3099] ppid=3096 vsize=9824732 CPUtime=1797.18 cores=1,3,5,7
/proc/3099/stat : 3099 (java) S 3096 3099 28285 0 -1 4202496 36770 0 1 0 179536 182 0 0 20 0 22 0 29266595 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140733245870080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3099/statm: 2456183 633520 2303 9 0 2446860 0
[pid=3099/tid=3101] ppid=3096 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3099/task/3101/stat : 3101 (java) S 3096 3099 28285 0 -1 4202560 2431 0 1 0 29 3 0 0 20 0 22 0 29266597 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083965731704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3102] ppid=3096 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/3099/task/3102/stat : 3102 (java) S 3096 3099 28285 0 -1 4202560 497 0 0 0 223 11 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083927222952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3103] ppid=3096 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/3099/task/3103/stat : 3103 (java) S 3096 3099 28285 0 -1 4202560 495 0 0 0 229 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083926170408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3104] ppid=3096 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/3099/task/3104/stat : 3104 (java) S 3096 3099 28285 0 -1 4202560 485 0 0 0 245 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083925117864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3105] ppid=3096 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/3099/task/3105/stat : 3105 (java) S 3096 3099 28285 0 -1 4202560 501 0 0 0 258 11 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083924065320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3106] ppid=3096 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3099/task/3106/stat : 3106 (java) S 3096 3099 28285 0 -1 4202560 373 0 0 0 241 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083923011752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3107] ppid=3096 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/3099/task/3107/stat : 3107 (java) S 3096 3099 28285 0 -1 4202560 356 0 0 0 239 10 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083921959208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3108] ppid=3096 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/3099/task/3108/stat : 3108 (java) S 3096 3099 28285 0 -1 4202560 380 0 0 0 256 9 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083920906664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3109] ppid=3096 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/3099/task/3109/stat : 3109 (java) S 3096 3099 28285 0 -1 4202560 403 0 0 0 248 10 0 0 20 0 22 0 29266598 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083919854120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3110] ppid=3096 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/3099/task/3110/stat : 3110 (java) S 3096 3099 28285 0 -1 4202560 1940 0 0 0 171 22 0 0 20 0 22 0 29266599 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083789261416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3111] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3111/stat : 3111 (java) S 3096 3099 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083788207736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3112] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3112/stat : 3112 (java) S 3096 3099 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29266600 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083787155080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3113] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3113/stat : 3113 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083786103824 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3114] ppid=3096 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/3099/task/3114/stat : 3114 (java) S 3096 3099 28285 0 -1 4202560 7800 0 0 0 123 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083785050168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3115] ppid=3096 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/3099/task/3115/stat : 3115 (java) S 3096 3099 28285 0 -1 4202560 18113 0 0 0 145 3 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083783997624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3116] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3116/stat : 3116 (java) S 3096 3099 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140083782945272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3117] ppid=3096 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3099/task/3117/stat : 3117 (java) S 3096 3099 28285 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 29266602 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082774272840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3099/tid=3136] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3136/stat : 3136 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29267777 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082770060840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3099/tid=3232] ppid=3096 vsize=9824732 CPUtime=229.95 cores=1,3,5,7
/proc/3099/task/3232/stat : 3232 (java) R 3096 3099 28285 0 -1 4202560 19 0 0 0 22992 3 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082772164640 140083798221157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3099/tid=3233] ppid=3096 vsize=9824732 CPUtime=229.98 cores=1,3,5,7
/proc/3099/task/3233/stat : 3233 (java) R 3096 3099 28285 0 -1 4202560 32 0 0 0 22995 3 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082771112208 140083798179593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3099/tid=3234] ppid=3096 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3099/task/3234/stat : 3234 (java) S 3096 3099 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29333188 10060525568 633520 33554432000 1073741824 1073778376 140733245878944 140082773218216 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.94006
#  lost CPU user time (s): 3.12
#  lost CPU system time (s): -0.18

Real time (s): 897.956
CPU time (s): 1800.12
CPU user time (s): 1798.48
CPU system time (s): 1.64
CPU usage (%): 200.469
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 2.14367
maximum resident set size= 2903152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36810
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26920
involuntary context switches= 45036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72413 second user time and 7.79282 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:49:42
IDJOB=4106563
IDBENCH=48106
IDSOLVER=2543
FILE ID=node122/4106563-1466272182
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106563-1466272182/watcher-4106563-1466272182 -o /tmp/evaluation-result-4106563-1466272182/solver-4106563-1466272182 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106563-1466272182.opb

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

MD5SUM BENCH= f4b87658792e85afbf63fc13ada788f7
RANDOM SEED=1061951128

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27267864 kB
Buffers:          147232 kB
Cached:           221460 kB
SwapCached:            0 kB
Active:          2926492 kB
Inactive:         269016 kB
Active(anon):    2819712 kB
Inactive(anon):     9916 kB
Active(file):     106780 kB
Inactive(file):   259100 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               724 kB
Writeback:             0 kB
AnonPages:       4584512 kB
Mapped:            21124 kB
Shmem:               204 kB
Slab:             611156 kB
SReclaimable:      54576 kB
SUnreclaim:       556580 kB
KernelStack:        1792 kB
PageTables:        13440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4712176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2994176 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= 71740 MiB
End job on node122 at 2016-06-18 20:04:40