Trace number 4085719

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1795.74

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/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.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4085719-1465279676.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.46/0.35	c ... done. Wall clock time 0.221s.
0.46/0.35	c declared #vars     3463
0.46/0.35	c #constraints  3096
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.46/0.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 179
0.46/0.35	c org.sat4j.specs.Constr$1 => 506
0.46/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1207
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 486
0.46/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 151
0.46/0.35	c 3096 constraints processed.
0.46/0.35	c objective function length is 7 literals
1.37/0.82	c cleaning 2498 clauses out of 5001 with flag 36234/5001
1.85/1.29	c cleaning 4248 clauses out of 8501 with flag 100631/11000
2.45/1.88	c cleaning 5615 clauses out of 11251 with flag 191859/18000
3.16/2.58	c cleaning 6810 clauses out of 13636 with flag 300089/26000
4.10/3.42	c cleaning 7901 clauses out of 15825 with flag 420410/35000
5.00/4.39	c cleaning 8961 clauses out of 17924 with flag 554775/45000
6.20/5.54	c cleaning 9952 clauses out of 19964 with flag 710118/56003
7.50/6.80	c cleaning 10998 clauses out of 22009 with flag 871551/68000
8.89/8.25	c cleaning 11992 clauses out of 24011 with flag 1057082/81000
10.49/9.86	c cleaning 13009 clauses out of 26021 with flag 1249227/95002
12.30/11.67	c cleaning 13997 clauses out of 28009 with flag 1460329/110000
14.30/13.65	c cleaning 14988 clauses out of 30012 with flag 1681284/126001
16.40/15.73	c cleaning 15993 clauses out of 32023 with flag 1915843/143001
18.70/18.09	c cleaning 17008 clauses out of 34031 with flag 2174508/161002
21.30/20.64	c cleaning 18010 clauses out of 36021 with flag 2455126/180001
24.12/23.47	c cleaning 18993 clauses out of 38009 with flag 2746734/200000
26.93/26.22	c cleaning 19982 clauses out of 40016 with flag 3040651/221000
29.93/29.22	c cleaning 21012 clauses out of 42034 with flag 3355751/243000
33.23/32.55	c cleaning 22007 clauses out of 44021 with flag 3670377/266000
36.63/35.99	c cleaning 22993 clauses out of 46013 with flag 4008195/290000
40.44/39.79	c cleaning 24002 clauses out of 48021 with flag 4377587/315001
44.53/43.82	c cleaning 24982 clauses out of 50019 with flag 4761845/341001
48.73/48.03	c cleaning 26000 clauses out of 52036 with flag 5174138/368000
53.73/53.01	c cleaning 27009 clauses out of 54037 with flag 5596712/396001
58.53/57.86	c cleaning 28008 clauses out of 56027 with flag 6027842/425000
63.73/63.06	c cleaning 29003 clauses out of 58019 with flag 6468454/455000
69.05/68.34	c cleaning 30000 clauses out of 60016 with flag 6926878/486000
74.75/74.04	c cleaning 31003 clauses out of 62016 with flag 7422631/518000
80.45/79.76	c cleaning 31993 clauses out of 64013 with flag 7914478/551000
86.55/85.81	c cleaning 32985 clauses out of 66020 with flag 8409748/585000
92.64/91.94	c cleaning 33993 clauses out of 68035 with flag 8931017/620000
99.24/98.58	c cleaning 35008 clauses out of 70042 with flag 9469804/656000
106.04/105.36	c cleaning 36010 clauses out of 72035 with flag 10022890/693001
113.19/112.43	c cleaning 37005 clauses out of 74026 with flag 10568225/731002
120.49/119.77	c cleaning 38001 clauses out of 76020 with flag 11135465/770001
128.29/127.59	c cleaning 38999 clauses out of 78021 with flag 11761738/810003
136.89/136.10	c cleaning 39988 clauses out of 80019 with flag 12385265/851000
145.39/144.63	c cleaning 41013 clauses out of 82032 with flag 13012706/893001
154.99/154.15	c cleaning 42010 clauses out of 84020 with flag 13635901/936002
163.79/162.99	c cleaning 42990 clauses out of 86008 with flag 14299098/980000
173.59/172.78	c cleaning 44004 clauses out of 88020 with flag 15010935/1025002
183.59/182.72	c cleaning 44997 clauses out of 90015 with flag 15701573/1071001
193.78/192.96	c cleaning 45985 clauses out of 92018 with flag 16411867/1118001
204.39/203.49	c cleaning 47012 clauses out of 94034 with flag 17116074/1166002
215.69/214.70	c cleaning 48005 clauses out of 96023 with flag 17851275/1215003
227.49/226.51	c cleaning 48998 clauses out of 98015 with flag 18634778/1265000
239.69/238.70	c cleaning 49987 clauses out of 100017 with flag 19398480/1316000
252.19/251.26	c cleaning 51006 clauses out of 102031 with flag 20197933/1368001
264.90/263.83	c cleaning 52003 clauses out of 104024 with flag 21034575/1421000
277.60/276.55	c cleaning 52989 clauses out of 106022 with flag 21848620/1475001
291.40/290.31	c cleaning 54003 clauses out of 108034 with flag 22651509/1530002
305.61/304.57	c cleaning 55008 clauses out of 110030 with flag 23474454/1586001
320.99/319.87	c cleaning 55999 clauses out of 112022 with flag 24354087/1643001
335.88/334.78	c cleaning 57002 clauses out of 114024 with flag 25203051/1701002
352.19/351.01	c cleaning 57988 clauses out of 116020 with flag 26092655/1760000
368.77/367.43	c cleaning 59013 clauses out of 118035 with flag 26984793/1820003
385.37/384.04	c cleaning 60009 clauses out of 120024 with flag 27903962/1881005
402.27/400.94	c cleaning 60975 clauses out of 122010 with flag 28802557/1943000
419.27/417.86	c cleaning 62003 clauses out of 124036 with flag 29713302/2006001
437.49/436.02	c cleaning 63003 clauses out of 126034 with flag 30637888/2070002
456.04/454.49	c cleaning 63999 clauses out of 128029 with flag 31556261/2135000
474.74/473.15	c cleaning 65009 clauses out of 130031 with flag 32542858/2201001
494.86/493.16	c cleaning 65983 clauses out of 132022 with flag 33594162/2268001
514.67/512.99	c cleaning 66998 clauses out of 134038 with flag 34599031/2336000
534.87/533.12	c cleaning 68008 clauses out of 136040 with flag 35626318/2405000
557.26/555.43	c cleaning 69004 clauses out of 138033 with flag 36745960/2475001
579.77/577.96	c cleaning 70013 clauses out of 140028 with flag 37831721/2546000
602.57/600.69	c cleaning 70953 clauses out of 142015 with flag 38939567/2618000
625.17/623.16	c cleaning 72011 clauses out of 144063 with flag 40054298/2691001
648.98/646.99	c cleaning 73015 clauses out of 146051 with flag 41314088/2765000
674.17/672.06	c cleaning 74005 clauses out of 148038 with flag 42456899/2840002
699.27/697.15	c cleaning 74985 clauses out of 150032 with flag 43631554/2916001
725.39/723.12	c cleaning 75979 clauses out of 152047 with flag 44828829/2993001
752.08/749.74	c cleaning 77019 clauses out of 154067 with flag 46087504/3071000
777.08/774.73	c cleaning 77994 clauses out of 156049 with flag 47309535/3150001
803.93/801.51	c cleaning 79025 clauses out of 158056 with flag 48576486/3230002
831.58/829.16	c cleaning 79985 clauses out of 160030 with flag 49807370/3311001
859.18/856.72	c cleaning 81004 clauses out of 162045 with flag 51000054/3393001
886.71/884.23	c cleaning 82006 clauses out of 164041 with flag 52224063/3476001
915.18/912.63	c cleaning 83008 clauses out of 166034 with flag 53491802/3560000
945.26/942.70	c cleaning 84005 clauses out of 168027 with flag 54848798/3645001
974.56/971.98	c cleaning 85009 clauses out of 170021 with flag 56175404/3731000
1006.58/1003.90	c cleaning 85971 clauses out of 172013 with flag 57470258/3818001
1038.31/1035.62	c cleaning 87002 clauses out of 174041 with flag 58794007/3906000
1070.40/1067.66	c cleaning 88018 clauses out of 176039 with flag 60146212/3995000
1105.29/1102.45	c cleaning 89007 clauses out of 178023 with flag 61510967/4085002
1138.76/1135.88	c cleaning 89988 clauses out of 180016 with flag 62887602/4176002
1173.95/1170.96	c cleaning 91005 clauses out of 182028 with flag 64336868/4268002
1210.27/1207.11	c cleaning 91995 clauses out of 184021 with flag 65801873/4361000
1248.06/1244.84	c cleaning 92990 clauses out of 186027 with flag 67370347/4455001
1285.41/1282.15	c cleaning 94003 clauses out of 188037 with flag 68868319/4550001
1323.88/1320.51	c cleaning 94980 clauses out of 190033 with flag 70376498/4646000
1361.69/1358.29	c cleaning 96022 clauses out of 192053 with flag 71911418/4743000
1401.28/1397.73	c cleaning 97002 clauses out of 194032 with flag 73428792/4841001
1441.54/1437.94	c cleaning 97992 clauses out of 196030 with flag 74931015/4940001
1482.67/1478.92	c cleaning 98981 clauses out of 198039 with flag 76406776/5040002
1524.89/1521.05	c cleaning 100010 clauses out of 200059 with flag 77975260/5141003
1568.33/1564.44	c cleaning 101015 clauses out of 202046 with flag 79518883/5243000
1611.96/1608.07	c cleaning 102002 clauses out of 204031 with flag 81101139/5346000
1656.16/1652.14	c cleaning 103009 clauses out of 206029 with flag 82733184/5450000
1702.33/1698.26	c cleaning 104009 clauses out of 208021 with flag 84322227/5555001
1748.86/1744.70	c cleaning 104979 clauses out of 210012 with flag 85980514/5661001
1794.92/1790.60	c cleaning 106012 clauses out of 212034 with flag 87564628/5768002
1800.04/1795.71	c starts		: 27472
1800.04/1795.71	c conflicts		: 5785364
1800.04/1795.71	c decisions		: 12508192
1800.04/1795.71	c propagations		: 1094726436
1800.04/1795.71	c inspects		: 28625794022
1800.04/1795.71	c shortcuts		: 0
1800.04/1795.71	c learnt literals	: 13
1800.04/1795.71	c learnt binary clauses	: 1121
1800.04/1795.71	c learnt ternary clauses	: 5934
1800.04/1795.71	c learnt constraints	: 5785351
1800.04/1795.71	c ignored constraints	: 0
1800.04/1795.71	c root simplifications	: 0
1800.04/1795.71	c removed literals (reason simplification)	: 0
1800.04/1795.71	c reason swapping (by a shorter reason)	: 0
1800.04/1795.71	c Calls to reduceDB	: 103
1800.04/1795.71	c Number of update (reduction) of LBD	: 2879932
1800.04/1795.71	c Imported unit clauses	: 0
1800.04/1795.71	c timeout
1800.04/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.71	c number of learned constraints concerned by reduction	: 0
1800.04/1795.71	c number of learning phase by resolution	: 0
1800.04/1795.71	c number of learning phase by cutting planes	: 0
1800.04/1795.71	c speed (assignments/second)	: 609755.8785129602
1800.04/1795.71	c non guided choices	8
1800.04/1795.73	c learnt constraints type 
1800.04/1795.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1121
1800.04/1795.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122263
1800.04/1795.73	s UNKNOWN
1800.04/1795.73	c Total wall clock time (in seconds): 1795.606

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085719-1465279676/watcher-4085719-1465279676 -o /tmp/evaluation-result-4085719-1465279676/solver-4085719-1465279676 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085719-1465279676.opb 

