Trace number 4116070

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 895.357

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-5.opb
MD5SUM339b0592277b6eb86d9f3fb9ca0d5b6d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116070-1466956831.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.75/0.48	c ... done. Wall clock time 0.373s.
0.75/0.48	c declared #vars     4128
0.75/0.48	c #constraints  10016
0.75/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.75/0.48	c org.sat4j.specs.Constr$1 => 920
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.75/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.75/0.48	c 10016 constraints processed.
0.75/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.75/0.48	c org.sat4j.specs.Constr$1 => 920
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.75/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.75/0.48	c 10016 constraints processed.
4.23/1.39	c cleaning 2501 clauses out of 5001 with flag 16918/5003
5.57/1.98	c cleaning 4224 clauses out of 8497 with flag 39226/11000
7.06/2.67	c cleaning 5622 clauses out of 11273 with flag 68828/18000
8.75/3.50	c cleaning 6817 clauses out of 13651 with flag 103460/26000
10.83/4.50	c cleaning 7911 clauses out of 15834 with flag 144282/35000
13.04/5.58	c cleaning 8942 clauses out of 17924 with flag 193033/45001
15.69/6.80	c cleaning 9974 clauses out of 19981 with flag 250916/56000
18.30/8.19	c cleaning 10959 clauses out of 22007 with flag 313218/68000
21.72/9.79	c cleaning 12020 clauses out of 24048 with flag 383633/81000
25.41/11.54	c cleaning 12998 clauses out of 26028 with flag 458956/95000
29.22/13.43	c cleaning 13995 clauses out of 28031 with flag 539268/110001
33.63/15.61	c cleaning 14998 clauses out of 30035 with flag 624853/126000
38.36/17.99	c cleaning 16002 clauses out of 32037 with flag 719564/143000
43.35/20.46	c cleaning 17005 clauses out of 34035 with flag 823862/161000
44.40/20.91	c cleaning 0 clauses out of 5002 with flag 0/5002
49.04/23.14	c cleaning 17984 clauses out of 36031 with flag 932943/180001
55.19/26.17	c cleaning 19018 clauses out of 38047 with flag 1049407/200001
61.59/29.33	c cleaning 20005 clauses out of 40028 with flag 1174983/221000
68.69/32.83	c cleaning 21008 clauses out of 42024 with flag 1303504/243001
75.50/36.30	c cleaning 21996 clauses out of 44015 with flag 1441311/266000
83.58/40.22	c cleaning 22986 clauses out of 46021 with flag 1582667/290002
91.57/44.25	c cleaning 24017 clauses out of 48034 with flag 1730089/315001
100.66/48.70	c cleaning 24973 clauses out of 50016 with flag 1882748/341000
109.66/53.27	c cleaning 25981 clauses out of 52045 with flag 2045314/368002
119.78/58.23	c cleaning 26997 clauses out of 54062 with flag 2215490/396000
129.78/63.27	c cleaning 28020 clauses out of 56066 with flag 2391234/425001
140.89/68.71	c cleaning 28987 clauses out of 58046 with flag 2574820/455001
152.37/74.49	c cleaning 30006 clauses out of 60059 with flag 2767258/486001
164.77/80.61	c cleaning 30996 clauses out of 62053 with flag 2965280/518001
177.68/87.01	c cleaning 32018 clauses out of 64056 with flag 3164709/551000
191.33/93.83	c cleaning 33011 clauses out of 66039 with flag 3371579/585001
205.39/100.89	c cleaning 33982 clauses out of 68027 with flag 3585981/620000
220.07/108.17	c cleaning 34995 clauses out of 70047 with flag 3806062/656002
236.40/116.63	c cleaning 36019 clauses out of 72051 with flag 4033735/693001
252.24/124.58	c cleaning 36991 clauses out of 74031 with flag 4268577/731000
269.32/133.10	c cleaning 38020 clauses out of 76040 with flag 4505693/770000
286.99/141.87	c cleaning 38991 clauses out of 78021 with flag 4751205/810001
287.21/141.91	c cleaning 0 clauses out of 11001 with flag 0/11001
305.31/150.92	c cleaning 40003 clauses out of 80031 with flag 5002622/851002
324.22/160.30	c cleaning 40980 clauses out of 82026 with flag 5265423/893000
344.14/170.24	c cleaning 42007 clauses out of 84046 with flag 5531340/936000
364.08/180.13	c cleaning 42996 clauses out of 86041 with flag 5812289/980002
385.04/190.59	c cleaning 43988 clauses out of 88043 with flag 6096313/1025000
408.20/201.99	c cleaning 45021 clauses out of 90057 with flag 6384143/1071002
431.92/213.74	c cleaning 46016 clauses out of 92034 with flag 6677989/1118000
456.63/226.09	c cleaning 46961 clauses out of 94019 with flag 6981438/1166001
483.12/239.71	c cleaning 48012 clauses out of 96058 with flag 7290350/1215001
509.58/252.93	c cleaning 48995 clauses out of 98045 with flag 7605401/1265000
536.87/266.55	c cleaning 49986 clauses out of 100050 with flag 7928270/1316000
565.33/280.64	c cleaning 51034 clauses out of 102068 with flag 8256077/1368004
594.35/295.03	c cleaning 52005 clauses out of 104030 with flag 8583758/1421000
624.69/310.19	c cleaning 52994 clauses out of 106025 with flag 8923482/1475000
656.00/325.66	c cleaning 53980 clauses out of 108031 with flag 9271392/1530000
688.83/341.93	c cleaning 55013 clauses out of 110051 with flag 9621247/1586000
722.12/358.55	c cleaning 56002 clauses out of 112038 with flag 9978475/1643000
756.34/375.55	c cleaning 56985 clauses out of 114037 with flag 10337357/1701001
791.35/392.92	c cleaning 58010 clauses out of 116051 with flag 10705500/1760000
828.01/411.19	c cleaning 59012 clauses out of 118043 with flag 11081742/1820002
865.87/429.96	c cleaning 60004 clauses out of 120030 with flag 11464341/1881001
904.00/448.82	c cleaning 60989 clauses out of 122025 with flag 11847734/1943000
943.91/468.68	c cleaning 61988 clauses out of 124037 with flag 12239913/2006001
985.49/489.22	c cleaning 62997 clauses out of 126048 with flag 12638064/2070000
1023.81/508.24	c cleaning 0 clauses out of 18000 with flag 0/18000
1028.00/510.33	c cleaning 64012 clauses out of 128053 with flag 13042012/2135002
1071.74/532.09	c cleaning 64996 clauses out of 130040 with flag 13455897/2201001
1116.60/554.31	c cleaning 65966 clauses out of 132044 with flag 13874449/2268001
1162.66/577.27	c cleaning 67027 clauses out of 134078 with flag 14299655/2336001
1211.15/601.37	c cleaning 68005 clauses out of 136052 with flag 14728007/2405002
1260.17/625.73	c cleaning 68971 clauses out of 138046 with flag 15162120/2475001
1309.97/650.46	c cleaning 69999 clauses out of 140075 with flag 15606376/2546001
1361.79/676.15	c cleaning 70985 clauses out of 142076 with flag 16048063/2618001
1411.33/700.76	c cleaning 72008 clauses out of 144092 with flag 16501295/2691002
1465.09/728.32	c cleaning 73034 clauses out of 146082 with flag 16960959/2765000
1519.61/755.49	c cleaning 73999 clauses out of 148048 with flag 17421809/2840000
1569.84/780.49	c cleaning 75025 clauses out of 150049 with flag 17894128/2916000
1616.83/803.96	c cleaning 75992 clauses out of 152025 with flag 18369209/2993001
1665.56/828.22	c cleaning 77017 clauses out of 154033 with flag 18849371/3071001
1715.88/853.39	c cleaning 77993 clauses out of 156016 with flag 19339083/3150001
1768.41/879.55	c cleaning 79012 clauses out of 158024 with flag 19835182/3230002
1800.00/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.30	c starts		: 28784
1800.00/895.30	c conflicts		: 3284655
1800.00/895.30	c decisions		: 29223155
1800.00/895.30	c propagations		: 435485881
1800.00/895.30	c inspects		: 9535321854
1800.00/895.30	c shortcuts		: 0
1800.00/895.30	c learnt literals	: 2
1800.00/895.30	c learnt binary clauses	: 64
1800.00/895.30	c learnt ternary clauses	: 786
1800.00/895.30	c learnt constraints	: 3284653
1800.00/895.30	c ignored constraints	: 0
1800.00/895.30	c root simplifications	: 0
1800.00/895.30	c removed literals (reason simplification)	: 2727435
1800.00/895.30	c reason swapping (by a shorter reason)	: 0
1800.00/895.30	c Calls to reduceDB	: 76
1800.00/895.30	c Number of update (reduction) of LBD	: 706720
1800.00/895.30	c Imported unit clauses	: 0
1800.00/895.30	c number of reductions to clauses (during analyze)	: 0
1800.00/895.30	c number of learned constraints concerned by reduction	: 0
1800.00/895.30	c number of learning phase by resolution	: 0
1800.00/895.30	c number of learning phase by cutting planes	: 0
1800.00/895.30	c speed (assignments/second)	: 486680.2647268859
1800.00/895.30	c non guided choices	8356
1800.00/895.33	c learnt constraints type 
1800.00/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.00/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133601
1800.00/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.33	c starts		: 45
1800.00/895.33	c conflicts		: 21107
1800.00/895.33	c decisions		: 73155
1800.00/895.33	c propagations		: 2604734
1800.00/895.33	c inspects		: 767329443
1800.00/895.33	c shortcuts		: 0
1800.00/895.33	c learnt literals	: 0
1800.00/895.33	c learnt binary clauses	: 0
1800.00/895.33	c learnt ternary clauses	: 0
1800.00/895.33	c learnt constraints	: 21106
1800.00/895.33	c ignored constraints	: 0
1800.00/895.33	c root simplifications	: 0
1800.00/895.33	c removed literals (reason simplification)	: 0
1800.00/895.33	c reason swapping (by a shorter reason)	: 0
1800.00/895.33	c Calls to reduceDB	: 3
1800.00/895.33	c Number of update (reduction) of LBD	: 0
1800.00/895.33	c Imported unit clauses	: 0
1800.00/895.33	c number of reductions to clauses (during analyze)	: 0
1800.00/895.33	c number of learned constraints concerned by reduction	: 0
1800.00/895.33	c number of learning phase by resolution	: 0
1800.00/895.33	c number of learning phase by cutting planes	: 0
1800.00/895.33	c speed (assignments/second)	: 2910.8637152001716
1800.00/895.33	c non guided choices	445
1800.00/895.34	c learnt constraints type 
1800.00/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 15
1800.00/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21091
1800.00/895.34	s UNKNOWN
1800.00/895.34	c Total wall clock time (in seconds): 895.229

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

