Trace number 4109116

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.05 1796.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos788725.opb
MD5SUM8629904c9ea425e42543cd04547905ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark370.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables352
Total number of constraints433
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints96
Minimum length of a constraint2
Maximum length of a constraint96
Number of terms in the objective function 96
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 96
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 105
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.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109116-1466293747.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.30/0.22	c ... done. Wall clock time 0.118s.
0.30/0.22	c declared #vars     352
0.30/0.22	c #constraints  465
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
0.30/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 33
0.30/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 304
0.30/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96
0.30/0.22	c 465 constraints processed.
0.30/0.22	c objective function length is 96 literals
1.17/0.75	c cleaning 2495 clauses out of 5000 with flag 11030/5000
1.78/1.23	c cleaning 4247 clauses out of 8505 with flag 25130/11000
2.08/1.52	c cleaning 5622 clauses out of 11258 with flag 39896/18000
2.69/2.16	c cleaning 6808 clauses out of 13636 with flag 59418/26000
3.50/2.92	c cleaning 7912 clauses out of 15830 with flag 80646/35002
4.40/3.80	c cleaning 8955 clauses out of 17917 with flag 107217/45001
5.40/4.80	c cleaning 9973 clauses out of 19961 with flag 135748/56000
6.40/5.84	c cleaning 10988 clauses out of 21989 with flag 169266/68001
7.90/7.36	c cleaning 11993 clauses out of 24000 with flag 202895/81000
9.90/9.34	c cleaning 12996 clauses out of 26008 with flag 242516/95001
11.40/10.81	c cleaning 14004 clauses out of 28012 with flag 290167/110001
13.10/12.59	c cleaning 15003 clauses out of 30010 with flag 333771/126003
14.92/14.32	c cleaning 15995 clauses out of 32004 with flag 379929/143000
16.71/16.18	c cleaning 16991 clauses out of 34010 with flag 431999/161001
19.61/19.01	c cleaning 18004 clauses out of 36019 with flag 489859/180001
22.11/21.51	c cleaning 19005 clauses out of 38015 with flag 549209/200001
25.21/24.60	c cleaning 19997 clauses out of 40009 with flag 619338/221000
27.61/27.08	c cleaning 21004 clauses out of 42012 with flag 689573/243000
30.61/30.07	c cleaning 22002 clauses out of 44009 with flag 760127/266001
34.60/34.10	c cleaning 22999 clauses out of 46006 with flag 846407/290000
38.01/37.42	c cleaning 23992 clauses out of 48008 with flag 920367/315001
40.80/40.21	c cleaning 24996 clauses out of 50015 with flag 998053/341000
44.72/44.14	c cleaning 26008 clauses out of 52021 with flag 1076251/368002
48.21/47.67	c cleaning 27001 clauses out of 54011 with flag 1164602/396000
53.11/52.57	c cleaning 28001 clauses out of 56010 with flag 1258315/425000
57.21/56.64	c cleaning 28999 clauses out of 58011 with flag 1354375/455002
61.65/61.07	c cleaning 30000 clauses out of 60010 with flag 1462196/486000
66.25/65.66	c cleaning 31001 clauses out of 62010 with flag 1558668/518000
70.96/70.39	c cleaning 31996 clauses out of 64009 with flag 1678109/551000
76.26/75.60	c cleaning 33004 clauses out of 66014 with flag 1797614/585001
81.66/81.03	c cleaning 33997 clauses out of 68009 with flag 1934410/620000
87.96/87.36	c cleaning 35002 clauses out of 70012 with flag 2076303/656000
93.07/92.44	c cleaning 36002 clauses out of 72010 with flag 2192007/693000
99.06/98.46	c cleaning 37004 clauses out of 74008 with flag 2329806/731000
105.36/104.70	c cleaning 37991 clauses out of 76004 with flag 2461614/770000
111.66/111.05	c cleaning 39005 clauses out of 78016 with flag 2606353/810003
119.26/118.67	c cleaning 39997 clauses out of 80010 with flag 2760609/851002
125.76/125.16	c cleaning 40999 clauses out of 82012 with flag 2917785/893001
134.16/133.51	c cleaning 42002 clauses out of 84014 with flag 3084136/936002
141.62/140.95	c cleaning 42998 clauses out of 86010 with flag 3265813/980000
149.02/148.36	c cleaning 43980 clauses out of 88012 with flag 3446023/1025000
157.22/156.53	c cleaning 45011 clauses out of 90032 with flag 3632991/1071000
164.13/163.46	c cleaning 46011 clauses out of 92022 with flag 3800193/1118001
173.63/172.91	c cleaning 47000 clauses out of 94012 with flag 3979992/1166002
181.83/181.15	c cleaning 47991 clauses out of 96010 with flag 4140150/1215000
191.42/190.73	c cleaning 49005 clauses out of 98021 with flag 4332717/1265002
200.83/200.20	c cleaning 50000 clauses out of 100014 with flag 4566739/1316000
211.52/210.89	c cleaning 51002 clauses out of 102014 with flag 4789735/1368000
222.04/221.33	c cleaning 51995 clauses out of 104012 with flag 5011848/1421000
231.74/230.97	c cleaning 53000 clauses out of 106018 with flag 5220450/1475001
242.64/241.87	c cleaning 54005 clauses out of 108017 with flag 5452124/1530000
253.04/252.27	c cleaning 54998 clauses out of 110012 with flag 5677930/1586000
264.13/263.39	c cleaning 55999 clauses out of 112014 with flag 5906873/1643000
275.64/274.88	c cleaning 57001 clauses out of 114015 with flag 6156945/1701000
287.94/287.17	c cleaning 58005 clauses out of 116014 with flag 6413665/1760000
300.54/299.73	c cleaning 59000 clauses out of 118010 with flag 6656820/1820001
313.84/313.01	c cleaning 59998 clauses out of 120010 with flag 6910746/1881001
326.88/325.90	c cleaning 60994 clauses out of 122012 with flag 7143616/1943001
339.48/338.54	c cleaning 62000 clauses out of 124017 with flag 7409841/2006000
352.48/351.54	c cleaning 62987 clauses out of 126017 with flag 7685211/2070000
366.88/365.94	c cleaning 64012 clauses out of 128030 with flag 7979477/2135000
381.18/380.20	c cleaning 65006 clauses out of 130019 with flag 8264918/2201001
395.50/394.55	c cleaning 66000 clauses out of 132012 with flag 8557112/2268000
411.02/410.05	c cleaning 67001 clauses out of 134012 with flag 8856354/2336000
427.32/426.31	c cleaning 67999 clauses out of 136012 with flag 9158320/2405001
443.54/442.44	c cleaning 68995 clauses out of 138012 with flag 9518489/2475000
459.54/458.47	c cleaning 70005 clauses out of 140019 with flag 9847207/2546002
476.25/475.20	c cleaning 70993 clauses out of 142013 with flag 10195741/2618001
493.95/492.87	c cleaning 72001 clauses out of 144019 with flag 10527371/2691000
511.65/510.59	c cleaning 73006 clauses out of 146020 with flag 10876259/2765002
530.06/528.94	c cleaning 74004 clauses out of 148013 with flag 11192758/2840001
547.93/546.61	c cleaning 75001 clauses out of 150009 with flag 11544391/2916001
565.54/564.25	c cleaning 75997 clauses out of 152011 with flag 11856503/2993004
584.45/583.12	c cleaning 76998 clauses out of 154010 with flag 12207599/3071000
602.95/601.69	c cleaning 77986 clauses out of 156012 with flag 12524016/3150000
622.15/620.85	c cleaning 79004 clauses out of 158026 with flag 12861139/3230000
642.69/641.19	c cleaning 80009 clauses out of 160024 with flag 13219860/3311002
662.89/661.34	c cleaning 81001 clauses out of 162014 with flag 13549586/3393001
686.28/684.77	c cleaning 81998 clauses out of 164012 with flag 13916637/3476000
709.70/708.10	c cleaning 83001 clauses out of 166014 with flag 14316022/3560000
732.51/730.95	c cleaning 83998 clauses out of 168015 with flag 14700351/3645002
756.23/754.48	c cleaning 85001 clauses out of 170016 with flag 15093387/3731001
777.92/776.13	c cleaning 86001 clauses out of 172014 with flag 15437800/3818000
804.24/802.43	c cleaning 87000 clauses out of 174014 with flag 15815074/3906001
831.54/829.75	c cleaning 87999 clauses out of 176014 with flag 16273594/3995001
858.58/856.55	c cleaning 89003 clauses out of 178014 with flag 16688052/4085000
884.99/882.95	c cleaning 89990 clauses out of 180011 with flag 17106270/4176000
914.29/912.25	c cleaning 91006 clauses out of 182021 with flag 17541823/4268000
941.20/938.94	c cleaning 92004 clauses out of 184017 with flag 17910224/4361002
969.50/967.24	c cleaning 92997 clauses out of 186011 with flag 18305229/4455000
999.61/997.34	c cleaning 93993 clauses out of 188015 with flag 18720694/4550001
1029.72/1027.45	c cleaning 95004 clauses out of 190021 with flag 19164194/4646000
1059.71/1057.23	c cleaning 95990 clauses out of 192017 with flag 19550736/4743000
1088.62/1086.13	c cleaning 97004 clauses out of 194027 with flag 19992748/4841000
1121.31/1118.72	c cleaning 97997 clauses out of 196024 with flag 20371342/4940001
1151.41/1148.87	c cleaning 99007 clauses out of 198026 with flag 20830144/5040000
1184.52/1181.97	c cleaning 99999 clauses out of 200019 with flag 21274064/5141000
1216.48/1213.74	c cleaning 101005 clauses out of 202020 with flag 21702012/5243000
1248.00/1245.28	c cleaning 102007 clauses out of 204015 with flag 22164590/5346000
1282.70/1279.90	c cleaning 103000 clauses out of 206008 with flag 22616487/5450000
1319.14/1316.24	c cleaning 103997 clauses out of 208008 with flag 23055239/5555000
1353.25/1350.34	c cleaning 104999 clauses out of 210011 with flag 23524439/5661000
1388.16/1385.24	c cleaning 105997 clauses out of 212013 with flag 23998420/5768001
1424.27/1421.26	c cleaning 106997 clauses out of 214016 with flag 24398262/5876001
1463.38/1460.37	c cleaning 108002 clauses out of 216019 with flag 24983642/5985001
1502.47/1499.35	c cleaning 109004 clauses out of 218016 with flag 25451983/6095000
1542.87/1539.75	c cleaning 110000 clauses out of 220012 with flag 25940647/6206000
1586.53/1583.22	c cleaning 110996 clauses out of 222013 with flag 26552268/6318001
1625.53/1622.21	c cleaning 112001 clauses out of 224018 with flag 27117050/6431002
1668.24/1664.92	c cleaning 112994 clauses out of 226016 with flag 27588864/6545001
1707.54/1704.10	c cleaning 114009 clauses out of 228023 with flag 28064921/6660002
1747.74/1744.38	c cleaning 115004 clauses out of 230015 with flag 28570885/6776003
1791.25/1787.71	c cleaning 115995 clauses out of 232009 with flag 29087469/6893001
1800.05/1796.50	c starts		: 26190
1800.05/1796.50	c conflicts		: 6935671
1800.05/1796.50	c decisions		: 11279368
1800.05/1796.50	c propagations		: 162292862
1800.05/1796.50	c inspects		: 34430005736
1800.05/1796.50	c shortcuts		: 0
1800.05/1796.50	c learnt literals	: 0
1800.05/1796.50	c learnt binary clauses	: 1010
1800.05/1796.50	c learnt ternary clauses	: 2520
1800.05/1796.50	c learnt constraints	: 6935671
1800.05/1796.50	c ignored constraints	: 0
1800.05/1796.50	c root simplifications	: 0
1800.05/1796.50	c removed literals (reason simplification)	: 0
1800.05/1796.50	c reason swapping (by a shorter reason)	: 0
1800.05/1796.50	c Calls to reduceDB	: 113
1800.05/1796.50	c Number of update (reduction) of LBD	: 1274369
1800.05/1796.50	c Imported unit clauses	: 0
1800.05/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.50	c number of learned constraints concerned by reduction	: 0
1800.05/1796.50	c timeout
1800.05/1796.50	c number of learning phase by resolution	: 0
1800.05/1796.50	c number of learning phase by cutting planes	: 0
1800.05/1796.50	c speed (assignments/second)	: 90349.52384875837
1800.05/1796.50	c non guided choices	8388
1800.05/1796.53	c learnt constraints type 
1800.05/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1010
1800.05/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157674
1800.05/1796.53	s UNKNOWN
1800.05/1796.53	c Total wall clock time (in seconds): 1796.429

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-4109116-1466293747/watcher-4109116-1466293747 -o /tmp/evaluation-result-4109116-1466293747/solver-4109116-1466293747 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466293747-20352 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109116-1466293747.opb 

