Trace number 4084661

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1795.14

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark932.568
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084661-1465265564.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.48/0.39	c ... done. Wall clock time 0.288s.
0.48/0.39	c declared #vars     200
0.48/0.39	c internal #vars     3274
0.48/0.39	c #constraints  6451
0.48/0.39	c constraints type 
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
0.48/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.48/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.48/0.39	c 6451 constraints processed.
1.93/0.96	c cleaning 2488 clauses out of 5003 with flag 13039/5003
2.30/1.29	c cleaning 4253 clauses out of 8516 with flag 29811/11004
2.73/1.65	c cleaning 5626 clauses out of 11259 with flag 48061/18000
3.14/2.08	c cleaning 6811 clauses out of 13633 with flag 68635/26000
3.66/2.58	c cleaning 7904 clauses out of 15822 with flag 92449/35000
4.26/3.16	c cleaning 8955 clauses out of 17919 with flag 118474/45001
4.96/3.84	c cleaning 9974 clauses out of 19963 with flag 150227/56000
5.91/4.78	c cleaning 10990 clauses out of 21989 with flag 184249/68000
7.40/6.24	c cleaning 12000 clauses out of 23999 with flag 218782/81000
8.70/7.51	c cleaning 12993 clauses out of 26000 with flag 250314/95001
9.90/8.71	c cleaning 13998 clauses out of 28006 with flag 289003/110000
11.50/10.37	c cleaning 15009 clauses out of 30017 with flag 327104/126009
13.90/12.74	c cleaning 16004 clauses out of 32008 with flag 364699/143009
15.88/14.68	c cleaning 16998 clauses out of 33995 with flag 406103/161000
17.98/16.74	c cleaning 17992 clauses out of 35997 with flag 449101/180000
20.09/18.84	c cleaning 18991 clauses out of 38005 with flag 496612/200000
22.48/21.29	c cleaning 20002 clauses out of 40014 with flag 549570/221000
24.78/23.57	c cleaning 21003 clauses out of 42012 with flag 604206/243000
27.48/26.21	c cleaning 21993 clauses out of 44010 with flag 664629/266001
30.08/28.80	c cleaning 23006 clauses out of 46017 with flag 727735/290001
32.68/31.49	c cleaning 24002 clauses out of 48012 with flag 797578/315002
36.25/34.95	c cleaning 25005 clauses out of 50009 with flag 904697/341001
40.66/39.32	c cleaning 26002 clauses out of 52003 with flag 1024228/368000
45.57/44.29	c cleaning 27001 clauses out of 54002 with flag 1140555/396001
50.97/49.61	c cleaning 27997 clauses out of 56000 with flag 1251200/425000
57.07/55.77	c cleaning 29000 clauses out of 58005 with flag 1376124/455002
62.97/61.65	c cleaning 29998 clauses out of 60003 with flag 1511496/486000
69.27/67.94	c cleaning 30988 clauses out of 62005 with flag 1659244/518000
76.47/75.01	c cleaning 32005 clauses out of 64020 with flag 1799131/551003
83.67/82.25	c cleaning 33000 clauses out of 66012 with flag 1936423/585000
91.67/90.26	c cleaning 33993 clauses out of 68012 with flag 2112670/620000
99.87/98.43	c cleaning 34991 clauses out of 70019 with flag 2269409/656000
109.27/107.85	c cleaning 36004 clauses out of 72030 with flag 2423849/693002
118.96/117.53	c cleaning 36999 clauses out of 74024 with flag 2561252/731000
129.68/128.13	c cleaning 38005 clauses out of 76025 with flag 2687529/770000
140.68/139.18	c cleaning 38996 clauses out of 78020 with flag 2831980/810000
152.98/151.46	c cleaning 39995 clauses out of 80024 with flag 2979685/851000
164.58/163.02	c cleaning 41009 clauses out of 82033 with flag 3143411/893004
176.68/175.12	c cleaning 41999 clauses out of 84020 with flag 3310810/936000
190.89/189.24	c cleaning 42998 clauses out of 86022 with flag 3494248/980001
205.30/203.64	c cleaning 43994 clauses out of 88023 with flag 3699336/1025000
220.09/218.44	c cleaning 45011 clauses out of 90030 with flag 3898129/1071001
237.89/236.26	c cleaning 46002 clauses out of 92019 with flag 4068087/1118001
254.01/252.23	c cleaning 47001 clauses out of 94020 with flag 4240635/1166004
269.41/267.67	c cleaning 48000 clauses out of 96017 with flag 4427840/1215002
286.83/285.09	c cleaning 48998 clauses out of 98016 with flag 4596166/1265001
306.42/304.69	c cleaning 50002 clauses out of 100017 with flag 4766573/1316000
328.08/326.14	c cleaning 50993 clauses out of 102017 with flag 4966353/1368002
352.18/350.25	c cleaning 51999 clauses out of 104024 with flag 5186165/1421002
373.39/371.45	c cleaning 52998 clauses out of 106025 with flag 5396882/1475002
395.57/393.49	c cleaning 53995 clauses out of 108025 with flag 5602303/1530000
417.88/415.77	c cleaning 55002 clauses out of 110032 with flag 5803237/1586002
443.58/441.46	c cleaning 56008 clauses out of 112029 with flag 6014555/1643001
469.15/466.86	c cleaning 56992 clauses out of 114020 with flag 6233128/1701000
496.37/494.07	c cleaning 58000 clauses out of 116029 with flag 6430556/1760001
522.47/520.19	c cleaning 59007 clauses out of 118032 with flag 6633931/1820004
548.72/546.25	c cleaning 60002 clauses out of 120021 with flag 6870190/1881000
574.22/571.79	c cleaning 60998 clauses out of 122020 with flag 7106358/1943001
599.45/596.82	c cleaning 61999 clauses out of 124023 with flag 7320921/2006002
629.56/627.00	c cleaning 63002 clauses out of 126022 with flag 7543452/2070000
658.75/656.10	c cleaning 64002 clauses out of 128020 with flag 7764085/2135000
688.98/686.25	c cleaning 64990 clauses out of 130018 with flag 8010037/2201000
718.88/716.04	c cleaning 66003 clauses out of 132029 with flag 8246747/2268001
754.30/751.47	c cleaning 67004 clauses out of 134026 with flag 8476585/2336001
791.09/788.12	c cleaning 67997 clauses out of 136021 with flag 8755945/2405000
825.80/822.84	c cleaning 68999 clauses out of 138024 with flag 9004884/2475000
857.07/854.01	c cleaning 69997 clauses out of 140027 with flag 9299343/2546002
890.09/887.07	c cleaning 71001 clauses out of 142030 with flag 9566717/2618002
929.36/926.24	c cleaning 71997 clauses out of 144027 with flag 9840403/2691000
968.55/965.44	c cleaning 73002 clauses out of 146032 with flag 10189839/2765002
1008.33/1005.19	c cleaning 74002 clauses out of 148028 with flag 10479796/2840000
1052.73/1049.54	c cleaning 75002 clauses out of 150027 with flag 10761117/2916001
1099.55/1096.38	c cleaning 76003 clauses out of 152024 with flag 11030747/2993000
1152.23/1148.97	c cleaning 77005 clauses out of 154023 with flag 11331569/3071002
1201.54/1198.21	c cleaning 77998 clauses out of 156016 with flag 11624200/3150000
1252.22/1248.84	c cleaning 79001 clauses out of 158018 with flag 11906385/3230000
1303.90/1300.42	c cleaning 79997 clauses out of 160018 with flag 12191607/3311001
1360.61/1357.15	c cleaning 81001 clauses out of 162024 with flag 12499116/3393004
1411.08/1407.58	c cleaning 81999 clauses out of 164020 with flag 12789042/3476001
1452.96/1449.38	c cleaning 83007 clauses out of 166021 with flag 13126069/3560001
1472.44/1468.79	c cleaning 84003 clauses out of 168014 with flag 13421003/3645001
1489.99/1486.19	c cleaning 84997 clauses out of 170010 with flag 13709947/3731000
1506.09/1502.28	c cleaning 86005 clauses out of 172013 with flag 13956683/3818000
1525.14/1521.26	c cleaning 86992 clauses out of 174008 with flag 14236207/3906000
1542.60/1538.62	c cleaning 88002 clauses out of 176018 with flag 14505185/3995002
1564.59/1560.58	c cleaning 89003 clauses out of 178015 with flag 14818433/4085001
1589.66/1585.52	c cleaning 89998 clauses out of 180011 with flag 15156108/4176000
1613.34/1609.18	c cleaning 90997 clauses out of 182013 with flag 15497356/4268000
1635.70/1631.44	c cleaning 91998 clauses out of 184016 with flag 15805385/4361000
1659.83/1655.46	c cleaning 93004 clauses out of 186019 with flag 16123645/4455001
1682.05/1677.53	c cleaning 94001 clauses out of 188014 with flag 16421859/4550000
1706.64/1702.04	c cleaning 95000 clauses out of 190015 with flag 16708782/4646002
1728.79/1724.14	c cleaning 96003 clauses out of 192015 with flag 17005401/4743002
1751.73/1747.06	c cleaning 96997 clauses out of 194010 with flag 17285570/4841000
1776.37/1771.67	c cleaning 98001 clauses out of 196013 with flag 17589519/4940000
1800.00/1795.10	c starts		: 703
1800.00/1795.10	c conflicts		: 5035936
1800.00/1795.10	c decisions		: 7691055
1800.00/1795.10	c propagations		: 97173983
1800.00/1795.10	c inspects		: 32323626049
1800.00/1795.10	c shortcuts		: 0
1800.00/1795.10	c learnt literals	: 0
1800.00/1795.10	c learnt binary clauses	: 0
1800.00/1795.10	c learnt ternary clauses	: 5483
1800.00/1795.10	c learnt constraints	: 5035936
1800.00/1795.10	c ignored constraints	: 0
1800.00/1795.10	c root simplifications	: 0
1800.00/1795.10	c removed literals (reason simplification)	: 0
1800.00/1795.10	c reason swapping (by a shorter reason)	: 0
1800.00/1795.10	c Calls to reduceDB	: 95
1800.00/1795.10	c Number of update (reduction) of LBD	: 1219340
1800.00/1795.10	c Imported unit clauses	: 0
1800.00/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.10	c number of learned constraints concerned by reduction	: 0
1800.00/1795.10	c number of learning phase by resolution	: 0
1800.00/1795.10	c number of learning phase by cutting planes	: 0
1800.00/1795.10	c speed (assignments/second)	: 54144.82212954218
1800.00/1795.10	c non guided choices	3139
1800.00/1795.10	c timeout
1800.00/1795.14	c learnt constraints type 
1800.00/1795.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193949
1800.00/1795.14	s UNKNOWN
1800.00/1795.14	c Total wall clock time (in seconds): 1795.034

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-4084661-1465265564/watcher-4084661-1465265564 -o /tmp/evaluation-result-4084661-1465265564/solver-4084661-1465265564 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084661-1465265564.opb 

