Trace number 4084310

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.02 1775.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUMb95bbeb851a52866877e397310a0a770
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.022996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084310-1465220356.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.27/0.25	c ... done. Wall clock time 0.131s.
0.27/0.25	c declared #vars     3600
0.27/0.25	c #constraints  170
0.27/0.25	c constraints type 
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
0.27/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.27/0.25	c 170 constraints processed.
1.01/0.77	c cleaning 2497 clauses out of 5002 with flag 31909/5002
1.66/1.28	c cleaning 4246 clauses out of 8503 with flag 69902/11000
2.27/1.90	c cleaning 5616 clauses out of 11257 with flag 117605/18000
3.38/2.99	c cleaning 6540 clauses out of 13641 with flag 198823/26000
6.40/5.94	c cleaning 8041 clauses out of 16101 with flag 353133/35000
9.59/9.03	c cleaning 9020 clauses out of 18060 with flag 507546/45000
13.29/12.76	c cleaning 10010 clauses out of 20040 with flag 675121/56000
17.48/16.73	c cleaning 11011 clauses out of 22030 with flag 859724/68000
21.78/21.08	c cleaning 12005 clauses out of 24019 with flag 1043927/81000
27.18/26.28	c cleaning 13008 clauses out of 26015 with flag 1231232/95001
33.68/32.77	c cleaning 13987 clauses out of 28006 with flag 1445250/110000
39.85/38.83	c cleaning 15000 clauses out of 30019 with flag 1615584/126000
46.20/45.04	c cleaning 16003 clauses out of 32020 with flag 1760415/143001
53.10/51.99	c cleaning 17001 clauses out of 34016 with flag 1914633/161000
61.18/59.84	c cleaning 18003 clauses out of 36016 with flag 2076071/180001
69.93/68.35	c cleaning 18997 clauses out of 38012 with flag 2250054/200000
79.90/78.02	c cleaning 20005 clauses out of 40017 with flag 2424181/221002
90.87/88.82	c cleaning 20999 clauses out of 42010 with flag 2655339/243000
101.87/99.74	c cleaning 21996 clauses out of 44011 with flag 2900390/266000
112.75/110.42	c cleaning 23001 clauses out of 46015 with flag 3131160/290000
124.28/121.84	c cleaning 23996 clauses out of 48014 with flag 3361869/315000
137.60/135.05	c cleaning 25004 clauses out of 50020 with flag 3617943/341002
151.54/148.71	c cleaning 25997 clauses out of 52015 with flag 3883105/368001
165.66/162.78	c cleaning 27003 clauses out of 54017 with flag 4169088/396000
180.89/177.71	c cleaning 27997 clauses out of 56014 with flag 4460146/425000
196.46/193.15	c cleaning 29002 clauses out of 58017 with flag 4758414/455000
212.88/209.34	c cleaning 29998 clauses out of 60015 with flag 5047856/486000
230.24/226.57	c cleaning 30999 clauses out of 62017 with flag 5336014/518000
248.35/244.40	c cleaning 32001 clauses out of 64018 with flag 5610924/551000
265.87/261.73	c cleaning 33003 clauses out of 66017 with flag 5902980/585000
283.70/279.30	c cleaning 34002 clauses out of 68014 with flag 6150932/620000
304.59/299.90	c cleaning 34998 clauses out of 70012 with flag 6452261/656000
328.64/323.64	c cleaning 36001 clauses out of 72015 with flag 6804893/693001
350.72/345.30	c cleaning 37001 clauses out of 74014 with flag 7144343/731001
372.02/366.30	c cleaning 38004 clauses out of 76014 with flag 7465099/770002
394.90/388.90	c cleaning 38999 clauses out of 78008 with flag 7766970/810000
419.08/412.71	c cleaning 39999 clauses out of 80009 with flag 8112352/851000
446.19/439.43	c cleaning 41001 clauses out of 82011 with flag 8443023/893001
471.53/464.45	c cleaning 41999 clauses out of 84012 with flag 8779466/936003
503.31/495.75	c cleaning 42996 clauses out of 86010 with flag 9168634/980000
537.95/530.04	c cleaning 44000 clauses out of 88014 with flag 9607379/1025000
575.65/567.32	c cleaning 45004 clauses out of 90015 with flag 10040350/1071001
610.54/601.75	c cleaning 45997 clauses out of 92012 with flag 10485976/1118002
645.60/636.30	c cleaning 47000 clauses out of 94014 with flag 10907893/1166001
683.50/673.72	c cleaning 48001 clauses out of 96013 with flag 11281372/1215000
717.67/707.44	c cleaning 49001 clauses out of 98012 with flag 11657526/1265000
755.55/744.89	c cleaning 50000 clauses out of 100013 with flag 12128557/1316002
798.18/786.91	c cleaning 51001 clauses out of 102013 with flag 12653251/1368002
840.47/828.63	c cleaning 51998 clauses out of 104012 with flag 13119656/1421002
880.49/868.11	c cleaning 52999 clauses out of 106012 with flag 13563812/1475000
925.03/912.18	c cleaning 54003 clauses out of 108017 with flag 14027694/1530004
965.98/952.60	c cleaning 54996 clauses out of 110011 with flag 14479255/1586001
1010.52/996.50	c cleaning 56000 clauses out of 112015 with flag 14950096/1643001
1054.88/1040.32	c cleaning 56998 clauses out of 114014 with flag 15386704/1701000
1099.56/1084.48	c cleaning 58002 clauses out of 116017 with flag 15833447/1760001
1149.50/1133.71	c cleaning 58994 clauses out of 118014 with flag 16373781/1820000
1196.08/1179.69	c cleaning 60000 clauses out of 120020 with flag 16892019/1881000
1248.96/1231.80	c cleaning 61004 clauses out of 122022 with flag 17380130/1943002
1299.48/1281.74	c cleaning 62002 clauses out of 124018 with flag 17920034/2006002
1362.02/1343.54	c cleaning 63000 clauses out of 126015 with flag 18535233/2070001
1422.00/1402.85	c cleaning 63997 clauses out of 128016 with flag 19084426/2135002
1477.08/1457.19	c cleaning 65003 clauses out of 130018 with flag 19615424/2201001
1543.37/1522.60	c cleaning 66000 clauses out of 132014 with flag 20191258/2268000
1621.08/1599.49	c cleaning 67001 clauses out of 134014 with flag 20895514/2336000
1690.91/1668.25	c cleaning 67999 clauses out of 136013 with flag 21544506/2405000
1766.81/1743.27	c cleaning 68999 clauses out of 138014 with flag 22195752/2475000
1800.02/1775.90	c starts		: 1864
1800.02/1775.90	c conflicts		: 2516036
1800.02/1775.90	c decisions		: 4848957
1800.02/1775.90	c propagations		: 56306422
1800.02/1775.90	c inspects		: 20601707723
1800.02/1775.90	c shortcuts		: 0
1800.02/1775.90	c learnt literals	: 0
1800.02/1775.90	c learnt binary clauses	: 0
1800.02/1775.90	c learnt ternary clauses	: 0
1800.02/1775.90	c learnt constraints	: 2516036
1800.02/1775.90	c ignored constraints	: 0
1800.02/1775.90	c root simplifications	: 0
1800.02/1775.90	c removed literals (reason simplification)	: 0
1800.02/1775.90	c reason swapping (by a shorter reason)	: 0
1800.02/1775.90	c Calls to reduceDB	: 66
1800.02/1775.90	c Number of update (reduction) of LBD	: 1547267
1800.02/1775.90	c Imported unit clauses	: 0
1800.02/1775.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1775.90	c timeout
1800.02/1775.90	c number of learned constraints concerned by reduction	: 0
1800.02/1775.90	c number of learning phase by resolution	: 0
1800.02/1775.90	c number of learning phase by cutting planes	: 0
1800.02/1775.90	c speed (assignments/second)	: 31710.387092922803
1800.02/1775.90	c non guided choices	4405
1800.02/1775.93	c learnt constraints type 
1800.02/1775.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110051
1800.02/1775.93	s UNKNOWN
1800.02/1775.93	c Total wall clock time (in seconds): 1775.809

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-4084310-1465220356/watcher-4084310-1465220356 -o /tmp/evaluation-result-4084310-1465220356/solver-4084310-1465220356 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084310-1465220356.opb 

