Trace number 4108989

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.08 895.968

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-37.opb
MD5SUMec0686518f213640aefaf52d4a6ca034
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark911.56
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4108989-1466289940.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
3.20/1.93	c ... done. Wall clock time 1.805s.
3.20/1.93	c declared #vars     9310
3.20/1.93	c #constraints  199617
3.20/1.93	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.20/1.93	c constraints type 
3.20/1.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
3.20/1.93	c org.sat4j.specs.Constr$1 => 2519
3.20/1.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
3.20/1.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
3.20/1.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 165
3.20/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
3.20/1.93	c 199617 constraints processed.
3.20/1.93	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.20/1.93	c constraints type 
3.20/1.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
3.20/1.93	c org.sat4j.specs.Constr$1 => 2519
3.20/1.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
3.20/1.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
3.20/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
3.20/1.93	c org.sat4j.pb.constraints.pb.UnitClausePB => 165
3.20/1.93	c 199617 constraints processed.
8.04/3.92	c cleaning 0 clauses out of 5001 with flag 0/5001
9.13/4.49	c cleaning 2484 clauses out of 4972 with flag 98380/5000
12.48/5.97	c cleaning 4214 clauses out of 8475 with flag 180086/11000
15.66/7.48	c cleaning 5612 clauses out of 11250 with flag 267868/18000
18.12/8.68	c cleaning 6790 clauses out of 13638 with flag 349183/26001
19.34/9.28	c cleaning 0 clauses out of 11000 with flag 0/11000
21.47/10.26	c cleaning 7898 clauses out of 15845 with flag 440764/35000
25.67/12.31	c cleaning 8936 clauses out of 17939 with flag 541346/45001
29.53/14.28	c cleaning 9991 clauses out of 20003 with flag 642502/56003
33.13/16.03	c cleaning 10962 clauses out of 22003 with flag 744886/68003
37.53/18.22	c cleaning 11983 clauses out of 24038 with flag 858355/81001
42.59/20.71	c cleaning 12975 clauses out of 26052 with flag 979799/95000
47.99/23.46	c cleaning 14001 clauses out of 28076 with flag 1115627/110000
54.06/26.46	c cleaning 15015 clauses out of 30075 with flag 1247008/126000
61.24/30.06	c cleaning 16005 clauses out of 32054 with flag 1385897/143000
68.08/33.43	c cleaning 0 clauses out of 18000 with flag 0/18000
68.49/33.66	c cleaning 17008 clauses out of 34048 with flag 1529330/161000
77.13/37.94	c cleaning 18001 clauses out of 36036 with flag 1715967/180000
85.83/42.22	c cleaning 18987 clauses out of 38036 with flag 1902446/200001
95.48/47.00	c cleaning 19945 clauses out of 40043 with flag 2089285/221001
105.50/52.00	c cleaning 21026 clauses out of 42095 with flag 2285216/243000
115.72/57.17	c cleaning 22006 clauses out of 44070 with flag 2464885/266001
126.14/62.31	c cleaning 22961 clauses out of 46066 with flag 2664540/290004
137.99/68.29	c cleaning 24038 clauses out of 48098 with flag 2905333/315000
151.00/74.72	c cleaning 25001 clauses out of 50059 with flag 3155638/341000
162.05/80.28	c cleaning 0 clauses out of 26001 with flag 0/26001
165.48/81.93	c cleaning 26012 clauses out of 52057 with flag 3402082/368001
180.30/89.36	c cleaning 26948 clauses out of 54041 with flag 3680482/396000
194.18/96.28	c cleaning 28003 clauses out of 56085 with flag 3962701/425000
208.60/103.44	c cleaning 28988 clauses out of 58082 with flag 4258427/455000
224.83/111.51	c cleaning 30028 clauses out of 60097 with flag 4558724/486003
240.85/119.50	c cleaning 30975 clauses out of 62066 with flag 4834417/518001
258.31/128.28	c cleaning 32010 clauses out of 64089 with flag 5133762/551000
274.59/136.31	c cleaning 33002 clauses out of 66081 with flag 5400205/585002
295.95/146.99	c cleaning 34001 clauses out of 68077 with flag 5713627/620000
319.25/158.52	c cleaning 35030 clauses out of 70078 with flag 6031649/656002
338.74/168.25	c cleaning 35995 clauses out of 72049 with flag 6334212/693003
358.88/178.24	c cleaning 37009 clauses out of 74051 with flag 6681577/731000
381.81/189.69	c cleaning 38007 clauses out of 76042 with flag 7015816/770000
405.15/201.25	c cleaning 38957 clauses out of 78035 with flag 7391419/810000
430.91/214.05	c cleaning 39989 clauses out of 80078 with flag 7758840/851000
452.06/224.57	c cleaning 40882 clauses out of 82089 with flag 8151991/893000
456.47/226.73	c cleaning 0 clauses out of 35000 with flag 0/35000
477.56/237.28	c cleaning 42040 clauses out of 84206 with flag 8548540/936000
503.10/249.91	c cleaning 43030 clauses out of 86165 with flag 8945708/980001
530.65/263.65	c cleaning 44048 clauses out of 88134 with flag 9335767/1025001
556.21/276.32	c cleaning 44998 clauses out of 90084 with flag 9764968/1071000
582.97/289.61	c cleaning 45999 clauses out of 92086 with flag 10160353/1118000
610.67/303.45	c cleaning 46969 clauses out of 94087 with flag 10600666/1166000
639.89/317.99	c cleaning 48017 clauses out of 96119 with flag 11059567/1215001
667.79/331.84	c cleaning 49021 clauses out of 98101 with flag 11509205/1265000
698.80/347.29	c cleaning 50028 clauses out of 100080 with flag 11915719/1316000
735.80/365.69	c cleaning 50992 clauses out of 102052 with flag 12382987/1368000
767.32/381.57	c cleaning 51977 clauses out of 104060 with flag 12852355/1421000
797.07/396.33	c cleaning 52883 clauses out of 106083 with flag 13311584/1475000
828.20/411.87	c cleaning 54075 clauses out of 108202 with flag 13807431/1530002
867.07/431.18	c cleaning 55028 clauses out of 110126 with flag 14254439/1586001
903.53/449.30	c cleaning 56013 clauses out of 112097 with flag 14739289/1643000
928.08/461.52	c cleaning 0 clauses out of 45000 with flag 0/45000
944.79/469.89	c cleaning 57019 clauses out of 114084 with flag 15267707/1701000
985.36/490.08	c cleaning 58000 clauses out of 116065 with flag 15759372/1760000
1023.81/509.13	c cleaning 58966 clauses out of 118068 with flag 16310966/1820003
1065.30/530.06	c cleaning 59969 clauses out of 120099 with flag 16846773/1881000
1107.86/551.30	c cleaning 61050 clauses out of 122132 with flag 17392097/1943002
1142.21/568.39	c cleaning 62004 clauses out of 124082 with flag 18035269/2006002
1189.63/591.96	c cleaning 63008 clauses out of 126078 with flag 18580123/2070002
1231.85/613.00	c cleaning 64020 clauses out of 128069 with flag 19189425/2135001
1280.29/637.04	c cleaning 64910 clauses out of 130048 with flag 19749020/2201000
1333.80/663.61	c cleaning 66033 clauses out of 132139 with flag 20301857/2268001
1383.20/688.26	c cleaning 66996 clauses out of 134105 with flag 20928253/2336000
1436.64/714.87	c cleaning 68023 clauses out of 136110 with flag 21512785/2405001
1489.70/741.58	c cleaning 68908 clauses out of 138086 with flag 22111201/2475000
1537.77/765.46	c cleaning 70059 clauses out of 140179 with flag 22744401/2546001
1589.63/791.23	c cleaning 70987 clauses out of 142119 with flag 23378617/2618000
1640.67/816.64	c cleaning 72053 clauses out of 144136 with flag 23989401/2691004
1692.77/842.56	c cleaning 73020 clauses out of 146080 with flag 24620783/2765001
1747.61/869.81	c cleaning 73968 clauses out of 148059 with flag 25317869/2840000
1800.08/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.90	c starts		: 8717
1800.08/895.90	c conflicts		: 2915391
1800.08/895.90	c decisions		: 16680475
1800.08/895.90	c propagations		: 459653511
1800.08/895.90	c inspects		: 9486161322
1800.08/895.90	c shortcuts		: 0
1800.08/895.90	c learnt literals	: 123
1800.08/895.90	c learnt binary clauses	: 1532
1800.08/895.90	c learnt ternary clauses	: 7881
1800.08/895.90	c learnt constraints	: 2915268
1800.08/895.90	c ignored constraints	: 0
1800.08/895.90	c root simplifications	: 0
1800.08/895.90	c removed literals (reason simplification)	: 36962901
1800.08/895.90	c reason swapping (by a shorter reason)	: 0
1800.08/895.90	c Calls to reduceDB	: 71
1800.08/895.90	c Number of update (reduction) of LBD	: 1678577
1800.08/895.90	c Imported unit clauses	: 0
1800.08/895.90	c number of reductions to clauses (during analyze)	: 0
1800.08/895.90	c number of learned constraints concerned by reduction	: 0
1800.08/895.90	c number of learning phase by resolution	: 0
1800.08/895.90	c number of learning phase by cutting planes	: 0
1800.08/895.90	c speed (assignments/second)	: 514186.0239567579
1800.08/895.90	c non guided choices	524721
1800.08/895.94	c learnt constraints type 
1800.08/895.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1532
1800.08/895.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147950
1800.08/895.94	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.94	c starts		: 65
1800.08/895.94	c conflicts		: 54803
1800.08/895.94	c decisions		: 313100
1800.08/895.94	c propagations		: 19688226
1800.08/895.94	c inspects		: 1585372242
1800.08/895.94	c shortcuts		: 0
1800.08/895.94	c learnt literals	: 0
1800.08/895.94	c learnt binary clauses	: 49
1800.08/895.94	c learnt ternary clauses	: 361
1800.08/895.94	c learnt constraints	: 54803
1800.08/895.94	c ignored constraints	: 0
1800.08/895.94	c root simplifications	: 0
1800.08/895.94	c removed literals (reason simplification)	: 0
1800.08/895.94	c reason swapping (by a shorter reason)	: 0
1800.08/895.94	c Calls to reduceDB	: 6
1800.08/895.94	c Number of update (reduction) of LBD	: 0
1800.08/895.94	c Imported unit clauses	: 0
1800.08/895.94	c number of reductions to clauses (during analyze)	: 0
1800.08/895.94	c number of learned constraints concerned by reduction	: 0
1800.08/895.94	c number of learning phase by resolution	: 0
1800.08/895.94	c number of learning phase by cutting planes	: 0
1800.08/895.94	c speed (assignments/second)	: 22022.673428799615
1800.08/895.94	c non guided choices	24678
1800.08/895.95	c learnt constraints type 
1800.08/895.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 42401
1800.08/895.95	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 49
1800.08/895.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12353
1800.08/895.95	s UNKNOWN
1800.08/895.95	c Total wall clock time (in seconds): 895.831

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-4108989-1466289940/watcher-4108989-1466289940 -o /tmp/evaluation-result-4108989-1466289940/solver-4108989-1466289940 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466288965-18875 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108989-1466289940.opb 

