Trace number 4120478

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.06 1798.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-31-1.cnf.gz-extracted.pb.metafix.opb
MD5SUM8834717f69953c9c22b2160677d33390
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 benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125
Total number of constraints124
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4120478-1467311040.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.025s.
0.11/0.13	c declared #vars     125
0.11/0.13	c #constraints  124
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 124
0.11/0.13	c 124 constraints processed.
0.67/0.46	c cleaning 2494 clauses out of 5000 with flag 37022/5000
1.31/0.74	c cleaning 4246 clauses out of 8508 with flag 88392/11002
1.72/1.15	c cleaning 5628 clauses out of 11260 with flag 159202/18000
2.23/1.68	c cleaning 6811 clauses out of 13632 with flag 237975/26000
3.05/2.47	c cleaning 7904 clauses out of 15821 with flag 325169/35000
3.85/3.29	c cleaning 8950 clauses out of 17917 with flag 406371/45000
4.85/4.22	c cleaning 9976 clauses out of 19967 with flag 502478/56000
6.05/5.50	c cleaning 10992 clauses out of 21991 with flag 622084/68000
7.45/6.83	c cleaning 11995 clauses out of 24000 with flag 724955/81001
8.95/8.38	c cleaning 12994 clauses out of 26004 with flag 833617/95000
10.85/10.28	c cleaning 14000 clauses out of 28010 with flag 946729/110000
12.86/12.23	c cleaning 15002 clauses out of 30011 with flag 1061299/126001
15.15/14.58	c cleaning 15999 clauses out of 32009 with flag 1187302/143001
17.85/17.24	c cleaning 16997 clauses out of 34009 with flag 1322291/161000
20.94/20.30	c cleaning 17999 clauses out of 36013 with flag 1466168/180001
24.15/23.56	c cleaning 19000 clauses out of 38014 with flag 1613223/200001
27.95/27.38	c cleaning 19991 clauses out of 40014 with flag 1774393/221001
32.15/31.58	c cleaning 21004 clauses out of 42023 with flag 1941770/243001
36.45/35.84	c cleaning 22006 clauses out of 44020 with flag 2112386/266002
40.75/40.15	c cleaning 23004 clauses out of 46012 with flag 2287923/290000
45.65/45.05	c cleaning 23993 clauses out of 48008 with flag 2468507/315000
51.05/50.42	c cleaning 25004 clauses out of 50017 with flag 2654694/341002
56.65/56.02	c cleaning 25994 clauses out of 52011 with flag 2840357/368000
62.55/61.99	c cleaning 26998 clauses out of 54017 with flag 3042937/396000
69.35/68.76	c cleaning 28004 clauses out of 56020 with flag 3242921/425001
75.96/75.36	c cleaning 28999 clauses out of 58016 with flag 3450719/455001
82.76/82.11	c cleaning 30002 clauses out of 60017 with flag 3663931/486001
91.16/90.55	c cleaning 31006 clauses out of 62014 with flag 3894011/518000
99.56/98.92	c cleaning 32000 clauses out of 64008 with flag 4135969/551000
108.56/107.99	c cleaning 32994 clauses out of 66009 with flag 4375097/585001
118.16/117.51	c cleaning 34000 clauses out of 68015 with flag 4628144/620001
128.56/127.94	c cleaning 34999 clauses out of 70015 with flag 4880812/656001
140.07/139.41	c cleaning 35999 clauses out of 72017 with flag 5138753/693002
151.37/150.80	c cleaning 36999 clauses out of 74016 with flag 5420109/731000
163.16/162.54	c cleaning 38002 clauses out of 76018 with flag 5701200/770001
176.26/175.62	c cleaning 39001 clauses out of 78015 with flag 5980689/810000
190.16/189.51	c cleaning 39997 clauses out of 80014 with flag 6264612/851000
204.77/204.12	c cleaning 41006 clauses out of 82017 with flag 6559271/893000
219.97/219.39	c cleaning 41999 clauses out of 84011 with flag 6858202/936000
236.30/235.62	c cleaning 43000 clauses out of 86012 with flag 7149257/980000
253.59/252.98	c cleaning 43996 clauses out of 88012 with flag 7447500/1025000
271.90/271.27	c cleaning 45003 clauses out of 90016 with flag 7755139/1071000
289.20/288.59	c cleaning 45998 clauses out of 92013 with flag 8067379/1118000
308.29/307.64	c cleaning 47002 clauses out of 94016 with flag 8392975/1166001
328.50/327.87	c cleaning 48006 clauses out of 96016 with flag 8726875/1215003
349.59/348.93	c cleaning 49000 clauses out of 98008 with flag 9053020/1265001
372.20/371.58	c cleaning 49991 clauses out of 100007 with flag 9402491/1316000
395.72/395.04	c cleaning 51002 clauses out of 102017 with flag 9757951/1368001
419.92/419.24	c cleaning 51998 clauses out of 104014 with flag 10120827/1421000
445.21/444.52	c cleaning 53007 clauses out of 106019 with flag 10471655/1475003
472.63/471.92	c cleaning 53996 clauses out of 108010 with flag 10834315/1530001
501.42/500.79	c cleaning 54997 clauses out of 110013 with flag 11210377/1586000
529.82/529.15	c cleaning 55996 clauses out of 112016 with flag 11566470/1643000
560.63/559.97	c cleaning 57006 clauses out of 114022 with flag 11965429/1701002
595.41/594.78	c cleaning 58003 clauses out of 116015 with flag 12372794/1760001
631.72/631.08	c cleaning 59001 clauses out of 118013 with flag 12773659/1820002
667.22/666.58	c cleaning 59998 clauses out of 120011 with flag 13176918/1881001
703.02/702.37	c cleaning 60996 clauses out of 122012 with flag 13570360/1943000
740.16/739.43	c cleaning 62006 clauses out of 124018 with flag 13987583/2006002
775.27/774.54	c cleaning 63001 clauses out of 126010 with flag 14422960/2070000
813.97/813.29	c cleaning 63995 clauses out of 128009 with flag 14856376/2135000
851.79/851.06	c cleaning 65005 clauses out of 130015 with flag 15301620/2201001
892.00/891.20	c cleaning 65996 clauses out of 132009 with flag 15736576/2268000
930.22/929.41	c cleaning 66998 clauses out of 134013 with flag 16172117/2336000
974.21/973.50	c cleaning 68003 clauses out of 136015 with flag 16625581/2405000
1019.43/1018.69	c cleaning 68999 clauses out of 138013 with flag 17077907/2475001
1064.03/1063.27	c cleaning 70001 clauses out of 140015 with flag 17510680/2546002
1110.03/1109.21	c cleaning 70997 clauses out of 142012 with flag 17962268/2618000
1163.04/1162.25	c cleaning 72001 clauses out of 144017 with flag 18465822/2691002
1216.84/1215.67	c cleaning 73007 clauses out of 146016 with flag 18960619/2765002
1269.53/1267.98	c cleaning 74001 clauses out of 148007 with flag 19439713/2840000
1328.84/1327.26	c cleaning 74994 clauses out of 150006 with flag 19914881/2916000
1390.71/1389.01	c cleaning 75998 clauses out of 152013 with flag 20415528/2993001
1452.99/1451.33	c cleaning 77003 clauses out of 154014 with flag 20934497/3071000
1518.90/1517.21	c cleaning 78002 clauses out of 156011 with flag 21452812/3150000
1584.20/1582.58	c cleaning 79001 clauses out of 158009 with flag 21975898/3230000
1651.51/1649.89	c cleaning 79992 clauses out of 160008 with flag 22484591/3311000
1714.64/1712.99	c cleaning 81002 clauses out of 162016 with flag 23017134/3393000
1782.95/1781.26	c cleaning 82000 clauses out of 164017 with flag 23570803/3476003
1800.06/1798.30	c starts		: 2301
1800.06/1798.30	c conflicts		: 3507526
1800.06/1798.30	c decisions		: 4057057
1800.06/1798.30	c propagations		: 60141800
1800.06/1798.30	c inspects		: 41396993993
1800.06/1798.30	c shortcuts		: 0
1800.06/1798.30	c learnt literals	: 0
1800.06/1798.30	c learnt binary clauses	: 1
1800.06/1798.30	c learnt ternary clauses	: 37
1800.06/1798.30	c learnt constraints	: 3507526
1800.06/1798.30	c ignored constraints	: 0
1800.06/1798.30	c root simplifications	: 0
1800.06/1798.30	c removed literals (reason simplification)	: 0
1800.06/1798.30	c reason swapping (by a shorter reason)	: 0
1800.06/1798.30	c Calls to reduceDB	: 79
1800.06/1798.30	c Number of update (reduction) of LBD	: 828575
1800.06/1798.30	c Imported unit clauses	: 0
1800.06/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.30	c number of learned constraints concerned by reduction	: 0
1800.06/1798.30	c number of learning phase by resolution	: 0
1800.06/1798.30	c number of learning phase by cutting planes	: 0
1800.06/1798.30	c speed (assignments/second)	: 33446.02444144758
1800.06/1798.30	c non guided choices	37
1800.06/1798.30	c timeout
1800.06/1798.33	c learnt constraints type 
1800.06/1798.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113540
1800.06/1798.33	s UNKNOWN
1800.06/1798.33	c Total wall clock time (in seconds): 1798.227

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-4120478-1467311040/watcher-4120478-1467311040 -o /tmp/evaluation-result-4120478-1467311040/solver-4120478-1467311040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120478-1467311040.opb 