pid=1293
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.32 2.29 2.27 4/194 1296
/proc/meminfo: memFree=29591572/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1296/stat : 1296 (java) D 1293 1296 32365 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 103967920 9515008 176 33554432000 1073741824 1073778376 140733429359552 140733429342280 240565175184 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/1296/statm: 2323 176 133 9 0 71 0

[startup+0.100057 s]
/proc/loadavg: 2.32 2.29 2.27 4/194 1296
/proc/meminfo: memFree=29591572/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 103967920 9787879424 6049 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2389619 6049 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 2.32 2.29 2.27 4/194 1296
/proc/meminfo: memFree=29591572/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 4983 0 1 0 26 1 0 0 20 0 18 0 103967920 9787879424 6981 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2389619 6981 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 2.32 2.29 2.27 4/194 1296
/proc/meminfo: memFree=29591572/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 5822 0 1 0 47 1 0 0 20 0 19 0 103967920 9856040960 9053 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 9053 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700196 s]
/proc/loadavg: 2.32 2.29 2.27 4/194 1296
/proc/meminfo: memFree=29591572/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 6173 0 1 0 99 2 0 0 20 0 19 0 103967920 9856040960 10278 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 10278 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.32 2.29 2.27 4/213 1317
/proc/meminfo: memFree=29551700/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 8273 0 1 0 195 2 0 0 20 0 19 0 103967920 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 13590 2258 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2412 0 1 0 144 2 0 0 20 0 19 0 103967921 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534393389528 140534232953663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103967923 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1252 0 0 0 18 0 0 0 20 0 19 0 103967926 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3337 0 0 0 29 0 0 0 20 0 19 0 103967926 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 13590 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.32 2.29 2.27 4/213 1317
/proc/meminfo: memFree=29536744/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 8288 0 1 0 358 2 0 0 20 0 19 0 103967920 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 19225 2258 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2424 0 1 0 304 2 0 0 20 0 19 0 103967921 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534393389352 140534232448160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103967923 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 103967926 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3339 0 0 0 31 0 0 0 20 0 19 0 103967926 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 19225 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.30 2.28 2.27 3/213 1317
/proc/meminfo: memFree=29483908/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=6.8 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 8315 0 1 0 677 3 0 0 20 0 19 0 103967920 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 31771 2259 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2450 0 1 0 623 2 0 0 20 0 19 0 103967921 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534393389448 140534232938490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103967922 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103967923 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 103967926 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3339 0 0 0 31 0 0 0 20 0 19 0 103967926 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 31771 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625040


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