pid=13280
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.37 2.33 2.25 4/194 13283
/proc/meminfo: memFree=28756968/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13283/stat : 13283 (java) D 13280 13283 9389 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 109901092 9515008 176 33554432000 1073741824 1073778376 140737049152848 140737049135576 259112387472 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13283/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.37 2.33 2.25 4/194 13283
/proc/meminfo: memFree=28756968/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 4073 0 1 0 6 1 0 0 20 0 18 0 109901092 9787879424 5192 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2389619 5192 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.37 2.33 2.25 4/194 13283
/proc/meminfo: memFree=28756968/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 4695 0 1 0 21 1 0 0 20 0 18 0 109901092 9787879424 8315 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2389619 8315 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300369 s]
/proc/loadavg: 2.37 2.33 2.25 4/194 13283
/proc/meminfo: memFree=28756968/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 6056 0 1 0 44 2 0 0 20 0 18 0 109901092 9787879424 15660 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2389619 15660 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700272 s]
/proc/loadavg: 2.37 2.33 2.25 4/194 13283
/proc/meminfo: memFree=28756968/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 9144 0 1 0 124 3 0 0 20 0 19 0 109901092 9856040960 19515 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 19515 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.37 2.33 2.25 4/213 13302
/proc/meminfo: memFree=28684420/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 9404 0 1 0 212 3 0 0 20 0 19 0 109901092 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 20034 2266 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2429 0 1 0 143 2 0 0 20 0 19 0 109901093 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646205627048 140646036399456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 2954 0 0 0 30 0 0 0 20 0 19 0 109901099 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 20034 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.37 2.33 2.25 3/213 13302
/proc/meminfo: memFree=28680324/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 9459 0 1 0 376 3 0 0 20 0 19 0 109901092 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 22083 2267 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2434 0 1 0 303 2 0 0 20 0 19 0 109901093 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646205628776 140646036433516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 3004 0 0 0 33 0 0 0 20 0 19 0 109901099 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 22083 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.34 2.32 2.25 3/213 13302
/proc/meminfo: memFree=28668004/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=7 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 9476 0 1 0 697 3 0 0 20 0 19 0 109901092 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 24353 2268 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2441 0 1 0 623 2 0 0 20 0 19 0 109901093 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646205619904 140646036360309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109901095 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 3013 0 0 0 34 0 0 0 20 0 19 0 109901099 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 24353 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625040


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

