Trace number 4106977

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.1 896.365

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM0df66f3e832b73f1cdf8165c8cc1c11b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1224.98
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4106977-1466279096.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.74/0.44	c ... done. Wall clock time 0.334s.
0.74/0.44	c declared #vars     200
0.74/0.44	c internal #vars     3238
0.74/0.44	c #constraints  6379
0.74/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
0.74/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.74/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.74/0.44	c 6379 constraints processed.
0.74/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
0.74/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.74/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
0.74/0.44	c 6379 constraints processed.
4.68/1.45	c cleaning 2498 clauses out of 5000 with flag 12622/5000
6.07/1.93	c cleaning 4244 clauses out of 8504 with flag 30569/11002
7.22/2.49	c cleaning 5621 clauses out of 11259 with flag 49832/18001
8.72/3.13	c cleaning 6809 clauses out of 13638 with flag 70285/26001
10.16/3.80	c cleaning 7910 clauses out of 15828 with flag 91172/35000
11.81/4.64	c cleaning 8949 clauses out of 17918 with flag 116043/45000
13.87/5.63	c cleaning 9978 clauses out of 19969 with flag 145522/56000
15.89/6.63	c cleaning 10988 clauses out of 21992 with flag 174603/68001
18.37/7.83	c cleaning 12000 clauses out of 24007 with flag 208027/81004
21.22/9.21	c cleaning 12995 clauses out of 26003 with flag 246590/95000
25.70/11.47	c cleaning 13990 clauses out of 28008 with flag 286272/110000
31.71/14.44	c cleaning 15013 clauses out of 30035 with flag 335247/126017
37.99/17.58	c cleaning 16009 clauses out of 32020 with flag 373422/143015
45.72/21.32	c cleaning 16991 clauses out of 33996 with flag 414278/161000
52.51/24.78	c cleaning 18001 clauses out of 36006 with flag 458011/180001
61.42/29.16	c cleaning 19002 clauses out of 38004 with flag 502782/200000
70.82/33.82	c cleaning 20002 clauses out of 40004 with flag 548860/221002
79.92/38.39	c cleaning 21002 clauses out of 42006 with flag 597031/243006
91.18/43.91	c cleaning 21985 clauses out of 44000 with flag 648139/266002
103.17/49.93	c cleaning 23011 clauses out of 46022 with flag 701595/290009
106.44/51.57	c cleaning 0 clauses out of 5000 with flag 0/5000
114.66/55.52	c cleaning 23991 clauses out of 48002 with flag 756851/315000
127.14/61.73	c cleaning 25000 clauses out of 50011 with flag 814337/341000
140.21/68.28	c cleaning 25996 clauses out of 52011 with flag 875292/368000
153.24/74.70	c cleaning 27005 clauses out of 54015 with flag 940267/396000
166.09/81.19	c cleaning 28004 clauses out of 56012 with flag 1021192/425002
179.34/87.77	c cleaning 29005 clauses out of 58009 with flag 1110121/455003
191.40/93.73	c cleaning 30001 clauses out of 60004 with flag 1210739/486003
203.47/99.72	c cleaning 30990 clauses out of 62002 with flag 1333964/518002
215.28/105.62	c cleaning 32005 clauses out of 64012 with flag 1451599/551002
227.10/111.79	c cleaning 33003 clauses out of 66005 with flag 1579362/585000
239.76/118.06	c cleaning 33999 clauses out of 68003 with flag 1705953/620001
252.20/124.21	c cleaning 35002 clauses out of 70003 with flag 1825302/656000
266.25/131.21	c cleaning 35997 clauses out of 72001 with flag 1969794/693000
283.10/139.68	c cleaning 37001 clauses out of 74004 with flag 2101473/731000
299.34/147.73	c cleaning 37999 clauses out of 76003 with flag 2246095/770000
315.82/155.97	c cleaning 39002 clauses out of 78004 with flag 2387518/810000
331.67/163.87	c cleaning 39988 clauses out of 80002 with flag 2537800/851000
349.30/172.66	c cleaning 41004 clauses out of 82014 with flag 2690420/893000
367.79/181.89	c cleaning 42006 clauses out of 84011 with flag 2859790/936001
386.48/191.16	c cleaning 42992 clauses out of 86004 with flag 3031293/980000
406.76/201.30	c cleaning 43998 clauses out of 88012 with flag 3201340/1025000
427.22/211.43	c cleaning 45008 clauses out of 90015 with flag 3357650/1071001
449.70/222.61	c cleaning 46000 clauses out of 92006 with flag 3514312/1118000
472.22/234.12	c cleaning 46989 clauses out of 94006 with flag 3678592/1166000
492.51/244.28	c cleaning 48004 clauses out of 96018 with flag 3842789/1215001
513.83/254.81	c cleaning 49000 clauses out of 98013 with flag 4004527/1265000
537.47/266.67	c cleaning 49989 clauses out of 100013 with flag 4191100/1316000
556.95/276.39	c cleaning 0 clauses out of 11000 with flag 0/11000
561.58/278.67	c cleaning 51000 clauses out of 102024 with flag 4375578/1368000
586.69/291.16	c cleaning 52004 clauses out of 104026 with flag 4558409/1421002
615.22/305.38	c cleaning 53006 clauses out of 106024 with flag 4750933/1475004
646.53/320.98	c cleaning 53994 clauses out of 108014 with flag 4972426/1530000
683.29/339.28	c cleaning 55010 clauses out of 110020 with flag 5181172/1586000
717.87/356.49	c cleaning 56002 clauses out of 112011 with flag 5394589/1643001
750.81/372.82	c cleaning 57002 clauses out of 114008 with flag 5603616/1701000
788.52/391.66	c cleaning 58001 clauses out of 116006 with flag 5817847/1760000
828.11/411.72	c cleaning 59003 clauses out of 118005 with flag 6051887/1820000
867.79/431.51	c cleaning 60001 clauses out of 120002 with flag 6271348/1881000
916.00/455.60	c cleaning 61001 clauses out of 122001 with flag 6535718/1943000
961.20/478.04	c cleaning 61998 clauses out of 124001 with flag 6753609/2006001
1008.22/501.47	c cleaning 62993 clauses out of 126002 with flag 7013847/2070000
1065.47/529.92	c cleaning 64002 clauses out of 128009 with flag 7262771/2135000
1116.27/555.27	c cleaning 65005 clauses out of 130010 with flag 7515885/2201003
1169.42/581.73	c cleaning 65999 clauses out of 132003 with flag 7759263/2268001
1231.29/612.55	c cleaning 66987 clauses out of 134008 with flag 7990819/2336005
1300.42/646.91	c cleaning 67996 clauses out of 136018 with flag 8240821/2405002
1368.12/680.64	c cleaning 68997 clauses out of 138022 with flag 8508807/2475002
1429.84/711.34	c cleaning 70008 clauses out of 140025 with flag 8789608/2546002
1482.16/738.05	c cleaning 70995 clauses out of 142015 with flag 9043154/2618000
1548.14/770.94	c cleaning 71998 clauses out of 144023 with flag 9317663/2691003
1615.29/804.35	c cleaning 73002 clauses out of 146023 with flag 9601784/2765001
1692.84/842.92	c cleaning 73998 clauses out of 148020 with flag 9876333/2840000
1756.90/874.84	c cleaning 75002 clauses out of 150025 with flag 10162408/2916003
1800.10/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.30	c starts		: 501
1800.10/896.30	c conflicts		: 2970949
1800.10/896.30	c decisions		: 5791649
1800.10/896.30	c propagations		: 40020314
1800.10/896.30	c inspects		: 10832145474
1800.10/896.30	c shortcuts		: 0
1800.10/896.30	c learnt literals	: 0
1800.10/896.30	c learnt binary clauses	: 0
1800.10/896.30	c learnt ternary clauses	: 2613
1800.10/896.30	c learnt constraints	: 2970949
1800.10/896.30	c ignored constraints	: 0
1800.10/896.30	c root simplifications	: 0
1800.10/896.30	c removed literals (reason simplification)	: 160956379
1800.10/896.30	c reason swapping (by a shorter reason)	: 0
1800.10/896.30	c Calls to reduceDB	: 72
1800.10/896.30	c Number of update (reduction) of LBD	: 901358
1800.10/896.30	c Imported unit clauses	: 0
1800.10/896.30	c number of reductions to clauses (during analyze)	: 0
1800.10/896.30	c number of learned constraints concerned by reduction	: 0
1800.10/896.30	c number of learning phase by resolution	: 0
1800.10/896.30	c number of learning phase by cutting planes	: 0
1800.10/896.30	c speed (assignments/second)	: 44672.908024986275
1800.10/896.30	c non guided choices	3096
1800.10/896.33	c learnt constraints type 
1800.10/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129970
1800.10/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.33	c starts		: 44
1800.10/896.33	c conflicts		: 17600
1800.10/896.33	c decisions		: 95160
1800.10/896.33	c propagations		: 3170739
1800.10/896.33	c inspects		: 978976854
1800.10/896.33	c shortcuts		: 0
1800.10/896.33	c learnt literals	: 0
1800.10/896.33	c learnt binary clauses	: 0
1800.10/896.33	c learnt ternary clauses	: 0
1800.10/896.33	c learnt constraints	: 17600
1800.10/896.33	c ignored constraints	: 0
1800.10/896.33	c root simplifications	: 0
1800.10/896.33	c removed literals (reason simplification)	: 0
1800.10/896.33	c reason swapping (by a shorter reason)	: 0
1800.10/896.33	c Calls to reduceDB	: 2
1800.10/896.33	c Number of update (reduction) of LBD	: 0
1800.10/896.33	c Imported unit clauses	: 0
1800.10/896.33	c number of reductions to clauses (during analyze)	: 0
1800.10/896.33	c number of learned constraints concerned by reduction	: 0
1800.10/896.33	c number of learning phase by resolution	: 0
1800.10/896.33	c number of learning phase by cutting planes	: 0
1800.10/896.33	c speed (assignments/second)	: 3539.241260837098
1800.10/896.33	c non guided choices	3096
1800.10/896.34	c learnt constraints type 
1800.10/896.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/896.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17599
1800.10/896.34	s UNKNOWN
1800.10/896.34	c Total wall clock time (in seconds): 896.233

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-4106977-1466279096/watcher-4106977-1466279096 -o /tmp/evaluation-result-4106977-1466279096/solver-4106977-1466279096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17660 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106977-1466279096.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.16 4.27 4.21 5/195 19803
/proc/meminfo: memFree=26311588/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29956518 98570240 977 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 24065 977 743 9 0 16771 0
[pid=19803/tid=19804] ppid=19800 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) R 19800 19803 17643 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29956519 98570240 977 33554432000 1073741824 1073778376 140733516012096 140486873128488 227512501632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100107 s]
/proc/loadavg: 4.16 4.27 4.21 5/195 19803
/proc/meminfo: memFree=26311588/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 29956518 9787879424 6123 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2389619 6123 2156 9 0 2380296 0
[pid=19803/tid=19804] ppid=19800 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) R 19800 19803 17643 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 29956519 9787879424 6123 33554432000 1073741824 1073778376 140733516012096 140486873131720 227515884813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.16 4.27 4.21 5/195 19803
/proc/meminfo: memFree=26311588/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 4625 0 1 0 23 1 0 0 20 0 18 0 29956518 9787879424 7210 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2389619 7210 2213 9 0 2380296 0
[pid=19803/tid=19804] ppid=19800 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) R 19800 19803 17643 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 29956519 9787879424 7210 33554432000 1073741824 1073778376 140733516012096 140486873131720 140486719373194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 4.16 4.27 4.21 5/195 19803
/proc/meminfo: memFree=26311588/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 5928 0 1 0 47 1 0 0 20 0 18 0 29956518 9787879424 9072 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2389619 9072 2240 9 0 2380296 0
[pid=19803/tid=19804] ppid=19800 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) R 19800 19803 17643 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 29956519 9787879424 9072 33554432000 1073741824 1073778376 140733516012096 140486873133080 140486719393671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 4.16 4.27 4.21 5/195 19803
/proc/meminfo: memFree=26311588/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 21378 0 1 0 184 5 0 0 20 0 22 0 29956518 10060525568 24955 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 24955 2263 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2424 0 1 0 40 2 0 0 20 0 22 0 29956519 10060525568 24955 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.16 4.27 4.21 8/217 19825
/proc/meminfo: memFree=26199280/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=5.02 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 28689 0 1 0 495 7 0 0 20 0 22 0 29956518 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 44167 2278 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2424 0 1 0 40 2 0 0 20 0 22 0 29956519 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19806] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19806/stat : 19806 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486845586088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19807] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19807/stat : 19807 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486844533544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19808] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19813/stat : 19813 (java) S 19800 19803 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29956520 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486838217256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19814] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19814/stat : 19814 (java) S 19800 19803 17643 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486226446952 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19815] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19815/stat : 19815 (java) S 19800 19803 17643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486225393272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19816] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19816/stat : 19816 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486224340616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19817] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19817/stat : 19817 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486223289360 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19818] ppid=19800 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/19803/task/19818/stat : 19818 (java) S 19800 19803 17643 0 -1 4202560 13935 0 0 0 118 3 0 0 20 0 22 0 29956523 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486222235704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19819] ppid=19800 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/19803/task/19819/stat : 19819 (java) R 19800 19803 17643 0 -1 4202560 10957 0 0 0 123 2 0 0 20 0 22 0 29956523 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486221183040 140486879094515 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19820] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19820/stat : 19820 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486220130808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19821] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19821/stat : 19821 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486219078472 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19822] ppid=19800 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/19803/task/19822/stat : 19822 (java) R 19800 19803 17643 0 -1 4202560 19 0 0 0 103 0 0 0 20 0 22 0 29956563 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486218023496 140486720126830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19823] ppid=19800 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/19803/task/19823/stat : 19823 (java) R 19800 19803 17643 0 -1 4202560 76 0 0 0 102 1 0 0 20 0 22 0 29956563 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486216970760 140486720000901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19824] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19824/stat : 19824 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486215919144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19825] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19825/stat : 19825 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 44167 33554432000 1073741824 1073778376 140733516012096 140486214866600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 9824732

