Trace number 4116686

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.18 894.563

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-1.opb
MD5SUM154764e9df41c652e29cc0d7de19c998
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.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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4116686-1466955010.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.99/0.51	c ... done. Wall clock time 0.384s.
0.99/0.51	c declared #vars     4128
0.99/0.51	c #constraints  9952
0.99/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.99/0.52	c constraints type 
0.99/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.99/0.52	c org.sat4j.specs.Constr$1 => 888
0.99/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.99/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.99/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.99/0.52	c 9952 constraints processed.
0.99/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.99/0.52	c constraints type 
0.99/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.99/0.52	c org.sat4j.specs.Constr$1 => 888
0.99/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.99/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.99/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.99/0.52	c 9952 constraints processed.
4.15/1.39	c cleaning 2495 clauses out of 4998 with flag 15722/5000
6.82/2.07	c cleaning 4233 clauses out of 8504 with flag 37973/11001
8.51/2.82	c cleaning 5620 clauses out of 11270 with flag 65743/18000
10.19/3.66	c cleaning 6824 clauses out of 13650 with flag 98522/26000
12.26/4.66	c cleaning 7909 clauses out of 15826 with flag 139929/35000
14.73/5.81	c cleaning 8941 clauses out of 17917 with flag 188713/45000
17.41/7.10	c cleaning 9970 clauses out of 19976 with flag 241166/56000
20.21/8.51	c cleaning 10955 clauses out of 22007 with flag 303125/68001
23.47/10.10	c cleaning 12000 clauses out of 24051 with flag 370450/81000
26.87/11.87	c cleaning 13015 clauses out of 26051 with flag 445941/95000
30.98/13.89	c cleaning 14008 clauses out of 28037 with flag 527694/110001
35.42/16.01	c cleaning 14996 clauses out of 30028 with flag 615422/126000
37.81/17.27	c cleaning 0 clauses out of 5000 with flag 0/5000
40.55/18.50	c cleaning 15969 clauses out of 32032 with flag 712408/143000
46.16/21.23	c cleaning 17027 clauses out of 34064 with flag 813508/161001
51.85/24.04	c cleaning 17995 clauses out of 36039 with flag 923712/180003
57.45/26.89	c cleaning 18969 clauses out of 38041 with flag 1039503/200000
63.85/30.07	c cleaning 20019 clauses out of 40072 with flag 1164015/221000
70.73/33.41	c cleaning 21006 clauses out of 42053 with flag 1296772/243000
77.93/37.02	c cleaning 21986 clauses out of 44048 with flag 1432640/266001
85.86/40.91	c cleaning 23014 clauses out of 46061 with flag 1578146/290000
93.86/44.94	c cleaning 24012 clauses out of 48047 with flag 1729236/315000
102.77/49.34	c cleaning 25007 clauses out of 50035 with flag 1886846/341000
111.99/54.00	c cleaning 26008 clauses out of 52028 with flag 2049709/368000
121.86/58.89	c cleaning 26982 clauses out of 54020 with flag 2222531/396000
132.46/64.18	c cleaning 27989 clauses out of 56039 with flag 2400978/425001
144.36/70.01	c cleaning 29002 clauses out of 58049 with flag 2585230/455000
156.27/76.00	c cleaning 30010 clauses out of 60047 with flag 2777205/486000
168.72/82.11	c cleaning 30997 clauses out of 62037 with flag 2976985/518000
181.32/88.49	c cleaning 31984 clauses out of 64040 with flag 3182938/551000
194.98/95.28	c cleaning 33017 clauses out of 66058 with flag 3397390/585002
209.25/102.32	c cleaning 33983 clauses out of 68039 with flag 3616230/620000
224.11/109.70	c cleaning 35019 clauses out of 70057 with flag 3841120/656001
235.81/115.59	c cleaning 0 clauses out of 11001 with flag 0/11001
240.67/117.98	c cleaning 36008 clauses out of 72037 with flag 4074383/693000
258.12/127.06	c cleaning 36990 clauses out of 74029 with flag 4316673/731000
275.75/135.87	c cleaning 38004 clauses out of 76040 with flag 4563406/770001
294.42/145.20	c cleaning 39014 clauses out of 78040 with flag 4820118/810005
313.75/154.77	c cleaning 39976 clauses out of 80021 with flag 5079515/851000
334.05/164.88	c cleaning 41013 clauses out of 82045 with flag 5346319/893000
355.34/175.49	c cleaning 41970 clauses out of 84032 with flag 5617753/936000
377.04/186.28	c cleaning 43005 clauses out of 86063 with flag 5895592/980001
399.76/197.58	c cleaning 44013 clauses out of 88057 with flag 6181260/1025000
423.09/209.11	c cleaning 44991 clauses out of 90045 with flag 6476234/1071001
446.40/220.70	c cleaning 46014 clauses out of 92057 with flag 6779615/1118004
471.57/233.72	c cleaning 46981 clauses out of 94039 with flag 7083912/1166000
496.82/246.30	c cleaning 48008 clauses out of 96058 with flag 7398010/1215000
524.75/260.25	c cleaning 49015 clauses out of 98050 with flag 7717460/1265000
552.65/274.11	c cleaning 49997 clauses out of 100036 with flag 8046607/1316001
580.65/288.00	c cleaning 51003 clauses out of 102039 with flag 8378989/1368001
609.17/302.27	c cleaning 52008 clauses out of 104035 with flag 8719074/1421000
639.56/317.36	c cleaning 52996 clauses out of 106028 with flag 9066858/1475001
670.62/332.74	c cleaning 53960 clauses out of 108031 with flag 9419072/1530000
701.98/348.39	c cleaning 55029 clauses out of 110072 with flag 9777661/1586001
735.23/364.85	c cleaning 56006 clauses out of 112044 with flag 10145171/1643002
769.10/381.64	c cleaning 57010 clauses out of 114037 with flag 10517301/1701001
804.64/399.24	c cleaning 57988 clauses out of 116026 with flag 10894937/1760000
841.40/417.50	c cleaning 59009 clauses out of 118038 with flag 11278374/1820000
878.89/436.01	c cleaning 60002 clauses out of 120030 with flag 11670144/1881001
917.33/455.10	c cleaning 60997 clauses out of 122028 with flag 12065044/1943001
957.05/474.92	c cleaning 61996 clauses out of 124031 with flag 12471250/2006001
997.49/495.10	c cleaning 62980 clauses out of 126034 with flag 12882555/2070000
1018.39/505.41	c cleaning 0 clauses out of 18000 with flag 0/18000
1039.12/515.72	c cleaning 64003 clauses out of 128054 with flag 13296516/2135000
1082.60/537.30	c cleaning 65014 clauses out of 130051 with flag 13718817/2201000
1128.07/559.88	c cleaning 65968 clauses out of 132038 with flag 14144265/2268001
1174.22/582.74	c cleaning 66989 clauses out of 134069 with flag 14582080/2336000
1220.80/605.81	c cleaning 68009 clauses out of 136080 with flag 15024671/2405000
1268.26/629.41	c cleaning 68992 clauses out of 138072 with flag 15476595/2475001
1317.24/653.74	c cleaning 70028 clauses out of 140081 with flag 15935798/2546002
1371.45/681.58	c cleaning 71018 clauses out of 142051 with flag 16394662/2618000
1419.35/705.37	c cleaning 72008 clauses out of 144034 with flag 16862441/2691001
1470.66/730.74	c cleaning 72996 clauses out of 146025 with flag 17339001/2765000
1517.63/754.13	c cleaning 74004 clauses out of 148030 with flag 17814573/2840001
1572.39/781.39	c cleaning 74975 clauses out of 150025 with flag 18300154/2916000
1630.59/810.25	c cleaning 76011 clauses out of 152050 with flag 18790060/2993000
1694.75/842.17	c cleaning 77013 clauses out of 154042 with flag 19285156/3071003
1758.85/874.05	c cleaning 77985 clauses out of 156026 with flag 19788657/3150000
1800.18/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.50	c starts		: 27885
1800.18/894.50	c conflicts		: 3206071
1800.18/894.50	c decisions		: 32269972
1800.18/894.50	c propagations		: 443650541
1800.18/894.50	c inspects		: 9263780970
1800.18/894.50	c shortcuts		: 0
1800.18/894.50	c learnt literals	: 2
1800.18/894.50	c learnt binary clauses	: 49
1800.18/894.50	c learnt ternary clauses	: 634
1800.18/894.50	c learnt constraints	: 3206069
1800.18/894.50	c ignored constraints	: 0
1800.18/894.50	c root simplifications	: 0
1800.18/894.50	c removed literals (reason simplification)	: 2238857
1800.18/894.50	c reason swapping (by a shorter reason)	: 0
1800.18/894.50	c Calls to reduceDB	: 75
1800.18/894.50	c Number of update (reduction) of LBD	: 679648
1800.18/894.50	c Imported unit clauses	: 0
1800.18/894.50	c number of reductions to clauses (during analyze)	: 0
1800.18/894.50	c number of learned constraints concerned by reduction	: 0
1800.18/894.50	c number of learning phase by resolution	: 0
1800.18/894.50	c number of learning phase by cutting planes	: 0
1800.18/894.50	c speed (assignments/second)	: 496266.1690401431
1800.18/894.50	c non guided choices	7143
1800.18/894.53	c learnt constraints type 
1800.18/894.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.18/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134063
1800.18/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.53	c starts		: 50
1800.18/894.53	c conflicts		: 21889
1800.18/894.53	c decisions		: 78940
1800.18/894.53	c propagations		: 2604544
1800.18/894.53	c inspects		: 784118017
1800.18/894.53	c shortcuts		: 0
1800.18/894.53	c learnt literals	: 0
1800.18/894.53	c learnt binary clauses	: 0
1800.18/894.53	c learnt ternary clauses	: 0
1800.18/894.53	c learnt constraints	: 21889
1800.18/894.53	c ignored constraints	: 0
1800.18/894.53	c root simplifications	: 0
1800.18/894.53	c removed literals (reason simplification)	: 0
1800.18/894.53	c reason swapping (by a shorter reason)	: 0
1800.18/894.53	c Calls to reduceDB	: 3
1800.18/894.53	c Number of update (reduction) of LBD	: 0
1800.18/894.53	c Imported unit clauses	: 0
1800.18/894.53	c number of reductions to clauses (during analyze)	: 0
1800.18/894.53	c number of learned constraints concerned by reduction	: 0
1800.18/894.53	c number of learning phase by resolution	: 0
1800.18/894.53	c number of learning phase by cutting planes	: 0
1800.18/894.53	c speed (assignments/second)	: 2913.356920182416
1800.18/894.53	c non guided choices	465
1800.18/894.54	c learnt constraints type 
1800.18/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.18/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21883
1800.18/894.54	s UNKNOWN
1800.18/894.54	c Total wall clock time (in seconds): 894.412

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

