Trace number 4085858

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 PB16SAT (TO)-24 1800.02 1797.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_3.opb
MD5SUM737bdf32fd69c002d569e68c523af4bf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark140.018
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
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 constraint10
Maximum length of a constraint18
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)1244
Sum of products size (including duplicates)2488
Number of different products622
Sum of products size1244

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085858-1465259319.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.22	c ... done. Wall clock time 0.106s.
0.23/0.22	c declared #vars     100
0.23/0.22	c internal #vars     722
0.23/0.22	c #constraints  1444
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 622
0.23/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 78
0.23/0.22	c org.sat4j.specs.Constr$1 => 114
0.23/0.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 8
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622
0.23/0.22	c 1444 constraints processed.
0.23/0.22	c objective function length is 100 literals
0.23/0.23	c SATISFIABLE
0.23/0.23	c OPTIMIZING...
0.23/0.23	c Got one! Elapsed wall clock time (in seconds):0.114
0.23/0.23	o -17
0.23/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.23/0.23	o -18
0.23/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.23/0.24	o -19
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.135
0.23/0.25	o -20
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.197
0.47/0.31	o -21
0.79/0.58	c cleaning 2616 clauses out of 5231 with flag 10509/5231
1.20/0.82	c cleaning 4307 clauses out of 8614 with flag 22823/11230
1.50/1.18	c cleaning 5655 clauses out of 11310 with flag 37307/18233
2.01/1.64	c cleaning 6826 clauses out of 13654 with flag 53860/26232
2.53/2.20	c cleaning 7913 clauses out of 15826 with flag 72406/35230
3.23/2.85	c cleaning 8954 clauses out of 17913 with flag 93023/45230
4.06/3.60	c cleaning 9978 clauses out of 19960 with flag 115621/56231
4.32/3.80	c Got one! Elapsed wall clock time (in seconds):3.684
4.32/3.80	o -22
4.43/3.97	c cleaning 7982 clauses out of 15964 with flag 4166/62213
4.83/4.33	c cleaning 6991 clauses out of 13981 with flag 17206/68212
5.23/4.75	c cleaning 6993 clauses out of 13990 with flag 31633/75212
5.63/5.18	c cleaning 7500 clauses out of 14999 with flag 48167/83214
6.23/5.78	c cleaning 8248 clauses out of 16497 with flag 66753/92212
6.83/6.35	c cleaning 9119 clauses out of 18250 with flag 87360/102213
7.53/7.03	c cleaning 10066 clauses out of 20131 with flag 109887/113213
8.34/7.82	c cleaning 11030 clauses out of 22064 with flag 134504/125212
9.03/8.57	c Got one! Elapsed wall clock time (in seconds):8.461
9.03/8.57	o -23
9.63/9.18	c cleaning 13911 clauses out of 27832 with flag 10425/142010
10.13/9.61	c cleaning 9957 clauses out of 19920 with flag 22982/148009
10.54/10.04	c cleaning 8479 clauses out of 16963 with flag 37545/155009
11.03/10.51	c cleaning 8240 clauses out of 16483 with flag 54032/163008
11.54/11.02	c cleaning 8619 clauses out of 17244 with flag 72636/172009
12.13/11.66	c cleaning 9313 clauses out of 18625 with flag 93445/182009
12.93/12.43	c cleaning 10156 clauses out of 20313 with flag 116198/193010
13.84/13.34	c cleaning 11072 clauses out of 22156 with flag 141286/205009
14.84/14.39	c cleaning 12043 clauses out of 24086 with flag 168886/218011
16.24/15.71	c cleaning 13021 clauses out of 26042 with flag 199082/232010
17.44/16.98	c cleaning 14007 clauses out of 28019 with flag 230299/247008
19.14/18.70	c cleaning 14999 clauses out of 30012 with flag 265160/263008
21.34/20.85	c cleaning 16004 clauses out of 32014 with flag 305244/280009
23.64/23.14	c cleaning 17001 clauses out of 34009 with flag 347797/298008
26.24/25.75	c cleaning 18001 clauses out of 36010 with flag 393077/317010
28.93/28.45	c cleaning 18996 clauses out of 38007 with flag 441335/337008
31.07/30.55	c Got one! Elapsed wall clock time (in seconds):30.442
31.07/30.55	o -24
31.87/31.39	c cleaning 20395 clauses out of 40790 with flag 10862/358787
32.57/32.05	c cleaning 13196 clauses out of 26393 with flag 23594/364785
33.27/32.72	c cleaning 10094 clauses out of 20196 with flag 39707/371784
33.87/33.35	c cleaning 9046 clauses out of 18103 with flag 58161/379785
34.47/33.94	c cleaning 9023 clauses out of 18058 with flag 77763/388786
35.17/34.60	c cleaning 9516 clauses out of 19034 with flag 99941/398785
35.87/35.34	c cleaning 10259 clauses out of 20518 with flag 124367/409785
36.77/36.24	c cleaning 11130 clauses out of 22260 with flag 150316/421786
37.77/37.30	c cleaning 12059 clauses out of 24130 with flag 179289/434786
38.97/38.45	c cleaning 13034 clauses out of 26069 with flag 209338/448784
40.27/39.74	c cleaning 14016 clauses out of 28038 with flag 241075/463787
42.06/41.54	c cleaning 15003 clauses out of 30020 with flag 278339/479785
43.86/43.37	c cleaning 16007 clauses out of 32019 with flag 319493/496787
45.86/45.39	c cleaning 17002 clauses out of 34010 with flag 362553/514785
48.66/48.10	c cleaning 18004 clauses out of 36008 with flag 410648/533785
51.36/50.88	c cleaning 18998 clauses out of 38004 with flag 458389/553785
54.76/54.26	c cleaning 20001 clauses out of 40007 with flag 509741/574786
58.46/57.90	c cleaning 21002 clauses out of 42004 with flag 565401/596784
62.47/61.96	c cleaning 21999 clauses out of 44004 with flag 623198/619786
66.57/66.08	c cleaning 23002 clauses out of 46003 with flag 678313/643784
70.97/70.47	c cleaning 23995 clauses out of 48001 with flag 739460/668784
75.16/74.62	c cleaning 25001 clauses out of 50007 with flag 795426/694785
79.56/79.02	c cleaning 26003 clauses out of 52005 with flag 850777/721784
84.89/84.38	c cleaning 26999 clauses out of 54002 with flag 907993/749784
91.09/90.56	c cleaning 27999 clauses out of 56005 with flag 975709/778786
97.39/96.89	c cleaning 29000 clauses out of 58008 with flag 1048836/808788
104.39/103.87	c cleaning 29999 clauses out of 60008 with flag 1125539/839788
111.69/111.20	c cleaning 30996 clauses out of 62006 with flag 1202366/871785
119.29/118.72	c cleaning 31998 clauses out of 64010 with flag 1281539/904785
126.49/125.95	c cleaning 33005 clauses out of 66013 with flag 1351994/938786
135.28/134.78	c cleaning 33998 clauses out of 68006 with flag 1426529/973784
144.69/144.16	c cleaning 35002 clauses out of 70008 with flag 1501971/1009784
154.28/153.73	c cleaning 36003 clauses out of 72008 with flag 1580018/1046786
163.58/163.10	c cleaning 37000 clauses out of 74003 with flag 1658004/1084784
174.54/173.90	c cleaning 37998 clauses out of 76004 with flag 1737764/1123785
186.03/185.41	c cleaning 39002 clauses out of 78006 with flag 1819903/1163785
196.53/195.92	c cleaning 39999 clauses out of 80003 with flag 1903793/1204784
206.12/205.55	c cleaning 41003 clauses out of 82006 with flag 1990155/1246786
220.12/219.50	c cleaning 41999 clauses out of 84001 with flag 2098915/1289784
235.52/234.99	c cleaning 42997 clauses out of 86002 with flag 2206921/1333784
250.71/250.15	c cleaning 43999 clauses out of 88006 with flag 2317122/1378785
267.62/267.04	c cleaning 45000 clauses out of 90007 with flag 2426177/1424785
286.04/285.34	c cleaning 46003 clauses out of 92006 with flag 2539146/1471784
301.93/301.24	c cleaning 47004 clauses out of 94007 with flag 2642706/1519788
319.75/319.07	c cleaning 47993 clauses out of 95999 with flag 2750628/1568784
340.44/339.70	c cleaning 48999 clauses out of 98006 with flag 2875373/1618784
361.66/360.95	c cleaning 50000 clauses out of 100008 with flag 3003734/1669785
383.05/382.37	c cleaning 51004 clauses out of 102007 with flag 3118255/1721784
403.55/402.88	c cleaning 51999 clauses out of 104004 with flag 3226146/1774785
421.25/420.56	c cleaning 53002 clauses out of 106004 with flag 3336447/1828784
440.97/440.08	c cleaning 53998 clauses out of 108003 with flag 3449142/1883785
459.56/458.68	c cleaning 54996 clauses out of 110005 with flag 3563637/1939785
480.76/479.86	c cleaning 56004 clauses out of 112008 with flag 3679876/1996784
503.36/502.45	c cleaning 56999 clauses out of 114004 with flag 3798572/2054784
527.66/526.71	c cleaning 57997 clauses out of 116006 with flag 3919784/2113785
555.38/554.48	c cleaning 59004 clauses out of 118008 with flag 4042916/2173784
577.61/576.50	c cleaning 59997 clauses out of 120004 with flag 4168271/2234784
599.50/598.38	c cleaning 61003 clauses out of 122009 with flag 4295663/2296786
620.70/619.55	c cleaning 62002 clauses out of 124005 with flag 4425890/2359785
642.41/641.27	c cleaning 62999 clauses out of 126003 with flag 4557656/2423785
674.22/673.00	c cleaning 64000 clauses out of 128003 with flag 4690533/2488784
700.99/699.58	c cleaning 64999 clauses out of 130003 with flag 4826315/2554784
727.90/726.49	c cleaning 65995 clauses out of 132004 with flag 4963208/2621784
763.21/761.79	c cleaning 67003 clauses out of 134010 with flag 5102858/2689785
804.81/803.39	c cleaning 68004 clauses out of 136007 with flag 5245750/2758785
852.63/850.80	c cleaning 68998 clauses out of 138002 with flag 5389634/2828784
894.25/892.49	c cleaning 69999 clauses out of 140005 with flag 5536857/2899785
948.76/946.95	c cleaning 70998 clauses out of 142006 with flag 5709622/2971785
1022.12/1020.00	c cleaning 71989 clauses out of 144008 with flag 5932652/3044785
1086.73/1084.63	c cleaning 73003 clauses out of 146018 with flag 6145878/3118784
1147.54/1145.46	c cleaning 74002 clauses out of 148017 with flag 6337352/3193786
1202.29/1199.92	c cleaning 75004 clauses out of 150015 with flag 6534858/3269786
1261.21/1258.84	c cleaning 75999 clauses out of 152009 with flag 6728137/3346784
1316.13/1313.67	c cleaning 77005 clauses out of 154010 with flag 6916703/3424784
1367.33/1364.87	c cleaning 78003 clauses out of 156005 with flag 7091889/3503784
1417.55/1415.05	c cleaning 78996 clauses out of 158003 with flag 7259763/3583785
1466.16/1463.55	c cleaning 80003 clauses out of 160007 with flag 7427636/3664785
1520.47/1517.84	c cleaning 80999 clauses out of 162003 with flag 7602257/3746784
1570.67/1567.99	c cleaning 81997 clauses out of 164005 with flag 7788798/3829785
1657.98/1655.25	c cleaning 82998 clauses out of 166009 with flag 8021185/3913786
1741.91/1739.02	c cleaning 84003 clauses out of 168009 with flag 8228968/3998784
1800.02/1797.10	c starts		: 26340
1800.02/1797.10	c conflicts		: 4073380
1800.02/1797.10	c decisions		: 5562930
1800.02/1797.10	c propagations		: 24035214
1800.02/1797.10	c inspects		: 27089574575
1800.02/1797.10	c shortcuts		: 0
1800.02/1797.10	c learnt literals	: 0
1800.02/1797.10	c learnt binary clauses	: 0
1800.02/1797.10	c learnt ternary clauses	: 0
1800.02/1797.10	c learnt constraints	: 4073380
1800.02/1797.10	c ignored constraints	: 0
1800.02/1797.10	c root simplifications	: 0
1800.02/1797.10	c removed literals (reason simplification)	: 0
1800.02/1797.10	c reason swapping (by a shorter reason)	: 0
1800.02/1797.10	c Calls to reduceDB	: 112
1800.02/1797.10	c Number of update (reduction) of LBD	: 109224
1800.02/1797.10	c Imported unit clauses	: 0
1800.02/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.10	c number of learned constraints concerned by reduction	: 0
1800.02/1797.10	c number of learning phase by resolution	: 0
1800.02/1797.10	c number of learning phase by cutting planes	: 0
1800.02/1797.10	c speed (assignments/second)	: 13376.081875250433
1800.02/1797.10	c non guided choices	0
1800.02/1797.13	c learnt constraints type 
1800.02/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158602
1800.02/1797.13	s SATISFIABLE
1800.02/1797.13	c Found 8 solution(s)
1800.02/1797.13	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.02/1797.13	c objective function=-24
1800.02/1797.13	c Total wall clock time (in seconds): 1797.018