[startup+3.10103 s]
/proc/loadavg: 4.16 4.27 4.21 6/217 19825
/proc/meminfo: memFree=26082664/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=8.72 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 30531 0 1 0 853 19 0 0 20 0 22 0 29956518 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 97677 2292 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2425 0 1 0 40 2 0 0 20 0 22 0 29956519 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19806] ppid=19800 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19803/task/19806/stat : 19806 (java) S 19800 19803 17643 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486845586088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19807] ppid=19800 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19803/task/19807/stat : 19807 (java) S 19800 19803 17643 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486844533544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19808] ppid=19800 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19803/task/19813/stat : 19813 (java) S 19800 19803 17643 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 22 0 29956520 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486838217256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19814] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19814/stat : 19814 (java) S 19800 19803 17643 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486226446952 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19815] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19815/stat : 19815 (java) S 19800 19803 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486225393272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19816] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19816/stat : 19816 (java) S 19800 19803 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486224340616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19817] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19817/stat : 19817 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486223289360 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19818] ppid=19800 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/19803/task/19818/stat : 19818 (java) S 19800 19803 17643 0 -1 4202560 15299 0 0 0 136 4 0 0 20 0 22 0 29956523 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486222235704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19819] ppid=19800 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19803/task/19819/stat : 19819 (java) S 19800 19803 17643 0 -1 4202560 10957 0 0 0 139 2 0 0 20 0 22 0 29956523 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486221183160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19820] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19820/stat : 19820 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486220130808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19821] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19821/stat : 19821 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486219078472 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19822] ppid=19800 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/19803/task/19822/stat : 19822 (java) R 19800 19803 17643 0 -1 4202560 23 0 0 0 254 0 0 0 20 0 22 0 29956563 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486218021648 140486720383309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19823] ppid=19800 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/19803/task/19823/stat : 19823 (java) R 19800 19803 17643 0 -1 4202560 144 0 0 0 252 2 0 0 20 0 22 0 29956563 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486216969992 140486720219515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19824] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19824/stat : 19824 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486215919144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19825] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19825/stat : 19825 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 97677 33554432000 1073741824 1073778376 140733516012096 140486214866600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.15 4.26 4.21 5/216 19825
/proc/meminfo: memFree=25648144/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=15.26 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 31053 0 1 0 1499 27 0 0 20 0 22 0 29956518 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 167496 2292 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2425 0 1 0 40 2 0 0 20 0 22 0 29956519 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19806] ppid=19800 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19803/task/19806/stat : 19806 (java) S 19800 19803 17643 0 -1 4202560 45 0 0 0 4 3 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486845586088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19807] ppid=19800 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19803/task/19807/stat : 19807 (java) S 19800 19803 17643 0 -1 4202560 45 0 0 0 3 3 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486844533544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19808] ppid=19800 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 62 0 0 0 5 3 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 47 0 0 0 2 2 0 0 20 0 22 0 29956520 10060525568 167496 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=0.08 cores=1,3,5,7

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

