Trace number 4116110

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.03 896.167

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-7.opb
MD5SUM327e503a7a4a8903035a4425581c59c7
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 constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116110-1466954144.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.76/0.48	c ... done. Wall clock time 0.373s.
0.76/0.48	c declared #vars     4128
0.76/0.48	c #constraints  9952
0.76/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.76/0.48	c org.sat4j.specs.Constr$1 => 888
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.76/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.76/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.76/0.48	c 9952 constraints processed.
0.76/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.76/0.48	c org.sat4j.specs.Constr$1 => 888
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.76/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.76/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.76/0.48	c 9952 constraints processed.
4.17/1.39	c cleaning 2497 clauses out of 4998 with flag 15555/5000
6.26/2.01	c cleaning 4239 clauses out of 8503 with flag 37548/11002
7.73/2.74	c cleaning 5610 clauses out of 11264 with flag 66763/18002
9.59/3.60	c cleaning 6819 clauses out of 13653 with flag 103078/26001
11.82/4.62	c cleaning 7891 clauses out of 15833 with flag 144649/35000
14.27/5.80	c cleaning 8965 clauses out of 17942 with flag 190426/45000
16.66/7.08	c cleaning 9970 clauses out of 19977 with flag 244225/56000
19.99/8.61	c cleaning 10994 clauses out of 22007 with flag 305946/68000
22.99/10.16	c cleaning 11974 clauses out of 24013 with flag 373613/81000
26.71/11.97	c cleaning 13012 clauses out of 26039 with flag 447325/95000
30.51/13.88	c cleaning 14005 clauses out of 28027 with flag 529760/110000
34.92/16.03	c cleaning 15005 clauses out of 30022 with flag 618316/126000
35.16/16.14	c cleaning 0 clauses out of 5000 with flag 0/5000
40.37/18.58	c cleaning 15995 clauses out of 32018 with flag 711470/143001
45.72/21.10	c cleaning 16992 clauses out of 34022 with flag 811744/161000
51.12/23.83	c cleaning 17991 clauses out of 36030 with flag 919956/180000
57.06/26.77	c cleaning 18976 clauses out of 38040 with flag 1033121/200001
63.28/29.86	c cleaning 20011 clauses out of 40063 with flag 1157231/221000
70.07/33.20	c cleaning 21000 clauses out of 42052 with flag 1288089/243000
77.61/36.94	c cleaning 22020 clauses out of 44053 with flag 1426661/266001
85.66/40.95	c cleaning 22993 clauses out of 46033 with flag 1567119/290001
93.73/44.92	c cleaning 23976 clauses out of 48039 with flag 1716773/315000
101.93/49.05	c cleaning 25014 clauses out of 50064 with flag 1873218/341001
111.60/53.81	c cleaning 26006 clauses out of 52051 with flag 2036396/368002
121.51/58.70	c cleaning 26983 clauses out of 54044 with flag 2209527/396001
131.72/63.89	c cleaning 28030 clauses out of 56060 with flag 2383985/425000
143.21/69.51	c cleaning 28979 clauses out of 58030 with flag 2566927/455000
155.16/75.45	c cleaning 29988 clauses out of 60051 with flag 2755448/486000
167.63/81.66	c cleaning 31009 clauses out of 62063 with flag 2955432/518000
180.52/88.10	c cleaning 32006 clauses out of 64055 with flag 3160916/551001
195.07/95.70	c cleaning 32980 clauses out of 66049 with flag 3370247/585001
209.51/102.81	c cleaning 34013 clauses out of 68071 with flag 3586602/620003
224.36/110.26	c cleaning 35008 clauses out of 70055 with flag 3814043/656000
239.83/117.92	c cleaning 36000 clauses out of 72048 with flag 4045284/693001
256.35/126.15	c cleaning 36996 clauses out of 74048 with flag 4280921/731001
273.46/134.62	c cleaning 38010 clauses out of 76052 with flag 4524534/770001
289.26/142.59	c cleaning 39005 clauses out of 78041 with flag 4776227/810000
304.66/150.26	c cleaning 39985 clauses out of 80036 with flag 5036365/851000
321.07/158.49	c cleaning 40991 clauses out of 82051 with flag 5304588/893000
338.06/166.91	c cleaning 41980 clauses out of 84062 with flag 5574149/936002
355.47/175.69	c cleaning 43006 clauses out of 86080 with flag 5854187/980000
374.46/185.03	c cleaning 44006 clauses out of 88074 with flag 6140780/1025000
393.25/194.45	c cleaning 45032 clauses out of 90068 with flag 6432770/1071000
413.66/204.63	c cleaning 45994 clauses out of 92036 with flag 6729896/1118000
434.04/214.85	c cleaning 46979 clauses out of 94043 with flag 7038194/1166001
455.81/225.74	c cleaning 47969 clauses out of 96063 with flag 7348552/1215000
478.62/237.13	c cleaning 49001 clauses out of 98094 with flag 7662943/1265000
501.41/248.60	c cleaning 50023 clauses out of 100094 with flag 7983483/1316001
525.00/260.38	c cleaning 51003 clauses out of 102070 with flag 8311100/1368000
548.99/272.37	c cleaning 52018 clauses out of 104067 with flag 8643405/1421000
573.99/284.81	c cleaning 53018 clauses out of 106051 with flag 8984013/1475002
603.70/299.94	c cleaning 53997 clauses out of 108031 with flag 9333126/1530000
634.41/315.26	c cleaning 54967 clauses out of 110035 with flag 9689032/1586001
637.49/316.70	c cleaning 0 clauses out of 11000 with flag 0/11000
667.04/331.48	c cleaning 56011 clauses out of 112068 with flag 10051653/1643001
701.62/348.63	c cleaning 57019 clauses out of 114056 with flag 10418888/1701000
736.59/366.08	c cleaning 57992 clauses out of 116039 with flag 10794330/1760002
772.58/383.99	c cleaning 59010 clauses out of 118046 with flag 11176300/1820001
810.46/402.87	c cleaning 60002 clauses out of 120035 with flag 11559348/1881000
848.03/421.50	c cleaning 60972 clauses out of 122033 with flag 11953772/1943000
888.25/441.53	c cleaning 62022 clauses out of 124061 with flag 12354094/2006000
928.86/461.72	c cleaning 62972 clauses out of 126039 with flag 12758526/2070000
969.97/482.26	c cleaning 64001 clauses out of 128067 with flag 13164081/2135000
1014.04/504.11	c cleaning 65021 clauses out of 130066 with flag 13582910/2201000
1058.81/526.42	c cleaning 66013 clauses out of 132045 with flag 14007838/2268000
1104.83/549.31	c cleaning 67016 clauses out of 134032 with flag 14431599/2336000
1151.29/572.44	c cleaning 68000 clauses out of 136016 with flag 14864281/2405000
1199.32/596.38	c cleaning 69009 clauses out of 138017 with flag 15306758/2475001
1249.50/621.38	c cleaning 69940 clauses out of 140007 with flag 15756197/2546000
1300.66/646.90	c cleaning 71001 clauses out of 142067 with flag 16213065/2618000
1355.45/674.85	c cleaning 72015 clauses out of 144066 with flag 16670516/2691000
1410.08/702.03	c cleaning 72997 clauses out of 146052 with flag 17132403/2765001
1465.86/729.74	c cleaning 73954 clauses out of 148055 with flag 17603382/2840001
1522.86/758.17	c cleaning 75037 clauses out of 150100 with flag 18088139/2916000
1562.45/777.89	c cleaning 0 clauses out of 18000 with flag 0/18000
1581.92/787.51	c cleaning 76008 clauses out of 152064 with flag 18575387/2993001
1641.60/817.21	c cleaning 77024 clauses out of 154055 with flag 19068706/3071000
1703.40/848.10	c cleaning 78003 clauses out of 156031 with flag 19567148/3150000
1765.07/878.70	c cleaning 78993 clauses out of 158028 with flag 20077596/3230000
1800.03/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.10	c starts		: 28200
1800.03/896.10	c conflicts		: 3280523
1800.03/896.10	c decisions		: 32748653
1800.03/896.10	c propagations		: 450397070
1800.03/896.10	c inspects		: 9476626940
1800.03/896.10	c shortcuts		: 0
1800.03/896.10	c learnt literals	: 2
1800.03/896.10	c learnt binary clauses	: 41
1800.03/896.10	c learnt ternary clauses	: 669
1800.03/896.10	c learnt constraints	: 3280521
1800.03/896.10	c ignored constraints	: 0
1800.03/896.10	c root simplifications	: 0
1800.03/896.10	c removed literals (reason simplification)	: 2259156
1800.03/896.10	c reason swapping (by a shorter reason)	: 0
1800.03/896.10	c Calls to reduceDB	: 76
1800.03/896.10	c Number of update (reduction) of LBD	: 694668
1800.03/896.10	c Imported unit clauses	: 0
1800.03/896.10	c number of reductions to clauses (during analyze)	: 0
1800.03/896.10	c number of learned constraints concerned by reduction	: 0
1800.03/896.10	c number of learning phase by resolution	: 0
1800.03/896.10	c number of learning phase by cutting planes	: 0
1800.03/896.10	c speed (assignments/second)	: 502894.7565287977
1800.03/896.10	c non guided choices	7501
1800.03/896.13	c learnt constraints type 
1800.03/896.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.03/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129517
1800.03/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.13	c starts		: 45
1800.03/896.13	c conflicts		: 19249
1800.03/896.13	c decisions		: 68875
1800.03/896.13	c propagations		: 2280157
1800.03/896.13	c inspects		: 660452537
1800.03/896.13	c shortcuts		: 0
1800.03/896.13	c learnt literals	: 0
1800.03/896.13	c learnt binary clauses	: 0
1800.03/896.13	c learnt ternary clauses	: 1
1800.03/896.13	c learnt constraints	: 19249
1800.03/896.13	c ignored constraints	: 0
1800.03/896.13	c root simplifications	: 0
1800.03/896.13	c removed literals (reason simplification)	: 0
1800.03/896.13	c reason swapping (by a shorter reason)	: 0
1800.03/896.13	c Calls to reduceDB	: 3
1800.03/896.13	c Number of update (reduction) of LBD	: 0
1800.03/896.13	c Imported unit clauses	: 0
1800.03/896.13	c number of reductions to clauses (during analyze)	: 0
1800.03/896.13	c number of learned constraints concerned by reduction	: 0
1800.03/896.13	c number of learning phase by resolution	: 0
1800.03/896.13	c number of learning phase by cutting planes	: 0
1800.03/896.13	c speed (assignments/second)	: 2545.8551753783627
1800.03/896.13	c non guided choices	267
1800.03/896.14	c learnt constraints type 
1800.03/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.03/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19242
1800.03/896.14	s UNKNOWN
1800.03/896.14	c Total wall clock time (in seconds): 896.031

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