pid=19084
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.15 4.13 3.47 3/196 19087
/proc/meminfo: memFree=27678580/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19087/stat : 19087 (java) D 19084 19087 17709 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 31042356 9515008 183 33554432000 1073741824 1073778376 140735974352000 140735974343032 226084339381 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/19087/statm: 2323 183 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.15 4.13 3.47 3/196 19087
/proc/meminfo: memFree=27678580/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 31042356 9787879424 6025 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.15 4.13 3.47 3/196 19087
/proc/meminfo: memFree=27678580/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 4658 0 1 0 21 1 0 0 20 0 18 0 31042356 9787879424 7265 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2389619 7265 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.15 4.13 3.47 3/196 19087
/proc/meminfo: memFree=27678580/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 5870 0 1 0 45 2 0 0 20 0 18 0 31042356 9787879424 9402 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2389619 9402 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 4.15 4.13 3.47 3/196 19087
/proc/meminfo: memFree=27678580/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9558476 CPUtime=1.44 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 13624 0 1 0 138 6 0 0 20 0 18 0 31042356 9787879424 45747 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2389619 45747 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 4.15 4.13 3.47 6/214 19105
/proc/meminfo: memFree=27485532/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9558476 CPUtime=2.63 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 14081 0 1 0 248 15 0 0 20 0 18 0 31042356 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2389619 88398 2263 9 0 2380296 0
[pid=19087/tid=19089] ppid=19084 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/19087/task/19089/stat : 19089 (java) R 19084 19087 17709 0 -1 4202560 2536 0 1 0 131 5 0 0 20 0 18 0 31042357 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708385393672 140708246202090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19090] ppid=19084 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/19087/task/19090/stat : 19090 (java) S 19084 19087 17709 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708229052584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19091] ppid=19084 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/19087/task/19091/stat : 19091 (java) S 19084 19087 17709 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708228000040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19092] ppid=19084 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 31042359 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31042360 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31042360 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31042360 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31042363 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 3627 0 0 0 45 0 0 0 20 0 18 0 31042363 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 6332 0 0 0 42 1 0 0 20 0 18 0 31042363 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31042363 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31042363 9787879424 88398 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.15 4.13 3.47 7/219 19110
/proc/meminfo: memFree=27292732/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 15871 0 1 0 615 21 0 0 20 0 22 0 31042356 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2456183 124472 2281 9 0 2446860 0
[pid=19087/tid=19089] ppid=19084 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/19087/task/19089/stat : 19089 (java) S 19084 19087 17709 0 -1 4202560 2550 0 1 0 168 6 0 0 20 0 22 0 31042357 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708385395576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19090] ppid=19084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19087/task/19090/stat : 19090 (java) S 19084 19087 17709 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708229052584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19091] ppid=19084 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19087/task/19091/stat : 19091 (java) S 19084 19087 17709 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708228000040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19092] ppid=19084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 31042359 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 5073 0 0 0 94 0 0 0 20 0 22 0 31042363 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 6421 0 0 0 79 2 0 0 20 0 22 0 31042363 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19106] ppid=19084 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/19087/task/19106/stat : 19106 (java) R 19084 19087 17709 0 -1 4202560 23 0 0 0 111 0 0 0 20 0 22 0 31042550 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708201062280 140708246682714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19107] ppid=19084 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/19087/task/19107/stat : 19107 (java) R 19084 19087 17709 0 -1 4202560 79 0 0 0 112 2 0 0 20 0 22 0 31042550 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708200007920 140708246571297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19108] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19108/stat : 19108 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708198958120 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19109] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19109/stat : 19109 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 124472 33554432000 1073741824 1073778376 140733371137120 140708197905576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.14 4.13 3.48 6/219 19110
/proc/meminfo: memFree=27018264/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9824732 CPUtime=13.29 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 19664 0 1 0 1297 32 0 0 20 0 22 0 31042356 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2456183 181106 2287 9 0 2446860 0
[pid=19087/tid=19089] ppid=19084 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/19087/task/19089/stat : 19089 (java) S 19084 19087 17709 0 -1 4202560 2551 0 1 0 168 6 0 0 20 0 22 0 31042357 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708385395576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19090] ppid=19084 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19087/task/19090/stat : 19090 (java) S 19084 19087 17709 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708229052584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19091] ppid=19084 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19087/task/19091/stat : 19091 (java) S 19084 19087 17709 0 -1 4202560 63 0 0 0 10 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708228000040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19092] ppid=19084 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 37 0 0 0 7 1 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 22 0 31042359 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 472 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 5696 0 0 0 106 2 0 0 20 0 22 0 31042363 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 8620 0 0 0 105 3 0 0 20 0 22 0 31042363 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 181106 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19106] ppid=19084 vsize=9824732 CPUtime=4.2 cores=0,2,4,6

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