/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 542 0 0 0 222 16 0 0 20 0 22 0 29956520 10060525568 567268 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 513 0 0 0 205 14 0 0 20 0 22 0 29956520 10060525568 567012 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 545 0 0 0 202 14 0 0 20 0 22 0 29956520 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 501 0 0 0 193 12 0 0 20 0 22 0 29956520 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 491 0 0 0 205 12 0 0 20 0 22 0 29956520 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19803/task/19813/stat : 19813 (java) S 19800 19803 17643 0 -1 4202560 594 0 0 0 216 16 0 0 20 0 22 0 29956520 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486838217256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19814] ppid=19800 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/19803/task/19814/stat : 19814 (java) S 19800 19803 17643 0 -1 4202560 2062 0 0 0 312 17 0 0 20 0 22 0 29956521 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486226446952 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19815] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19815/stat : 19815 (java) S 19800 19803 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486225393272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19816] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19816/stat : 19816 (java) S 19800 19803 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486224340616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19817] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19817/stat : 19817 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486223289360 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19818] ppid=19800 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/19803/task/19818/stat : 19818 (java) S 19800 19803 17643 0 -1 4202560 15521 0 0 0 166 4 0 0 20 0 22 0 29956523 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486222235704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19819] ppid=19800 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/19803/task/19819/stat : 19819 (java) S 19800 19803 17643 0 -1 4202560 10958 0 0 0 160 2 0 0 20 0 22 0 29956523 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486221183160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19820] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19820/stat : 19820 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486220130808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19821] ppid=19800 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19803/task/19821/stat : 19821 (java) S 19800 19803 17643 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 29956523 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486219078472 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19822] ppid=19800 vsize=9824732 CPUtime=871.23 cores=1,3,5,7
/proc/19803/task/19822/stat : 19822 (java) R 19800 19803 17643 0 -1 4202560 93 0 0 0 87108 15 0 0 20 0 22 0 29956563 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486218022680 140486879786818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19823] ppid=19800 vsize=9824732 CPUtime=871.19 cores=1,3,5,7
/proc/19803/task/19823/stat : 19823 (java) R 19800 19803 17643 0 -1 4202560 2400 0 0 0 87069 50 0 0 20 0 22 0 29956563 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486216968840 140486720205461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19824] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19824/stat : 19824 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486215919144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19825] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19825/stat : 19825 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 567011 33554432000 1073741824 1073778376 140733516012096 140486214866600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.02
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.35 4.34 4.26 5/217 19914
/proc/meminfo: memFree=24615856/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 39099 0 1 0 179823 187 0 0 20 0 22 0 29956518 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 564624 2301 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2434 0 1 0 43 3 0 0 20 0 22 0 29956519 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19806] ppid=19800 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/19803/task/19806/stat : 19806 (java) S 19800 19803 17643 0 -1 4202560 503 0 0 0 211 15 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486845586088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19807] ppid=19800 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/19803/task/19807/stat : 19807 (java) S 19800 19803 17643 0 -1 4202560 590 0 0 0 229 18 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486844533544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19808] ppid=19800 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 542 0 0 0 224 16 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 513 0 0 0 208 14 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 545 0 0 0 205 14 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 518 0 0 0 197 12 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 491 0 0 0 210 12 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/19803/task/19813/stat : 19813 (java) S 19800 19803 17643 0 -1 4202560 594 0 0 0 220 16 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486838217256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19814] ppid=19800 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/19803/task/19814/stat : 19814 (java) S 19800 19803 17643 0 -1 4202560 2079 0 0 0 312 17 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486226446952 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19815] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19815/stat : 19815 (java) S 19800 19803 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486225393272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19816] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19816/stat : 19816 (java) S 19800 19803 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486224340616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19817] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19817/stat : 19817 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486223289360 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19818] ppid=19800 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/19803/task/19818/stat : 19818 (java) S 19800 19803 17643 0 -1 4202560 15521 0 0 0 166 4 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486222235704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19819] ppid=19800 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/19803/task/19819/stat : 19819 (java) S 19800 19803 17643 0 -1 4202560 10958 0 0 0 160 2 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486221183160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19820] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19820/stat : 19820 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486220130808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19821] ppid=19800 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19803/task/19821/stat : 19821 (java) S 19800 19803 17643 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486219078472 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19822] ppid=19800 vsize=9824732 CPUtime=885.1 cores=1,3,5,7
/proc/19803/task/19822/stat : 19822 (java) R 19800 19803 17643 0 -1 4202560 93 0 0 0 88495 15 0 0 20 0 22 0 29956563 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486218022560 140486720000166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19823] ppid=19800 vsize=9824732 CPUtime=885.07 cores=1,3,5,7
/proc/19803/task/19823/stat : 19823 (java) R 19800 19803 17643 0 -1 4202560 2402 0 0 0 88457 50 0 0 20 0 22 0 29956563 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486216971120 140486720221470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19824] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19824/stat : 19824 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486215919144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19825] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19825/stat : 19825 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486214866600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 19803 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.35 4.34 4.26 5/217 19914
/proc/meminfo: memFree=24615856/32872528 swapFree=1316768/1463936
[pid=19803] ppid=19800 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/19803/stat : 19803 (java) S 19800 19803 17643 0 -1 4202496 39099 0 1 0 179823 187 0 0 20 0 22 0 29956518 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140733516003232 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19803/statm: 2456183 564624 2301 9 0 2446860 0
[pid=19803/tid=19804] ppid=19800 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19803/task/19804/stat : 19804 (java) S 19800 19803 17643 0 -1 4202560 2434 0 1 0 43 3 0 0 20 0 22 0 29956519 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486873133944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19806] ppid=19800 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/19803/task/19806/stat : 19806 (java) S 19800 19803 17643 0 -1 4202560 503 0 0 0 211 15 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486845586088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19807] ppid=19800 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/19803/task/19807/stat : 19807 (java) S 19800 19803 17643 0 -1 4202560 590 0 0 0 229 18 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486844533544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19808] ppid=19800 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/19803/task/19808/stat : 19808 (java) S 19800 19803 17643 0 -1 4202560 542 0 0 0 224 16 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486843481000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19809] ppid=19800 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19803/task/19809/stat : 19809 (java) S 19800 19803 17643 0 -1 4202560 513 0 0 0 208 14 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486842428456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19810] ppid=19800 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19803/task/19810/stat : 19810 (java) S 19800 19803 17643 0 -1 4202560 545 0 0 0 205 14 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486841374888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19811] ppid=19800 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/19803/task/19811/stat : 19811 (java) S 19800 19803 17643 0 -1 4202560 518 0 0 0 197 12 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486840322344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19812] ppid=19800 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19803/task/19812/stat : 19812 (java) S 19800 19803 17643 0 -1 4202560 491 0 0 0 210 12 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486839269800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19813] ppid=19800 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/19803/task/19813/stat : 19813 (java) S 19800 19803 17643 0 -1 4202560 594 0 0 0 220 16 0 0 20 0 22 0 29956520 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486838217256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19814] ppid=19800 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/19803/task/19814/stat : 19814 (java) S 19800 19803 17643 0 -1 4202560 2079 0 0 0 312 17 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486226446952 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19815] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19815/stat : 19815 (java) S 19800 19803 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486225393272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19816] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19816/stat : 19816 (java) S 19800 19803 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29956521 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486224340616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19817] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19817/stat : 19817 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486223289360 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19818] ppid=19800 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/19803/task/19818/stat : 19818 (java) S 19800 19803 17643 0 -1 4202560 15521 0 0 0 166 4 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486222235704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19819] ppid=19800 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/19803/task/19819/stat : 19819 (java) S 19800 19803 17643 0 -1 4202560 10958 0 0 0 160 2 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486221183160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19820] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19820/stat : 19820 (java) S 19800 19803 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486220130808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19803/tid=19821] ppid=19800 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19803/task/19821/stat : 19821 (java) S 19800 19803 17643 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 29956523 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486219078472 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19803/tid=19822] ppid=19800 vsize=9824732 CPUtime=885.1 cores=1,3,5,7
/proc/19803/task/19822/stat : 19822 (java) R 19800 19803 17643 0 -1 4202560 93 0 0 0 88495 15 0 0 20 0 22 0 29956563 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486218022560 140486720000166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19823] ppid=19800 vsize=9824732 CPUtime=885.07 cores=1,3,5,7
/proc/19803/task/19823/stat : 19823 (java) R 19800 19803 17643 0 -1 4202560 2402 0 0 0 88457 50 0 0 20 0 22 0 29956563 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486216971120 140486720221470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19803/tid=19824] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19824/stat : 19824 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486215919144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19803/tid=19825] ppid=19800 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19803/task/19825/stat : 19825 (java) S 19800 19803 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29956564 10060525568 564624 33554432000 1073741824 1073778376 140733516012096 140486214866600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19803 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=739310
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=441628
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.365
CPU time (s): 1800.1
CPU user time (s): 1798.23
CPU system time (s): 1.87
CPU usage (%): 200.822
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 2.44163
maximum resident set size= 2959372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25853
involuntary context switches= 41315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00509 second user time and 6.71398 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 21:44:56
IDJOB=4106977
IDBENCH=48348
IDSOLVER=2543
FILE ID=node121/4106977-1466279096
RUNJOBID= node121-1466275489-17660
PBS_JOBID= 19918247
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106977-1466279096/watcher-4106977-1466279096 -o /tmp/evaluation-result-4106977-1466279096/solver-4106977-1466279096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17660 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106977-1466279096.opb

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

MD5SUM BENCH= 0df66f3e832b73f1cdf8165c8cc1c11b
RANDOM SEED=791725490

node121.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.691
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.38
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.691
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.691
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.691
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.55
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.691
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.54
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.691
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.691
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.56
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.691
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:        26312008 kB
Buffers:          167188 kB
Cached:           221876 kB
SwapCached:         1900 kB
Active:          4048184 kB
Inactive:         294616 kB
Active(anon):    3952904 kB
Inactive(anon):     2792 kB
Active(file):      95280 kB
Inactive(file):   291824 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       5415688 kB
Mapped:            17080 kB
Shmem:                 0 kB
Slab:             614584 kB
SReclaimable:      57804 kB
SUnreclaim:       556780 kB
KernelStack:        1616 kB
PageTables:        14896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5649336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4001792 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= 71720 MiB
End job on node121 at 2016-06-18 21:59:52