pid=22193
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.32 4.39 4.31 4/198 22196
/proc/meminfo: memFree=30227636/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 1307 0 0 0 0 0 0 0 20 0 2 0 28721768 98635776 939 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 24081 943 714 9 0 16771 0
[pid=22196/tid=22197] ppid=22193 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) R 22193 22196 19474 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 28721769 98570240 969 33554432000 1073741824 1073778376 140736992441920 140328464027176 140328466210787 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 4.32 4.39 4.31 4/198 22196
/proc/meminfo: memFree=30227636/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 28721768 9787879424 6130 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2389619 6147 2156 9 0 2380296 0
[pid=22196/tid=22197] ppid=22193 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) R 22193 22196 19474 0 -1 4202560 2416 0 1 0 6 1 0 0 20 0 18 0 28721769 9787879424 6147 33554432000 1073741824 1073778376 140736992441920 140328464028936 140328468310452 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.200272 s]
/proc/loadavg: 4.32 4.39 4.31 4/198 22196
/proc/meminfo: memFree=30227636/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 4734 0 1 0 26 1 0 0 20 0 18 0 28721768 9787879424 6807 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2389619 6807 2213 9 0 2380296 0
[pid=22196/tid=22197] ppid=22193 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) R 22193 22196 19474 0 -1 4202560 2433 0 1 0 16 1 0 0 20 0 18 0 28721769 9787879424 6807 33554432000 1073741824 1073778376 140736992441920 140328464028936 140328335935208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 4.32 4.39 4.31 4/198 22196
/proc/meminfo: memFree=30227636/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 6205 0 1 0 50 2 0 0 20 0 18 0 28721768 9787879424 9049 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2389619 9049 2234 9 0 2380296 0
[pid=22196/tid=22197] ppid=22193 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) R 22193 22196 19474 0 -1 4202560 2436 0 1 0 26 1 0 0 20 0 18 0 28721769 9787879424 9049 33554432000 1073741824 1073778376 140736992441920 140328464028936 140328335951270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 4.32 4.39 4.31 4/198 22196
/proc/meminfo: memFree=30227636/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 15345 0 1 0 181 5 0 0 20 0 22 0 28721768 10060525568 23487 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 23487 2265 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2467 0 1 0 44 2 0 0 20 0 22 0 28721769 10060525568 23487 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.32 4.39 4.31 7/220 22218
/proc/meminfo: memFree=29932132/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 20411 0 1 0 459 9 0 0 20 0 22 0 28721768 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 47304 2292 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2467 0 1 0 44 2 0 0 20 0 22 0 28721769 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22199] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22199/stat : 22199 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328308128296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22200] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22200/stat : 22200 (java) S 22193 22196 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328307075496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22201] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22206/stat : 22206 (java) S 22193 22196 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721770 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328300759720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22207] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22207/stat : 22207 (java) S 22193 22196 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328288348648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22208] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22208/stat : 22208 (java) S 22193 22196 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328287294712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22209] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22209/stat : 22209 (java) S 22193 22196 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328286241800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22210] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22210/stat : 22210 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328285190288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22211] ppid=22193 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/22196/task/22211/stat : 22211 (java) S 22193 22196 19474 0 -1 4202560 6240 0 0 0 106 2 0 0 20 0 22 0 28721773 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328284138424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22212] ppid=22193 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/22196/task/22212/stat : 22212 (java) S 22193 22196 19474 0 -1 4202560 10234 0 0 0 102 2 0 0 20 0 22 0 28721773 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328283085624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22213] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22213/stat : 22213 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328282033016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22214] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22214/stat : 22214 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328280980424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22215] ppid=22193 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/22196/task/22215/stat : 22215 (java) R 22193 22196 19474 0 -1 4202560 18 0 0 0 96 0 0 0 20 0 22 0 28721817 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328279462216 140328336596869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22216] ppid=22193 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/22196/task/22216/stat : 22216 (java) R 22193 22196 19474 0 -1 4202560 74 0 0 0 95 2 0 0 20 0 22 0 28721817 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328278409496 140328336853901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22217] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22217/stat : 22217 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328277357480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22218] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22218/stat : 22218 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 47304 33554432000 1073741824 1073778376 140736992441920 140328276304680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.32 4.39 4.31 5/220 22218
/proc/meminfo: memFree=29756160/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=8.13 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 20744 0 1 0 795 18 0 0 20 0 22 0 28721768 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 90998 2292 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2467 0 1 0 44 2 0 0 20 0 22 0 28721769 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22199] ppid=22193 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22196/task/22199/stat : 22199 (java) S 22193 22196 19474 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328308128296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22200] ppid=22193 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22196/task/22200/stat : 22200 (java) S 22193 22196 19474 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328307075496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22201] ppid=22193 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22196/task/22206/stat : 22206 (java) S 22193 22196 19474 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 28721770 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328300759720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22207] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22207/stat : 22207 (java) S 22193 22196 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328288348648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22208] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22208/stat : 22208 (java) S 22193 22196 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328287294712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22209] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22209/stat : 22209 (java) S 22193 22196 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328286241800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22210] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22210/stat : 22210 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328285190288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22211] ppid=22193 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/22196/task/22211/stat : 22211 (java) S 22193 22196 19474 0 -1 4202560 6240 0 0 0 114 2 0 0 20 0 22 0 28721773 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328284138424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22212] ppid=22193 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22196/task/22212/stat : 22212 (java) S 22193 22196 19474 0 -1 4202560 10234 0 0 0 107 2 0 0 20 0 22 0 28721773 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328283085624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22213] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22213/stat : 22213 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328282033016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22214] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22214/stat : 22214 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328280980424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22215] ppid=22193 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22196/task/22215/stat : 22215 (java) R 22193 22196 19474 0 -1 4202560 19 0 0 0 247 0 0 0 20 0 22 0 28721817 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328279460608 140328336607515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22216] ppid=22193 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22196/task/22216/stat : 22216 (java) R 22193 22196 19474 0 -1 4202560 134 0 0 0 244 3 0 0 20 0 22 0 28721817 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328278408592 140328336424094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22217] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22217/stat : 22217 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328277357480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22218] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22218/stat : 22218 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 90998 33554432000 1073741824 1073778376 140736992441920 140328276304680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.38 4.40 4.31 5/220 22218
/proc/meminfo: memFree=29156656/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=14.69 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 21277 0 1 0 1439 30 0 0 20 0 22 0 28721768 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 161649 2292 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2467 0 1 0 44 2 0 0 20 0 22 0 28721769 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22199] ppid=22193 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/22196/task/22199/stat : 22199 (java) S 22193 22196 19474 0 -1 4202560 73 0 0 0 9 3 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328308128296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22200] ppid=22193 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22196/task/22200/stat : 22200 (java) S 22193 22196 19474 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328307075496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22201] ppid=22193 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 36 0 0 0 6 1 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 52 0 0 0 6 1 0 0 20 0 22 0 28721770 10060525568 161649 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=0.09 cores=1,3,5,7

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

