Trace number 4116814

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 895.153

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-6.opb
MD5SUM81107c934f725424e8f6a58ed1ae2123
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 constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
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.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116814-1466953465.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.371s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9920
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.49	c org.sat4j.specs.Constr$1 => 872
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.49	c 9920 constraints processed.
0.73/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.49	c org.sat4j.specs.Constr$1 => 872
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
0.73/0.49	c 9920 constraints processed.
4.50/1.46	c cleaning 2492 clauses out of 4999 with flag 16064/5001
6.30/2.08	c cleaning 4253 clauses out of 8506 with flag 37263/11000
7.94/2.81	c cleaning 5621 clauses out of 11253 with flag 63593/18000
9.61/3.68	c cleaning 6803 clauses out of 13632 with flag 96094/26000
11.68/4.69	c cleaning 7894 clauses out of 15829 with flag 134866/35000
14.62/5.94	c cleaning 8949 clauses out of 17935 with flag 180863/45000
17.01/7.13	c cleaning 9976 clauses out of 19986 with flag 231978/56000
19.62/8.49	c cleaning 10990 clauses out of 22010 with flag 290365/68000
23.12/10.14	c cleaning 11990 clauses out of 24021 with flag 355897/81001
26.82/11.96	c cleaning 13004 clauses out of 26030 with flag 428202/95000
30.64/13.88	c cleaning 13998 clauses out of 28026 with flag 507463/110000
35.03/16.08	c cleaning 14974 clauses out of 30028 with flag 592279/126000
39.63/18.34	c cleaning 15998 clauses out of 32054 with flag 686363/143000
42.39/19.65	c cleaning 0 clauses out of 5000 with flag 0/5000
45.18/20.91	c cleaning 17014 clauses out of 34056 with flag 787525/161000
50.56/23.66	c cleaning 18010 clauses out of 36044 with flag 893016/180002
56.94/26.76	c cleaning 18968 clauses out of 38035 with flag 1005720/200003
63.33/29.95	c cleaning 20023 clauses out of 40064 with flag 1123702/221000
70.32/33.41	c cleaning 21015 clauses out of 42041 with flag 1250316/243000
77.69/37.05	c cleaning 21994 clauses out of 44026 with flag 1384063/266000
85.49/40.94	c cleaning 22980 clauses out of 46033 with flag 1522490/290001
94.00/45.17	c cleaning 24009 clauses out of 48052 with flag 1668942/315000
102.58/49.44	c cleaning 24980 clauses out of 50043 with flag 1823635/341000
112.49/54.35	c cleaning 25998 clauses out of 52063 with flag 1983066/368000
122.49/59.39	c cleaning 26970 clauses out of 54066 with flag 2149760/396001
132.98/64.52	c cleaning 28035 clauses out of 56095 with flag 2325098/425000
143.88/69.99	c cleaning 28998 clauses out of 58060 with flag 2506550/455000
155.48/75.77	c cleaning 30027 clauses out of 60062 with flag 2694176/486000
167.96/81.95	c cleaning 30993 clauses out of 62035 with flag 2889111/518000
181.25/88.57	c cleaning 32008 clauses out of 64044 with flag 3089020/551002
195.14/95.45	c cleaning 33006 clauses out of 66034 with flag 3296503/585000
210.24/103.39	c cleaning 33997 clauses out of 68028 with flag 3508452/620000
225.07/110.76	c cleaning 34976 clauses out of 70031 with flag 3728550/656000
240.95/118.61	c cleaning 36028 clauses out of 72055 with flag 3957831/693000
256.85/126.56	c cleaning 36949 clauses out of 74027 with flag 4189094/731000
273.98/135.09	c cleaning 38025 clauses out of 76079 with flag 4430160/770001
281.58/138.80	c cleaning 0 clauses out of 11000 with flag 0/11000
292.09/144.08	c cleaning 39016 clauses out of 78053 with flag 4675254/810000
310.81/153.39	c cleaning 39996 clauses out of 80037 with flag 4930327/851000
330.15/162.98	c cleaning 41015 clauses out of 82041 with flag 5191979/893000
350.65/173.18	c cleaning 42011 clauses out of 84026 with flag 5457706/936000
371.78/183.66	c cleaning 42984 clauses out of 86015 with flag 5730028/980000
391.70/193.52	c cleaning 43997 clauses out of 88031 with flag 6007768/1025000
410.10/202.79	c cleaning 44968 clauses out of 90034 with flag 6295067/1071000
430.10/212.73	c cleaning 46020 clauses out of 92068 with flag 6585871/1118002
454.06/224.65	c cleaning 47006 clauses out of 94047 with flag 6884801/1166001
480.11/237.59	c cleaning 47981 clauses out of 96043 with flag 7189141/1215003
507.38/251.08	c cleaning 49021 clauses out of 98059 with flag 7503583/1265000
534.94/264.73	c cleaning 49984 clauses out of 100038 with flag 7822470/1316000
563.51/279.48	c cleaning 51013 clauses out of 102055 with flag 8145881/1368001
588.39/291.86	c cleaning 51998 clauses out of 104041 with flag 8476252/1421000
613.59/304.40	c cleaning 52989 clauses out of 106043 with flag 8816404/1475000
644.32/319.79	c cleaning 53994 clauses out of 108054 with flag 9160748/1530000
676.51/335.72	c cleaning 55017 clauses out of 110062 with flag 9515624/1586002
709.70/352.23	c cleaning 56002 clauses out of 112043 with flag 9871685/1643000
744.05/369.37	c cleaning 57009 clauses out of 114043 with flag 10234637/1701002
779.94/387.15	c cleaning 57977 clauses out of 116032 with flag 10607163/1760000
816.94/405.59	c cleaning 58999 clauses out of 118056 with flag 10983183/1820001
854.33/424.13	c cleaning 60020 clauses out of 120057 with flag 11366255/1881001
892.99/443.39	c cleaning 60981 clauses out of 122036 with flag 11754800/1943000
933.75/463.65	c cleaning 62006 clauses out of 124055 with flag 12150741/2006000
974.40/483.88	c cleaning 63007 clauses out of 126050 with flag 12547781/2070001
1016.39/504.77	c cleaning 64010 clauses out of 128042 with flag 12957026/2135000
1059.81/526.25	c cleaning 65004 clauses out of 130035 with flag 13369588/2201003
1105.19/548.73	c cleaning 65980 clauses out of 132029 with flag 13794012/2268001
1150.23/571.14	c cleaning 67014 clauses out of 134048 with flag 14219317/2336000
1197.61/594.66	c cleaning 67962 clauses out of 136034 with flag 14651511/2405000
1213.93/602.78	c cleaning 0 clauses out of 18000 with flag 0/18000
1246.49/618.95	c cleaning 69015 clauses out of 138072 with flag 15093149/2475000
1298.40/645.64	c cleaning 70019 clauses out of 140057 with flag 15538452/2546000
1350.03/671.36	c cleaning 71008 clauses out of 142039 with flag 15992691/2618001
1403.29/697.88	c cleaning 72003 clauses out of 144030 with flag 16452805/2691000
1458.04/725.01	c cleaning 72975 clauses out of 146027 with flag 16914541/2765000
1513.09/752.37	c cleaning 73993 clauses out of 148052 with flag 17383777/2840000
1570.93/781.07	c cleaning 75019 clauses out of 150061 with flag 17856091/2916002
1627.46/809.15	c cleaning 76015 clauses out of 152040 with flag 18341017/2993000
1686.77/838.64	c cleaning 76962 clauses out of 154026 with flag 18828367/3071001
1742.14/866.26	c cleaning 77990 clauses out of 156066 with flag 19323342/3150003
1795.82/893.00	c cleaning 79009 clauses out of 158074 with flag 19827434/3230001
1800.02/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.10	c starts		: 28109
1800.02/895.10	c conflicts		: 3238290
1800.02/895.10	c decisions		: 33564428
1800.02/895.10	c propagations		: 450492863
1800.02/895.10	c inspects		: 9285501281
1800.02/895.10	c shortcuts		: 0
1800.02/895.10	c learnt literals	: 2
1800.02/895.10	c learnt binary clauses	: 36
1800.02/895.10	c learnt ternary clauses	: 603
1800.02/895.10	c learnt constraints	: 3238288
1800.02/895.10	c ignored constraints	: 0
1800.02/895.10	c root simplifications	: 0
1800.02/895.10	c removed literals (reason simplification)	: 2053923
1800.02/895.10	c reason swapping (by a shorter reason)	: 0
1800.02/895.10	c Calls to reduceDB	: 76
1800.02/895.10	c Number of update (reduction) of LBD	: 673474
1800.02/895.10	c Imported unit clauses	: 0
1800.02/895.10	c number of reductions to clauses (during analyze)	: 0
1800.02/895.10	c number of learned constraints concerned by reduction	: 0
1800.02/895.10	c number of learning phase by resolution	: 0
1800.02/895.10	c number of learning phase by cutting planes	: 0
1800.02/895.10	c speed (assignments/second)	: 503570.7284956243
1800.02/895.10	c non guided choices	6696
1800.02/895.13	c learnt constraints type 
1800.02/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.02/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87318
1800.02/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.13	c starts		: 45
1800.02/895.13	c conflicts		: 20431
1800.02/895.13	c decisions		: 74533
1800.02/895.13	c propagations		: 2512327
1800.02/895.13	c inspects		: 757593602
1800.02/895.13	c shortcuts		: 0
1800.02/895.13	c learnt literals	: 0
1800.02/895.13	c learnt binary clauses	: 0
1800.02/895.13	c learnt ternary clauses	: 0
1800.02/895.13	c learnt constraints	: 20430
1800.02/895.13	c ignored constraints	: 0
1800.02/895.13	c root simplifications	: 0
1800.02/895.13	c removed literals (reason simplification)	: 0
1800.02/895.13	c reason swapping (by a shorter reason)	: 0
1800.02/895.13	c Calls to reduceDB	: 3
1800.02/895.13	c Number of update (reduction) of LBD	: 0
1800.02/895.13	c Imported unit clauses	: 0
1800.02/895.13	c number of reductions to clauses (during analyze)	: 0
1800.02/895.13	c number of learned constraints concerned by reduction	: 0
1800.02/895.13	c number of learning phase by resolution	: 0
1800.02/895.13	c number of learning phase by cutting planes	: 0
1800.02/895.13	c speed (assignments/second)	: 2808.255330184145
1800.02/895.13	c non guided choices	337
1800.02/895.13	c learnt constraints type 
1800.02/895.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10
1800.02/895.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20420
1800.02/895.13	s UNKNOWN
1800.02/895.13	c Total wall clock time (in seconds): 895.015

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-4116814-1466953465/watcher-4116814-1466953465 -o /tmp/evaluation-result-4116814-1466953465/solver-4116814-1466953465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116814-1466953465.opb 