pid=10170
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.21 2.23 2.18 5/193 10173
/proc/meminfo: memFree=30195876/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 108489865 94019584 917 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 22954 917 697 9 0 16769 0
[pid=10173/tid=10174] ppid=10170 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) D 10170 10173 9389 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 108489865 94019584 917 33554432000 1073741824 1073778376 140736940643712 139660483714600 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.21 2.23 2.18 5/193 10173
/proc/meminfo: memFree=30195876/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 108489865 9787879424 6068 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2389619 6070 2154 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 108489865 9787879424 6071 33554432000 1073741824 1073778376 140736940643712 139660483718048 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.21 2.23 2.18 5/193 10173
/proc/meminfo: memFree=30195876/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 4712 0 1 0 23 1 0 0 20 0 18 0 108489865 9787879424 6794 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2389619 6794 2213 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 108489865 9787879424 6794 33554432000 1073741824 1073778376 140736940643712 139660483718048 259115760696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.21 2.23 2.18 5/193 10173
/proc/meminfo: memFree=30195876/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 6120 0 1 0 46 2 0 0 20 0 18 0 108489865 9787879424 9299 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2389619 9299 2243 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 18 0 108489865 9787879424 9299 33554432000 1073741824 1073778376 140736940643712 139660483718048 139660340819503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.21 2.23 2.18 5/193 10173
/proc/meminfo: memFree=30195876/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 14370 0 1 0 162 4 0 0 20 0 19 0 108489865 9856040960 16375 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 16375 2266 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2418 0 1 0 67 0 0 0 20 0 19 0 108489865 9856040960 16375 33554432000 1073741824 1073778376 140736940643712 139660483719808 139660341429552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 10193
/proc/meminfo: memFree=30089104/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 14387 0 1 0 258 4 0 0 20 0 19 0 108489865 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 19457 2275 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2425 0 1 0 146 2 0 0 20 0 19 0 108489865 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660483718296 139660341573964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108489867 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5593 0 0 0 50 2 0 0 20 0 19 0 108489870 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 9389 0 -1 4202560 5092 0 0 0 58 2 0 0 20 0 19 0 108489870 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660100975544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660099922680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660098870344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 19457 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 10193
/proc/meminfo: memFree=30057764/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 14399 0 1 0 422 4 0 0 20 0 19 0 108489865 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 24577 2275 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2437 0 1 0 305 2 0 0 20 0 19 0 108489865 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660483717552 139660341703771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108489867 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5593 0 0 0 52 2 0 0 20 0 19 0 108489870 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 9389 0 -1 4202560 5092 0 0 0 60 2 0 0 20 0 19 0 108489870 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660100975544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660099922680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660098870344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 24577 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 10193
/proc/meminfo: memFree=29993316/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 14415 0 1 0 745 5 0 0 20 0 19 0 108489865 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 31074 2276 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2452 0 1 0 625 2 0 0 20 0 19 0 108489865 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660483719600 139660341274591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108489866 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108489867 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5593 0 0 0 56 2 0 0 20 0 19 0 108489870 9856040960 31074 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7

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