pid=20379
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: 1.39 1.91 2.30 4/177 20382
/proc/meminfo: memFree=29899476/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20382/stat : 20382 (java) R 20379 20382 17709 0 -1 4202496 1189 0 0 0 0 0 0 0 20 0 1 0 31422988 23793664 838 33554432000 1073741824 1073778376 140734893901840 140734893890904 139665937948672 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 5809 855 645 9 0 128 0
[pid=20382/tid=20383] ppid=20379 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 31422989 24780800 867 33554432000 1073741824 1073778376 140734893901840 140734893890904 226084395185 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.39 1.91 2.30 4/177 20382
/proc/meminfo: memFree=29899476/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 4472 0 1 0 9 2 0 0 20 0 18 0 31422988 9787879424 6101 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2389619 6101 2155 9 0 2380296 0
[pid=20382/tid=20383] ppid=20379 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 31422989 9787879424 6101 33554432000 1073741824 1073778376 140734893901840 139665934990240 226087724301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 1.39 1.91 2.30 4/177 20382
/proc/meminfo: memFree=29899476/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 5047 0 1 0 28 2 0 0 20 0 18 0 31422988 9787879424 6998 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2389619 6998 2218 9 0 2380296 0
[pid=20382/tid=20383] ppid=20379 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 31422989 9787879424 6998 33554432000 1073741824 1073778376 140734893901840 139665934991368 139665776683152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 1.39 1.91 2.30 4/177 20382
/proc/meminfo: memFree=29899476/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 7921 0 1 0 53 2 0 0 20 0 19 0 31422988 9856040960 9751 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 9751 2239 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2425 0 1 0 26 1 0 0 20 0 19 0 31422989 9856040960 9751 33554432000 1073741824 1073778376 140734893901840 139665934992000 139665776672560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700281 s]
/proc/loadavg: 1.39 1.91 2.30 4/177 20382
/proc/meminfo: memFree=29899476/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 9101 0 1 0 114 3 0 0 20 0 19 0 31422988 9856040960 9976 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 9976 2248 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2425 0 1 0 66 1 0 0 20 0 19 0 31422989 9856040960 9976 33554432000 1073741824 1073778376 140734893901840 139665934992000 139665777109786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 1.39 1.91 2.30 3/213 20418
/proc/meminfo: memFree=29817088/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 9223 0 1 0 205 3 0 0 20 0 19 0 31422988 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 11213 2257 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2429 0 1 0 146 1 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665934991912 139665777109824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31422990 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 2695 0 0 0 24 0 0 0 20 0 19 0 31422993 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20382/task/20414/stat : 20414 (java) S 20379 20382 17709 0 -1 4202560 2820 0 0 0 32 0 0 0 20 0 19 0 31422993 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665283713592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20415] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20415/stat : 20415 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665282661496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20416] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20416/stat : 20416 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665281608904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 11213 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 1.39 1.91 2.30 3/213 20418
/proc/meminfo: memFree=29800704/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 9227 0 1 0 367 3 0 0 20 0 19 0 31422988 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 12749 2257 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2433 0 1 0 306 1 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665934991640 139665777134388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31422990 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 2695 0 0 0 25 0 0 0 20 0 19 0 31422993 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20382/task/20414/stat : 20414 (java) S 20379 20382 17709 0 -1 4202560 2820 0 0 0 34 0 0 0 20 0 19 0 31422993 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665283713592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20415] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20415/stat : 20415 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665282661496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20416] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20416/stat : 20416 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665281608904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 12749 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 1.44 1.91 2.30 3/213 20418
/proc/meminfo: memFree=29763768/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 9234 0 1 0 687 3 0 0 20 0 19 0 31422988 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 14750 2258 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2439 0 1 0 625 1 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665934982848 139665777204256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31422989 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31422990 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 2695 0 0 0 25 0 0 0 20 0 19 0 31422993 9856040960 14750 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.34 cores=1,3,5,7

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

