Trace number 4119853

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.08 896.954

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUMa407d5c9af984cf5ee2a17aa7c76d55e
Bench CategoryOPT-SMALLINT-LIN (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 Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119853-1467272082.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.45/0.61	c ... done. Wall clock time 0.494s.
1.45/0.61	c declared #vars     11744
1.45/0.61	c #constraints  798
1.45/0.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.45/0.62	c constraints type 
1.45/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 366
1.45/0.62	c org.sat4j.specs.Constr$1 => 1
1.45/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 366
1.45/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 65
1.45/0.62	c 798 constraints processed.
1.45/0.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.45/0.62	c constraints type 
1.45/0.62	c org.sat4j.specs.Constr$1 => 1
1.45/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 366
1.45/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
1.45/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 65
1.45/0.62	c 798 constraints processed.
1.45/0.62	c objective function length is 32 literals
3.75/1.47	c cleaning 2493 clauses out of 5000 with flag 16962/5000
5.45/2.18	c cleaning 4241 clauses out of 8508 with flag 44693/11001
7.29/3.07	c cleaning 5616 clauses out of 11266 with flag 79779/18000
9.21/3.99	c cleaning 6815 clauses out of 13651 with flag 111402/26001
11.23/5.00	c cleaning 7901 clauses out of 15835 with flag 130560/35000
14.09/6.35	c cleaning 8953 clauses out of 17935 with flag 151779/45001
17.73/8.03	c cleaning 9976 clauses out of 19983 with flag 175095/56002
22.02/10.16	c cleaning 10986 clauses out of 22006 with flag 200523/68001
26.82/12.58	c cleaning 11993 clauses out of 24020 with flag 227888/81001
32.38/15.28	c cleaning 12997 clauses out of 26026 with flag 258162/95000
38.79/18.43	c cleaning 13996 clauses out of 28030 with flag 290257/110001
45.79/22.00	c cleaning 15004 clauses out of 30035 with flag 324220/126002
53.42/25.76	c cleaning 16002 clauses out of 32029 with flag 361337/143000
61.82/29.92	c cleaning 16996 clauses out of 34027 with flag 400590/161000
70.80/34.34	c cleaning 18005 clauses out of 36033 with flag 442439/180002
80.03/38.96	c cleaning 19001 clauses out of 38029 with flag 486655/200003
90.89/44.33	c cleaning 19998 clauses out of 40025 with flag 533560/221000
103.07/50.33	c cleaning 20997 clauses out of 42027 with flag 582605/243000
116.27/56.90	c cleaning 21997 clauses out of 44031 with flag 632507/266001
131.06/64.20	c cleaning 23000 clauses out of 46034 with flag 684745/290001
146.66/72.09	c cleaning 24001 clauses out of 48033 with flag 739912/315000
164.53/80.71	c cleaning 24999 clauses out of 50032 with flag 797466/341000
182.93/89.95	c cleaning 25997 clauses out of 52033 with flag 856691/368000
203.35/100.20	c cleaning 26995 clauses out of 54036 with flag 917266/396000
224.29/110.41	c cleaning 28005 clauses out of 56041 with flag 980147/425000
245.71/121.19	c cleaning 29005 clauses out of 58036 with flag 1043939/455000
268.09/132.34	c cleaning 30000 clauses out of 60032 with flag 1110596/486001
294.76/145.90	c cleaning 31001 clauses out of 62031 with flag 1178622/518000
322.62/159.72	c cleaning 32000 clauses out of 64031 with flag 1248551/551001
354.59/175.63	c cleaning 32999 clauses out of 66031 with flag 1321040/585001
386.49/191.48	c cleaning 34002 clauses out of 68031 with flag 1396293/620000
418.87/207.61	c cleaning 34997 clauses out of 70030 with flag 1473334/656001
453.06/224.79	c cleaning 35998 clauses out of 72032 with flag 1553534/693000
493.61/244.98	c cleaning 36999 clauses out of 74035 with flag 1635532/731001
536.22/266.23	c cleaning 38002 clauses out of 76035 with flag 1720599/770000
580.80/288.55	c cleaning 39003 clauses out of 78033 with flag 1808718/810000
630.03/313.61	c cleaning 39994 clauses out of 80033 with flag 1897986/851003
684.02/340.52	c cleaning 40998 clauses out of 82037 with flag 1989419/893001
742.89/369.54	c cleaning 42006 clauses out of 84039 with flag 2084798/936001
797.29/396.75	c cleaning 43001 clauses out of 86035 with flag 2182851/980003
855.08/425.67	c cleaning 44000 clauses out of 88033 with flag 2280622/1025002
924.20/460.75	c cleaning 45002 clauses out of 90031 with flag 2380630/1071000
995.75/496.21	c cleaning 45996 clauses out of 92030 with flag 2483854/1118001
1060.42/528.46	c cleaning 46998 clauses out of 94034 with flag 2588919/1166001
1125.41/560.90	c cleaning 48001 clauses out of 96036 with flag 2695818/1215001
1201.15/598.66	c cleaning 49000 clauses out of 98034 with flag 2804049/1265000
1273.96/635.00	c cleaning 49998 clauses out of 100035 with flag 2915028/1316001
1351.55/673.80	c cleaning 50998 clauses out of 102036 with flag 3026983/1368000
1438.34/716.98	c cleaning 52003 clauses out of 104039 with flag 3140567/1421001
1526.13/760.87	c cleaning 52998 clauses out of 106035 with flag 3257831/1475000
1623.94/809.73	c cleaning 54003 clauses out of 108038 with flag 3376891/1530001
1722.80/858.84	c cleaning 54994 clauses out of 110034 with flag 3497646/1586000
1800.08/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.90	c starts		: 13
1800.08/896.90	c conflicts		: 1632373
1800.08/896.90	c decisions		: 1805319
1800.08/896.90	c propagations		: 85527184
1800.08/896.90	c inspects		: 14061892303
1800.08/896.90	c shortcuts		: 0
1800.08/896.90	c learnt literals	: 0
1800.08/896.90	c learnt binary clauses	: 0
1800.08/896.90	c learnt ternary clauses	: 0
1800.08/896.90	c learnt constraints	: 1632373
1800.08/896.90	c ignored constraints	: 0
1800.08/896.90	c root simplifications	: 0
1800.08/896.90	c removed literals (reason simplification)	: 84800
1800.08/896.90	c reason swapping (by a shorter reason)	: 0
1800.08/896.90	c Calls to reduceDB	: 52
1800.08/896.90	c Number of update (reduction) of LBD	: 109180
1800.08/896.90	c Imported unit clauses	: 0
1800.08/896.90	c number of reductions to clauses (during analyze)	: 0
1800.08/896.90	c number of learned constraints concerned by reduction	: 0
1800.08/896.90	c number of learning phase by resolution	: 0
1800.08/896.90	c number of learning phase by cutting planes	: 0
1800.08/896.90	c speed (assignments/second)	: 95427.92795305769
1800.08/896.90	c non guided choices	42045
1800.08/896.93	c learnt constraints type 
1800.08/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101414
1800.08/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.93	c starts		: 16
1800.08/896.93	c conflicts		: 3008
1800.08/896.93	c decisions		: 448597
1800.08/896.93	c propagations		: 916524
1800.08/896.93	c inspects		: 76454362
1800.08/896.93	c shortcuts		: 0
1800.08/896.93	c learnt literals	: 0
1800.08/896.93	c learnt binary clauses	: 0
1800.08/896.93	c learnt ternary clauses	: 0
1800.08/896.93	c learnt constraints	: 3007
1800.08/896.93	c ignored constraints	: 0
1800.08/896.93	c root simplifications	: 0
1800.08/896.93	c removed literals (reason simplification)	: 0
1800.08/896.93	c reason swapping (by a shorter reason)	: 0
1800.08/896.93	c Calls to reduceDB	: 0
1800.08/896.93	c Number of update (reduction) of LBD	: 0
1800.08/896.93	c Imported unit clauses	: 0
1800.08/896.93	c number of reductions to clauses (during analyze)	: 0
1800.08/896.93	c number of learned constraints concerned by reduction	: 0
1800.08/896.93	c number of learning phase by resolution	: 0
1800.08/896.93	c number of learning phase by cutting planes	: 0
1800.08/896.93	c speed (assignments/second)	: 1022.5809870744239
1800.08/896.93	c non guided choices	18824
1800.08/896.93	c learnt constraints type 
1800.08/896.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3007
1800.08/896.93	s UNKNOWN
1800.08/896.93	c Total wall clock time (in seconds): 896.81

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-4119853-1467272082/watcher-4119853-1467272082 -o /tmp/evaluation-result-4119853-1467272082/solver-4119853-1467272082 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467269312-12965 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119853-1467272082.opb 

pid=13562
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.23 4.22 3.86 5/199 13565
/proc/meminfo: memFree=26847616/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13565/stat : 13565 (java) R 13562 13565 12810 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 8160912 9515008 170 33554432000 1073741824 1073778376 140736441443088 140736441440216 215124624951 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2323 176 133 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 4.23 4.22 3.86 5/199 13565
/proc/meminfo: memFree=26847616/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 4437 0 1 0 8 1 0 0 20 0 18 0 8160912 9787879424 6075 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2389619 6075 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.23 4.22 3.86 5/199 13565
/proc/meminfo: memFree=26847616/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 4840 0 1 0 25 1 0 0 20 0 18 0 8160912 9787879424 7383 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2389619 7383 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.23 4.22 3.86 5/199 13565
/proc/meminfo: memFree=26847616/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 15336 0 1 0 52 3 0 0 20 0 18 0 8160912 9787879424 16406 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2389619 16406 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.23 4.22 3.86 5/199 13565
/proc/meminfo: memFree=26847616/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 19130 0 1 0 167 5 0 0 20 0 22 0 8160912 10060525568 44560 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 44560 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.23 4.22 3.86 8/221 13587
/proc/meminfo: memFree=26653300/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 25362 0 1 0 399 8 0 0 20 0 22 0 8160912 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 50871 2283 9 0 2446860 0
[pid=13565/tid=13567] ppid=13562 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 12810 0 -1 4202560 2512 0 1 0 55 3 0 0 20 0 22 0 8160913 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119815570296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13568] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 12810 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119754299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13569] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119753247272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13570] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 8160915 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/13565/task/13580/stat : 13580 (java) R 13562 13565 12810 0 -1 4202560 9338 0 0 0 87 1 0 0 20 0 22 0 8160918 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119634897008 140119821530248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13581] ppid=13562 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 12810 0 -1 4202560 12061 0 0 0 98 2 0 0 20 0 22 0 8160918 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119633853368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13582] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119632800504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13583] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119631748168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13584] ppid=13562 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/13565/task/13584/stat : 13584 (java) R 13562 13565 12810 0 -1 4202560 20 0 0 0 74 0 0 0 20 0 22 0 8160974 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119630691032 140119755816770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13585] ppid=13562 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/13565/task/13585/stat : 13585 (java) R 13562 13565 12810 0 -1 4202560 32 0 0 0 71 0 0 0 20 0 22 0 8160974 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119629640184 140119756419210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13586] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13586/stat : 13586 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 8160976 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119628587816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13587] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13587/stat : 13587 (java) S 13562 13565 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8160977 10060525568 50871 33554432000 1073741824 1073778376 140736441443088 140119627535272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.23 4.22 3.86 7/221 13587
/proc/meminfo: memFree=26651316/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=7.5 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 26796 0 1 0 741 9 0 0 20 0 22 0 8160912 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 50725 2284 9 0 2446860 0
[pid=13565/tid=13567] ppid=13562 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 12810 0 -1 4202560 2512 0 1 0 55 3 0 0 20 0 22 0 8160913 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119815570296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13568] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 12810 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119754299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13569] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119753247272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13570] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 8160915 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 12810 0 -1 4202560 10771 0 0 0 104 1 0 0 20 0 22 0 8160918 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119634905912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13581] ppid=13562 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 12810 0 -1 4202560 12061 0 0 0 107 2 0 0 20 0 22 0 8160918 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119633853368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13582] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119632800504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13583] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119631748168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13584] ppid=13562 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/13565/task/13584/stat : 13584 (java) R 13562 13565 12810 0 -1 4202560 20 0 0 0 232 0 0 0 20 0 22 0 8160974 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119630691016 140119756253113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13585] ppid=13562 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/13565/task/13585/stat : 13585 (java) R 13562 13565 12810 0 -1 4202560 33 0 0 0 228 0 0 0 20 0 22 0 8160974 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119629638056 140119756424267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13586] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13586/stat : 13586 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 8160976 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119628587816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13587] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13587/stat : 13587 (java) S 13562 13565 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8160977 10060525568 50725 33554432000 1073741824 1073778376 140736441443088 140119627535272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.29 4.24 3.87 5/221 13587
/proc/meminfo: memFree=26624212/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=14.09 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 27191 0 1 0 1397 12 0 0 20 0 22 0 8160912 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 59087 2284 9 0 2446860 0
[pid=13565/tid=13567] ppid=13562 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 12810 0 -1 4202560 2512 0 1 0 55 3 0 0 20 0 22 0 8160913 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119815570296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13568] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119754299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13569] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119753247272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13570] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 104 0 0 0 2 1 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 22 0 8160914 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 8160915 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 59087 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=1.15 cores=0,2,4,6

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