pid=18371
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.21 2.12 4/194 18374
/proc/meminfo: memFree=29150176/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12053562 98570240 977 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 24065 977 743 9 0 16771 0
[pid=18374/tid=18375] ppid=18371 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12053562 98570240 977 33554432000 1073741824 1073778376 140735904488320 139731185143336 213419640192 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.32 2.21 2.12 4/194 18374
/proc/meminfo: memFree=29150176/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 4559 0 1 0 10 1 0 0 20 0 18 0 12053562 9787879424 5672 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2389619 5672 2157 9 0 2380296 0
[pid=18374/tid=18375] ppid=18371 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 12053562 9787879424 5672 33554432000 1073741824 1073778376 140735904488320 139731185148248 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.32 2.21 2.12 4/194 18374
/proc/meminfo: memFree=29150176/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 7910 0 1 0 30 2 0 0 20 0 19 0 12053562 9856040960 7900 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 7900 2232 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2453 0 1 0 17 0 0 0 20 0 19 0 12053562 9856040960 7902 33554432000 1073741824 1073778376 140735904488320 139731185148544 139731188433767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300356 s]
/proc/loadavg: 2.32 2.21 2.12 4/194 18374
/proc/meminfo: memFree=29150176/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 8488 0 1 0 53 2 0 0 20 0 19 0 12053562 9856040960 8049 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 8049 2238 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2453 0 1 0 27 0 0 0 20 0 19 0 12053562 9856040960 8049 33554432000 1073741824 1073778376 140735904488320 139731185148544 139731125323664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700228 s]
/proc/loadavg: 2.32 2.21 2.12 4/194 18374
/proc/meminfo: memFree=29150176/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 16030 0 1 0 128 3 0 0 20 0 19 0 12053562 9856040960 13023 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 13023 2249 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2454 0 1 0 67 0 0 0 20 0 19 0 12053562 9856040960 13023 33554432000 1073741824 1073778376 140735904488320 139731185147960 139731125323767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.32 2.21 2.12 4/213 18393
/proc/meminfo: memFree=29104236/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 16033 0 1 0 209 3 0 0 20 0 19 0 12053562 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 13536 2250 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2456 0 1 0 147 0 0 0 20 0 19 0 12053562 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731185146416 139731125323797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053564 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8097 0 0 0 32 0 0 0 20 0 19 0 12053567 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/18374/task/18390/stat : 18390 (java) S 18371 18374 17519 0 -1 4202560 4210 0 0 0 28 0 0 0 20 0 19 0 12053567 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731004103224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18391] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18391/stat : 18391 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731003051128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18392] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18392/stat : 18392 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731001998536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 13536 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.32 2.21 2.12 4/213 18393
/proc/meminfo: memFree=29101932/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 16072 0 1 0 372 3 0 0 20 0 19 0 12053562 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 14086 2250 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2457 0 1 0 307 0 0 0 20 0 19 0 12053562 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731185139408 139731125322947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053564 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8135 0 0 0 35 0 0 0 20 0 19 0 12053567 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/18374/task/18390/stat : 18390 (java) S 18371 18374 17519 0 -1 4202560 4210 0 0 0 28 0 0 0 20 0 19 0 12053567 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731004103224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18391] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18391/stat : 18391 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731003051128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18392] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18392/stat : 18392 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731001998536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 14086 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.29 2.21 2.12 3/213 18393
/proc/meminfo: memFree=29101052/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=6.95 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 16077 0 1 0 692 3 0 0 20 0 19 0 12053562 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 14748 2251 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2461 0 1 0 625 1 0 0 20 0 19 0 12053562 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731185139408 139731125322947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12053564 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8135 0 0 0 35 0 0 0 20 0 19 0 12053567 9856040960 14748 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.28 cores=0,2,4,6

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