/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 355 0 0 0 278 9 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 426 0 0 0 287 10 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 425 0 0 0 290 9 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 337 0 0 0 274 7 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 369 0 0 0 272 7 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 406 0 0 0 279 9 0 0 20 0 22 0 31042359 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 4636 0 0 0 159 30 0 0 20 0 22 0 31042360 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 5709 0 0 0 124 2 0 0 20 0 22 0 31042363 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 9235 0 0 0 128 3 0 0 20 0 22 0 31042363 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 50 0 0 0 12 20 0 0 20 0 22 0 31042363 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19106] ppid=19084 vsize=9824732 CPUtime=869.54 cores=0,2,4,6
/proc/19087/task/19106/stat : 19106 (java) R 19084 19087 17709 0 -1 4202560 133 0 0 0 86939 15 0 0 20 0 22 0 31042550 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708201061488 140708246588054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19107] ppid=19084 vsize=9824732 CPUtime=869.62 cores=0,2,4,6
/proc/19087/task/19107/stat : 19107 (java) R 19084 19087 17709 0 -1 4202560 1867 0 0 0 86909 53 0 0 20 0 22 0 31042550 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708200010096 140708246474073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19108] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19108/stat : 19108 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708198958120 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19109] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19109/stat : 19109 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 505507 33554432000 1073741824 1073778376 140733371137120 140708197905576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.19 4.21 3.92 5/220 19201
/proc/meminfo: memFree=25807480/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 28482 0 1 0 179842 166 0 0 20 0 22 0 31042356 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2456183 502416 2299 9 0 2446860 0
[pid=19087/tid=19089] ppid=19084 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/19087/task/19089/stat : 19089 (java) S 19084 19087 17709 0 -1 4202560 2551 0 1 0 171 8 0 0 20 0 22 0 31042357 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708385395576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19090] ppid=19084 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/19087/task/19090/stat : 19090 (java) S 19084 19087 17709 0 -1 4202560 353 0 0 0 278 8 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708229052584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19091] ppid=19084 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/19087/task/19091/stat : 19091 (java) S 19084 19087 17709 0 -1 4202560 359 0 0 0 261 8 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708228000040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19092] ppid=19084 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 355 0 0 0 285 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 426 0 0 0 294 10 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 425 0 0 0 297 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 337 0 0 0 277 7 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 369 0 0 0 276 7 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 406 0 0 0 284 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 4636 0 0 0 159 31 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 5709 0 0 0 124 2 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 9235 0 0 0 128 3 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 50 0 0 0 12 20 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19106] ppid=19084 vsize=9824732 CPUtime=882.97 cores=0,2,4,6
/proc/19087/task/19106/stat : 19106 (java) R 19084 19087 17709 0 -1 4202560 133 0 0 0 88282 15 0 0 20 0 22 0 31042550 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708201060768 140708246151629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19107] ppid=19084 vsize=9824732 CPUtime=883.06 cores=0,2,4,6
/proc/19087/task/19107/stat : 19107 (java) R 19084 19087 17709 0 -1 4202560 1872 0 0 0 88253 53 0 0 20 0 22 0 31042550 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708200008912 140708246618123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19108] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19108/stat : 19108 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708198958120 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19109] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19109/stat : 19109 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708197905576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 19087 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.19 4.21 3.92 5/220 19201
/proc/meminfo: memFree=25807480/32872528 swapFree=1590032/1720848
[pid=19087] ppid=19084 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/19087/stat : 19087 (java) S 19084 19087 17709 0 -1 4202496 28482 0 1 0 179842 166 0 0 20 0 22 0 31042356 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140733371128256 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19087/statm: 2456183 502416 2299 9 0 2446860 0
[pid=19087/tid=19089] ppid=19084 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/19087/task/19089/stat : 19089 (java) S 19084 19087 17709 0 -1 4202560 2551 0 1 0 171 8 0 0 20 0 22 0 31042357 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708385395576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19090] ppid=19084 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/19087/task/19090/stat : 19090 (java) S 19084 19087 17709 0 -1 4202560 353 0 0 0 278 8 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708229052584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19091] ppid=19084 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/19087/task/19091/stat : 19091 (java) S 19084 19087 17709 0 -1 4202560 359 0 0 0 261 8 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708228000040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19092] ppid=19084 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/19087/task/19092/stat : 19092 (java) S 19084 19087 17709 0 -1 4202560 355 0 0 0 285 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708226947496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19093] ppid=19084 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/19087/task/19093/stat : 19093 (java) S 19084 19087 17709 0 -1 4202560 426 0 0 0 294 10 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708225894952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19094] ppid=19084 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/19087/task/19094/stat : 19094 (java) S 19084 19087 17709 0 -1 4202560 425 0 0 0 297 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708224842408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19095] ppid=19084 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/19087/task/19095/stat : 19095 (java) S 19084 19087 17709 0 -1 4202560 337 0 0 0 277 7 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708223789864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19096] ppid=19084 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19087/task/19096/stat : 19096 (java) S 19084 19087 17709 0 -1 4202560 369 0 0 0 276 7 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708222737320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19097] ppid=19084 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/19087/task/19097/stat : 19097 (java) S 19084 19087 17709 0 -1 4202560 406 0 0 0 284 9 0 0 20 0 22 0 31042359 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708221684776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19098] ppid=19084 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/19087/task/19098/stat : 19098 (java) S 19084 19087 17709 0 -1 4202560 4636 0 0 0 159 31 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708209485928 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19099] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19099/stat : 19099 (java) S 19084 19087 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708208432248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19100] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19100/stat : 19100 (java) S 19084 19087 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31042360 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708207379592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19101] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19101/stat : 19101 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708206328336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19102] ppid=19084 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/19087/task/19102/stat : 19102 (java) S 19084 19087 17709 0 -1 4202560 5709 0 0 0 124 2 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708205275704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19103] ppid=19084 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19087/task/19103/stat : 19103 (java) S 19084 19087 17709 0 -1 4202560 9235 0 0 0 128 3 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708204223160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19104] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19104/stat : 19104 (java) S 19084 19087 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708203170808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19087/tid=19105] ppid=19084 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19087/task/19105/stat : 19105 (java) S 19084 19087 17709 0 -1 4202560 50 0 0 0 12 20 0 0 20 0 22 0 31042363 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708202118472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19106] ppid=19084 vsize=9824732 CPUtime=882.97 cores=0,2,4,6
/proc/19087/task/19106/stat : 19106 (java) R 19084 19087 17709 0 -1 4202560 133 0 0 0 88282 15 0 0 20 0 22 0 31042550 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708201060768 140708246151629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19087/tid=19107] ppid=19084 vsize=9824732 CPUtime=883.06 cores=0,2,4,6
/proc/19087/task/19107/stat : 19107 (java) R 19084 19087 17709 0 -1 4202560 1872 0 0 0 88253 53 0 0 20 0 22 0 31042550 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708200008912 140708246618123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19087/tid=19108] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19108/stat : 19108 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708198958120 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19087/tid=19109] ppid=19084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19087/task/19109/stat : 19109 (java) S 19084 19087 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31042551 10060525568 502416 33554432000 1073741824 1073778376 140733371137120 140708197905576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19087 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=90256
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=162671
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.968
CPU time (s): 1800.08
CPU user time (s): 1798.42
CPU system time (s): 1.66
CPU usage (%): 200.909
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 2.16267
maximum resident set size= 2822688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28516
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33656
involuntary context switches= 50595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82311 second user time and 7.09392 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-19 00:45:40
IDJOB=4108989
IDBENCH=89792
IDSOLVER=2543
FILE ID=node120/4108989-1466289940
RUNJOBID= node120-1466288965-18875
PBS_JOBID= 19918258
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-37.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108989-1466289940/watcher-4108989-1466289940 -o /tmp/evaluation-result-4108989-1466289940/solver-4108989-1466289940 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466288965-18875 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4108989-1466289940.opb

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

MD5SUM BENCH= ec0686518f213640aefaf52d4a6ca034
RANDOM SEED=1543685726

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27679224 kB
Buffers:          150704 kB
Cached:           323676 kB
SwapCached:         2256 kB
Active:          2352652 kB
Inactive:         358272 kB
Active(anon):    2236104 kB
Inactive(anon):     3020 kB
Active(file):     116548 kB
Inactive(file):   355252 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099616 kB
Dirty:              9000 kB
Writeback:             0 kB
AnonPages:       3925932 kB
Mapped:            16508 kB
Shmem:                 0 kB
Slab:             619104 kB
SReclaimable:      63208 kB
SUnreclaim:       555896 kB
KernelStack:        1800 kB
PageTables:        12352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4356092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2283520 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= 71704 MiB
End job on node120 at 2016-06-19 01:00:36