/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 537 0 0 0 264 13 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 756 0 0 0 275 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 542 0 0 0 279 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 524 0 0 0 300 16 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 589 0 0 0 278 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22196/task/22206/stat : 22206 (java) S 22193 22196 19474 0 -1 4202560 571 0 0 0 289 17 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328300759720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22207] ppid=22193 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/22196/task/22207/stat : 22207 (java) S 22193 22196 19474 0 -1 4202560 2522 0 0 0 372 8 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328288348648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22208] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22208/stat : 22208 (java) S 22193 22196 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328287294712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22209] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22209/stat : 22209 (java) S 22193 22196 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328286241800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22210] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22210/stat : 22210 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328285190288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22211] ppid=22193 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22196/task/22211/stat : 22211 (java) S 22193 22196 19474 0 -1 4202560 9103 0 0 0 141 3 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328284138424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22212] ppid=22193 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/22196/task/22212/stat : 22212 (java) S 22193 22196 19474 0 -1 4202560 10723 0 0 0 131 2 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328283085624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22213] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22213/stat : 22213 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328282033016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22214] ppid=22193 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22196/task/22214/stat : 22214 (java) S 22193 22196 19474 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328280980424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22215] ppid=22193 vsize=9824732 CPUtime=869.36 cores=1,3,5,7
/proc/22196/task/22215/stat : 22215 (java) R 22193 22196 19474 0 -1 4202560 54 0 0 0 86922 14 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328279453808 140328336631628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22216] ppid=22193 vsize=9824732 CPUtime=869.25 cores=1,3,5,7
/proc/22196/task/22216/stat : 22216 (java) R 22193 22196 19474 0 -1 4202560 1962 0 0 0 86875 50 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328278408384 140328336683462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22217] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22217/stat : 22217 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328277357480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22218] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22218/stat : 22218 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328276304680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.33 4.22 4.22 6/215 22326
/proc/meminfo: memFree=26767576/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 32894 0 1 0 179802 198 0 0 20 0 22 0 28721768 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 906330 2301 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2470 0 1 0 46 5 0 0 20 0 22 0 28721769 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22199] ppid=22193 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/22196/task/22199/stat : 22199 (java) S 22193 22196 19474 0 -1 4202560 692 0 0 0 265 18 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328308128296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22200] ppid=22193 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22196/task/22200/stat : 22200 (java) S 22193 22196 19474 0 -1 4202560 533 0 0 0 286 16 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328307075496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22201] ppid=22193 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 537 0 0 0 264 13 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 756 0 0 0 275 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 542 0 0 0 279 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 524 0 0 0 300 16 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 589 0 0 0 278 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22196/task/22206/stat : 22206 (java) S 22193 22196 19474 0 -1 4202560 571 0 0 0 289 17 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328300759720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22207] ppid=22193 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/22196/task/22207/stat : 22207 (java) S 22193 22196 19474 0 -1 4202560 2522 0 0 0 372 8 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328288348648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22208] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22208/stat : 22208 (java) S 22193 22196 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328287294712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22209] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22209/stat : 22209 (java) S 22193 22196 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328286241800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22210] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22210/stat : 22210 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328285190288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22211] ppid=22193 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22196/task/22211/stat : 22211 (java) S 22193 22196 19474 0 -1 4202560 9103 0 0 0 141 3 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328284138424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22212] ppid=22193 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/22196/task/22212/stat : 22212 (java) S 22193 22196 19474 0 -1 4202560 10723 0 0 0 131 2 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328283085624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22213] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22213/stat : 22213 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328282033016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22214] ppid=22193 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22196/task/22214/stat : 22214 (java) S 22193 22196 19474 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328280980424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22215] ppid=22193 vsize=9824732 CPUtime=882.31 cores=1,3,5,7
/proc/22196/task/22215/stat : 22215 (java) R 22193 22196 19474 0 -1 4202560 54 0 0 0 88216 15 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328279453808 140328336413261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22216] ppid=22193 vsize=9824732 CPUtime=882.21 cores=1,3,5,7
/proc/22196/task/22216/stat : 22216 (java) R 22193 22196 19474 0 -1 4202560 1962 0 0 0 88171 50 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328278408384 140328337179248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22217] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22217/stat : 22217 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328277357480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22218] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22218/stat : 22218 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328276304680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 22196 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.33 4.22 4.22 6/215 22326
/proc/meminfo: memFree=26767576/32872528 swapFree=1541156/1696500
[pid=22196] ppid=22193 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/22196/stat : 22196 (java) S 22193 22196 19474 0 -1 4202496 32894 0 1 0 179802 198 0 0 20 0 22 0 28721768 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140736992433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22196/statm: 2456183 906330 2301 9 0 2446860 0
[pid=22196/tid=22197] ppid=22193 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/22196/task/22197/stat : 22197 (java) S 22193 22196 19474 0 -1 4202560 2470 0 1 0 46 5 0 0 20 0 22 0 28721769 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328464032632 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22199] ppid=22193 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/22196/task/22199/stat : 22199 (java) S 22193 22196 19474 0 -1 4202560 692 0 0 0 265 18 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328308128296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22200] ppid=22193 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/22196/task/22200/stat : 22200 (java) S 22193 22196 19474 0 -1 4202560 533 0 0 0 286 16 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328307075496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22201] ppid=22193 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22196/task/22201/stat : 22201 (java) S 22193 22196 19474 0 -1 4202560 537 0 0 0 264 13 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328306022696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22202] ppid=22193 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22196/task/22202/stat : 22202 (java) S 22193 22196 19474 0 -1 4202560 756 0 0 0 275 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328304969896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22203] ppid=22193 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22196/task/22203/stat : 22203 (java) S 22193 22196 19474 0 -1 4202560 542 0 0 0 279 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328303918120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22204] ppid=22193 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/22196/task/22204/stat : 22204 (java) S 22193 22196 19474 0 -1 4202560 524 0 0 0 300 16 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328302865320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22205] ppid=22193 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/22196/task/22205/stat : 22205 (java) S 22193 22196 19474 0 -1 4202560 589 0 0 0 278 15 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328301812520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22206] ppid=22193 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22196/task/22206/stat : 22206 (java) S 22193 22196 19474 0 -1 4202560 571 0 0 0 289 17 0 0 20 0 22 0 28721770 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328300759720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22207] ppid=22193 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/22196/task/22207/stat : 22207 (java) S 22193 22196 19474 0 -1 4202560 2522 0 0 0 372 8 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328288348648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22208] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22208/stat : 22208 (java) S 22193 22196 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328287294712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22209] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22209/stat : 22209 (java) S 22193 22196 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721771 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328286241800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22210] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22210/stat : 22210 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328285190288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22211] ppid=22193 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22196/task/22211/stat : 22211 (java) S 22193 22196 19474 0 -1 4202560 9103 0 0 0 141 3 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328284138424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22212] ppid=22193 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/22196/task/22212/stat : 22212 (java) S 22193 22196 19474 0 -1 4202560 10723 0 0 0 131 2 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328283085624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22196/tid=22213] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22213/stat : 22213 (java) S 22193 22196 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328282033016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22196/tid=22214] ppid=22193 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22196/task/22214/stat : 22214 (java) S 22193 22196 19474 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 28721773 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328280980424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22215] ppid=22193 vsize=9824732 CPUtime=882.31 cores=1,3,5,7
/proc/22196/task/22215/stat : 22215 (java) R 22193 22196 19474 0 -1 4202560 54 0 0 0 88216 15 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328279453808 140328336413261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22216] ppid=22193 vsize=9824732 CPUtime=882.21 cores=1,3,5,7
/proc/22196/task/22216/stat : 22216 (java) R 22193 22196 19474 0 -1 4202560 1962 0 0 0 88171 50 0 0 20 0 22 0 28721817 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328278408384 140328337179248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22196/tid=22217] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22217/stat : 22217 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328277357480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22196/tid=22218] ppid=22193 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22196/task/22218/stat : 22218 (java) S 22193 22196 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721818 10060525568 906330 33554432000 1073741824 1073778376 140736992441920 140328276304680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.357
CPU time (s): 1800
CPU user time (s): 1798.02
CPU system time (s): 1.98
CPU usage (%): 201.037
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.53
system time used= 2.48262
maximum resident set size= 3625436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32928
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= 23771
involuntary context switches= 25557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41702 second user time and 8.20775 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 18:00:31
IDJOB=4116070
IDBENCH=109424
IDSOLVER=2543
FILE ID=node125/4116070-1466956831
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116070-1466956831/watcher-4116070-1466956831 -o /tmp/evaluation-result-4116070-1466956831/solver-4116070-1466956831 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116070-1466956831.opb

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

MD5SUM BENCH= 339b0592277b6eb86d9f3fb9ca0d5b6d
RANDOM SEED=651874152

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
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		: 2667.021
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:        30228072 kB
Buffers:           18000 kB
Cached:            42168 kB
SwapCached:         1744 kB
Active:           200348 kB
Inactive:          36200 kB
Active(anon):     178164 kB
Inactive(anon):      448 kB
Active(file):      22184 kB
Inactive(file):    35752 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098444 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:       1806048 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565952 kB
SReclaimable:       9420 kB
SUnreclaim:       556532 kB
KernelStack:        1784 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2516964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-26 18:15:26