Trace number 4107853

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 Res+CP PB16? (TO) 1800.02 895.361

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1208_10-unsat.opb
MD5SUMcde880e36ac940ebc706231d93099786
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69222
Number of constraints which are clauses68862
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint1
Maximum length of a constraint68
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 379
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4107853-1466284445.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
4.57/1.73	c ... done. Wall clock time 1.612s.
4.57/1.73	c declared #vars     22022
4.57/1.73	c #constraints  69222
4.57/1.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.57/1.73	c constraints type 
4.57/1.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
4.57/1.73	c org.sat4j.specs.Constr$1 => 9434
4.57/1.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
4.57/1.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 3062
4.57/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
4.57/1.73	c 69222 constraints processed.
4.57/1.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.57/1.73	c constraints type 
4.57/1.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48418
4.57/1.73	c org.sat4j.specs.Constr$1 => 9434
4.57/1.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7948
4.57/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
4.57/1.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 3062
4.57/1.73	c 69222 constraints processed.
9.89/3.52	c cleaning 2495 clauses out of 5000 with flag 29326/5000
13.37/5.11	c cleaning 4247 clauses out of 8507 with flag 70983/11002
17.06/6.94	c cleaning 5625 clauses out of 11258 with flag 123220/18000
21.36/9.07	c cleaning 6814 clauses out of 13636 with flag 186373/26003
26.88/11.73	c cleaning 7905 clauses out of 15819 with flag 263648/35000
33.38/14.95	c cleaning 8946 clauses out of 17914 with flag 362134/45000
40.17/18.32	c cleaning 9982 clauses out of 19968 with flag 482339/56000
48.08/22.25	c cleaning 10987 clauses out of 21989 with flag 607485/68003
56.49/26.43	c cleaning 11998 clauses out of 24000 with flag 759463/81001
66.01/31.14	c cleaning 12998 clauses out of 26001 with flag 935842/95000
77.36/36.73	c cleaning 13999 clauses out of 28003 with flag 1137329/110000
89.39/42.56	c cleaning 14995 clauses out of 30004 with flag 1357038/126000
102.65/49.14	c cleaning 15993 clauses out of 32009 with flag 1578733/143000
116.11/55.89	c cleaning 17005 clauses out of 34016 with flag 1796311/161000
131.00/63.25	c cleaning 17999 clauses out of 36011 with flag 2031992/180000
137.83/66.63	c cleaning 0 clauses out of 5000 with flag 0/5000
148.68/71.96	c cleaning 18999 clauses out of 38012 with flag 2284015/200000
165.95/80.54	c cleaning 20002 clauses out of 40013 with flag 2560787/221000
185.43/90.25	c cleaning 21001 clauses out of 42013 with flag 2868929/243002
206.68/100.86	c cleaning 21999 clauses out of 44011 with flag 3186729/266001
229.16/112.03	c cleaning 22999 clauses out of 46013 with flag 3514812/290002
250.81/122.85	c cleaning 24005 clauses out of 48013 with flag 3815449/315001
275.10/134.90	c cleaning 24993 clauses out of 50008 with flag 4184658/341001
299.65/147.11	c cleaning 26000 clauses out of 52017 with flag 4564741/368003
328.17/161.35	c cleaning 26998 clauses out of 54015 with flag 5035568/396001
361.17/177.78	c cleaning 28001 clauses out of 56016 with flag 5454806/425000
395.41/194.76	c cleaning 29002 clauses out of 58015 with flag 5895507/455000
427.81/211.26	c cleaning 30003 clauses out of 60013 with flag 6333700/486000
461.96/228.22	c cleaning 30997 clauses out of 62010 with flag 6861100/518000
501.92/248.16	c cleaning 31995 clauses out of 64013 with flag 7369943/551000
542.49/268.30	c cleaning 33003 clauses out of 66020 with flag 7810197/585002
582.91/288.42	c cleaning 34000 clauses out of 68015 with flag 8350188/620000
627.96/310.87	c cleaning 34985 clauses out of 70015 with flag 8973101/656000
672.39/332.93	c cleaning 0 clauses out of 11001 with flag 0/11001
675.99/334.78	c cleaning 36006 clauses out of 72030 with flag 9576749/693000
724.66/358.93	c cleaning 37002 clauses out of 74024 with flag 10232928/731000
774.69/383.88	c cleaning 37999 clauses out of 76023 with flag 10933571/770001
824.89/408.82	c cleaning 39004 clauses out of 78023 with flag 11573715/810000
881.41/436.98	c cleaning 40002 clauses out of 80019 with flag 12208896/851000
940.20/466.72	c cleaning 41008 clauses out of 82017 with flag 12838486/893000
999.06/496.00	c cleaning 41998 clauses out of 84010 with flag 13536717/936001
1058.50/525.66	c cleaning 43002 clauses out of 86011 with flag 14288080/980000
1124.16/558.33	c cleaning 43998 clauses out of 88009 with flag 15138114/1025000
1196.16/594.12	c cleaning 44990 clauses out of 90013 with flag 16023746/1071002
1272.90/632.33	c cleaning 46002 clauses out of 92021 with flag 16839763/1118000
1349.51/670.46	c cleaning 46999 clauses out of 94022 with flag 17736121/1166003
1425.71/708.38	c cleaning 48002 clauses out of 96020 with flag 18653115/1215000
1502.74/747.39	c cleaning 49001 clauses out of 98019 with flag 19525943/1265001
1586.32/788.90	c cleaning 50001 clauses out of 100020 with flag 20537766/1316003
1672.48/831.86	c cleaning 50988 clauses out of 102017 with flag 21516410/1368001
1764.87/877.90	c cleaning 52005 clauses out of 104030 with flag 22488863/1421002
1800.02/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.30	c starts		: 2375
1800.02/895.30	c conflicts		: 1445717
1800.02/895.30	c decisions		: 1854789
1800.02/895.30	c propagations		: 731064393
1800.02/895.30	c inspects		: 8248895353
1800.02/895.30	c shortcuts		: 0
1800.02/895.30	c learnt literals	: 0
1800.02/895.30	c learnt binary clauses	: 5
1800.02/895.30	c learnt ternary clauses	: 643
1800.02/895.30	c learnt constraints	: 1445717
1800.02/895.30	c ignored constraints	: 0
1800.02/895.30	c root simplifications	: 0
1800.02/895.30	c removed literals (reason simplification)	: 30009738
1800.02/895.30	c reason swapping (by a shorter reason)	: 0
1800.02/895.30	c Calls to reduceDB	: 49
1800.02/895.30	c Number of update (reduction) of LBD	: 644579
1800.02/895.30	c Imported unit clauses	: 0
1800.02/895.30	c number of reductions to clauses (during analyze)	: 0
1800.02/895.30	c number of learned constraints concerned by reduction	: 0
1800.02/895.30	c number of learning phase by resolution	: 0
1800.02/895.30	c number of learning phase by cutting planes	: 0
1800.02/895.30	c speed (assignments/second)	: 818301.0086266625
1800.02/895.30	c non guided choices	19
1800.02/895.33	c learnt constraints type 
1800.02/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.02/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76735
1800.02/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.33	c starts		: 44
1800.02/895.33	c conflicts		: 17421
1800.02/895.33	c decisions		: 45107
1800.02/895.33	c propagations		: 8718191
1800.02/895.33	c inspects		: 940852572
1800.02/895.33	c shortcuts		: 0
1800.02/895.33	c learnt literals	: 0
1800.02/895.33	c learnt binary clauses	: 0
1800.02/895.33	c learnt ternary clauses	: 64
1800.02/895.33	c learnt constraints	: 17420
1800.02/895.33	c ignored constraints	: 0
1800.02/895.33	c root simplifications	: 0
1800.02/895.33	c removed literals (reason simplification)	: 0
1800.02/895.33	c reason swapping (by a shorter reason)	: 0
1800.02/895.33	c Calls to reduceDB	: 2
1800.02/895.33	c Number of update (reduction) of LBD	: 0
1800.02/895.33	c Imported unit clauses	: 0
1800.02/895.33	c number of reductions to clauses (during analyze)	: 0
1800.02/895.33	c number of learned constraints concerned by reduction	: 0
1800.02/895.33	c number of learning phase by resolution	: 0
1800.02/895.33	c number of learning phase by cutting planes	: 0
1800.02/895.33	c speed (assignments/second)	: 9758.156803137585
1800.02/895.33	c non guided choices	19
1800.02/895.33	c learnt constraints type 
1800.02/895.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 66
1800.02/895.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17354
1800.02/895.33	s UNKNOWN
1800.02/895.33	c Total wall clock time (in seconds): 895.216

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

