Trace number 4102461

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 1798.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13489
Number of constraints which are clauses13489
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4102461-1466229586.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.50/0.39	c ... done. Wall clock time 0.29s.
0.50/0.39	c declared #vars     6352
0.50/0.39	c #constraints  13489
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
0.50/0.39	c org.sat4j.specs.Constr$1 => 132
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
0.50/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.50/0.39	c 13489 constraints processed.
0.50/0.39	c objective function length is 6352 literals
5.01/4.35	c cleaning 2501 clauses out of 5001 with flag 11364/5001
9.95/9.11	c cleaning 4249 clauses out of 8500 with flag 26428/11001
15.65/14.89	c cleaning 5623 clauses out of 11251 with flag 44612/18001
22.47/21.67	c cleaning 6814 clauses out of 13628 with flag 65866/26001
30.30/29.46	c cleaning 7903 clauses out of 15814 with flag 90353/35001
36.39/35.58	c cleaning 8955 clauses out of 17911 with flag 121517/45001
41.70/40.85	c cleaning 9974 clauses out of 19955 with flag 158223/56000
47.89/47.03	c cleaning 10991 clauses out of 21983 with flag 198411/68002
54.99/54.15	c cleaning 11989 clauses out of 23990 with flag 245523/81000
63.18/62.33	c cleaning 13001 clauses out of 26001 with flag 299536/95000
72.37/71.44	c cleaning 13995 clauses out of 28002 with flag 359515/110002
81.17/80.28	c cleaning 14996 clauses out of 30006 with flag 422356/126001
91.07/90.15	c cleaning 16000 clauses out of 32009 with flag 499423/143000
102.28/101.35	c cleaning 17004 clauses out of 34017 with flag 585987/161008
114.28/113.38	c cleaning 17998 clauses out of 36007 with flag 680767/180002
127.77/126.89	c cleaning 19002 clauses out of 38007 with flag 787899/200000
142.48/141.53	c cleaning 19998 clauses out of 40006 with flag 914552/221001
157.89/156.93	c cleaning 20999 clauses out of 42009 with flag 1041041/243002
174.90/173.92	c cleaning 22002 clauses out of 44012 with flag 1173221/266005
193.39/192.42	c cleaning 22999 clauses out of 46007 with flag 1298412/290002
212.90/211.90	c cleaning 23995 clauses out of 48006 with flag 1416979/315000
234.01/233.02	c cleaning 25001 clauses out of 50012 with flag 1562028/341001
257.21/256.21	c cleaning 26001 clauses out of 52011 with flag 1720413/368001
279.16/278.17	c cleaning 27000 clauses out of 54010 with flag 1862338/396001
301.87/300.83	c cleaning 28001 clauses out of 56009 with flag 2014634/425000
326.67/325.63	c cleaning 28994 clauses out of 58010 with flag 2182227/455002
352.27/351.30	c cleaning 29996 clauses out of 60015 with flag 2369172/486001
380.07/379.03	c cleaning 31004 clauses out of 62019 with flag 2556853/518001
408.57/407.54	c cleaning 32000 clauses out of 64015 with flag 2749582/551001
440.09/439.06	c cleaning 33003 clauses out of 66020 with flag 2955457/585006
473.27/472.29	c cleaning 34001 clauses out of 68011 with flag 3173896/620000
507.68/506.66	c cleaning 34998 clauses out of 70012 with flag 3406066/656002
543.18/542.18	c cleaning 35997 clauses out of 72012 with flag 3652489/693000
581.69/580.69	c cleaning 37004 clauses out of 74015 with flag 3908345/731000
623.29/622.21	c cleaning 37999 clauses out of 76012 with flag 4156815/770001
665.00/663.97	c cleaning 39001 clauses out of 78015 with flag 4407631/810003
707.31/706.25	c cleaning 40000 clauses out of 80013 with flag 4675367/851002
749.96/748.82	c cleaning 41002 clauses out of 82013 with flag 4960974/893002
796.67/795.55	c cleaning 42003 clauses out of 84013 with flag 5261996/936004
847.08/845.99	c cleaning 42995 clauses out of 86006 with flag 5571366/980000
897.88/896.72	c cleaning 44002 clauses out of 88014 with flag 5890648/1025003
951.79/950.64	c cleaning 44999 clauses out of 90009 with flag 6216098/1071000
1006.79/1005.66	c cleaning 46002 clauses out of 92012 with flag 6550712/1118002
1067.20/1066.08	c cleaning 46999 clauses out of 94008 with flag 6900191/1166000
1131.19/1130.00	c cleaning 47999 clauses out of 96009 with flag 7257326/1215000
1194.50/1193.32	c cleaning 48998 clauses out of 98011 with flag 7638064/1265001
1259.40/1258.24	c cleaning 49996 clauses out of 100012 with flag 8017666/1316000
1326.67/1325.49	c cleaning 50999 clauses out of 102016 with flag 8393739/1368000
1398.57/1397.34	c cleaning 52005 clauses out of 104021 with flag 8772757/1421004
1464.98/1463.75	c cleaning 52999 clauses out of 106012 with flag 9193419/1475000
1537.48/1536.27	c cleaning 53999 clauses out of 108014 with flag 9614449/1530001
1615.98/1614.72	c cleaning 55000 clauses out of 110014 with flag 10053986/1586000
1699.09/1697.88	c cleaning 55999 clauses out of 112015 with flag 10512910/1643001
1781.10/1779.89	c cleaning 57003 clauses out of 114016 with flag 10986695/1701001
1800.00/1798.70	c starts		: 483
1800.00/1798.70	c conflicts		: 1717675
1800.00/1798.70	c decisions		: 2147143
1800.00/1798.70	c propagations		: 2118863535
1800.00/1798.70	c inspects		: 23066623251
1800.00/1798.70	c shortcuts		: 0
1800.00/1798.70	c learnt literals	: 1
1800.00/1798.70	c learnt binary clauses	: 100
1800.00/1798.70	c learnt ternary clauses	: 81
1800.00/1798.70	c learnt constraints	: 1717674
1800.00/1798.70	c ignored constraints	: 0
1800.00/1798.70	c root simplifications	: 0
1800.00/1798.70	c removed literals (reason simplification)	: 0
1800.00/1798.70	c reason swapping (by a shorter reason)	: 0
1800.00/1798.70	c Calls to reduceDB	: 54
1800.00/1798.70	c Number of update (reduction) of LBD	: 527798
1800.00/1798.70	c Imported unit clauses	: 0
1800.00/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.70	c number of learned constraints concerned by reduction	: 0
1800.00/1798.70	c number of learning phase by resolution	: 0
1800.00/1798.70	c number of learning phase by cutting planes	: 0
1800.00/1798.70	c speed (assignments/second)	: 1178279.634470705
1800.00/1798.70	c non guided choices	0
1800.00/1798.70	c timeout
1800.00/1798.73	c learnt constraints type 
1800.00/1798.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100
1800.00/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73588
1800.00/1798.73	s UNKNOWN
1800.00/1798.73	c Total wall clock time (in seconds): 1798.625

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-4102461-1466229586/watcher-4102461-1466229586 -o /tmp/evaluation-result-4102461-1466229586/solver-4102461-1466229586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102461-1466229586.opb 

