Trace number 4116126

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.17 894.77

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-8.opb
MD5SUMb49aa9fcb097a8864fa7f149914f20bf
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 constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4116126-1466955905.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  9984
0.99/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.99/0.51	c org.sat4j.specs.Constr$1 => 904
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.99/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.99/0.51	c 9984 constraints processed.
0.99/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.99/0.51	c org.sat4j.specs.Constr$1 => 904
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.99/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.99/0.52	c 9984 constraints processed.
4.56/1.42	c cleaning 2498 clauses out of 4998 with flag 16145/5000
5.91/2.02	c cleaning 4221 clauses out of 8500 with flag 37457/11000
7.39/2.73	c cleaning 5621 clauses out of 11280 with flag 66392/18001
9.35/3.66	c cleaning 6814 clauses out of 13658 with flag 101222/26000
11.37/4.60	c cleaning 7900 clauses out of 15844 with flag 142747/35000
13.63/5.71	c cleaning 8959 clauses out of 17947 with flag 191297/45003
16.11/6.98	c cleaning 9986 clauses out of 19985 with flag 247031/56000
19.11/8.47	c cleaning 10978 clauses out of 22000 with flag 308191/68001
22.58/10.10	c cleaning 11983 clauses out of 24021 with flag 376479/81000
25.98/11.87	c cleaning 13006 clauses out of 26038 with flag 451964/95000
30.09/13.87	c cleaning 13985 clauses out of 28032 with flag 534479/110000
34.29/15.95	c cleaning 15021 clauses out of 30050 with flag 625415/126003
37.12/17.31	c cleaning 0 clauses out of 5002 with flag 0/5002
39.43/18.30	c cleaning 15982 clauses out of 32026 with flag 721109/143000
44.79/20.93	c cleaning 16993 clauses out of 34044 with flag 825548/161000
50.42/23.76	c cleaning 18008 clauses out of 36053 with flag 937985/180002
56.43/26.72	c cleaning 19002 clauses out of 38043 with flag 1055482/200000
62.65/29.89	c cleaning 20005 clauses out of 40041 with flag 1180718/221000
69.91/33.41	c cleaning 20977 clauses out of 42036 with flag 1309878/243000
77.51/37.23	c cleaning 21988 clauses out of 44059 with flag 1446194/266000
85.63/41.21	c cleaning 23014 clauses out of 46071 with flag 1594483/290000
94.23/45.51	c cleaning 24020 clauses out of 48057 with flag 1743663/315000
103.54/50.13	c cleaning 24996 clauses out of 50037 with flag 1903299/341000
113.14/54.92	c cleaning 26005 clauses out of 52041 with flag 2067908/368000
123.67/60.19	c cleaning 26992 clauses out of 54037 with flag 2240113/396001
134.66/65.60	c cleaning 27990 clauses out of 56045 with flag 2419810/425001
146.00/71.29	c cleaning 29008 clauses out of 58054 with flag 2605816/455000
158.53/77.45	c cleaning 30002 clauses out of 60048 with flag 2797572/486002
171.62/83.91	c cleaning 30980 clauses out of 62044 with flag 2995672/518000
184.01/90.12	c cleaning 31991 clauses out of 64064 with flag 3197813/551000
197.27/96.79	c cleaning 33014 clauses out of 66074 with flag 3410149/585001
212.36/104.27	c cleaning 34022 clauses out of 68060 with flag 3629687/620001
228.86/112.75	c cleaning 34985 clauses out of 70039 with flag 3852864/656002
244.92/120.73	c cleaning 36002 clauses out of 72054 with flag 4084580/693002
261.47/128.90	c cleaning 0 clauses out of 11000 with flag 0/11000
261.47/128.94	c cleaning 36993 clauses out of 74052 with flag 4324115/731002
277.97/137.10	c cleaning 38008 clauses out of 76058 with flag 4566992/770001
295.30/145.75	c cleaning 39016 clauses out of 78049 with flag 4814543/810000
313.41/154.76	c cleaning 39973 clauses out of 80034 with flag 5068312/851001
333.03/164.40	c cleaning 40983 clauses out of 82061 with flag 5330193/893001
352.91/174.30	c cleaning 42017 clauses out of 84078 with flag 5596607/936001
373.67/184.70	c cleaning 43030 clauses out of 86063 with flag 5873319/980003
396.82/196.10	c cleaning 44004 clauses out of 88032 with flag 6154973/1025002
418.74/207.06	c cleaning 44987 clauses out of 90026 with flag 6439828/1071000
441.81/218.53	c cleaning 46005 clauses out of 92040 with flag 6734179/1118001
467.93/231.44	c cleaning 46997 clauses out of 94034 with flag 7035257/1166000
493.90/244.31	c cleaning 47976 clauses out of 96040 with flag 7344219/1215003
521.43/258.55	c cleaning 48992 clauses out of 98061 with flag 7657837/1265000
548.27/271.98	c cleaning 49995 clauses out of 100069 with flag 7980153/1316000
575.95/285.71	c cleaning 51008 clauses out of 102074 with flag 8307051/1368000
604.32/299.89	c cleaning 52026 clauses out of 104066 with flag 8642212/1421000
633.61/314.44	c cleaning 53012 clauses out of 106040 with flag 8982013/1475000
664.03/329.59	c cleaning 53997 clauses out of 108028 with flag 9326582/1530000
695.71/345.21	c cleaning 54985 clauses out of 110032 with flag 9677886/1586001
728.43/361.58	c cleaning 55982 clauses out of 112048 with flag 10035623/1643002
762.51/378.47	c cleaning 57024 clauses out of 114064 with flag 10399496/1701000
797.17/395.68	c cleaning 58003 clauses out of 116040 with flag 10769175/1760000
834.66/414.23	c cleaning 58954 clauses out of 118039 with flag 11150053/1820002
872.77/433.18	c cleaning 60020 clauses out of 120083 with flag 11533009/1881000
912.05/452.69	c cleaning 61026 clauses out of 122064 with flag 11919804/1943001
953.10/473.04	c cleaning 62005 clauses out of 124039 with flag 12320242/2006002
994.73/493.76	c cleaning 62998 clauses out of 126033 with flag 12719653/2070001
995.14/493.96	c cleaning 0 clauses out of 18001 with flag 0/18001
1037.42/514.82	c cleaning 63969 clauses out of 128034 with flag 13127126/2135000
1080.13/536.05	c cleaning 65028 clauses out of 130067 with flag 13539594/2201002
1128.31/560.86	c cleaning 66001 clauses out of 132037 with flag 13954901/2268000
1173.08/583.16	c cleaning 66983 clauses out of 134036 with flag 14381660/2336000
1219.21/606.17	c cleaning 67977 clauses out of 136053 with flag 14809475/2405000
1269.83/631.34	c cleaning 69001 clauses out of 138076 with flag 15244576/2475000
1320.55/656.50	c cleaning 70008 clauses out of 140075 with flag 15684400/2546000
1370.99/681.66	c cleaning 71033 clauses out of 142067 with flag 16134155/2618000
1423.42/707.63	c cleaning 72005 clauses out of 144034 with flag 16590988/2691000
1476.22/733.87	c cleaning 73001 clauses out of 146029 with flag 17052140/2765000
1533.40/762.25	c cleaning 74004 clauses out of 148028 with flag 17521577/2840000
1591.40/791.02	c cleaning 75012 clauses out of 150024 with flag 17995084/2916000
1648.60/819.41	c cleaning 75978 clauses out of 152012 with flag 18478444/2993000
1710.44/850.18	c cleaning 77006 clauses out of 154034 with flag 18970305/3071000
1770.64/880.07	c cleaning 77964 clauses out of 156028 with flag 19465963/3150000
1800.17/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.70	c starts		: 27444
1800.17/894.70	c conflicts		: 3194281
1800.17/894.70	c decisions		: 30226238
1800.17/894.70	c propagations		: 430786018
1800.17/894.70	c inspects		: 9055840048
1800.17/894.70	c shortcuts		: 0
1800.17/894.70	c learnt literals	: 2
1800.17/894.70	c learnt binary clauses	: 49
1800.17/894.70	c learnt ternary clauses	: 746
1800.17/894.70	c learnt constraints	: 3194279
1800.17/894.70	c ignored constraints	: 0
1800.17/894.70	c root simplifications	: 0
1800.17/894.70	c removed literals (reason simplification)	: 2425237
1800.17/894.70	c reason swapping (by a shorter reason)	: 0
1800.17/894.70	c Calls to reduceDB	: 75
1800.17/894.70	c Number of update (reduction) of LBD	: 689844
1800.17/894.70	c Imported unit clauses	: 0
1800.17/894.70	c number of reductions to clauses (during analyze)	: 0
1800.17/894.70	c number of learned constraints concerned by reduction	: 0
1800.17/894.70	c number of learning phase by resolution	: 0
1800.17/894.70	c number of learning phase by cutting planes	: 0
1800.17/894.70	c speed (assignments/second)	: 481768.1969006136
1800.17/894.70	c non guided choices	6866
1800.17/894.73	c learnt constraints type 
1800.17/894.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.17/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122297
1800.17/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.73	c starts		: 49
1800.17/894.73	c conflicts		: 21856
1800.17/894.73	c decisions		: 78540
1800.17/894.73	c propagations		: 2591420
1800.17/894.73	c inspects		: 844301360
1800.17/894.73	c shortcuts		: 0
1800.17/894.73	c learnt literals	: 0
1800.17/894.73	c learnt binary clauses	: 0
1800.17/894.73	c learnt ternary clauses	: 0
1800.17/894.73	c learnt constraints	: 21856
1800.17/894.73	c ignored constraints	: 0
1800.17/894.73	c root simplifications	: 0
1800.17/894.73	c removed literals (reason simplification)	: 0
1800.17/894.73	c reason swapping (by a shorter reason)	: 0
1800.17/894.73	c Calls to reduceDB	: 3
1800.17/894.73	c Number of update (reduction) of LBD	: 0
1800.17/894.73	c Imported unit clauses	: 0
1800.17/894.73	c number of reductions to clauses (during analyze)	: 0
1800.17/894.73	c number of learned constraints concerned by reduction	: 0
1800.17/894.73	c number of learning phase by resolution	: 0
1800.17/894.73	c number of learning phase by cutting planes	: 0
1800.17/894.73	c speed (assignments/second)	: 2898.0252784046556
1800.17/894.73	c non guided choices	280
1800.17/894.74	c learnt constraints type 
1800.17/894.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.17/894.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21847
1800.17/894.74	s UNKNOWN
1800.17/894.74	c Total wall clock time (in seconds): 894.611

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