pid=23551
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.24 4.20 4.18 4/197 23554
/proc/meminfo: memFree=28012400/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/23554/stat : 23554 (java) D 23551 23554 20053 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28386042 2560000 46 33554432000 1073741824 1073778376 140737031575152 140737031572280 213857168679 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.24 4.20 4.18 4/197 23554
/proc/meminfo: memFree=28012400/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 4427 0 1 0 8 1 0 0 20 0 18 0 28386042 9787879424 6045 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.24 4.20 4.18 4/197 23554
/proc/meminfo: memFree=28012400/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 4718 0 1 0 23 1 0 0 20 0 18 0 28386042 9787879424 6794 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2389619 6794 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.24 4.20 4.18 4/197 23554
/proc/meminfo: memFree=28012400/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 5824 0 1 0 46 1 0 0 20 0 18 0 28386042 9787879424 8353 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2389619 8353 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 4.24 4.20 4.18 4/197 23554
/proc/meminfo: memFree=28012400/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 15926 0 1 0 178 4 0 0 20 0 22 0 28386042 10060525568 24451 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 24451 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.24 4.20 4.18 7/219 23576
/proc/meminfo: memFree=27875072/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=4.82 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 24677 0 1 0 474 8 0 0 20 0 22 0 28386042 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 46996 2292 9 0 2446860 0
[pid=23554/tid=23556] ppid=23551 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23554/task/23556/stat : 23556 (java) S 23551 23554 20053 0 -1 4202560 2425 0 1 0 45 1 0 0 20 0 22 0 28386043 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682497983352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23557] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23557/stat : 23557 (java) S 23551 23554 20053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682341497640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23558] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23558/stat : 23558 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682340444840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23559] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 46996 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28386044 10060525568 47002 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28386045 10060525568 47019 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 47035 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 47052 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 47068 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/23554/task/23569/stat : 23569 (java) R 23551 23554 20053 0 -1 4202560 8252 0 0 0 115 2 0 0 20 0 22 0 28386048 10060525568 47087 33554432000 1073741824 1073778376 140737031575152 139681981622336 139682500589657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23570] ppid=23551 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23554/task/23570/stat : 23570 (java) R 23551 23554 20053 0 -1 4202560 12638 0 0 0 112 3 0 0 20 0 22 0 28386048 10060525568 47105 33554432000 1073741824 1073778376 140737031575152 139681980569536 213866001081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23571] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23571/stat : 23571 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 47124 33554432000 1073741824 1073778376 140737031575152 139681979517560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23572] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23572/stat : 23572 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 47126 33554432000 1073741824 1073778376 140737031575152 139681978464968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23573] ppid=23551 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23554/task/23573/stat : 23573 (java) R 23551 23554 20053 0 -1 4202560 18 0 0 0 96 0 0 0 20 0 22 0 28386092 10060525568 47139 33554432000 1073741824 1073778376 140737031575152 139681976938768 139682353264384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23574] ppid=23551 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/23554/task/23574/stat : 23574 (java) R 23551 23554 20053 0 -1 4202560 76 0 0 0 94 1 0 0 20 0 22 0 28386092 10060525568 47144 33554432000 1073741824 1073778376 140737031575152 139681975894504 139682353205000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23575] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23575/stat : 23575 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 47144 33554432000 1073741824 1073778376 140737031575152 139681974843048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23576] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23576/stat : 23576 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 47144 33554432000 1073741824 1073778376 140737031575152 139681973790248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.38 4.23 4.19 5/219 23576
/proc/meminfo: memFree=27738660/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=8.61 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 27001 0 1 0 845 16 0 0 20 0 22 0 28386042 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 91385 2292 9 0 2446860 0
[pid=23554/tid=23556] ppid=23551 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23554/task/23556/stat : 23556 (java) S 23551 23554 20053 0 -1 4202560 2425 0 1 0 45 1 0 0 20 0 22 0 28386043 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682497983352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23557] ppid=23551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23554/task/23557/stat : 23557 (java) S 23551 23554 20053 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682341497640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23558] ppid=23551 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23554/task/23558/stat : 23558 (java) S 23551 23554 20053 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682340444840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23559] ppid=23551 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 28386044 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28386045 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/23554/task/23569/stat : 23569 (java) S 23551 23554 20053 0 -1 4202560 8252 0 0 0 128 2 0 0 20 0 22 0 28386048 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681981622456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23570] ppid=23551 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/23554/task/23570/stat : 23570 (java) S 23551 23554 20053 0 -1 4202560 14524 0 0 0 149 3 0 0 20 0 22 0 28386048 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681980569656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23571] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23571/stat : 23571 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681979517560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23572] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23572/stat : 23572 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681978464968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23573] ppid=23551 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23554/task/23573/stat : 23573 (java) R 23551 23554 20053 0 -1 4202560 20 0 0 0 246 0 0 0 20 0 22 0 28386092 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681976945536 139682353205000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23574] ppid=23551 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/23554/task/23574/stat : 23574 (java) R 23551 23554 20053 0 -1 4202560 137 0 0 0 243 2 0 0 20 0 22 0 28386092 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681975893768 139682353204511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23575] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23575/stat : 23575 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681974843048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23576] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23576/stat : 23576 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 91385 33554432000 1073741824 1073778376 140737031575152 139681973790248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.38 4.23 4.19 8/219 23576
/proc/meminfo: memFree=27396068/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=15.42 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 31418 0 1 0 1515 27 0 0 20 0 22 0 28386042 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 164310 2292 9 0 2446860 0
[pid=23554/tid=23556] ppid=23551 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23554/task/23556/stat : 23556 (java) S 23551 23554 20053 0 -1 4202560 2425 0 1 0 45 1 0 0 20 0 22 0 28386043 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682497983352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23557] ppid=23551 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23554/task/23557/stat : 23557 (java) S 23551 23554 20053 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682341497640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23558] ppid=23551 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23554/task/23558/stat : 23558 (java) S 23551 23554 20053 0 -1 4202560 65 0 0 0 9 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682340444840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23559] ppid=23551 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 126 0 0 0 4 0 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 174 0 0 0 3 0 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 180 0 0 0 4 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 60 0 0 0 3 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 178 0 0 0 6 2 0 0 20 0 22 0 28386044 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 28386045 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 164310 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.57 cores=1,3,5,7

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