pid=21713
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.10 4.21 4.25 4/197 21716
/proc/meminfo: memFree=30056340/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 1329 0 0 0 0 0 0 0 20 0 2 0 28453065 98635776 960 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 24065 959 727 9 0 16771 0
[pid=21716/tid=21717] ppid=21713 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) R 21713 21716 19474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28453066 98570240 977 33554432000 1073741824 1073778376 140736246475376 140632262188584 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 4.10 4.21 4.25 4/197 21716
/proc/meminfo: memFree=30056340/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 4536 0 1 0 9 1 0 0 20 0 18 0 28453065 9787879424 5661 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2389619 5661 2156 9 0 2380296 0
[pid=21716/tid=21717] ppid=21713 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) R 21713 21716 19474 0 -1 4202560 2442 0 1 0 6 1 0 0 20 0 18 0 28453066 9787879424 5661 33554432000 1073741824 1073778376 140736246475376 140632262191752 270710914104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.10 4.21 4.25 4/197 21716
/proc/meminfo: memFree=30056340/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 4765 0 1 0 25 1 0 0 20 0 18 0 28453065 9787879424 6335 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2389619 6335 2214 9 0 2380296 0
[pid=21716/tid=21717] ppid=21713 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) R 21713 21716 19474 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 18 0 28453066 9787879424 6335 33554432000 1073741824 1073778376 140736246475376 140632262191752 140632201993516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 4.10 4.21 4.25 4/197 21716
/proc/meminfo: memFree=30056340/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 6024 0 1 0 49 2 0 0 20 0 18 0 28453065 9787879424 8622 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2389619 8622 2234 9 0 2380296 0
[pid=21716/tid=21717] ppid=21713 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) R 21713 21716 19474 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 18 0 28453066 9787879424 8622 33554432000 1073741824 1073778376 140736246475376 140632262191752 140632201997640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 4.10 4.21 4.25 4/197 21716
/proc/meminfo: memFree=30056340/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 14296 0 1 0 175 4 0 0 20 0 22 0 28453065 10060525568 22215 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 22215 2265 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2491 0 1 0 44 2 0 0 20 0 22 0 28453066 10060525568 22215 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 4.10 4.21 4.25 7/219 21738
/proc/meminfo: memFree=29740832/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 24110 0 1 0 479 8 0 0 20 0 22 0 28453065 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 48624 2292 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2491 0 1 0 44 2 0 0 20 0 22 0 28453066 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632200923688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632199870888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28453067 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632098810536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632086399464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632085345528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632084292616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632083241104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/21716/task/21731/stat : 21731 (java) R 21713 21716 19474 0 -1 4202560 10911 0 0 0 119 2 0 0 20 0 22 0 28453070 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632082189080 140632266311100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 19474 0 -1 4202560 9237 0 0 0 115 2 0 0 20 0 22 0 28453070 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632081136440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632080083832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632079031240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21735] ppid=21713 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/21716/task/21735/stat : 21735 (java) R 21713 21716 19474 0 -1 4202560 21 0 0 0 97 0 0 0 20 0 22 0 28453114 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632077611352 140632203039984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21736] ppid=21713 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/21716/task/21736/stat : 21736 (java) R 21713 21716 19474 0 -1 4202560 74 0 0 0 90 2 0 0 20 0 22 0 28453114 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632076558328 140632268716551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632075506600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21738] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21738/stat : 21738 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 48624 33554432000 1073741824 1073778376 140736246475376 140632074453800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.34 4.26 4.26 5/219 21738
/proc/meminfo: memFree=29501540/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 25462 0 1 0 844 14 0 0 20 0 22 0 28453065 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 91262 2292 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2491 0 1 0 44 2 0 0 20 0 22 0 28453066 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 19474 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632200923688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 19474 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632199870888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 19474 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28453067 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632098810536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632086399464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632085345528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632084292616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632083241104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 19474 0 -1 4202560 11979 0 0 0 152 2 0 0 20 0 22 0 28453070 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632082189240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 19474 0 -1 4202560 9240 0 0 0 123 2 0 0 20 0 22 0 28453070 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632081136440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632080083832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632079031240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21735] ppid=21713 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/21716/task/21735/stat : 21735 (java) R 21713 21716 19474 0 -1 4202560 22 0 0 0 249 0 0 0 20 0 22 0 28453114 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632077609648 140632202646092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21736] ppid=21713 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/21716/task/21736/stat : 21736 (java) R 21713 21716 19474 0 -1 4202560 134 0 0 0 241 3 0 0 20 0 22 0 28453114 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632076557760 140632202848162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632075506600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21738] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21738/stat : 21738 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 91262 33554432000 1073741824 1073778376 140736246475376 140632074453800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.34 4.26 4.26 5/219 21738
/proc/meminfo: memFree=28793020/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=15.26 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 26702 0 1 0 1503 23 0 0 20 0 22 0 28453065 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 161404 2292 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2491 0 1 0 44 2 0 0 20 0 22 0 28453066 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 19474 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632200923688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 19474 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632199870888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 28453067 10060525568 161404 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 596 0 0 0 216 16 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 522 0 0 0 191 17 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 542 0 0 0 204 15 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 802 0 0 0 217 20 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 549 0 0 0 197 18 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 19474 0 -1 4202560 538 0 0 0 188 14 0 0 20 0 22 0 28453067 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632098810536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 19474 0 -1 4202560 2213 0 0 0 300 10 0 0 20 0 22 0 28453068 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632086399464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632085345528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632084292616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632083241104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 19474 0 -1 4202560 11999 0 0 0 169 2 0 0 20 0 22 0 28453070 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632082189240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 19474 0 -1 4202560 12740 0 0 0 194 3 0 0 20 0 22 0 28453070 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632081136440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632080083832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 19474 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 28453070 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632079031240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21735] ppid=21713 vsize=9824732 CPUtime=871.33 cores=1,3,5,7
/proc/21716/task/21735/stat : 21735 (java) R 21713 21716 19474 0 -1 4202560 61 0 0 0 87118 15 0 0 20 0 22 0 28453114 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632077602928 140632202598170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21736] ppid=21713 vsize=9824732 CPUtime=871.41 cores=1,3,5,7
/proc/21716/task/21736/stat : 21736 (java) R 21713 21716 19474 0 -1 4202560 1919 0 0 0 87094 47 0 0 20 0 22 0 28453114 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632076558752 140632202867985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632075506600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21738] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21738/stat : 21738 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 923088 33554432000 1073741824 1073778376 140736246475376 140632074453800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.33 4.33 4.28 6/220 21830
/proc/meminfo: memFree=26380876/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 37512 0 1 0 179795 208 0 0 20 0 22 0 28453065 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 926673 2301 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2500 0 1 0 46 5 0 0 20 0 22 0 28453066 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 19474 0 -1 4202560 615 0 0 0 207 16 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632200923688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 19474 0 -1 4202560 575 0 0 0 211 18 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632199870888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 599 0 0 0 221 16 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 527 0 0 0 196 17 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 545 0 0 0 207 15 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 803 0 0 0 218 20 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 549 0 0 0 200 18 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 19474 0 -1 4202560 543 0 0 0 194 14 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632098810536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 19474 0 -1 4202560 2217 0 0 0 300 10 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632086399464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632085345528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632084292616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632083241104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 19474 0 -1 4202560 11999 0 0 0 169 2 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632082189240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 19474 0 -1 4202560 12740 0 0 0 194 3 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632081136440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632080083832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 19474 0 -1 4202560 53 0 0 0 16 22 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632079031240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21735] ppid=21713 vsize=9824732 CPUtime=884.99 cores=1,3,5,7
/proc/21716/task/21735/stat : 21735 (java) R 21713 21716 19474 0 -1 4202560 62 0 0 0 88484 15 0 0 20 0 22 0 28453114 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632077610560 140632202645792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21736] ppid=21713 vsize=9824732 CPUtime=885.08 cores=1,3,5,7
/proc/21716/task/21736/stat : 21736 (java) R 21713 21716 19474 0 -1 4202560 1920 0 0 0 88461 47 0 0 20 0 22 0 28453114 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632076558736 140632202861905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632075506600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21738] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21738/stat : 21738 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632074453800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 21716 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.33 4.33 4.28 6/220 21830
/proc/meminfo: memFree=26380876/32872528 swapFree=1541156/1696500
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21716/stat : 21716 (java) S 21713 21716 19474 0 -1 4202496 37512 0 1 0 179795 208 0 0 20 0 22 0 28453065 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140736246466512 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21716/statm: 2456183 926673 2301 9 0 2446860 0
[pid=21716/tid=21717] ppid=21713 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/21716/task/21717/stat : 21717 (java) S 21713 21716 19474 0 -1 4202560 2500 0 1 0 46 5 0 0 20 0 22 0 28453066 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632262194040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 19474 0 -1 4202560 615 0 0 0 207 16 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632200923688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 19474 0 -1 4202560 575 0 0 0 211 18 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632199870888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 19474 0 -1 4202560 599 0 0 0 221 16 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632198818088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 19474 0 -1 4202560 527 0 0 0 196 17 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632197765288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 19474 0 -1 4202560 545 0 0 0 207 15 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632196713512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 19474 0 -1 4202560 803 0 0 0 218 20 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632195660712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 19474 0 -1 4202560 549 0 0 0 200 18 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632099863336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 19474 0 -1 4202560 543 0 0 0 194 14 0 0 20 0 22 0 28453067 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632098810536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 19474 0 -1 4202560 2217 0 0 0 300 10 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632086399464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632085345528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28453068 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632084292616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632083241104 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 19474 0 -1 4202560 11999 0 0 0 169 2 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632082189240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 19474 0 -1 4202560 12740 0 0 0 194 3 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632081136440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632080083832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 19474 0 -1 4202560 53 0 0 0 16 22 0 0 20 0 22 0 28453070 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632079031240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21735] ppid=21713 vsize=9824732 CPUtime=884.99 cores=1,3,5,7
/proc/21716/task/21735/stat : 21735 (java) R 21713 21716 19474 0 -1 4202560 62 0 0 0 88484 15 0 0 20 0 22 0 28453114 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632077610560 140632202645792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21716/tid=21736] ppid=21713 vsize=9824732 CPUtime=885.08 cores=1,3,5,7
/proc/21716/task/21736/stat : 21736 (java) R 21713 21716 19474 0 -1 4202560 1920 0 0 0 88461 47 0 0 20 0 22 0 28453114 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632076558736 140632202861905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632075506600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21716/tid=21738] ppid=21713 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21716/task/21738/stat : 21738 (java) S 21713 21716 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28453115 10060525568 926673 33554432000 1073741824 1073778376 140736246475376 140632074453800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.167
CPU time (s): 1800.03
CPU user time (s): 1797.95
CPU system time (s): 2.08
CPU usage (%): 200.859
Max. virtual memory (cumulated for all children) (KiB): 9825088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 2.56161
maximum resident set size= 3706808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24240
involuntary context switches= 30309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69113 second user time and 7.49486 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 17:15:44
IDJOB=4116110
IDBENCH=109429
IDSOLVER=2543
FILE ID=node125/4116110-1466954144
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-size112-round22-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116110-1466954144/watcher-4116110-1466954144 -o /tmp/evaluation-result-4116110-1466954144/solver-4116110-1466954144 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116110-1466954144.opb

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

MD5SUM BENCH= 327e503a7a4a8903035a4425581c59c7
RANDOM SEED=1558538986

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:        30056604 kB
Buffers:           14576 kB
Cached:            41016 kB
SwapCached:         1744 kB
Active:           387924 kB
Inactive:          32068 kB
Active(anon):     366180 kB
Inactive(anon):      448 kB
Active(file):      21744 kB
Inactive(file):    31620 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098444 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       2135960 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565804 kB
SReclaimable:       9288 kB
SUnreclaim:       556516 kB
KernelStack:        1808 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2786272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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 17:30:40