pid=31436
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: 4.30 4.27 4.19 4/197 31439
/proc/meminfo: memFree=27143384/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/31439/stat : 31439 (java) R 31436 31439 28084 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 30491127 3653632 49 33554432000 1073741824 1073778376 140735078756432 140735078753560 270698378064 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 892 49 38 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 4.30 4.27 4.19 4/197 31439
/proc/meminfo: memFree=27143384/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 4470 0 1 0 8 1 0 0 20 0 18 0 30491127 9787879424 5598 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2389619 5598 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200207 s]
/proc/loadavg: 4.30 4.27 4.19 4/197 31439
/proc/meminfo: memFree=27143384/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 4721 0 1 0 22 1 0 0 20 0 18 0 30491127 9787879424 6321 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2389619 6321 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300203 s]
/proc/loadavg: 4.30 4.27 4.19 4/197 31439
/proc/meminfo: memFree=27143384/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 5675 0 1 0 45 1 0 0 20 0 18 0 30491127 9787879424 8606 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2389619 8609 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.30 4.27 4.19 4/197 31439
/proc/meminfo: memFree=27143384/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9559084 CPUtime=1.63 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 23350 0 1 0 159 4 0 0 20 0 18 0 30491127 9788502016 32191 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2389771 32191 2250 9 0 2380448 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9559084