pid=23797
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.39 4.30 4.23 4/198 23800
/proc/meminfo: memFree=27687040/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23800/stat : 23800 (java) D 23797 23800 20053 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 28540507 9515008 175 33554432000 1073741824 1073778376 140733682253216 140733682235944 213866333072 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2323 175 133 9 0 71 0

[startup+0.100092 s]
/proc/loadavg: 4.39 4.30 4.23 4/198 23800
/proc/meminfo: memFree=27687040/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 4376 0 1 0 8 1 0 0 20 0 18 0 28540507 9787879424 5489 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2389619 5489 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.39 4.30 4.23 4/198 23800
/proc/meminfo: memFree=27687040/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 4676 0 1 0 22 1 0 0 20 0 18 0 28540507 9787879424 6759 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2389619 6759 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 4.39 4.30 4.23 4/198 23800
/proc/meminfo: memFree=27687040/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 5750 0 1 0 46 1 0 0 20 0 18 0 28540507 9787879424 8384 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2389619 8384 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 4.39 4.30 4.23 4/198 23800
/proc/meminfo: memFree=27687040/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 13716 0 1 0 173 3 0 0 20 0 22 0 28540507 10060525568 22557 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 22557 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.39 4.30 4.23 7/220 23822
/proc/meminfo: memFree=27540072/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 25577 0 1 0 487 7 0 0 20 0 22 0 28540507 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 48509 2292 9 0 2446860 0
[pid=23800/tid=23802] ppid=23797 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 20053 0 -1 4202560 2431 0 1 0 47 1 0 0 20 0 22 0 28540508 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041281590136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041243081768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041242028968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28540509 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 20053 0 -1 4202560 8193 0 0 0 121 1 0 0 20 0 22 0 28540514 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140041101089208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/23800/task/23816/stat : 23816 (java) R 23797 23800 20053 0 -1 4202560 13544 0 0 0 122 2 0 0 20 0 22 0 28540514 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040227228968 140041288608575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040226199928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040225147336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 20053 0 -1 4202560 17 0 0 0 94 0 0 0 20 0 22 0 28540559 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040224084512 140041117147104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 20053 0 -1 4202560 75 0 0 0 93 2 0 0 20 0 22 0 28540559 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040223038888 140041116718967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040221988264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 48509 33554432000 1073741824 1073778376 140734676988832 140040220935464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.36 4.29 4.23 5/220 23822
/proc/meminfo: memFree=27470704/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=9.15 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 31823 0 1 0 901 14 0 0 20 0 22 0 28540507 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 90984 2292 9 0 2446860 0
[pid=23800/tid=23802] ppid=23797 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 20053 0 -1 4202560 2431 0 1 0 47 1 0 0 20 0 22 0 28540508 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041281590136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 20053 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041243081768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 20053 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041242028968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28540509 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 20053 0 -1 4202560 11763 0 0 0 158 2 0 0 20 0 22 0 28540514 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140041101089208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 20053 0 -1 4202560 15867 0 0 0 175 3 0 0 20 0 22 0 28540514 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040227252536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040226199928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040225147336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 20053 0 -1 4202560 17 0 0 0 243 0 0 0 20 0 22 0 28540559 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040224091392 140041117192068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 20053 0 -1 4202560 129 0 0 0 241 3 0 0 20 0 22 0 28540559 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040223039240 140041118033491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040221988264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 90984 33554432000 1073741824 1073778376 140734676988832 140040220935464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.36 4.29 4.23 5/220 23822
/proc/meminfo: memFree=27064204/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=15.73 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 32641 0 1 0 1549 24 0 0 20 0 22 0 28540507 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 157631 2292 9 0 2446860 0
[pid=23800/tid=23802] ppid=23797 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 20053 0 -1 4202560 2431 0 1 0 47 1 0 0 20 0 22 0 28540508 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041281590136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 20053 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041243081768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 20053 0 -1 4202560 111 0 0 0 5 0 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041242028968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 27 0 0 0 6 1 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 22 0 28540509 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 157631 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.65 cores=0,2,4,6

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