Verifier Data

OK	-24

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-4085858-1465259319/watcher-4085858-1465259319 -o /tmp/evaluation-result-4085858-1465259319/solver-4085858-1465259319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085858-1465259319.opb 

pid=10587
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.06 2.04 2.00 3/192 10590
/proc/meminfo: memFree=31137304/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10590/stat : 10590 (java) D 10587 10590 8435 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 107866759 9515008 184 33554432000 1073741824 1073778376 140735669849776 140735669841000 235374538167 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/10590/statm: 2323 184 142 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 10590
/proc/meminfo: memFree=31137304/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 107866759 9787879424 6028 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 10590
/proc/meminfo: memFree=31137304/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 4678 0 1 0 22 1 0 0 20 0 18 0 107866759 9787879424 7260 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2389619 7260 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 10590
/proc/meminfo: memFree=31137304/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 6472 0 1 0 45 2 0 0 20 0 19 0 107866759 9856040960 8443 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 8443 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700176 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 10590
/proc/meminfo: memFree=31137304/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 7842 0 1 0 106 2 0 0 20 0 19 0 107866759 9856040960 9922 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 9922 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 10609
/proc/meminfo: memFree=31102512/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 7860 0 1 0 189 2 0 0 20 0 19 0 107866759 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 11472 2256 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2422 0 1 0 146 0 0 0 20 0 19 0 107866760 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794504892696 139794357718644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107866762 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2912 0 0 0 24 0 0 0 20 0 19 0 107866765 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 1254 0 0 0 17 0 0 0 20 0 19 0 107866765 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 11472 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.06 2.04 2.00 4/211 10609
/proc/meminfo: memFree=31095916/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 7876 0 1 0 352 3 0 0 20 0 19 0 107866759 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 14043 2256 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2427 0 1 0 304 1 0 0 20 0 19 0 107866760 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794504883888 139794357684100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107866762 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2923 0 0 0 27 0 0 0 20 0 19 0 107866765 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 1254 0 0 0 18 0 0 0 20 0 19 0 107866765 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 14043 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.06 2.04 2.00 4/211 10609
/proc/meminfo: memFree=31078468/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 9123 0 1 0 680 3 0 0 20 0 19 0 107866759 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 18667 2259 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2437 0 1 0 623 1 0 0 20 0 19 0 107866760 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794504883872 139794357718639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107866761 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107866762 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2923 0 0 0 27 0 0 0 20 0 19 0 107866765 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 2490 0 0 0 26 0 0 0 20 0 19 0 107866765 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 18667 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 10719
/proc/meminfo: memFree=29942696/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=1785.22 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 12596 0 1 0 178427 95 0 0 20 0 19 0 107866759 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 173463 2281 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=1776.74 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2497 0 1 0 177642 32 0 0 20 0 19 0 107866760 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794504883968 139794357718602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 685 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 223 0 0 0 27 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 261 0 0 0 30 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 321 0 0 0 32 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 164 0 0 0 20 6 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 277 0 0 0 26 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 386 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 365 0 0 0 22 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 193 0 0 0 10 1 0 0 20 0 19 0 107866762 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2923 0 0 0 27 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 2939 0 0 0 30 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 10719
/proc/meminfo: memFree=29943184/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 12596 0 1 0 179907 95 0 0 20 0 19 0 107866759 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 173463 2281 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=1791.5 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2497 0 1 0 179118 32 0 0 20 0 19 0 107866760 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794504883968 139794357718639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 685 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 223 0 0 0 27 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 261 0 0 0 30 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 321 0 0 0 32 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 164 0 0 0 20 6 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 277 0 0 0 26 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 386 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 365 0 0 0 22 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 193 0 0 0 10 1 0 0 20 0 19 0 107866762 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2923 0 0 0 27 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 2939 0 0 0 30 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10590 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 10719
/proc/meminfo: memFree=29943184/32872528 swapFree=13256/481332
[pid=10590] ppid=10587 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/10590/stat : 10590 (java) S 10587 10590 8435 0 -1 4202496 12596 0 1 0 179907 95 0 0 20 0 19 0 107866759 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 140733776020080 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10590/statm: 2406260 173463 2281 9 0 2396937 0
[pid=10590/tid=10592] ppid=10587 vsize=9625040 CPUtime=1791.5 cores=1,3,5,7
/proc/10590/task/10592/stat : 10592 (java) R 10587 10590 8435 0 -1 4202560 2497 0 1 0 179118 32 0 0 20 0 19 0 107866760 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794504883968 139794357718639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10593] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10593/stat : 10593 (java) S 10587 10590 8435 0 -1 4202560 685 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794477345064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10594] ppid=10587 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10590/task/10594/stat : 10594 (java) S 10587 10590 8435 0 -1 4202560 223 0 0 0 27 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794476292264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10595] ppid=10587 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10590/task/10595/stat : 10595 (java) S 10587 10590 8435 0 -1 4202560 261 0 0 0 30 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794346191400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10596] ppid=10587 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10590/task/10596/stat : 10596 (java) S 10587 10590 8435 0 -1 4202560 321 0 0 0 32 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794345138600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10597] ppid=10587 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10590/task/10597/stat : 10597 (java) S 10587 10590 8435 0 -1 4202560 164 0 0 0 20 6 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794344086312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10590/tid=10598] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10598/stat : 10598 (java) S 10587 10590 8435 0 -1 4202560 277 0 0 0 26 8 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794343033512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10599] ppid=10587 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10590/task/10599/stat : 10599 (java) S 10587 10590 8435 0 -1 4202560 386 0 0 0 27 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139794341981224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10590/tid=10600] ppid=10587 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10590/task/10600/stat : 10600 (java) S 10587 10590 8435 0 -1 4202560 365 0 0 0 22 7 0 0 20 0 19 0 107866761 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793870613416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10601] ppid=10587 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10590/task/10601/stat : 10601 (java) S 10587 10590 8435 0 -1 4202560 193 0 0 0 10 1 0 0 20 0 19 0 107866762 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793858414824 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10602] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10602/stat : 10602 (java) S 10587 10590 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793857360888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10603] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10603/stat : 10603 (java) S 10587 10590 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107866763 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793856308488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10604] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10604/stat : 10604 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793855256976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10605] ppid=10587 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10590/task/10605/stat : 10605 (java) S 10587 10590 8435 0 -1 4202560 2923 0 0 0 27 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793854204600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10606] ppid=10587 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10590/task/10606/stat : 10606 (java) S 10587 10590 8435 0 -1 4202560 2939 0 0 0 30 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793853151800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10607] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10607/stat : 10607 (java) S 10587 10590 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793852099704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10590/tid=10608] ppid=10587 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10590/task/10608/stat : 10608 (java) S 10587 10590 8435 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 19 0 107866765 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793851047112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10590/tid=10609] ppid=10587 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10590/task/10609/stat : 10609 (java) S 10587 10590 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107866782 9856040960 173463 33554432000 1073741824 1073778376 140733776028944 139793849893800 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.14
CPU time (s): 1800.02
CPU user time (s): 1799.07
CPU system time (s): 0.95
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 1.42378
maximum resident set size= 709244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38348
involuntary context switches= 10845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1342 second user time and 11.3323 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 02:28:39
IDJOB=4085858
IDBENCH=48223
IDSOLVER=2546
FILE ID=node104/4085858-1465259319
RUNJOBID= node104-1465245095-8452
PBS_JOBID= 19843252
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085858-1465259319/watcher-4085858-1465259319 -o /tmp/evaluation-result-4085858-1465259319/solver-4085858-1465259319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085858-1465259319.opb

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

MD5SUM BENCH= 737bdf32fd69c002d569e68c523af4bf
RANDOM SEED=101081518

node104.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.775
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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.775
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.775
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.775
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		: 2666.775
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.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31138220 kB
Buffers:           49448 kB
Cached:           120804 kB
SwapCached:         1720 kB
Active:           437116 kB
Inactive:         104240 kB
Active(anon):     369340 kB
Inactive(anon):     4244 kB
Active(file):      67776 kB
Inactive(file):    99996 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097236 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        818696 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             567432 kB
SReclaimable:      11636 kB
SUnreclaim:       555796 kB
KernelStack:        1744 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     940332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-07 02:58:36