pid=20412
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.31 2.26 2.21 3/194 20415
/proc/meminfo: memFree=30069296/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25005249 98570240 978 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 24065 978 744 9 0 16771 0
[pid=20415/tid=20416] ppid=20412 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25005249 98570240 978 33554432000 1073741824 1073778376 140734505401984 140510807404072 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.31 2.26 2.21 3/194 20415
/proc/meminfo: memFree=30069296/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 4451 0 1 0 9 1 0 0 20 0 18 0 25005249 9787879424 6089 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2389619 6089 2155 9 0 2380296 0
[pid=20415/tid=20416] ppid=20412 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 25005249 9787879424 6089 33554432000 1073741824 1073778376 140734505401984 140510807407240 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.31 2.26 2.21 3/194 20415
/proc/meminfo: memFree=30069296/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 5025 0 1 0 29 1 0 0 20 0 18 0 25005249 9787879424 6987 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2389619 6987 2222 9 0 2380296 0
[pid=20415/tid=20416] ppid=20412 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 25005249 9787879424 6987 33554432000 1073741824 1073778376 140734505401984 140510807407240 140510677258119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.31 2.26 2.21 3/194 20415
/proc/meminfo: memFree=30069296/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 5660 0 1 0 49 1 0 0 20 0 18 0 25005249 9787879424 9459 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2389619 9459 2233 9 0 2380296 0
[pid=20415/tid=20416] ppid=20412 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 25005249 9787879424 9459 33554432000 1073741824 1073778376 140734505401984 140510807400128 140510677245441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700309 s]
/proc/loadavg: 2.31 2.26 2.21 3/194 20415
/proc/meminfo: memFree=30069296/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 8835 0 1 0 134 2 0 0 20 0 19 0 25005249 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 16145 2263 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2423 0 1 0 66 1 0 0 20 0 19 0 25005249 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510807408792 140510677837938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.31 2.26 2.21 3/213 20434
/proc/meminfo: memFree=30014260/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 8836 0 1 0 217 3 0 0 20 0 19 0 25005249 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 16145 2263 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 25005249 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510807406840 140510677868768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25005251 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 1934 0 0 0 32 0 0 0 20 0 19 0 25005254 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20415/task/20431/stat : 20431 (java) S 20412 20415 15516 0 -1 4202560 3201 0 0 0 36 0 0 0 20 0 19 0 25005254 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510625819320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20432] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20432/stat : 20432 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510624766968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20433] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20433/stat : 20433 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510623714632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 16145 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.31 2.26 2.21 3/213 20434
/proc/meminfo: memFree=30011484/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 8837 0 1 0 377 3 0 0 20 0 19 0 25005249 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 16657 2263 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2425 0 1 0 305 2 0 0 20 0 19 0 25005249 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510807406720 140510677869020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25005251 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 1934 0 0 0 32 0 0 0 20 0 19 0 25005254 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20415/task/20431/stat : 20431 (java) S 20412 20415 15516 0 -1 4202560 3201 0 0 0 37 0 0 0 20 0 19 0 25005254 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510625819320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20432] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20432/stat : 20432 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510624766968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20433] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20433/stat : 20433 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510623714632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 16657 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.28 2.25 2.21 3/213 20434
/proc/meminfo: memFree=30004680/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=7.14 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 11563 0 1 0 711 3 0 0 20 0 19 0 25005249 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 18224 2271 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2426 0 1 0 623 2 0 0 20 0 19 0 25005249 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510807409224 140510677868900 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25005250 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25005251 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 4655 0 0 0 45 0 0 0 20 0 19 0 25005254 9856040960 18224 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 20696
/proc/meminfo: memFree=29080832/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=1783.6 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 13468 0 1 0 178328 32 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 54165 2284 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=1777.57 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2481 0 1 0 177724 33 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510807400080 140510677963045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 25005251 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 6306 0 0 0 56 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20415/task/20431/stat : 20431 (java) S 20412 20415 15516 0 -1 4202560 3205 0 0 0 40 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510625819320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20432] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20432/stat : 20432 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510624766968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20433] ppid=20412 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20415/task/20433/stat : 20433 (java) S 20412 20415 15516 0 -1 4202560 103 0 0 0 34 29 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510623714632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 20697
/proc/meminfo: memFree=29080708/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 13468 0 1 0 179968 32 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 54165 2284 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=1793.92 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2481 0 1 0 179359 33 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510807400080 140510677963159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 25005251 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 6306 0 0 0 56 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20415/task/20431/stat : 20431 (java) S 20412 20415 15516 0 -1 4202560 3205 0 0 0 40 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510625819320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20432] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20432/stat : 20432 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510624766968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20433] ppid=20412 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20415/task/20433/stat : 20433 (java) S 20412 20415 15516 0 -1 4202560 103 0 0 0 35 29 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510623714632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.7 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 20697
/proc/meminfo: memFree=29080708/32872528 swapFree=1542984/1696284
[pid=20415] ppid=20412 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20415/stat : 20415 (java) S 20412 20415 15516 0 -1 4202496 13468 0 1 0 179968 32 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140734505393120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20415/statm: 2406260 54165 2284 9 0 2396937 0
[pid=20415/tid=20416] ppid=20412 vsize=9625040 CPUtime=1793.92 cores=0,2,4,6
/proc/20415/task/20416/stat : 20416 (java) R 20412 20415 15516 0 -1 4202560 2481 0 1 0 179359 33 0 0 20 0 19 0 25005249 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510807400080 140510677963159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20418] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20418/stat : 20418 (java) S 20412 20415 15516 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510796470440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20419] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20419/stat : 20419 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510649596200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20415/tid=20420] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20420/stat : 20420 (java) S 20412 20415 15516 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510648543656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20421] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20421/stat : 20421 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510647491112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20422] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20422/stat : 20422 (java) S 20412 20415 15516 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510646438568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20423] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20423/stat : 20423 (java) S 20412 20415 15516 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510645386024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20424] ppid=20412 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20415/task/20424/stat : 20424 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510644333480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20425] ppid=20412 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20415/task/20425/stat : 20425 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 25005250 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510643280936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20426] ppid=20412 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20415/task/20426/stat : 20426 (java) S 20412 20415 15516 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 25005251 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510631082088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20427] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20427/stat : 20427 (java) S 20412 20415 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510630028408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20428] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20428/stat : 20428 (java) S 20412 20415 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25005252 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510628975752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20429] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20429/stat : 20429 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510627924496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20430] ppid=20412 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20415/task/20430/stat : 20430 (java) S 20412 20415 15516 0 -1 4202560 6306 0 0 0 56 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510626871864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20415/tid=20431] ppid=20412 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20415/task/20431/stat : 20431 (java) S 20412 20415 15516 0 -1 4202560 3205 0 0 0 40 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510625819320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20432] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20432/stat : 20432 (java) S 20412 20415 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510624766968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20415/tid=20433] ppid=20412 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20415/task/20433/stat : 20433 (java) S 20412 20415 15516 0 -1 4202560 103 0 0 0 35 29 0 0 20 0 19 0 25005254 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510623714632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20415/tid=20434] ppid=20412 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20415/task/20434/stat : 20434 (java) S 20412 20415 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25005293 9856040960 54165 33554432000 1073741824 1073778376 140734505401984 140510622659368 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.74
CPU time (s): 1800
CPU user time (s): 1799.68
CPU system time (s): 0.32
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 0.781881
maximum resident set size= 216812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38093
involuntary context switches= 4022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93249 second user time and 13.8139 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 07:59:46
IDJOB=4102461
IDBENCH=2122
IDSOLVER=2546
FILE ID=node125/4102461-1466229586
RUNJOBID= node125-1466206074-15532
PBS_JOBID= 19918152
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102461-1466229586/watcher-4102461-1466229586 -o /tmp/evaluation-result-4102461-1466229586/solver-4102461-1466229586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102461-1466229586.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=2041818040

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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:        30069576 kB
Buffers:          102952 kB
Cached:            97492 kB
SwapCached:          688 kB
Active:           229028 kB
Inactive:         141244 kB
Active(anon):     171012 kB
Inactive(anon):     1040 kB
Active(file):      58016 kB
Inactive(file):   140204 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              1484 kB
Writeback:             0 kB
AnonPages:       1869252 kB
Mapped:            15752 kB
Shmem:                 0 kB
Slab:             602472 kB
SReclaimable:      45088 kB
SUnreclaim:       557384 kB
KernelStack:        1696 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2037360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node125 at 2016-06-18 08:29:45