Trace number 4120510

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.66 1799.14

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMfbdcb436411c53a0b29eb6456d254474
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 benchmark12.4291
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4120510-1467311342.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.045s.
0.08/0.16	c declared #vars     126
0.08/0.16	c #constraints  336
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.08/0.16	c 336 constraints processed.
0.72/0.51	c cleaning 2496 clauses out of 5001 with flag 13443/5001
1.05/0.77	c cleaning 4245 clauses out of 8505 with flag 29724/11001
1.59/1.25	c cleaning 5630 clauses out of 11260 with flag 51191/18001
2.29/1.93	c cleaning 6813 clauses out of 13630 with flag 74283/26001
3.02/2.60	c cleaning 7904 clauses out of 15817 with flag 108123/35001
3.82/3.45	c cleaning 8949 clauses out of 17912 with flag 150664/45000
5.52/5.20	c cleaning 9974 clauses out of 19964 with flag 178007/56001
7.52/7.11	c cleaning 10987 clauses out of 21990 with flag 213831/68001
9.62/9.24	c cleaning 11997 clauses out of 24003 with flag 252495/81001
11.93/11.60	c cleaning 12996 clauses out of 26006 with flag 294675/95001
14.92/14.52	c cleaning 14002 clauses out of 28010 with flag 333412/110001
17.12/16.74	c cleaning 15000 clauses out of 30008 with flag 395926/126001
19.62/19.28	c cleaning 15998 clauses out of 32008 with flag 449745/143001
22.72/22.35	c cleaning 16998 clauses out of 34010 with flag 511602/161001
26.43/26.00	c cleaning 18001 clauses out of 36011 with flag 576164/180000
29.73/29.35	c cleaning 19001 clauses out of 38010 with flag 642878/200000
33.93/33.57	c cleaning 20001 clauses out of 40009 with flag 710870/221000
37.53/37.15	c cleaning 21000 clauses out of 42008 with flag 786009/243000
40.94/40.58	c cleaning 21998 clauses out of 44008 with flag 885934/266000
44.74/44.33	c cleaning 23003 clauses out of 46011 with flag 989238/290001
47.34/46.94	c cleaning 23999 clauses out of 48008 with flag 1095955/315001
50.54/50.11	c cleaning 24996 clauses out of 50009 with flag 1222794/341001
54.94/54.56	c cleaning 25995 clauses out of 52013 with flag 1346498/368001
58.74/58.36	c cleaning 27001 clauses out of 54018 with flag 1477897/396001
61.63/61.29	c cleaning 28006 clauses out of 56017 with flag 1612942/425001
64.83/64.41	c cleaning 29003 clauses out of 58011 with flag 1751201/455001
68.65/68.28	c cleaning 30002 clauses out of 60008 with flag 1895141/486001
72.94/72.59	c cleaning 30998 clauses out of 62005 with flag 2045203/518000
77.55/77.19	c cleaning 32001 clauses out of 64008 with flag 2193215/551001
82.04/81.68	c cleaning 32998 clauses out of 66007 with flag 2345894/585001
87.24/86.80	c cleaning 33998 clauses out of 68008 with flag 2490880/620000
92.54/92.11	c cleaning 35001 clauses out of 70010 with flag 2641000/656000
97.74/97.39	c cleaning 36000 clauses out of 72009 with flag 2801699/693000
103.74/103.32	c cleaning 37003 clauses out of 74010 with flag 2962060/731001
112.74/112.39	c cleaning 37996 clauses out of 76006 with flag 3122039/770000
124.54/124.15	c cleaning 39001 clauses out of 78011 with flag 3284277/810001
132.54/132.16	c cleaning 39998 clauses out of 80009 with flag 3450732/851000
142.14/141.75	c cleaning 41003 clauses out of 82011 with flag 3625611/893000
151.94/151.51	c cleaning 41997 clauses out of 84008 with flag 3795952/936000
161.55/161.14	c cleaning 43000 clauses out of 86011 with flag 3953308/980000
174.85/174.48	c cleaning 43999 clauses out of 88011 with flag 4126109/1025000
185.65/185.30	c cleaning 45001 clauses out of 90013 with flag 4330294/1071001
198.95/198.57	c cleaning 46001 clauses out of 92012 with flag 4546275/1118001
216.16/215.74	c cleaning 46996 clauses out of 94010 with flag 4769818/1166000
229.60/229.19	c cleaning 48003 clauses out of 96015 with flag 4993868/1215001
243.10/242.69	c cleaning 49004 clauses out of 98011 with flag 5218821/1265000
262.40/261.92	c cleaning 49999 clauses out of 100008 with flag 5454543/1316001
278.69/278.28	c cleaning 51000 clauses out of 102009 with flag 5683039/1368001
296.40/295.97	c cleaning 51997 clauses out of 104008 with flag 5923970/1421000
322.00/321.52	c cleaning 52998 clauses out of 106012 with flag 6169983/1475001
346.40/345.97	c cleaning 53998 clauses out of 108013 with flag 6422129/1530000
368.61/368.14	c cleaning 55002 clauses out of 110016 with flag 6689068/1586001
394.92/394.43	c cleaning 56000 clauses out of 112014 with flag 6978235/1643001
427.33/426.86	c cleaning 56998 clauses out of 114013 with flag 7255576/1701000
463.13/462.63	c cleaning 58005 clauses out of 116015 with flag 7520545/1760000
499.64/499.16	c cleaning 59002 clauses out of 118010 with flag 7783920/1820000
535.74/535.23	c cleaning 59999 clauses out of 120008 with flag 8034063/1881000
577.15/576.67	c cleaning 61004 clauses out of 122010 with flag 8300318/1943001
617.56/617.10	c cleaning 62001 clauses out of 124006 with flag 8573398/2006001
654.89/654.34	c cleaning 63001 clauses out of 126005 with flag 8829979/2070001
694.39/693.83	c cleaning 63998 clauses out of 128004 with flag 9087348/2135001
727.36/726.73	c cleaning 64998 clauses out of 130005 with flag 9363109/2201000
766.16/765.51	c cleaning 66001 clauses out of 132008 with flag 9659575/2268001
806.67/806.00	c cleaning 67001 clauses out of 134007 with flag 9967030/2336001
848.48/847.84	c cleaning 67998 clauses out of 136006 with flag 10277461/2405001
895.90/895.22	c cleaning 69000 clauses out of 138007 with flag 10570246/2475000
946.30/945.65	c cleaning 70000 clauses out of 140008 with flag 10867607/2546001
996.51/995.86	c cleaning 71000 clauses out of 142008 with flag 11167796/2618001
1058.81/1058.16	c cleaning 72000 clauses out of 144007 with flag 11479071/2691000
1119.82/1119.16	c cleaning 73001 clauses out of 146007 with flag 11799077/2765000
1179.44/1178.78	c cleaning 74001 clauses out of 148007 with flag 12117205/2840001
1247.45/1246.76	c cleaning 74994 clauses out of 150006 with flag 12441569/2916001
1313.18/1312.47	c cleaning 76006 clauses out of 152012 with flag 12766830/2993001
1376.18/1375.42	c cleaning 76995 clauses out of 154005 with flag 13101982/3071000
1419.64/1418.88	c cleaning 78000 clauses out of 156011 with flag 13427580/3150001
1469.15/1468.38	c cleaning 79001 clauses out of 158011 with flag 13747806/3230001
1520.46/1519.60	c cleaning 79999 clauses out of 160010 with flag 14073425/3311001
1573.77/1572.94	c cleaning 81004 clauses out of 162011 with flag 14401694/3393001
1638.67/1637.88	c cleaning 81997 clauses out of 164006 with flag 14738087/3476000
1701.99/1701.17	c cleaning 83002 clauses out of 166010 with flag 15045867/3560001
1775.51/1774.69	c cleaning 83998 clauses out of 168007 with flag 15396057/3645000
1800.01/1799.10	c starts		: 3789
1800.01/1799.10	c conflicts		: 3694121
1800.01/1799.10	c decisions		: 5542077
1800.01/1799.10	c propagations		: 31981427
1800.01/1799.10	c inspects		: 41778381519
1800.01/1799.10	c shortcuts		: 0
1800.01/1799.10	c learnt literals	: 0
1800.01/1799.10	c learnt binary clauses	: 0
1800.01/1799.10	c learnt ternary clauses	: 8
1800.01/1799.10	c learnt constraints	: 3694121
1800.01/1799.10	c ignored constraints	: 0
1800.01/1799.10	c root simplifications	: 0
1800.01/1799.10	c removed literals (reason simplification)	: 0
1800.01/1799.10	c reason swapping (by a shorter reason)	: 0
1800.01/1799.10	c Calls to reduceDB	: 81
1800.01/1799.10	c Number of update (reduction) of LBD	: 334387
1800.01/1799.10	c Imported unit clauses	: 0
1800.01/1799.10	c timeout
1800.01/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1799.10	c number of learned constraints concerned by reduction	: 0
1800.01/1799.10	c number of learning phase by resolution	: 0
1800.01/1799.10	c number of learning phase by cutting planes	: 0
1800.01/1799.10	c speed (assignments/second)	: 17777.92866910514
1800.01/1799.10	c non guided choices	879
1800.01/1799.13	c learnt constraints type 
1800.01/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133130
1800.01/1799.13	s UNKNOWN
1800.01/1799.13	c Total wall clock time (in seconds): 1799.015

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