[startup+1.50068 s]
/proc/loadavg: 4.30 4.27 4.19 6/215 31457
/proc/meminfo: memFree=26955324/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9558476 CPUtime=3.96 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 36327 0 1 0 387 9 0 0 20 0 18 0 30491127 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2389619 59250 2269 9 0 2380296 0
[pid=31439/tid=31441] ppid=31436 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/31439/task/31441/stat : 31441 (java) R 31436 31439 28084 0 -1 4202560 2540 0 1 0 141 2 0 0 20 0 18 0 30491128 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368927379376 140368930673559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31442] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31442/stat : 31442 (java) S 31436 31439 28084 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368866117800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31443] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31443/stat : 31443 (java) S 31436 31439 28084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368865065256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31444] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30491129 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30491131 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30491131 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30491131 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30491133 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9558476 CPUtime=1.2 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) R 31436 31439 28084 0 -1 4202560 16136 0 0 0 117 3 0 0 20 0 18 0 30491133 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368747197624 140368931505578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9558476 CPUtime=1.2 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) R 31436 31439 28084 0 -1 4202560 16283 0 0 0 118 2 0 0 20 0 18 0 30491133 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368746154760 140368935253937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30491133 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30491133 9787879424 59250 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.30 4.27 4.19 7/219 31461
/proc/meminfo: memFree=26925024/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9824732 CPUtime=8.94 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 40204 0 1 0 880 14 0 0 20 0 22 0 30491127 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2456183 70623 2285 9 0 2446860 0
[pid=31439/tid=31441] ppid=31436 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/31439/task/31441/stat : 31441 (java) S 31436 31439 28084 0 -1 4202560 2551 0 1 0 165 2 0 0 20 0 22 0 30491128 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368927388536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31442] ppid=31436 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31439/task/31442/stat : 31442 (java) S 31436 31439 28084 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368866117800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31443] ppid=31436 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31439/task/31443/stat : 31443 (java) S 31436 31439 28084 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368865065256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31444] ppid=31436 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 55 0 0 0 3 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30491129 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) S 31436 31439 28084 0 -1 4202560 16371 0 0 0 211 3 0 0 20 0 22 0 30491133 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368747219512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) S 31436 31439 28084 0 -1 4202560 19653 0 0 0 220 3 0 0 20 0 22 0 30491133 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368746166968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31458] ppid=31436 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/31439/task/31458/stat : 31458 (java) R 31436 31439 28084 0 -1 4202560 17 0 0 0 130 0 0 0 20 0 22 0 30491301 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368743006120 140368868722571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31459] ppid=31436 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/31439/task/31459/stat : 31459 (java) R 31436 31439 28084 0 -1 4202560 48 0 0 0 129 0 0 0 20 0 22 0 30491301 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368741953624 140368869057169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31460] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31460/stat : 31460 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491318 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368740901928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31461] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31461/stat : 31461 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491319 10060525568 70623 33554432000 1073741824 1073778376 140735078756432 140368739849384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.27 4.26 4.19 6/219 31461
/proc/meminfo: memFree=26612048/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9824732 CPUtime=15.85 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 41372 0 1 0 1558 27 0 0 20 0 22 0 30491127 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2456183 164574 2291 9 0 2446860 0
[pid=31439/tid=31441] ppid=31436 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/31439/task/31441/stat : 31441 (java) S 31436 31439 28084 0 -1 4202560 2551 0 1 0 165 2 0 0 20 0 22 0 30491128 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368927388536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31442] ppid=31436 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31439/task/31442/stat : 31442 (java) S 31436 31439 28084 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368866117800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31443] ppid=31436 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31439/task/31443/stat : 31443 (java) S 31436 31439 28084 0 -1 4202560 121 0 0 0 9 3 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368865065256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31444] ppid=31436 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 69 0 0 0 4 1 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 77 0 0 0 6 2 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 75 0 0 0 5 2 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 30491129 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) S 31436 31439 28084 0 -1 4202560 16379 0 0 0 223 4 0 0 20 0 22 0 30491133 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368747219512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) S 31436 31439 28084 0 -1 4202560 19663 0 0 0 245 4 0 0 20 0 22 0 30491133 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368746166968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 164574 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31458] ppid=31436 vsize=9824732 CPUtime=4.38 cores=0,2,4,6

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