[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 174792 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.92
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.30 2.22 3/213 1952
/proc/meminfo: memFree=29005020/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=1745.72 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 37422 0 1 0 174173 399 0 0 20 0 19 0 103967920 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 160458 2281 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=1702.76 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2851 0 1 0 170244 32 0 0 20 0 19 0 103967921 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534393388256 140534232886113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 3520 0 0 0 342 44 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 3426 0 0 0 367 40 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 2553 0 0 0 354 43 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 2891 0 0 0 341 44 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 2591 0 0 0 342 44 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 2986 0 0 0 351 44 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 3678 0 0 0 358 49 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 2878 0 0 0 369 51 0 0 20 0 19 0 103967922 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=6.01 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 4095 0 0 0 593 8 0 0 20 0 19 0 103967923 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 103967926 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3341 0 0 0 32 0 0 0 20 0 19 0 103967926 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 100 0 0 0 32 31 0 0 20 0 19 0 103967926 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 160458 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 2.18 2.27 2.21 4/213 1954
/proc/meminfo: memFree=28880052/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 38277 0 1 0 179590 412 0 0 20 0 19 0 103967920 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 158536 2281 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=1755.76 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2867 0 1 0 175542 34 0 0 20 0 19 0 103967921 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534393388256 140534232614419 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 3542 0 0 0 355 45 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 3445 0 0 0 377 41 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 2575 0 0 0 363 45 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 2930 0 0 0 354 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 2618 0 0 0 353 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 3014 0 0 0 364 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=4.16 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 4143 0 0 0 365 51 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 2899 0 0 0 380 53 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 4287 0 0 0 609 9 0 0 20 0 19 0 103967923 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3341 0 0 0 32 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 1296 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.9 s]
/proc/loadavg: 2.18 2.27 2.21 4/213 1954
/proc/meminfo: memFree=28880052/32872528 swapFree=15844/1710320
[pid=1296] ppid=1293 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/1296/stat : 1296 (java) S 1293 1296 32365 0 -1 4202496 38277 0 1 0 179590 412 0 0 20 0 19 0 103967920 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140737361919008 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1296/statm: 2406260 158536 2281 9 0 2396937 0
[pid=1296/tid=1298] ppid=1293 vsize=9625040 CPUtime=1755.76 cores=0,2,4,6
/proc/1296/task/1298/stat : 1298 (java) R 1293 1296 32365 0 -1 4202560 2867 0 1 0 175542 34 0 0 20 0 19 0 103967921 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534393388256 140534232614419 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1299] ppid=1293 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/1296/task/1299/stat : 1299 (java) S 1293 1296 32365 0 -1 4202560 3542 0 0 0 355 45 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534354881576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1300] ppid=1293 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/1296/task/1300/stat : 1300 (java) S 1293 1296 32365 0 -1 4202560 3445 0 0 0 377 41 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534353828776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1301] ppid=1293 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/1296/task/1301/stat : 1301 (java) S 1293 1296 32365 0 -1 4202560 2575 0 0 0 363 45 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534352775976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1302] ppid=1293 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/1296/task/1302/stat : 1302 (java) S 1293 1296 32365 0 -1 4202560 2930 0 0 0 354 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534351723176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1304] ppid=1293 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/1296/task/1304/stat : 1304 (java) S 1293 1296 32365 0 -1 4202560 2618 0 0 0 353 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534232377896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1296/tid=1305] ppid=1293 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/1296/task/1305/stat : 1305 (java) S 1293 1296 32365 0 -1 4202560 3014 0 0 0 364 46 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534231325096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1307] ppid=1293 vsize=9625040 CPUtime=4.16 cores=0,2,4,6
/proc/1296/task/1307/stat : 1307 (java) S 1293 1296 32365 0 -1 4202560 4143 0 0 0 365 51 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534230272296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1308] ppid=1293 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/1296/task/1308/stat : 1308 (java) S 1293 1296 32365 0 -1 4202560 2899 0 0 0 380 53 0 0 20 0 19 0 103967922 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534229219496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1309] ppid=1293 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/1296/task/1309/stat : 1309 (java) S 1293 1296 32365 0 -1 4202560 4287 0 0 0 609 9 0 0 20 0 19 0 103967923 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140534217022440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1310] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1310/stat : 1310 (java) S 1293 1296 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533611620088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1311] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1311/stat : 1311 (java) S 1293 1296 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103967924 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533610567176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1312] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1312/stat : 1312 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533609515664 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1313] ppid=1293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1296/task/1313/stat : 1313 (java) S 1293 1296 32365 0 -1 4202560 1253 0 0 0 19 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533608462776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1296/tid=1314] ppid=1293 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1296/task/1314/stat : 1314 (java) S 1293 1296 32365 0 -1 4202560 3341 0 0 0 32 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533607409976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1315] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1315/stat : 1315 (java) S 1293 1296 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533606357368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1296/tid=1316] ppid=1293 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1296/task/1316/stat : 1316 (java) S 1293 1296 32365 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 103967926 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533605304776 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1296/tid=1317] ppid=1293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1296/task/1317/stat : 1317 (java) S 1293 1296 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103967946 9856040960 158536 33554432000 1073741824 1073778376 140737361927872 140533604251304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1296 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=628631
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=622297
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.94
CPU time (s): 1800.02
CPU user time (s): 1795.9
CPU system time (s): 4.12
CPU usage (%): 101.356
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.63
system time used= 4.6223
maximum resident set size= 852060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50155
involuntary context switches= 51722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4204 second user time and 13.4939 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 15:39:16
IDJOB=4084310
IDBENCH=1410
IDSOLVER=2546
FILE ID=node146/4084310-1465220356
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084310-1465220356/watcher-4084310-1465220356 -o /tmp/evaluation-result-4084310-1465220356/solver-4084310-1465220356 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084310-1465220356.opb

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

MD5SUM BENCH= b95bbeb851a52866877e397310a0a770
RANDOM SEED=639619314

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        29592100 kB
Buffers:           10868 kB
Cached:           239832 kB
SwapCached:         1468 kB
Active:           673876 kB
Inactive:         193860 kB
Active(anon):     617012 kB
Inactive(anon):     1608 kB
Active(file):      56864 kB
Inactive(file):   192252 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2436316 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             568160 kB
SReclaimable:      11708 kB
SUnreclaim:       556452 kB
KernelStack:        1760 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2673964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2402304 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= 71732 MiB
End job on node146 at 2016-06-06 16:08:52