pid=24146
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.32 2.92 3/194 24149
/proc/meminfo: memFree=28297972/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24149/stat : 24149 (java) D 24146 24149 14900 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 10158446 9515008 184 33554432000 1073741824 1073778376 140733359239824 140733359231048 270707355063 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24149/statm: 2323 184 142 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 2.21 2.32 2.92 3/194 24149
/proc/meminfo: memFree=28297972/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 4454 0 1 0 7 1 0 0 20 0 18 0 10158446 9787879424 5575 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2389619 5575 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.21 2.32 2.92 3/194 24149
/proc/meminfo: memFree=28297972/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 6085 0 1 0 23 2 0 0 20 0 19 0 10158446 9856040960 6747 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 6756 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300235 s]
/proc/loadavg: 2.21 2.32 2.92 3/194 24149
/proc/meminfo: memFree=28297972/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 7312 0 1 0 46 2 0 0 20 0 19 0 10158446 9856040960 7970 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 7970 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700174 s]
/proc/loadavg: 2.21 2.32 2.92 3/194 24149
/proc/meminfo: memFree=28297972/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9220 0 1 0 103 2 0 0 20 0 19 0 10158446 9856040960 8145 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 8145 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.20 2.32 2.91 3/213 24168
/proc/meminfo: memFree=28271296/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9229 0 1 0 187 2 0 0 20 0 19 0 10158446 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 8664 2257 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2453 0 1 0 146 0 0 0 20 0 19 0 10158447 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424156765904 140424096945401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158449 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4062 0 0 0 23 0 0 0 20 0 19 0 10158452 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 8664 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.20 2.32 2.91 3/213 24168
/proc/meminfo: memFree=28256588/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9242 0 1 0 350 2 0 0 20 0 19 0 10158446 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 12254 2257 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2460 0 1 0 304 2 0 0 20 0 19 0 10158447 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424156774680 140424096945411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158449 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4068 0 0 0 26 0 0 0 20 0 19 0 10158452 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 12254 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.20 2.32 2.91 3/213 24168
/proc/meminfo: memFree=28208988/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9269 0 1 0 669 3 0 0 20 0 19 0 10158446 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 24997 2258 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2486 0 1 0 623 2 0 0 20 0 19 0 10158447 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424156765904 140424096945374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158449 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4068 0 0 0 26 0 0 0 20 0 19 0 10158452 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 24997 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4072 0 0 0 28 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 102 0 0 0 30 39 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.23 2.31 3/213 24472
/proc/meminfo: memFree=28175236/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=1783.21 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9503 0 1 0 178277 44 0 0 20 0 19 0 10158446 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 50258 2272 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=1782.19 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2521 0 1 0 178187 32 0 0 20 0 19 0 10158447 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424156765904 140424096945411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 10158449 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4072 0 0 0 28 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.27 2.24 2.31 3/213 24472
/proc/meminfo: memFree=28149876/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9505 0 1 0 179957 44 0 0 20 0 19 0 10158446 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 50258 2272 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=1798.99 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2521 0 1 0 179867 32 0 0 20 0 19 0 10158447 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424156765904 140424096945411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 10158449 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4072 0 0 0 28 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 106 0 0 0 31 41 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 24149 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.27 2.24 2.31 3/213 24472
/proc/meminfo: memFree=28149876/32872528 swapFree=1526624/1696276
[pid=24149] ppid=24146 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/24149/stat : 24149 (java) S 24146 24149 14900 0 -1 4202496 9505 0 1 0 179957 44 0 0 20 0 19 0 10158446 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140733959644208 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24149/statm: 2406260 50258 2272 9 0 2396937 0
[pid=24149/tid=24151] ppid=24146 vsize=9625040 CPUtime=1798.99 cores=1,3,5,7
/proc/24149/task/24151/stat : 24151 (java) R 24146 24149 14900 0 -1 4202560 2521 0 1 0 179867 32 0 0 20 0 19 0 10158447 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424156765904 140424096945411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24152] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24152/stat : 24152 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424095504808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24153] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24153/stat : 24153 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424094452264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24154] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24154/stat : 24154 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424093399208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24155] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24155/stat : 24155 (java) S 24146 24149 14900 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424092346664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24156] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24156/stat : 24156 (java) S 24146 24149 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140424091294632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24157] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24157/stat : 24157 (java) S 24146 24149 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423995276328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24149/tid=24158] ppid=24146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24149/task/24158/stat : 24158 (java) S 24146 24149 14900 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423994223272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24159] ppid=24146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24149/task/24159/stat : 24159 (java) S 24146 24149 14900 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10158448 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423993170728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24160] ppid=24146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24149/task/24160/stat : 24160 (java) S 24146 24149 14900 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 10158449 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423980972392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24161] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24161/stat : 24161 (java) S 24146 24149 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423979918712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24162] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24162/stat : 24162 (java) S 24146 24149 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10158450 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423978865544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24163] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24163/stat : 24163 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423977814288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24164] ppid=24146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24149/task/24164/stat : 24164 (java) S 24146 24149 14900 0 -1 4202560 1441 0 0 0 17 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423976762168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24149/tid=24165] ppid=24146 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24149/task/24165/stat : 24165 (java) S 24146 24149 14900 0 -1 4202560 4072 0 0 0 28 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423975709624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24166] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24166/stat : 24166 (java) S 24146 24149 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423974656760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24149/tid=24167] ppid=24146 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24149/task/24167/stat : 24167 (java) S 24146 24149 14900 0 -1 4202560 106 0 0 0 31 41 0 0 20 0 19 0 10158452 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423973604424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24149/tid=24168] ppid=24146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24149/task/24168/stat : 24168 (java) S 24146 24149 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10158463 9856040960 50258 33554432000 1073741824 1073778376 140733959653072 140423972549672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.14
CPU time (s): 1800.66
CPU user time (s): 1799.77
CPU system time (s): 0.890864
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.890864
maximum resident set size= 201200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9553
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= 38122
involuntary context switches= 4654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6134 second user time and 13.8609 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:29:02
IDJOB=4120510
IDBENCH=109978
IDSOLVER=2546
FILE ID=node125/4120510-1467311342
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-n84-d3-i2-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-4120510-1467311342/watcher-4120510-1467311342 -o /tmp/evaluation-result-4120510-1467311342/solver-4120510-1467311342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120510-1467311342.opb

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

MD5SUM BENCH= fbdcb436411c53a0b29eb6456d254474
RANDOM SEED=1056143788

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28298592 kB
Buffers:          138884 kB
Cached:          1799724 kB
SwapCached:            0 kB
Active:           451952 kB
Inactive:        1682112 kB
Active(anon):     197880 kB
Inactive(anon):        0 kB
Active(file):     254072 kB
Inactive(file):  1682112 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       2006096 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             610488 kB
SReclaimable:      54272 kB
SUnreclaim:       556216 kB
KernelStack:        1760 kB
PageTables:         7928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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= 71740 MiB
End job on node125 at 2016-06-30 20:59:01