/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 419 0 0 0 239 10 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 414 0 0 0 218 10 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 429 0 0 0 250 11 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 407 0 0 0 240 12 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 616 0 0 0 239 10 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 536 0 0 0 239 10 0 0 20 0 22 0 30491129 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 2148 0 0 0 316 14 0 0 20 0 22 0 30491131 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) S 31436 31439 28084 0 -1 4202560 16412 0 0 0 298 4 0 0 20 0 22 0 30491133 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368747219512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) S 31436 31439 28084 0 -1 4202560 19663 0 0 0 254 4 0 0 20 0 22 0 30491133 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368746166968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 30491133 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31458] ppid=31436 vsize=9824732 CPUtime=869.48 cores=0,2,4,6
/proc/31439/task/31458/stat : 31458 (java) R 31436 31439 28084 0 -1 4202560 54 0 0 0 86934 14 0 0 20 0 22 0 30491301 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368743005344 140368867606288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31459] ppid=31436 vsize=9824732 CPUtime=869.41 cores=0,2,4,6
/proc/31439/task/31459/stat : 31459 (java) R 31436 31439 28084 0 -1 4202560 2130 0 0 0 86891 50 0 0 20 0 22 0 30491301 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368741954016 140368869057152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31460] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31460/stat : 31460 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491318 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368740901928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31461] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31461/stat : 31461 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491319 10060525568 603748 33554432000 1073741824 1073778376 140735078756432 140368739849384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.24 4.29 4.21 5/219 31681
/proc/meminfo: memFree=24113104/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 47948 0 1 0 179846 156 0 0 20 0 22 0 30491127 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2456183 603506 2300 9 0 2446860 0
[pid=31439/tid=31441] ppid=31436 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/31439/task/31441/stat : 31441 (java) S 31436 31439 28084 0 -1 4202560 2558 0 1 0 167 4 0 0 20 0 22 0 30491128 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368927388536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31442] ppid=31436 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/31439/task/31442/stat : 31442 (java) S 31436 31439 28084 0 -1 4202560 374 0 0 0 233 9 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368866117800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31443] ppid=31436 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/31439/task/31443/stat : 31443 (java) S 31436 31439 28084 0 -1 4202560 455 0 0 0 237 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368865065256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31444] ppid=31436 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 423 0 0 0 241 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 418 0 0 0 220 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 430 0 0 0 252 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 407 0 0 0 242 12 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 621 0 0 0 243 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 539 0 0 0 244 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 2148 0 0 0 316 14 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) S 31436 31439 28084 0 -1 4202560 16412 0 0 0 298 4 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368747219512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) S 31436 31439 28084 0 -1 4202560 19663 0 0 0 254 4 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368746166968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31458] ppid=31436 vsize=9824732 CPUtime=882.38 cores=0,2,4,6
/proc/31439/task/31458/stat : 31458 (java) R 31436 31439 28084 0 -1 4202560 55 0 0 0 88224 14 0 0 20 0 22 0 30491301 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368743005344 140368868475176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31459] ppid=31436 vsize=9824732 CPUtime=882.3 cores=0,2,4,6
/proc/31439/task/31459/stat : 31459 (java) R 31436 31439 28084 0 -1 4202560 2131 0 0 0 88180 50 0 0 20 0 22 0 30491301 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368741951760 140368869057152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31460] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31460/stat : 31460 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491318 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368740901928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31461] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31461/stat : 31461 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491319 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368739849384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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 31439 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.24 4.29 4.21 5/219 31681
/proc/meminfo: memFree=24113104/32872528 swapFree=1542984/1696284
[pid=31439] ppid=31436 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/31439/stat : 31439 (java) S 31436 31439 28084 0 -1 4202496 47948 0 1 0 179846 156 0 0 20 0 22 0 30491127 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140735078747568 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31439/statm: 2456183 603506 2300 9 0 2446860 0
[pid=31439/tid=31441] ppid=31436 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/31439/task/31441/stat : 31441 (java) S 31436 31439 28084 0 -1 4202560 2558 0 1 0 167 4 0 0 20 0 22 0 30491128 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368927388536 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31442] ppid=31436 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/31439/task/31442/stat : 31442 (java) S 31436 31439 28084 0 -1 4202560 374 0 0 0 233 9 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368866117800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31443] ppid=31436 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/31439/task/31443/stat : 31443 (java) S 31436 31439 28084 0 -1 4202560 455 0 0 0 237 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368865065256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31444] ppid=31436 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/31439/task/31444/stat : 31444 (java) S 31436 31439 28084 0 -1 4202560 423 0 0 0 241 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368864012712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31445] ppid=31436 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/31439/task/31445/stat : 31445 (java) S 31436 31439 28084 0 -1 4202560 418 0 0 0 220 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368862960168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31446] ppid=31436 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/31439/task/31446/stat : 31446 (java) S 31436 31439 28084 0 -1 4202560 430 0 0 0 252 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368861907624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31447] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31447/stat : 31447 (java) S 31436 31439 28084 0 -1 4202560 407 0 0 0 242 12 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368860855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31448] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31448/stat : 31448 (java) S 31436 31439 28084 0 -1 4202560 621 0 0 0 243 11 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368764681128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31449] ppid=31436 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31439/task/31449/stat : 31449 (java) S 31436 31439 28084 0 -1 4202560 539 0 0 0 244 10 0 0 20 0 22 0 30491129 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368763628584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31450] ppid=31436 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/31439/task/31450/stat : 31450 (java) S 31436 31439 28084 0 -1 4202560 2148 0 0 0 316 14 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368751429736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31451] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31451/stat : 31451 (java) S 31436 31439 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368750376056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31452] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31452/stat : 31452 (java) S 31436 31439 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30491131 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368749323400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31453] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31453/stat : 31453 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368748272144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31454] ppid=31436 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/31439/task/31454/stat : 31454 (java) S 31436 31439 28084 0 -1 4202560 16412 0 0 0 298 4 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368747219512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31455] ppid=31436 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/31439/task/31455/stat : 31455 (java) S 31436 31439 28084 0 -1 4202560 19663 0 0 0 254 4 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368746166968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31456] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31456/stat : 31456 (java) S 31436 31439 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368745114616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31457] ppid=31436 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31439/task/31457/stat : 31457 (java) S 31436 31439 28084 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 30491133 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368744062280 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31439/tid=31458] ppid=31436 vsize=9824732 CPUtime=882.38 cores=0,2,4,6
/proc/31439/task/31458/stat : 31458 (java) R 31436 31439 28084 0 -1 4202560 55 0 0 0 88224 14 0 0 20 0 22 0 30491301 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368743005344 140368868475176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31439/tid=31459] ppid=31436 vsize=9824732 CPUtime=882.3 cores=0,2,4,6
/proc/31439/task/31459/stat : 31459 (java) R 31436 31439 28084 0 -1 4202560 2131 0 0 0 88180 50 0 0 20 0 22 0 30491301 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368741951760 140368869057152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31439/tid=31460] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31460/stat : 31460 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491318 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368740901928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31439/tid=31461] ppid=31436 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31439/task/31461/stat : 31461 (java) S 31436 31439 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30491319 10060525568 603506 33554432000 1073741824 1073778376 140735078756432 140368739849384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31439 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=899285
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=70685
# CPU time returned by wait4() is 1795.97
# 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): 895.361
CPU time (s): 1800.02
CPU user time (s): 1798.46
CPU system time (s): 1.56
CPU usage (%): 201.039
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 2.07069
maximum resident set size= 2937316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47982
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26754
involuntary context switches= 44207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5207 second user time and 5.61315 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 23:14:05
IDJOB=4107853
IDBENCH=73597
IDSOLVER=2543
FILE ID=node125/4107853-1466284445
RUNJOBID= node125-1466274976-28100
PBS_JOBID= 19918241
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1208_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107853-1466284445/watcher-4107853-1466284445 -o /tmp/evaluation-result-4107853-1466284445/solver-4107853-1466284445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107853-1466284445.opb

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

MD5SUM BENCH= cde880e36ac940ebc706231d93099786
RANDOM SEED=645778880

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27143648 kB
Buffers:          152616 kB
Cached:           188348 kB
SwapCached:          688 kB
Active:          3030560 kB
Inactive:         256504 kB
Active(anon):    2947676 kB
Inactive(anon):     1040 kB
Active(file):      82884 kB
Inactive(file):   255464 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              2580 kB
Writeback:             0 kB
AnonPages:       4642152 kB
Mapped:            15548 kB
Shmem:                 0 kB
Slab:             605388 kB
SReclaimable:      48972 kB
SUnreclaim:       556416 kB
KernelStack:        1632 kB
PageTables:        13240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4942940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3031040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-18 23:29:00