/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 2544 0 0 0 168 34 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 1254 0 0 0 137 27 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 2525 0 0 0 183 38 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 1777 0 0 0 163 29 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 1656 0 0 0 168 33 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 1062 0 0 0 177 31 0 0 20 0 22 0 8160914 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 3004 0 0 0 417 3 0 0 20 0 22 0 8160915 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 12810 0 -1 4202560 10802 0 0 0 185 1 0 0 20 0 22 0 8160918 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119634905912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13581] ppid=13562 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 12810 0 -1 4202560 12061 0 0 0 112 2 0 0 20 0 22 0 8160918 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119633853368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13582] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119632800504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13583] ppid=13562 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 12810 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 8160918 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119631748168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13584] ppid=13562 vsize=9824732 CPUtime=870.96 cores=0,2,4,6
/proc/13565/task/13584/stat : 13584 (java) R 13562 13565 12810 0 -1 4202560 96 0 0 0 87081 15 0 0 20 0 22 0 8160974 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119630690880 140119756253113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13585] ppid=13562 vsize=9824732 CPUtime=870.87 cores=0,2,4,6
/proc/13565/task/13585/stat : 13585 (java) R 13562 13565 12810 0 -1 4202560 1678 0 0 0 87057 30 0 0 20 0 22 0 8160974 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119629638576 140119756234180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13586] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13586/stat : 13586 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 8160976 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119628587816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13587] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13587/stat : 13587 (java) S 13562 13565 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8160977 10060525568 1012379 33554432000 1073741824 1073778376 140736441443088 140119627535272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.33
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.13 4.24 4.09 5/221 13706
/proc/meminfo: memFree=22624484/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 45268 0 1 0 179704 304 0 0 20 0 22 0 8160912 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 1015498 2293 9 0 2446860 0
[pid=13565/tid=13567] ppid=13562 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 12810 0 -1 4202560 2524 0 1 0 57 5 0 0 20 0 22 0 8160913 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119815570296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13568] ppid=13562 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 12810 0 -1 4202560 1105 0 0 0 215 37 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119754299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13569] ppid=13562 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 12810 0 -1 4202560 1790 0 0 0 159 33 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119753247272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13570] ppid=13562 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 2545 0 0 0 182 34 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 1258 0 0 0 151 27 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 2525 0 0 0 190 38 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 1804 0 0 0 176 30 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 1659 0 0 0 180 33 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 1091 0 0 0 200 32 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 3006 0 0 0 417 3 0 0 20 0 22 0 8160915 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 12810 0 -1 4202560 10802 0 0 0 185 1 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119634905912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13581] ppid=13562 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 12810 0 -1 4202560 12061 0 0 0 112 2 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119633853368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13582] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119632800504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13583] ppid=13562 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 12810 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119631748168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13584] ppid=13562 vsize=9824732 CPUtime=885.23 cores=0,2,4,6
/proc/13565/task/13584/stat : 13584 (java) R 13562 13565 12810 0 -1 4202560 96 0 0 0 88508 15 0 0 20 0 22 0 8160974 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119630690880 140119756253113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13585] ppid=13562 vsize=9824732 CPUtime=885.14 cores=0,2,4,6
/proc/13565/task/13585/stat : 13585 (java) R 13562 13565 12810 0 -1 4202560 1679 0 0 0 88484 30 0 0 20 0 22 0 8160974 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119629639184 140119756234393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13586] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13586/stat : 13586 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 8160976 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119628587816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13587] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13587/stat : 13587 (java) S 13562 13565 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8160977 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119627535272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 13565 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.13 4.24 4.09 5/221 13706
/proc/meminfo: memFree=22624484/32872528 swapFree=1515120/1684772
[pid=13565] ppid=13562 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/13565/stat : 13565 (java) S 13562 13565 12810 0 -1 4202496 45268 0 1 0 179704 304 0 0 20 0 22 0 8160912 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140736441434224 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13565/statm: 2456183 1015498 2293 9 0 2446860 0
[pid=13565/tid=13567] ppid=13562 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 12810 0 -1 4202560 2524 0 1 0 57 5 0 0 20 0 22 0 8160913 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119815570296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13568] ppid=13562 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 12810 0 -1 4202560 1105 0 0 0 215 37 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119754299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13569] ppid=13562 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 12810 0 -1 4202560 1790 0 0 0 159 33 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119753247272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13570] ppid=13562 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 12810 0 -1 4202560 2545 0 0 0 182 34 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119656577192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13571] ppid=13562 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 12810 0 -1 4202560 1258 0 0 0 151 27 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119655524648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13572] ppid=13562 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 12810 0 -1 4202560 2525 0 0 0 190 38 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119654472616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13573] ppid=13562 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 12810 0 -1 4202560 1804 0 0 0 176 30 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119653420072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13574] ppid=13562 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 12810 0 -1 4202560 1659 0 0 0 180 33 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119652367016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 12810 0 -1 4202560 1091 0 0 0 200 32 0 0 20 0 22 0 8160914 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119651314472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13576] ppid=13562 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 12810 0 -1 4202560 3006 0 0 0 417 3 0 0 20 0 22 0 8160915 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119639116136 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13577] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119638062456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13578] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 12810 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 8160916 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119637009288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13579] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119635958032 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13580] ppid=13562 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 12810 0 -1 4202560 10802 0 0 0 185 1 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119634905912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13581] ppid=13562 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 12810 0 -1 4202560 12061 0 0 0 112 2 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119633853368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13565/tid=13582] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119632800504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13583] ppid=13562 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 12810 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 8160918 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119631748168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13565/tid=13584] ppid=13562 vsize=9824732 CPUtime=885.23 cores=0,2,4,6
/proc/13565/task/13584/stat : 13584 (java) R 13562 13565 12810 0 -1 4202560 96 0 0 0 88508 15 0 0 20 0 22 0 8160974 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119630690880 140119756253113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13585] ppid=13562 vsize=9824732 CPUtime=885.14 cores=0,2,4,6
/proc/13565/task/13585/stat : 13585 (java) R 13562 13565 12810 0 -1 4202560 1679 0 0 0 88484 30 0 0 20 0 22 0 8160974 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119629639184 140119756234393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13565/tid=13586] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13586/stat : 13586 (java) S 13562 13565 12810 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 8160976 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119628587816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13565/tid=13587] ppid=13562 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13565/task/13587/stat : 13587 (java) S 13562 13565 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8160977 10060525568 1015498 33554432000 1073741824 1073778376 140736441443088 140119627535272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13565 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=529494
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=530463
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.954
CPU time (s): 1800.08
CPU user time (s): 1797.04
CPU system time (s): 3.04
CPU usage (%): 200.688
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.53
system time used= 3.53046
maximum resident set size= 4062116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45311
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22166
involuntary context switches= 16135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64214 second user time and 7.44587 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 09:34:42
IDJOB=4119853
IDBENCH=111813
IDSOLVER=2543
FILE ID=node135/4119853-1467272082
RUNJOBID= node135-1467269312-12965
PBS_JOBID= 20004497
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119853-1467272082/watcher-4119853-1467272082 -o /tmp/evaluation-result-4119853-1467272082/solver-4119853-1467272082 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467269312-12965 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119853-1467272082.opb

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

MD5SUM BENCH= a407d5c9af984cf5ee2a17aa7c76d55e
RANDOM SEED=1536326182

node135.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.722
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.44
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.722
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.722
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.57
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.722
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.722
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.54
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.722
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.55
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.722
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.68
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.722
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:        26847524 kB
Buffers:          194200 kB
Cached:          1771440 kB
SwapCached:            0 kB
Active:          1837904 kB
Inactive:        1741472 kB
Active(anon):    1616596 kB
Inactive(anon):        0 kB
Active(file):     221308 kB
Inactive(file):  1741472 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       3313044 kB
Mapped:            22264 kB
Shmem:               216 kB
Slab:             612972 kB
SReclaimable:      56916 kB
SUnreclaim:       556056 kB
KernelStack:        1632 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4018216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1740800 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= 71700 MiB
End job on node135 at 2016-06-30 09:49:39