/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 804 0 0 0 276 13 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 896 0 0 0 290 16 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 959 0 0 0 310 20 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 870 0 0 0 322 19 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 1170 0 0 0 283 18 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 1089 0 0 0 302 16 0 0 20 0 22 0 28540509 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 2486 0 0 0 378 8 0 0 20 0 22 0 28540511 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 20053 0 -1 4202560 11776 0 0 0 172 2 0 0 20 0 22 0 28540514 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140041101089208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 20053 0 -1 4202560 16685 0 0 0 213 3 0 0 20 0 22 0 28540514 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040227252536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040226199928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 20053 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 28540514 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040225147336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=868.75 cores=0,2,4,6
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 20053 0 -1 4202560 53 0 0 0 86860 15 0 0 20 0 22 0 28540559 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040224092240 140041117160200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=868.82 cores=0,2,4,6
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 20053 0 -1 4202560 1689 0 0 0 86831 51 0 0 20 0 22 0 28540559 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040223040416 140041117443908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040221988264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979067 33554432000 1073741824 1073778376 140734676988832 140040220935464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.17 4.22 4.21 5/219 23910
/proc/meminfo: memFree=23714068/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 43972 0 1 0 179812 206 0 0 20 0 22 0 28540507 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 979929 2301 9 0 2446860 0
[pid=23800/tid=23802] ppid=23797 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 20053 0 -1 4202560 2436 0 1 0 49 3 0 0 20 0 22 0 28540508 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041281590136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 20053 0 -1 4202560 783 0 0 0 287 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041243081768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 20053 0 -1 4202560 949 0 0 0 310 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041242028968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 805 0 0 0 279 13 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 896 0 0 0 297 16 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 960 0 0 0 320 20 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 872 0 0 0 325 19 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 1172 0 0 0 292 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 1089 0 0 0 306 16 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 2488 0 0 0 378 8 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 20053 0 -1 4202560 11776 0 0 0 172 2 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041101089208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 20053 0 -1 4202560 16685 0 0 0 213 3 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040227252536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040226199928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 20053 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040225147336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=880.77 cores=0,2,4,6
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 20053 0 -1 4202560 53 0 0 0 88062 15 0 0 20 0 22 0 28540559 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040224092240 140041117160200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=880.84 cores=0,2,4,6
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 20053 0 -1 4202560 1691 0 0 0 88033 51 0 0 20 0 22 0 28540559 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040223040512 140041117444113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040221988264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040220935464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 23800 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.17 4.22 4.21 5/219 23910
/proc/meminfo: memFree=23714068/32872528 swapFree=681168/738400
[pid=23800] ppid=23797 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 20053 0 -1 4202496 43972 0 1 0 179812 206 0 0 20 0 22 0 28540507 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140734676979968 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23800/statm: 2456183 979929 2301 9 0 2446860 0
[pid=23800/tid=23802] ppid=23797 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23800/task/23802/stat : 23802 (java) S 23797 23800 20053 0 -1 4202560 2436 0 1 0 49 3 0 0 20 0 22 0 28540508 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041281590136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 20053 0 -1 4202560 783 0 0 0 287 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041243081768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 20053 0 -1 4202560 949 0 0 0 310 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041242028968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 20053 0 -1 4202560 805 0 0 0 279 13 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041240976168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 20053 0 -1 4202560 896 0 0 0 297 16 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041239923368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 20053 0 -1 4202560 960 0 0 0 320 20 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041238870568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 20053 0 -1 4202560 872 0 0 0 325 19 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041237817768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 20053 0 -1 4202560 1172 0 0 0 292 18 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041236764968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 20053 0 -1 4202560 1089 0 0 0 306 16 0 0 20 0 22 0 28540509 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041235712168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 20053 0 -1 4202560 2488 0 0 0 378 8 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041105300456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041104246520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540511 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041103193608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041102142096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 20053 0 -1 4202560 11776 0 0 0 172 2 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140041101089208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 20053 0 -1 4202560 16685 0 0 0 213 3 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040227252536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040226199928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 20053 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 28540514 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040225147336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=880.77 cores=0,2,4,6
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 20053 0 -1 4202560 53 0 0 0 88062 15 0 0 20 0 22 0 28540559 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040224092240 140041117160200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=880.84 cores=0,2,4,6
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 20053 0 -1 4202560 1691 0 0 0 88033 51 0 0 20 0 22 0 28540559 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040223040512 140041117444113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040221988264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540560 10060525568 979929 33554432000 1073741824 1073778376 140734676988832 140040220935464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.563
CPU time (s): 1800.18
CPU user time (s): 1798.12
CPU system time (s): 2.06
CPU usage (%): 201.236
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.61
system time used= 2.55161
maximum resident set size= 3922420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44005
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24267
involuntary context switches= 27236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88511 second user time and 7.2219 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:30:10
IDJOB=4116686
IDBENCH=109501
IDSOLVER=2543
FILE ID=node112/4116686-1466955010
RUNJOBID= node112-1466939767-20069
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-size112-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116686-1466955010/watcher-4116686-1466955010 -o /tmp/evaluation-result-4116686-1466955010/solver-4116686-1466955010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116686-1466955010.opb

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

MD5SUM BENCH= 154764e9df41c652e29cc0d7de19c998
RANDOM SEED=127846882

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:        27686932 kB
Buffers:           23324 kB
Cached:           152268 kB
SwapCached:         1692 kB
Active:          3586380 kB
Inactive:         152036 kB
Active(anon):    3562544 kB
Inactive(anon):     2540 kB
Active(file):      23836 kB
Inactive(file):   149496 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1300 kB
Writeback:             0 kB
AnonPages:       4343512 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565872 kB
SReclaimable:       9664 kB
SUnreclaim:       556208 kB
KernelStack:        1816 kB
PageTables:        12592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4765192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3604480 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:45:05