[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/213 18761
/proc/meminfo: memFree=28927128/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=1784.05 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 26530 0 1 0 178371 34 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 58825 2272 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=1777.52 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2534 0 1 0 177721 31 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731185139408 139731125671808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 12053564 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8162 0 0 0 51 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/18374/task/18390/stat : 18390 (java) S 18371 18374 17519 0 -1 4202560 14364 0 0 0 95 3 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731004103224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18391] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18391/stat : 18391 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731003051128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18392] ppid=18371 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18374/task/18392/stat : 18392 (java) S 18371 18374 17519 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731001998536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/213 18761
/proc/meminfo: memFree=28927888/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 26532 0 1 0 179971 35 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 58825 2272 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=1793.48 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2534 0 1 0 179317 31 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731185139408 139731125671623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 12053564 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8162 0 0 0 51 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/18374/task/18390/stat : 18390 (java) S 18371 18374 17519 0 -1 4202560 14364 0 0 0 95 3 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731004103224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18391] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18391/stat : 18391 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731003051128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18392] ppid=18371 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/18374/task/18392/stat : 18392 (java) S 18371 18374 17519 0 -1 4202560 106 0 0 0 30 35 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731001998536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 18374 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/213 18761
/proc/meminfo: memFree=28927888/32872528 swapFree=1391980/1569808
[pid=18374] ppid=18371 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/18374/stat : 18374 (java) S 18371 18374 17519 0 -1 4202496 26532 0 1 0 179971 35 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 140735904479456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18374/statm: 2406260 58825 2272 9 0 2396937 0
[pid=18374/tid=18375] ppid=18371 vsize=9625040 CPUtime=1793.48 cores=0,2,4,6
/proc/18374/task/18375/stat : 18375 (java) R 18371 18374 17519 0 -1 4202560 2534 0 1 0 179317 31 0 0 20 0 19 0 12053562 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731185139408 139731125671623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18377] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18377/stat : 18377 (java) S 18371 18374 17519 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731029145896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18378] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18378/stat : 18378 (java) S 18371 18374 17519 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731028093096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18379] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18379/stat : 18379 (java) S 18371 18374 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731027040808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18380] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18380/stat : 18380 (java) S 18371 18374 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731025988008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18381] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18381/stat : 18381 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731024935720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18382] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18382/stat : 18382 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731023882920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18383] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18383/stat : 18383 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731022830632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18374/tid=18384] ppid=18371 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18374/task/18384/stat : 18384 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12053563 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731021777832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18385] ppid=18371 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18374/task/18385/stat : 18385 (java) S 18371 18374 17519 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 12053564 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731009366248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18386] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18386/stat : 18386 (java) S 18371 18374 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731008312312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18387] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18387/stat : 18387 (java) S 18371 18374 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12053565 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731007259912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18388] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18388/stat : 18388 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731006208400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18374/tid=18389] ppid=18371 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18374/task/18389/stat : 18389 (java) S 18371 18374 17519 0 -1 4202560 8162 0 0 0 51 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731005156024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18390] ppid=18371 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/18374/task/18390/stat : 18390 (java) S 18371 18374 17519 0 -1 4202560 14364 0 0 0 95 3 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731004103224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18391] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18391/stat : 18391 (java) S 18371 18374 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731003051128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18374/tid=18392] ppid=18371 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/18374/task/18392/stat : 18392 (java) S 18371 18374 17519 0 -1 4202560 106 0 0 0 30 35 0 0 20 0 19 0 12053567 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731001998536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18374/tid=18393] ppid=18371 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18374/task/18393/stat : 18393 (java) S 18371 18374 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12053575 9856040960 58825 33554432000 1073741824 1073778376 140735904488320 139731000943528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.34
CPU time (s): 1800.06
CPU user time (s): 1799.71
CPU system time (s): 0.35
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 0.85287
maximum resident set size= 235452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26576
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38079
involuntary context switches= 5313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2823 second user time and 12.6241 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 20:24:00
IDJOB=4120478
IDBENCH=109967
IDSOLVER=2546
FILE ID=node140/4120478-1467311040
RUNJOBID= node140-1467308852-17535
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-31-1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120478-1467311040/watcher-4120478-1467311040 -o /tmp/evaluation-result-4120478-1467311040/solver-4120478-1467311040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120478-1467311040.opb

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

MD5SUM BENCH= 8834717f69953c9c22b2160677d33390
RANDOM SEED=278631250

node140.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.708
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.41
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.708
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.708
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.708
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.708
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.708
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.708
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29150820 kB
Buffers:          144608 kB
Cached:          1043496 kB
SwapCached:            0 kB
Active:           463240 kB
Inactive:         949372 kB
Active(anon):     218228 kB
Inactive(anon):     8448 kB
Active(file):     245012 kB
Inactive(file):   940924 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               592 kB
Writeback:             0 kB
AnonPages:       1811996 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             607564 kB
SReclaimable:      51620 kB
SUnreclaim:       555944 kB
KernelStack:        1760 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 71652 MiB
End job on node140 at 2016-06-30 20:53:58