pid=23954
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.17 4.22 4.21 4/197 23957
/proc/meminfo: memFree=27633592/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/23957/stat : 23957 (java) R 23954 23957 20053 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 28629994 9547776 182 33554432000 1073741824 1073778376 140734311218000 140734311200728 213866333568 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2323 182 140 9 0 71 0

[startup+0.100117 s]
/proc/loadavg: 4.17 4.22 4.21 4/197 23957
/proc/meminfo: memFree=27633592/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 4387 0 1 0 8 1 0 0 20 0 18 0 28629994 9787879424 5508 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2389619 5508 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.17 4.22 4.21 4/197 23957
/proc/meminfo: memFree=27633592/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 4664 0 1 0 21 1 0 0 20 0 18 0 28629994 9787879424 6759 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2389619 6759 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 4.17 4.22 4.21 4/197 23957
/proc/meminfo: memFree=27633592/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 5798 0 1 0 46 1 0 0 20 0 18 0 28629994 9787879424 8403 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2389619 8403 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 4.17 4.22 4.21 4/197 23957
/proc/meminfo: memFree=27633592/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 14260 0 1 0 173 4 0 0 20 0 22 0 28629994 10060525568 23448 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 23448 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.17 4.22 4.21 7/219 23979
/proc/meminfo: memFree=27503172/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 23065 0 1 0 475 8 0 0 20 0 22 0 28629994 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 47951 2292 9 0 2446860 0
[pid=23957/tid=23959] ppid=23954 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23957/task/23959/stat : 23959 (java) S 23954 23957 20053 0 -1 4202560 2433 0 1 0 46 2 0 0 20 0 22 0 28629995 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392507761528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23960] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23960/stat : 23960 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392485861800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23961] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23961/stat : 23961 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392484809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23962] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28629996 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/23957/task/23972/stat : 23972 (java) S 23954 23957 20053 0 -1 4202560 9171 0 0 0 117 1 0 0 20 0 22 0 28630001 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392125516600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23973] ppid=23954 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/23957/task/23973/stat : 23973 (java) S 23954 23957 20053 0 -1 4202560 10049 0 0 0 114 2 0 0 20 0 22 0 28630001 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392124464056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23974] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23974/stat : 23974 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392123411192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23975] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23975/stat : 23975 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392122358856 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23976] ppid=23954 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23957/task/23976/stat : 23976 (java) R 23954 23957 20053 0 -1 4202560 22 0 0 0 94 0 0 0 20 0 22 0 28630046 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392120840408 140392364941564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23977] ppid=23954 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23957/task/23977/stat : 23977 (java) R 23954 23957 20053 0 -1 4202560 74 0 0 0 93 2 0 0 20 0 22 0 28630046 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392119786520 140392365004258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23978] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23978/stat : 23978 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392118735656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23979] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23979/stat : 23979 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 47951 33554432000 1073741824 1073778376 140736551018304 140392117683112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.17 4.22 4.21 5/219 23979
/proc/meminfo: memFree=27430872/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=8.3 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 23417 0 1 0 813 17 0 0 20 0 22 0 28629994 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 87570 2292 9 0 2446860 0
[pid=23957/tid=23959] ppid=23954 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23957/task/23959/stat : 23959 (java) S 23954 23957 20053 0 -1 4202560 2433 0 1 0 46 2 0 0 20 0 22 0 28629995 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392507761528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23960] ppid=23954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23957/task/23960/stat : 23960 (java) S 23954 23957 20053 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392485861800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23961] ppid=23954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23957/task/23961/stat : 23961 (java) S 23954 23957 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392484809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23962] ppid=23954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 28629996 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/23957/task/23972/stat : 23972 (java) S 23954 23957 20053 0 -1 4202560 9171 0 0 0 125 1 0 0 20 0 22 0 28630001 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392125516600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23973] ppid=23954 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/23957/task/23973/stat : 23973 (java) S 23954 23957 20053 0 -1 4202560 10049 0 0 0 121 2 0 0 20 0 22 0 28630001 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392124464056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23974] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23974/stat : 23974 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392123411192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23975] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23975/stat : 23975 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392122358856 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23976] ppid=23954 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23957/task/23976/stat : 23976 (java) R 23954 23957 20053 0 -1 4202560 23 0 0 0 245 0 0 0 20 0 22 0 28630046 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392120840968 140392364771775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23977] ppid=23954 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23957/task/23977/stat : 23977 (java) R 23954 23957 20053 0 -1 4202560 126 0 0 0 243 3 0 0 20 0 22 0 28630046 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392119786944 140392365012636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23978] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23978/stat : 23978 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392118735656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23979] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23979/stat : 23979 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 87570 33554432000 1073741824 1073778376 140736551018304 140392117683112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.15 4.22 4.21 5/219 23979
/proc/meminfo: memFree=27014948/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=14.83 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 24267 0 1 0 1455 28 0 0 20 0 22 0 28629994 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 154932 2292 9 0 2446860 0
[pid=23957/tid=23959] ppid=23954 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23957/task/23959/stat : 23959 (java) S 23954 23957 20053 0 -1 4202560 2433 0 1 0 46 2 0 0 20 0 22 0 28629995 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392507761528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23960] ppid=23954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23957/task/23960/stat : 23960 (java) S 23954 23957 20053 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392485861800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23961] ppid=23954 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23957/task/23961/stat : 23961 (java) S 23954 23957 20053 0 -1 4202560 129 0 0 0 4 2 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392484809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23962] ppid=23954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 67 0 0 0 6 3 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 116 0 0 0 3 3 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 112 0 0 0 4 3 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 28629996 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 154932 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.28 cores=0,2,4,6

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

