Trace number 4122110

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.09 1798.74

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM58231b339bfe048ce0abd41bcd022e2f
Bench CategoryDEC-SMALLINT-LIN (no 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 benchmark2.28365
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122110-1467316398.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.038s.
0.09/0.15	c declared #vars     102
0.09/0.15	c #constraints  272
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.09/0.15	c 272 constraints processed.
0.60/0.47	c cleaning 2501 clauses out of 5001 with flag 23139/5001
1.12/0.87	c cleaning 4248 clauses out of 8499 with flag 53578/11000
1.72/1.45	c cleaning 5626 clauses out of 11252 with flag 89593/18001
2.42/2.19	c cleaning 6812 clauses out of 13625 with flag 130010/26000
3.15/2.85	c cleaning 7906 clauses out of 15813 with flag 169142/35000
3.75/3.47	c cleaning 8953 clauses out of 17908 with flag 216732/45001
4.55/4.29	c cleaning 9976 clauses out of 19955 with flag 264528/56001
5.65/5.32	c cleaning 10988 clauses out of 21979 with flag 314516/68001
6.86/6.55	c cleaning 11993 clauses out of 23990 with flag 367230/81000
8.26/7.99	c cleaning 12993 clauses out of 25998 with flag 421811/95001
10.16/9.87	c cleaning 14000 clauses out of 28005 with flag 479627/110001
12.46/12.11	c cleaning 15002 clauses out of 30005 with flag 545124/126001
14.66/14.31	c cleaning 16001 clauses out of 32002 with flag 611442/143000
17.05/16.72	c cleaning 16998 clauses out of 34001 with flag 681232/161000
19.55/19.23	c cleaning 17997 clauses out of 36003 with flag 750236/180000
22.55/22.28	c cleaning 18998 clauses out of 38007 with flag 825489/200001
26.05/25.71	c cleaning 20004 clauses out of 40009 with flag 907284/221001
29.75/29.41	c cleaning 21002 clauses out of 42004 with flag 991515/243000
33.95/33.70	c cleaning 21996 clauses out of 44002 with flag 1082357/266000
38.45/38.10	c cleaning 23002 clauses out of 46006 with flag 1185394/290000
42.94/42.60	c cleaning 24001 clauses out of 48004 with flag 1283802/315000
47.66/47.35	c cleaning 24999 clauses out of 50003 with flag 1384895/341000
52.95/52.70	c cleaning 26003 clauses out of 52005 with flag 1494861/368001
59.05/58.73	c cleaning 27001 clauses out of 54001 with flag 1611306/396000
65.65/65.36	c cleaning 28001 clauses out of 56001 with flag 1725558/425001
72.96/72.62	c cleaning 29000 clauses out of 57999 with flag 1842944/455000
80.55/80.20	c cleaning 29999 clauses out of 59999 with flag 1961454/486000
87.22/86.86	c cleaning 30995 clauses out of 62001 with flag 2094544/518001
94.72/94.36	c cleaning 31995 clauses out of 64005 with flag 2237034/551000
103.52/103.14	c cleaning 33002 clauses out of 66010 with flag 2374899/585000
111.82/111.46	c cleaning 33997 clauses out of 68008 with flag 2530488/620000
120.92/120.58	c cleaning 35003 clauses out of 70012 with flag 2682018/656001
131.82/131.46	c cleaning 35999 clauses out of 72009 with flag 2853968/693001
143.02/142.65	c cleaning 37004 clauses out of 74010 with flag 3026615/731001
154.23/153.89	c cleaning 38000 clauses out of 76006 with flag 3201018/770001
166.22/165.80	c cleaning 39003 clauses out of 78006 with flag 3375004/810001
178.52/178.16	c cleaning 40000 clauses out of 80002 with flag 3555062/851000
191.05/190.64	c cleaning 41002 clauses out of 82003 with flag 3741087/893001
203.15/202.77	c cleaning 41998 clauses out of 84001 with flag 3928460/936001
215.25/214.83	c cleaning 42999 clauses out of 86002 with flag 4122595/980000
231.15/230.71	c cleaning 43997 clauses out of 88004 with flag 4323431/1025001
248.15/247.76	c cleaning 45001 clauses out of 90006 with flag 4532435/1071000
265.45/265.06	c cleaning 46001 clauses out of 92006 with flag 4740493/1118001
283.34/282.98	c cleaning 47003 clauses out of 94005 with flag 4952507/1166001
302.64/302.22	c cleaning 47999 clauses out of 96001 with flag 5162242/1215000
323.24/322.85	c cleaning 48997 clauses out of 98003 with flag 5377289/1265001
349.25/348.88	c cleaning 50000 clauses out of 100006 with flag 5600785/1316001
373.96/373.54	c cleaning 50998 clauses out of 102006 with flag 5828460/1368001
397.76/397.36	c cleaning 52002 clauses out of 104007 with flag 6064405/1421000
424.36/423.99	c cleaning 52999 clauses out of 106006 with flag 6297926/1475001
450.86/450.44	c cleaning 54001 clauses out of 108007 with flag 6542370/1530001
472.26/471.83	c cleaning 54999 clauses out of 110005 with flag 6792720/1586000
501.46/501.03	c cleaning 56003 clauses out of 112006 with flag 7039442/1643000
532.98/532.53	c cleaning 56992 clauses out of 114003 with flag 7296241/1701000
566.47/566.09	c cleaning 58004 clauses out of 116012 with flag 7559577/1760001
601.14/600.67	c cleaning 59004 clauses out of 118007 with flag 7830001/1820000
636.25/635.74	c cleaning 60001 clauses out of 120003 with flag 8102343/1881000
671.56/671.04	c cleaning 60998 clauses out of 122002 with flag 8378861/1943000
712.16/711.70	c cleaning 61998 clauses out of 124004 with flag 8656668/2006000
756.87/756.33	c cleaning 62999 clauses out of 126007 with flag 8945127/2070001
795.27/794.71	c cleaning 64003 clauses out of 128007 with flag 9240173/2135000
841.97/841.42	c cleaning 65001 clauses out of 130005 with flag 9529708/2201001
896.29/895.72	c cleaning 65998 clauses out of 132003 with flag 9826875/2268000
949.72/949.10	c cleaning 66998 clauses out of 134005 with flag 10128782/2336000
1006.02/1005.47	c cleaning 67999 clauses out of 136007 with flag 10431970/2405000
1064.72/1064.19	c cleaning 69004 clauses out of 138009 with flag 10739866/2475001
1129.54/1128.99	c cleaning 70001 clauses out of 140005 with flag 11052649/2546001
1195.45/1194.80	c cleaning 70999 clauses out of 142003 with flag 11369276/2618000
1270.97/1270.34	c cleaning 71999 clauses out of 144005 with flag 11691477/2691001
1339.46/1338.72	c cleaning 73001 clauses out of 146006 with flag 12020276/2765001
1411.05/1410.32	c cleaning 74001 clauses out of 148005 with flag 12355505/2840001
1485.64/1484.90	c cleaning 74999 clauses out of 150004 with flag 12692089/2916001
1558.54/1557.85	c cleaning 76000 clauses out of 152005 with flag 13031796/2993001
1640.67/1639.33	c cleaning 76996 clauses out of 154005 with flag 13374083/3071001
1740.59/1739.23	c cleaning 78001 clauses out of 156009 with flag 13703366/3150001
1800.09/1798.70	c starts		: 1902
1800.09/1798.70	c conflicts		: 3211992
1800.09/1798.70	c decisions		: 4101121
1800.09/1798.70	c propagations		: 25898017
1800.09/1798.70	c inspects		: 41057266356
1800.09/1798.70	c shortcuts		: 0
1800.09/1798.70	c learnt literals	: 0
1800.09/1798.70	c learnt binary clauses	: 1
1800.09/1798.70	c learnt ternary clauses	: 1
1800.09/1798.70	c learnt constraints	: 3211992
1800.09/1798.70	c ignored constraints	: 0
1800.09/1798.70	c root simplifications	: 0
1800.09/1798.70	c removed literals (reason simplification)	: 0
1800.09/1798.70	c reason swapping (by a shorter reason)	: 0
1800.09/1798.70	c Calls to reduceDB	: 75
1800.09/1798.70	c Number of update (reduction) of LBD	: 232525
1800.09/1798.70	c Imported unit clauses	: 0
1800.09/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.70	c number of learned constraints concerned by reduction	: 0
1800.09/1798.70	c number of learning phase by resolution	: 0
1800.09/1798.70	c number of learning phase by cutting planes	: 0
1800.09/1798.70	c speed (assignments/second)	: 14399.394734310825
1800.09/1798.70	c non guided choices	487
1800.09/1798.70	c timeout
1800.09/1798.73	c learnt constraints type 
1800.09/1798.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.09/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139999
1800.09/1798.73	s UNKNOWN
1800.09/1798.73	c Total wall clock time (in seconds): 1798.615

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-4122110-1467316398/watcher-4122110-1467316398 -o /tmp/evaluation-result-4122110-1467316398/solver-4122110-1467316398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122110-1467316398.opb 

pid=15840
running on 4 cores: 0,2,4,6

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.03 2.12 2.15 4/192 15843
/proc/meminfo: memFree=29985568/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15843/stat : 15843 (java) D 15840 15843 12018 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 10665763 9515008 182 33554432000 1073741824 1073778376 140735629675344 140735629666376 227512499893 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/15843/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.12 2.15 4/192 15843
/proc/meminfo: memFree=29985568/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 4372 0 1 0 8 1 0 0 20 0 18 0 10665763 9787879424 6013 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2389619 6013 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200203 s]
/proc/loadavg: 2.03 2.12 2.15 4/192 15843
/proc/meminfo: memFree=29985568/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 6776 0 1 0 25 1 0 0 20 0 19 0 10665763 9856040960 7854 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 7854 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300217 s]
/proc/loadavg: 2.03 2.12 2.15 4/192 15843
/proc/meminfo: memFree=29985568/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 7226 0 1 0 46 1 0 0 20 0 19 0 10665763 9856040960 7983 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 7983 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700158 s]
/proc/loadavg: 2.03 2.12 2.15 4/192 15843
/proc/meminfo: memFree=29985568/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 8722 0 1 0 100 1 0 0 20 0 19 0 10665763 9856040960 8779 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 8779 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.03 2.12 2.15 4/211 15862
/proc/meminfo: memFree=29954432/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 8734 0 1 0 181 1 0 0 20 0 19 0 10665763 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 10323 2249 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2408 0 1 0 145 0 0 0 20 0 19 0 10665764 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889354633496 139889182457923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 2790 0 0 0 18 0 0 0 20 0 19 0 10665769 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2266 0 0 0 15 0 0 0 20 0 19 0 10665769 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 10323 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.03 2.12 2.15 5/211 15862
/proc/meminfo: memFree=29949840/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 8738 0 1 0 344 1 0 0 20 0 19 0 10665763 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 11349 2249 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2410 0 1 0 305 0 0 0 20 0 19 0 10665764 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889354624704 139889182488449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 2790 0 0 0 19 0 0 0 20 0 19 0 10665769 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2268 0 0 0 18 0 0 0 20 0 19 0 10665769 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 11349 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.03 2.12 2.15 3/211 15862
/proc/meminfo: memFree=29943400/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 8742 0 1 0 664 1 0 0 20 0 19 0 10665763 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 12374 2250 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2413 0 1 0 624 0 0 0 20 0 19 0 10665764 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889354624704 139889182457923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 2790 0 0 0 19 0 0 0 20 0 19 0 10665769 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2268 0 0 0 18 0 0 0 20 0 19 0 10665769 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 12374 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.16 1.46 1.84 2/186 16026
/proc/meminfo: memFree=29978336/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=1783.69 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 18838 0 1 0 178337 32 0 0 20 0 19 0 10665763 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 53987 2272 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=1777.59 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2484 0 1 0 177728 31 0 0 20 0 19 0 10665764 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889354624688 139889182409763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 12602 0 0 0 85 2 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2268 0 0 0 20 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 104 0 0 0 31 27 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 1.13 1.44 1.82 2/185 16026
/proc/meminfo: memFree=29978600/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 18838 0 1 0 179977 32 0 0 20 0 19 0 10665763 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 53987 2272 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=1793.94 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2484 0 1 0 179363 31 0 0 20 0 19 0 10665764 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889354624688 139889182657536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 12602 0 0 0 85 2 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2268 0 0 0 20 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 104 0 0 0 31 28 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 15843 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 1.13 1.44 1.82 2/185 16026
/proc/meminfo: memFree=29978600/32872528 swapFree=1299868/1463388
[pid=15843] ppid=15840 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/15843/stat : 15843 (java) S 15840 15843 12018 0 -1 4202496 18838 0 1 0 179977 32 0 0 20 0 19 0 10665763 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 140736647190848 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15843/statm: 2406260 53987 2272 9 0 2396937 0
[pid=15843/tid=15845] ppid=15840 vsize=9625040 CPUtime=1793.94 cores=0,2,4,6
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 12018 0 -1 4202560 2484 0 1 0 179363 31 0 0 20 0 19 0 10665764 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889354624688 139889182657536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 12018 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889316125352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889315072808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889314020264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 12018 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889312967720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 12018 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889311914152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 12018 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889310861608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889309809064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 12018 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 10665765 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889308756520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 12018 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889178819176 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889177765496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10665767 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889176712840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889175661584 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 12018 0 -1 4202560 12602 0 0 0 85 2 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889174607928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 12018 0 -1 4202560 2268 0 0 0 20 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889173555384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889172503032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 12018 0 -1 4202560 104 0 0 0 31 28 0 0 20 0 19 0 10665769 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889171450696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15843/tid=15862] ppid=15840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15843/task/15862/stat : 15862 (java) S 15840 15843 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10665779 9856040960 53987 33554432000 1073741824 1073778376 140736647199712 139889170396456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15843 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=291074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=750885
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.74
CPU time (s): 1800.09
CPU user time (s): 1799.77
CPU system time (s): 0.32
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.29
system time used= 0.750885
maximum resident set size= 230604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18882
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38101
involuntary context switches= 3576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.91349 second user time and 12.5631 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 21:53:18
IDJOB=4122110
IDBENCH=110898
IDSOLVER=2546
FILE ID=node121/4122110-1467316398
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122110-1467316398/watcher-4122110-1467316398 -o /tmp/evaluation-result-4122110-1467316398/solver-4122110-1467316398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122110-1467316398.opb

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

MD5SUM BENCH= 58231b339bfe048ce0abd41bcd022e2f
RANDOM SEED=566410148

node121.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		: 2667.172
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	: 5334.34
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		: 2667.172
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		: 2667.172
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.54
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		: 2667.172
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		: 2667.172
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.54
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		: 2667.172
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		: 2667.172
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.56
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		: 2667.172
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:        29985552 kB
Buffers:          123084 kB
Cached:           339072 kB
SwapCached:            0 kB
Active:           440460 kB
Inactive:         233068 kB
Active(anon):     199632 kB
Inactive(anon):    14568 kB
Active(file):     240828 kB
Inactive(file):   218500 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1744676 kB
Mapped:            22052 kB
Shmem:               204 kB
Slab:             610096 kB
SReclaimable:      54204 kB
SUnreclaim:       555892 kB
KernelStack:        1744 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2146004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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= 71700 MiB
End job on node121 at 2016-06-30 22:23:17