[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 149093 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.74
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.25 2.24 3/213 20485
/proc/meminfo: memFree=29058560/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=1785.85 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 11962 0 1 0 178495 90 0 0 20 0 19 0 31422988 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 149115 2281 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=1776.58 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2510 0 1 0 177628 30 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665934990640 139665777110231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 272 0 0 0 30 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 343 0 0 0 37 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 146 0 0 0 32 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 314 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 126 0 0 0 37 5 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 167 0 0 0 40 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 281 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 297 0 0 0 41 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 171 0 0 0 17 3 0 0 20 0 19 0 31422990 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 3147 0 0 0 28 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20382/task/20414/stat : 20414 (java) S 20379 20382 17709 0 -1 4202560 2820 0 0 0 34 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665283713592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20415] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20415/stat : 20415 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665282661496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20416] ppid=20379 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20382/task/20416/stat : 20416 (java) S 20379 20382 17709 0 -1 4202560 104 0 0 0 27 35 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665281608904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.05 2.21 2.22 3/188 20518
/proc/meminfo: memFree=29309824/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 11962 0 1 0 179915 90 0 0 20 0 19 0 31422988 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 149115 2281 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=1790.74 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2510 0 1 0 179044 30 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665934982944 139665777204318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 272 0 0 0 30 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 343 0 0 0 37 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 146 0 0 0 32 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 314 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 126 0 0 0 37 5 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 167 0 0 0 40 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 281 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 297 0 0 0 41 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 171 0 0 0 17 3 0 0 20 0 19 0 31422990 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 3147 0 0 0 28 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20382/task/20414/stat : 20414 (java) S 20379 20382 17709 0 -1 4202560 2820 0 0 0 34 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665283713592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20415] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20415/stat : 20415 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665282661496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20416] ppid=20379 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20382/task/20416/stat : 20416 (java) S 20379 20382 17709 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665281608904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 20382 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.05 2.21 2.22 3/188 20518
/proc/meminfo: memFree=29309824/32872528 swapFree=1590032/1720848
[pid=20382] ppid=20379 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/20382/stat : 20382 (java) S 20379 20382 17709 0 -1 4202496 11962 0 1 0 179915 90 0 0 20 0 19 0 31422988 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 140734893892976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20382/statm: 2406260 149115 2281 9 0 2396937 0
[pid=20382/tid=20383] ppid=20379 vsize=9625040 CPUtime=1790.74 cores=1,3,5,7
/proc/20382/task/20383/stat : 20383 (java) R 20379 20382 17709 0 -1 4202560 2510 0 1 0 179044 30 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665934982944 139665777204318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20382/tid=20393] ppid=20379 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20382/task/20393/stat : 20393 (java) S 20379 20382 17709 0 -1 4202560 272 0 0 0 30 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665896483112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20394] ppid=20379 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/20382/task/20394/stat : 20394 (java) S 20379 20382 17709 0 -1 4202560 343 0 0 0 37 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665895430312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20395] ppid=20379 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20382/task/20395/stat : 20395 (java) S 20379 20382 17709 0 -1 4202560 146 0 0 0 32 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665776568872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20396] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20396/stat : 20396 (java) S 20379 20382 17709 0 -1 4202560 314 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665775516072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20397] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20397/stat : 20397 (java) S 20379 20382 17709 0 -1 4202560 126 0 0 0 37 5 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665774463784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20398] ppid=20379 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20382/task/20398/stat : 20398 (java) S 20379 20382 17709 0 -1 4202560 167 0 0 0 40 6 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665773410984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20399] ppid=20379 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20382/task/20399/stat : 20399 (java) S 20379 20382 17709 0 -1 4202560 281 0 0 0 35 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665772358696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20400] ppid=20379 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20382/task/20400/stat : 20400 (java) S 20379 20382 17709 0 -1 4202560 297 0 0 0 41 7 0 0 20 0 19 0 31422989 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665771305896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20404] ppid=20379 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20382/task/20404/stat : 20404 (java) S 20379 20382 17709 0 -1 4202560 171 0 0 0 17 3 0 0 20 0 19 0 31422990 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665288976616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20405] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20405/stat : 20405 (java) S 20379 20382 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665287922680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20406] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20406/stat : 20406 (java) S 20379 20382 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31422991 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665286870280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20412] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20412/stat : 20412 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665285818768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20413] ppid=20379 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20382/task/20413/stat : 20413 (java) S 20379 20382 17709 0 -1 4202560 3147 0 0 0 28 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665284766392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20382/tid=20414] ppid=20379 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20382/task/20414/stat : 20414 (java) S 20379 20382 17709 0 -1 4202560 2820 0 0 0 34 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665283713592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20415] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20415/stat : 20415 (java) S 20379 20382 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665282661496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20382/tid=20416] ppid=20379 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20382/task/20416/stat : 20416 (java) S 20379 20382 17709 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 31422993 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665281608904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20382/tid=20417] ppid=20379 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20382/task/20417/stat : 20417 (java) S 20379 20382 17709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31423011 9856040960 149115 33554432000 1073741824 1073778376 140734893901840 139665280553896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.54
CPU time (s): 1800.05
CPU user time (s): 1799.15
CPU system time (s): 0.9
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.35179
maximum resident set size= 690564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12007
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38425
involuntary context switches= 4883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0635 second user time and 13.5239 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-19 01:49:07
IDJOB=4109116
IDBENCH=89868
IDSOLVER=2546
FILE ID=node120/4109116-1466293747
RUNJOBID= node120-1466293747-20352
PBS_JOBID= 19918258
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 8629904c9ea425e42543cd04547905ca
RANDOM SEED=204721921

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29900376 kB
Buffers:          155408 kB
Cached:           337324 kB
SwapCached:         2256 kB
Active:           124808 kB
Inactive:         370792 kB
Active(anon):       2928 kB
Inactive(anon):     2960 kB
Active(file):     121880 kB
Inactive(file):   367832 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099616 kB
Dirty:              1560 kB
Writeback:             4 kB
AnonPages:       1723636 kB
Mapped:             7940 kB
Shmem:                 0 kB
Slab:             619156 kB
SReclaimable:      63220 kB
SUnreclaim:       555936 kB
KernelStack:        1376 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1817200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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 node120 at 2016-06-19 02:19:03