/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 601 0 0 0 260 14 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 602 0 0 0 306 15 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 723 0 0 0 325 19 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 649 0 0 0 302 20 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 593 0 0 0 270 17 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 566 0 0 0 300 17 0 0 20 0 22 0 28629996 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 2274 0 0 0 372 9 0 0 20 0 22 0 28629998 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/23957/task/23972/stat : 23972 (java) S 23954 23957 20053 0 -1 4202560 11001 0 0 0 171 1 0 0 20 0 22 0 28630001 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392125516600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23973] ppid=23954 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23957/task/23973/stat : 23973 (java) S 23954 23957 20053 0 -1 4202560 10062 0 0 0 174 2 0 0 20 0 22 0 28630001 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392124464056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23974] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23974/stat : 23974 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392123411192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23975] ppid=23954 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23957/task/23975/stat : 23975 (java) S 23954 23957 20053 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 28630001 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392122358856 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23976] ppid=23954 vsize=9824732 CPUtime=868.76 cores=0,2,4,6
/proc/23957/task/23976/stat : 23976 (java) R 23954 23957 20053 0 -1 4202560 60 0 0 0 86861 15 0 0 20 0 22 0 28630046 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392120831984 140392364954248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23977] ppid=23954 vsize=9824732 CPUtime=868.88 cores=0,2,4,6
/proc/23957/task/23977/stat : 23977 (java) R 23954 23957 20053 0 -1 4202560 2149 0 0 0 86840 48 0 0 20 0 22 0 28630046 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392119788160 140392365015786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23978] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23978/stat : 23978 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392118735656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23979] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23979/stat : 23979 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 944378 33554432000 1073741824 1073778376 140736551018304 140392117683112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.08 4.16 4.17 5/219 24068
/proc/meminfo: memFree=23952016/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 34310 0 1 0 179814 203 0 0 20 0 22 0 28629994 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 946938 2301 9 0 2446860 0
[pid=23957/tid=23959] ppid=23954 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23957/task/23959/stat : 23959 (java) S 23954 23957 20053 0 -1 4202560 2437 0 1 0 49 3 0 0 20 0 22 0 28629995 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392507761528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23960] ppid=23954 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/23957/task/23960/stat : 23960 (java) S 23954 23957 20053 0 -1 4202560 576 0 0 0 323 19 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392485861800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23961] ppid=23954 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/23957/task/23961/stat : 23961 (java) S 23954 23957 20053 0 -1 4202560 693 0 0 0 295 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392484809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23962] ppid=23954 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 602 0 0 0 265 14 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 604 0 0 0 310 16 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 725 0 0 0 329 19 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 650 0 0 0 305 20 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 594 0 0 0 272 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 567 0 0 0 306 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 2274 0 0 0 372 9 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/23957/task/23972/stat : 23972 (java) S 23954 23957 20053 0 -1 4202560 11001 0 0 0 171 1 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392125516600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23973] ppid=23954 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23957/task/23973/stat : 23973 (java) S 23954 23957 20053 0 -1 4202560 10062 0 0 0 174 2 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392124464056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23974] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23974/stat : 23974 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392123411192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23975] ppid=23954 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23957/task/23975/stat : 23975 (java) S 23954 23957 20053 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392122358856 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23976] ppid=23954 vsize=9824732 CPUtime=881.03 cores=0,2,4,6
/proc/23957/task/23976/stat : 23976 (java) R 23954 23957 20053 0 -1 4202560 61 0 0 0 88088 15 0 0 20 0 22 0 28630046 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392120839680 140392364954248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23977] ppid=23954 vsize=9824732 CPUtime=881.15 cores=0,2,4,6
/proc/23957/task/23977/stat : 23977 (java) R 23954 23957 20053 0 -1 4202560 2150 0 0 0 88067 48 0 0 20 0 22 0 28630046 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392119786128 140392365012664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23978] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23978/stat : 23978 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392118735656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23979] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23979/stat : 23979 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392117683112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 23957 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.08 4.16 4.17 5/219 24068
/proc/meminfo: memFree=23952016/32872528 swapFree=681168/738400
[pid=23957] ppid=23954 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23957/stat : 23957 (java) S 23954 23957 20053 0 -1 4202496 34310 0 1 0 179814 203 0 0 20 0 22 0 28629994 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140736551009440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23957/statm: 2456183 946938 2301 9 0 2446860 0
[pid=23957/tid=23959] ppid=23954 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/23957/task/23959/stat : 23959 (java) S 23954 23957 20053 0 -1 4202560 2437 0 1 0 49 3 0 0 20 0 22 0 28629995 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392507761528 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23960] ppid=23954 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/23957/task/23960/stat : 23960 (java) S 23954 23957 20053 0 -1 4202560 576 0 0 0 323 19 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392485861800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23961] ppid=23954 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/23957/task/23961/stat : 23961 (java) S 23954 23957 20053 0 -1 4202560 693 0 0 0 295 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392484809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23962] ppid=23954 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/23957/task/23962/stat : 23962 (java) S 23954 23957 20053 0 -1 4202560 602 0 0 0 265 14 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392483756200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23963] ppid=23954 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/23957/task/23963/stat : 23963 (java) S 23954 23957 20053 0 -1 4202560 604 0 0 0 310 16 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392146135336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23964] ppid=23954 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/23957/task/23964/stat : 23964 (java) S 23954 23957 20053 0 -1 4202560 725 0 0 0 329 19 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392145083304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23965] ppid=23954 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/23957/task/23965/stat : 23965 (java) S 23954 23957 20053 0 -1 4202560 650 0 0 0 305 20 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392144030760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23966] ppid=23954 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/23957/task/23966/stat : 23966 (java) S 23954 23957 20053 0 -1 4202560 594 0 0 0 272 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392142977704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23967] ppid=23954 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/23957/task/23967/stat : 23967 (java) S 23954 23957 20053 0 -1 4202560 567 0 0 0 306 17 0 0 20 0 22 0 28629996 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392141925160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23968] ppid=23954 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/23957/task/23968/stat : 23968 (java) S 23954 23957 20053 0 -1 4202560 2274 0 0 0 372 9 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392129726824 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23969] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23969/stat : 23969 (java) S 23954 23957 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392128673144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23970] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23970/stat : 23970 (java) S 23954 23957 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28629998 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392127619976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23971] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23971/stat : 23971 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392126568720 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23972] ppid=23954 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/23957/task/23972/stat : 23972 (java) S 23954 23957 20053 0 -1 4202560 11001 0 0 0 171 1 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392125516600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23973] ppid=23954 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23957/task/23973/stat : 23973 (java) S 23954 23957 20053 0 -1 4202560 10062 0 0 0 174 2 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392124464056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23974] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23974/stat : 23974 (java) S 23954 23957 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392123411192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23957/tid=23975] ppid=23954 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23957/task/23975/stat : 23975 (java) S 23954 23957 20053 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 28630001 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392122358856 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23976] ppid=23954 vsize=9824732 CPUtime=881.03 cores=0,2,4,6
/proc/23957/task/23976/stat : 23976 (java) R 23954 23957 20053 0 -1 4202560 61 0 0 0 88088 15 0 0 20 0 22 0 28630046 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392120839680 140392364954248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23957/tid=23977] ppid=23954 vsize=9824732 CPUtime=881.15 cores=0,2,4,6
/proc/23957/task/23977/stat : 23977 (java) R 23954 23957 20053 0 -1 4202560 2150 0 0 0 88067 48 0 0 20 0 22 0 28630046 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392119786128 140392365012664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23957/tid=23978] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23978/stat : 23978 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392118735656 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23957/tid=23979] ppid=23954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23957/task/23979/stat : 23979 (java) S 23954 23957 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630047 10060525568 946938 33554432000 1073741824 1073778376 140736551018304 140392117683112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.77
CPU time (s): 1800.17
CPU user time (s): 1798.14
CPU system time (s): 2.03
CPU usage (%): 201.188
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.53261
maximum resident set size= 3787868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34343
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24321
involuntary context switches= 29616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75113 second user time and 7.2069 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= b49aa9fcb097a8864fa7f149914f20bf
RANDOM SEED=2101349395

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:        27634120 kB
Buffers:           24456 kB
Cached:           152644 kB
SwapCached:         1692 kB
Active:          3640464 kB
Inactive:         153416 kB
Active(anon):    3616476 kB
Inactive(anon):     2540 kB
Active(file):      23988 kB
Inactive(file):   150876 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       4356376 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             566080 kB
SReclaimable:       9740 kB
SUnreclaim:       556340 kB
KernelStack:        1648 kB
PageTables:        12572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4712152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3612672 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 18:00:00