[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 124730 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.99
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.21 2.18 4/213 10238
/proc/meminfo: memFree=29252000/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1787.09 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 17314 0 1 0 178612 97 0 0 20 0 19 0 108489865 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 122984 2298 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1775.75 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2518 0 1 0 177544 31 0 0 20 0 19 0 108489865 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660483718352 139660341704092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 519 0 0 0 47 8 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 304 0 0 0 50 6 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 300 0 0 0 53 7 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 269 0 0 0 53 5 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 188 0 0 0 45 7 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 334 0 0 0 55 7 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 179 0 0 0 45 6 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 429 0 0 0 48 7 0 0 20 0 19 0 108489866 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 216 0 0 0 54 3 0 0 20 0 19 0 108489867 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5598 0 0 0 59 2 0 0 20 0 19 0 108489870 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 9389 0 -1 4202560 5092 0 0 0 60 2 0 0 20 0 19 0 108489870 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660100975544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660099922680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 9389 0 -1 4202560 104 0 0 0 28 45 0 0 20 0 19 0 108489870 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660098870344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 122984 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 10238
/proc/meminfo: memFree=29252252/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 17318 0 1 0 179902 98 0 0 20 0 19 0 108489865 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 122987 2298 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1788.47 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2519 0 1 0 178815 32 0 0 20 0 19 0 108489865 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660483718352 139660341704092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 519 0 0 0 49 8 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 304 0 0 0 52 6 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 300 0 0 0 54 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 269 0 0 0 55 5 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 188 0 0 0 47 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 334 0 0 0 58 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 179 0 0 0 46 6 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 429 0 0 0 49 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 219 0 0 0 55 3 0 0 20 0 19 0 108489867 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5598 0 0 0 59 2 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 9389 0 -1 4202560 5092 0 0 0 60 2 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660100975544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660099922680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 9389 0 -1 4202560 104 0 0 0 28 46 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660098870344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 10173 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.1 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 10238
/proc/meminfo: memFree=29252252/32872528 swapFree=16700/1645768
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/10173/stat : 10173 (java) S 10170 10173 9389 0 -1 4202496 17318 0 1 0 179902 98 0 0 20 0 19 0 108489865 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 140736940634848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10173/statm: 2406260 122987 2298 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1788.47 cores=1,3,5,7
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 9389 0 -1 4202560 2519 0 1 0 178815 32 0 0 20 0 19 0 108489865 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660483718352 139660341704092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 9389 0 -1 4202560 519 0 0 0 49 8 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660461820328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 9389 0 -1 4202560 304 0 0 0 52 6 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660460767784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 9389 0 -1 4202560 300 0 0 0 54 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660459714728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 9389 0 -1 4202560 269 0 0 0 55 5 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660122646824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 9389 0 -1 4202560 188 0 0 0 47 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660121594792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 9389 0 -1 4202560 334 0 0 0 58 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660120542248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 9389 0 -1 4202560 179 0 0 0 46 6 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660119489192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 9389 0 -1 4202560 429 0 0 0 49 7 0 0 20 0 19 0 108489866 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660118436648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 9389 0 -1 4202560 219 0 0 0 55 3 0 0 20 0 19 0 108489867 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660106238312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660105184632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108489868 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660104131464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660103080208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 9389 0 -1 4202560 5598 0 0 0 59 2 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660102028088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 9389 0 -1 4202560 5092 0 0 0 60 2 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660100975544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660099922680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 9389 0 -1 4202560 104 0 0 0 28 46 0 0 20 0 19 0 108489870 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660098870344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10173/tid=10193] ppid=10170 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10173/task/10193/stat : 10193 (java) S 10170 10173 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108489905 9856040960 122987 33554432000 1073741824 1073778376 140736940643712 139660097717288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.14
CPU time (s): 1800
CPU user time (s): 1799.02
CPU system time (s): 0.98
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.52377
maximum resident set size= 640832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39041
involuntary context switches= 12924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6372 second user time and 17.5123 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 04:12:44
IDJOB=4084661
IDBENCH=48376
IDSOLVER=2546
FILE ID=node124/4084661-1465265564
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084661-1465265564/watcher-4084661-1465265564 -o /tmp/evaluation-result-4084661-1465265564/solver-4084661-1465265564 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084661-1465265564.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=194950399

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:        30199220 kB
Buffers:           91660 kB
Cached:           180512 kB
SwapCached:          824 kB
Active:           120236 kB
Inactive:         172104 kB
Active(anon):      20780 kB
Inactive(anon):     1252 kB
Active(file):      99456 kB
Inactive(file):   170852 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       1681088 kB
Mapped:            14596 kB
Shmem:                 0 kB
Slab:             598724 kB
SReclaimable:      42956 kB
SUnreclaim:       555768 kB
KernelStack:        1608 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2333040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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= 71724 MiB
End job on node124 at 2016-06-07 04:42:39