/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 668 0 0 0 265 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 619 0 0 0 296 19 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 669 0 0 0 226 14 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 673 0 0 0 260 16 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 564 0 0 0 281 17 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 688 0 0 0 273 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 2299 0 0 0 355 9 0 0 20 0 22 0 28386045 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/23554/task/23569/stat : 23569 (java) S 23551 23554 20053 0 -1 4202560 11562 0 0 0 163 2 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681981622456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23570] ppid=23551 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23554/task/23570/stat : 23570 (java) S 23551 23554 20053 0 -1 4202560 14595 0 0 0 185 3 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681980569656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23571] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23571/stat : 23571 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681979517560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23572] ppid=23551 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23554/task/23572/stat : 23572 (java) S 23551 23554 20053 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681978464968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23573] ppid=23551 vsize=9824732 CPUtime=869.48 cores=1,3,5,7
/proc/23554/task/23573/stat : 23573 (java) R 23551 23554 20053 0 -1 4202560 51 0 0 0 86932 16 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681976946480 139682353261377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23574] ppid=23551 vsize=9824732 CPUtime=869.49 cores=1,3,5,7
/proc/23554/task/23574/stat : 23574 (java) R 23551 23554 20053 0 -1 4202560 2047 0 0 0 86900 49 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681975892640 139682353382062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23575] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23575/stat : 23575 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681974843048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23576] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23576/stat : 23576 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681973790248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.30 4.28 4.21 5/219 23665
/proc/meminfo: memFree=24228536/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 39393 0 1 0 179788 214 0 0 20 0 22 0 28386042 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 941722 2301 9 0 2446860 0
[pid=23554/tid=23556] ppid=23551 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23554/task/23556/stat : 23556 (java) S 23551 23554 20053 0 -1 4202560 2432 0 1 0 47 4 0 0 20 0 22 0 28386043 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682497983352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23557] ppid=23551 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/23554/task/23557/stat : 23557 (java) S 23551 23554 20053 0 -1 4202560 539 0 0 0 287 16 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682341497640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23558] ppid=23551 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/23554/task/23558/stat : 23558 (java) S 23551 23554 20053 0 -1 4202560 671 0 0 0 260 21 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682340444840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23559] ppid=23551 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 668 0 0 0 265 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 619 0 0 0 296 19 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 669 0 0 0 226 14 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 673 0 0 0 260 16 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 564 0 0 0 281 17 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 688 0 0 0 273 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 2299 0 0 0 355 9 0 0 20 0 22 0 28386045 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/23554/task/23569/stat : 23569 (java) S 23551 23554 20053 0 -1 4202560 11562 0 0 0 163 2 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681981622456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23570] ppid=23551 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23554/task/23570/stat : 23570 (java) S 23551 23554 20053 0 -1 4202560 14595 0 0 0 185 3 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681980569656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23571] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23571/stat : 23571 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681979517560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23572] ppid=23551 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23554/task/23572/stat : 23572 (java) S 23551 23554 20053 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681978464968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23573] ppid=23551 vsize=9824732 CPUtime=882.24 cores=1,3,5,7
/proc/23554/task/23573/stat : 23573 (java) R 23551 23554 20053 0 -1 4202560 51 0 0 0 88208 16 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681976938848 139682353205056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23574] ppid=23551 vsize=9824732 CPUtime=882.25 cores=1,3,5,7
/proc/23554/task/23574/stat : 23574 (java) R 23551 23554 20053 0 -1 4202560 2047 0 0 0 88176 49 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681975892640 139682353382013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23575] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23575/stat : 23575 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681974843048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23576] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23576/stat : 23576 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681973790248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23554 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.30 4.28 4.21 5/219 23665
/proc/meminfo: memFree=24228536/32872528 swapFree=681168/738400
[pid=23554] ppid=23551 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/23554/stat : 23554 (java) S 23551 23554 20053 0 -1 4202496 39393 0 1 0 179788 214 0 0 20 0 22 0 28386042 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 140737031566288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23554/statm: 2456183 941722 2301 9 0 2446860 0
[pid=23554/tid=23556] ppid=23551 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23554/task/23556/stat : 23556 (java) S 23551 23554 20053 0 -1 4202560 2432 0 1 0 47 4 0 0 20 0 22 0 28386043 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682497983352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23557] ppid=23551 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/23554/task/23557/stat : 23557 (java) S 23551 23554 20053 0 -1 4202560 539 0 0 0 287 16 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682341497640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23558] ppid=23551 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/23554/task/23558/stat : 23558 (java) S 23551 23554 20053 0 -1 4202560 671 0 0 0 260 21 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682340444840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23559] ppid=23551 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/23554/task/23559/stat : 23559 (java) S 23551 23554 20053 0 -1 4202560 668 0 0 0 265 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682339392552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23560] ppid=23551 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/23554/task/23560/stat : 23560 (java) S 23551 23554 20053 0 -1 4202560 619 0 0 0 296 19 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682338339752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23561] ppid=23551 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23554/task/23561/stat : 23561 (java) S 23551 23554 20053 0 -1 4202560 669 0 0 0 226 14 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682337286440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23562] ppid=23551 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/23554/task/23562/stat : 23562 (java) S 23551 23554 20053 0 -1 4202560 673 0 0 0 260 16 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139682000136360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23563] ppid=23551 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23554/task/23563/stat : 23563 (java) S 23551 23554 20053 0 -1 4202560 564 0 0 0 281 17 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681999084072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23554/tid=23564] ppid=23551 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23554/task/23564/stat : 23564 (java) S 23551 23554 20053 0 -1 4202560 688 0 0 0 273 18 0 0 20 0 22 0 28386044 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681998031272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23565] ppid=23551 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/23554/task/23565/stat : 23565 (java) S 23551 23554 20053 0 -1 4202560 2299 0 0 0 355 9 0 0 20 0 22 0 28386045 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681985833704 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23566] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23566/stat : 23566 (java) S 23551 23554 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681984779768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23567] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23567/stat : 23567 (java) S 23551 23554 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28386046 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681983727368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23568] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23568/stat : 23568 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681982675856 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23569] ppid=23551 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/23554/task/23569/stat : 23569 (java) S 23551 23554 20053 0 -1 4202560 11562 0 0 0 163 2 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681981622456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23570] ppid=23551 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23554/task/23570/stat : 23570 (java) S 23551 23554 20053 0 -1 4202560 14595 0 0 0 185 3 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681980569656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23554/tid=23571] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23571/stat : 23571 (java) S 23551 23554 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681979517560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23572] ppid=23551 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23554/task/23572/stat : 23572 (java) S 23551 23554 20053 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 28386048 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681978464968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23573] ppid=23551 vsize=9824732 CPUtime=882.24 cores=1,3,5,7
/proc/23554/task/23573/stat : 23573 (java) R 23551 23554 20053 0 -1 4202560 51 0 0 0 88208 16 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681976938848 139682353205056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23554/tid=23574] ppid=23551 vsize=9824732 CPUtime=882.25 cores=1,3,5,7
/proc/23554/task/23574/stat : 23574 (java) R 23551 23554 20053 0 -1 4202560 2047 0 0 0 88176 49 0 0 20 0 22 0 28386092 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681975892640 139682353382013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23575] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23575/stat : 23575 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681974843048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23554/tid=23576] ppid=23551 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23554/task/23576/stat : 23576 (java) S 23551 23554 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28386093 10060525568 941722 33554432000 1073741824 1073778376 140737031575152 139681973790248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.153
CPU time (s): 1800.02
CPU user time (s): 1797.88
CPU system time (s): 2.14
CPU usage (%): 201.085
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.16
system time used= 2.6306
maximum resident set size= 3767004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39426
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24181
involuntary context switches= 31425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12307 second user time and 7.2249 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:04:25
IDJOB=4116814
IDBENCH=109517
IDSOLVER=2543
FILE ID=node112/4116814-1466953465
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116814-1466953465/watcher-4116814-1466953465 -o /tmp/evaluation-result-4116814-1466953465/solver-4116814-1466953465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116814-1466953465.opb

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

MD5SUM BENCH= 81107c934f725424e8f6a58ed1ae2123
RANDOM SEED=1761133543

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.959
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.959
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:        28012556 kB
Buffers:           21356 kB
Cached:           151560 kB
SwapCached:         1692 kB
Active:          3265764 kB
Inactive:         149640 kB
Active(anon):    3242192 kB
Inactive(anon):     2548 kB
Active(file):      23572 kB
Inactive(file):   147092 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       3982076 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565832 kB
SReclaimable:       9572 kB
SUnreclaim:       556260 kB
KernelStack:        1808 kB
PageTables:        12236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4164152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3246080 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= 71688 MiB
End job on node112 at 2016-06-26 17:19:21