[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 113886 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.13 2.16 3/213 13412
/proc/meminfo: memFree=29285400/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=1786.62 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 12396 0 1 0 178565 97 0 0 20 0 19 0 109901092 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 112635 2290 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=1775.77 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2519 0 1 0 177545 32 0 0 20 0 19 0 109901093 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646205627712 140646036407220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 592 0 0 0 54 8 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 357 0 0 0 51 6 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 290 0 0 0 65 8 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 150 0 0 0 47 7 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 435 0 0 0 51 8 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 153 0 0 0 51 5 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 316 0 0 0 50 6 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 242 0 0 0 47 6 0 0 20 0 19 0 109901095 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 207 0 0 0 33 3 0 0 20 0 19 0 109901096 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 3024 0 0 0 37 0 0 0 20 0 19 0 109901099 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 104 0 0 0 28 38 0 0 20 0 19 0 109901099 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 112635 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.15 2.14 2.16 3/213 13412
/proc/meminfo: memFree=29285524/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 12400 0 1 0 179907 97 0 0 20 0 19 0 109901092 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 112636 2290 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=1789.13 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2520 0 1 0 178880 33 0 0 20 0 19 0 109901093 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646205627728 140646036400437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 592 0 0 0 54 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 357 0 0 0 51 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 290 0 0 0 65 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 150 0 0 0 47 7 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 435 0 0 0 52 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 153 0 0 0 51 5 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 316 0 0 0 50 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 242 0 0 0 47 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 210 0 0 0 33 3 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 3024 0 0 0 37 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1795.7 s]
/proc/loadavg: 2.15 2.14 2.16 3/213 13412
/proc/meminfo: memFree=29285524/32872528 swapFree=16700/1645768
[pid=13283] ppid=13280 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13283/stat : 13283 (java) S 13280 13283 9389 0 -1 4202496 12400 0 1 0 179907 97 0 0 20 0 19 0 109901092 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140736940327184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13283/statm: 2406260 112636 2290 9 0 2396937 0
[pid=13283/tid=13285] ppid=13280 vsize=9625040 CPUtime=1789.13 cores=1,3,5,7
/proc/13283/task/13285/stat : 13285 (java) R 13280 13283 9389 0 -1 4202560 2520 0 1 0 178880 33 0 0 20 0 19 0 109901093 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646205627728 140646036400437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13286] ppid=13280 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13283/task/13286/stat : 13286 (java) S 13280 13283 9389 0 -1 4202560 592 0 0 0 54 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646167120552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13287] ppid=13280 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/13283/task/13287/stat : 13287 (java) S 13280 13283 9389 0 -1 4202560 357 0 0 0 51 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646166068008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13288] ppid=13280 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13283/task/13288/stat : 13288 (java) S 13280 13283 9389 0 -1 4202560 290 0 0 0 65 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646165015464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13289] ppid=13280 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13283/task/13289/stat : 13289 (java) S 13280 13283 9389 0 -1 4202560 150 0 0 0 47 7 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646163962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13290] ppid=13280 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13283/task/13290/stat : 13290 (java) S 13280 13283 9389 0 -1 4202560 435 0 0 0 52 8 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646162909352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13291] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13291/stat : 13291 (java) S 13280 13283 9389 0 -1 4202560 153 0 0 0 51 5 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646161856808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13292] ppid=13280 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13283/task/13292/stat : 13292 (java) S 13280 13283 9389 0 -1 4202560 316 0 0 0 50 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646160804264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13293] ppid=13280 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13283/task/13293/stat : 13293 (java) S 13280 13283 9389 0 -1 4202560 242 0 0 0 47 6 0 0 20 0 19 0 109901095 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646159751720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13283/tid=13294] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13294/stat : 13294 (java) S 13280 13283 9389 0 -1 4202560 210 0 0 0 33 3 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646029429352 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13295] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13295/stat : 13295 (java) S 13280 13283 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646028375672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13296] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13296/stat : 13296 (java) S 13280 13283 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109901096 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646027323016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13297] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13297/stat : 13297 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646026271760 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13298] ppid=13280 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13283/task/13298/stat : 13298 (java) S 13280 13283 9389 0 -1 4202560 2744 0 0 0 36 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646025218104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13283/tid=13299] ppid=13280 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/13283/task/13299/stat : 13299 (java) S 13280 13283 9389 0 -1 4202560 3024 0 0 0 37 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646024165560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13300] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13300/stat : 13300 (java) S 13280 13283 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646023113208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13283/tid=13301] ppid=13280 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13283/task/13301/stat : 13301 (java) S 13280 13283 9389 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 109901099 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646022060872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13283/tid=13302] ppid=13280 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13283/task/13302/stat : 13302 (java) S 13280 13283 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109901127 9856040960 112636 33554432000 1073741824 1073778376 140736940336048 140646021006632 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.74
CPU time (s): 1800.04
CPU user time (s): 1799.07
CPU system time (s): 0.97
CPU usage (%): 100.24
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 1.43078
maximum resident set size= 595200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39311
involuntary context switches= 21207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6842 second user time and 12.892 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 08:07:56
IDJOB=4085719
IDBENCH=89875
IDSOLVER=2546
FILE ID=node124/4085719-1465279676
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894788.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085719-1465279676/watcher-4085719-1465279676 -o /tmp/evaluation-result-4085719-1465279676/solver-4085719-1465279676 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085719-1465279676.opb

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=786282799

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28756976 kB
Buffers:          107460 kB
Cached:           229708 kB
SwapCached:          824 kB
Active:          1475104 kB
Inactive:         232392 kB
Active(anon):    1371692 kB
Inactive(anon):     1252 kB
Active(file):     103412 kB
Inactive(file):   231140 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       3040820 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             601080 kB
SReclaimable:      45028 kB
SUnreclaim:       556052 kB
KernelStack:        1648 kB
PageTables:        10224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3983060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2996224 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= 71720 MiB
End job on node124 at 2016-06-07 08:37:52