Trace number 4089912

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.09 894.965

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v081-n1.opb
MD5SUM94376ea1dd48759fe6e4de659e600113
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.52092
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4089912-1466021394.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     243
0.09/0.15	c #constraints  162
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.09/0.16	c 162 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.09/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.09/0.16	c 162 constraints processed.
2.67/0.86	c cleaning 2492 clauses out of 5000 with flag 43435/5000
4.87/1.49	c cleaning 4249 clauses out of 8510 with flag 107678/11002
6.85/2.34	c cleaning 5621 clauses out of 11260 with flag 197445/18001
8.71/3.30	c cleaning 6816 clauses out of 13639 with flag 291118/26001
10.94/4.40	c cleaning 7908 clauses out of 15826 with flag 403077/35004
14.01/5.82	c cleaning 8945 clauses out of 17914 with flag 531862/45000
17.41/7.57	c cleaning 9981 clauses out of 19969 with flag 694322/56000
21.48/9.56	c cleaning 10982 clauses out of 21988 with flag 846417/68000
25.34/11.40	c cleaning 11983 clauses out of 24006 with flag 997728/81000
29.74/13.64	c cleaning 12992 clauses out of 26025 with flag 1154673/95002
35.20/16.38	c cleaning 13990 clauses out of 28031 with flag 1316700/110000
41.20/19.39	c cleaning 14985 clauses out of 30042 with flag 1494295/126001
47.65/22.56	c cleaning 16020 clauses out of 32057 with flag 1672004/143001
54.85/26.16	c cleaning 17015 clauses out of 34036 with flag 1862880/161000
63.71/30.52	c cleaning 18005 clauses out of 36023 with flag 2074146/180002
69.30/33.34	c cleaning 0 clauses out of 5000 with flag 0/5000
74.01/35.56	c cleaning 18996 clauses out of 38016 with flag 2305536/200000
84.69/40.76	c cleaning 20001 clauses out of 40020 with flag 2530238/221000
96.33/46.59	c cleaning 21006 clauses out of 42019 with flag 2764712/243000
109.33/53.00	c cleaning 22006 clauses out of 44014 with flag 3023865/266001
124.61/60.69	c cleaning 22999 clauses out of 46008 with flag 3298749/290001
141.01/68.89	c cleaning 23996 clauses out of 48008 with flag 3566895/315000
158.66/77.60	c cleaning 24994 clauses out of 50012 with flag 3848446/341000
177.70/87.11	c cleaning 25984 clauses out of 52020 with flag 4166164/368002
198.98/97.74	c cleaning 26989 clauses out of 54034 with flag 4492985/396000
220.21/108.37	c cleaning 27996 clauses out of 56045 with flag 4811692/425000
244.05/120.28	c cleaning 28992 clauses out of 58049 with flag 5144132/455000
271.92/134.19	c cleaning 30001 clauses out of 60058 with flag 5481105/486001
300.96/148.64	c cleaning 30997 clauses out of 62057 with flag 5829467/518001
332.23/164.23	c cleaning 32002 clauses out of 64061 with flag 6188257/551002
344.87/170.54	c cleaning 0 clauses out of 11000 with flag 0/11000
366.50/181.33	c cleaning 32995 clauses out of 66057 with flag 6559060/585000
404.63/200.32	c cleaning 33998 clauses out of 68063 with flag 6938300/620001
442.95/219.49	c cleaning 35002 clauses out of 70065 with flag 7327524/656001
489.98/242.82	c cleaning 36002 clauses out of 72062 with flag 7726849/693000
538.26/266.81	c cleaning 37003 clauses out of 74061 with flag 8171516/731001
589.95/292.55	c cleaning 38002 clauses out of 76058 with flag 8623174/770001
642.66/318.70	c cleaning 38991 clauses out of 78055 with flag 9083513/810000
701.20/347.81	c cleaning 40004 clauses out of 80065 with flag 9573490/851001
755.96/375.07	c cleaning 41001 clauses out of 82063 with flag 10059606/893003
820.51/407.34	c cleaning 41997 clauses out of 84060 with flag 10553176/936001
883.84/438.85	c cleaning 43003 clauses out of 86062 with flag 11073661/980000
954.20/473.85	c cleaning 43994 clauses out of 88059 with flag 11589611/1025000
1025.58/509.33	c cleaning 44997 clauses out of 90065 with flag 12134765/1071000
1061.79/527.32	c cleaning 0 clauses out of 18001 with flag 0/18001
1100.90/546.85	c cleaning 46004 clauses out of 92071 with flag 12703663/1118003
1178.53/585.41	c cleaning 46999 clauses out of 94065 with flag 13270952/1166001
1265.25/628.58	c cleaning 48008 clauses out of 96065 with flag 13850023/1215000
1352.54/672.22	c cleaning 48997 clauses out of 98057 with flag 14430717/1265000
1442.45/717.08	c cleaning 49998 clauses out of 100060 with flag 15071603/1316000
1538.95/765.09	c cleaning 50999 clauses out of 102063 with flag 15681586/1368001
1648.27/819.46	c cleaning 52000 clauses out of 104064 with flag 16263979/1421001
1757.68/873.80	c cleaning 53007 clauses out of 106064 with flag 16904759/1475001
1800.09/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.90	c starts		: 66
1800.09/894.90	c conflicts		: 1499824
1800.09/894.90	c decisions		: 1625869
1800.09/894.90	c propagations		: 37963562
1800.09/894.90	c inspects		: 11877717117
1800.09/894.90	c shortcuts		: 0
1800.09/894.90	c learnt literals	: 0
1800.09/894.90	c learnt binary clauses	: 0
1800.09/894.90	c learnt ternary clauses	: 0
1800.09/894.90	c learnt constraints	: 1499824
1800.09/894.90	c ignored constraints	: 0
1800.09/894.90	c root simplifications	: 0
1800.09/894.90	c removed literals (reason simplification)	: 25861096
1800.09/894.90	c reason swapping (by a shorter reason)	: 0
1800.09/894.90	c Calls to reduceDB	: 50
1800.09/894.90	c Number of update (reduction) of LBD	: 487811
1800.09/894.90	c Imported unit clauses	: 0
1800.09/894.90	c number of reductions to clauses (during analyze)	: 0
1800.09/894.90	c number of learned constraints concerned by reduction	: 0
1800.09/894.90	c number of learning phase by resolution	: 0
1800.09/894.90	c number of learning phase by cutting planes	: 0
1800.09/894.90	c speed (assignments/second)	: 42429.57139647921
1800.09/894.90	c non guided choices	80
1800.09/894.93	c learnt constraints type 
1800.09/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77880
1800.09/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.93	c starts		: 52
1800.09/894.93	c conflicts		: 23840
1800.09/894.93	c decisions		: 29966
1800.09/894.93	c propagations		: 416923
1800.09/894.93	c inspects		: 1041082748
1800.09/894.93	c shortcuts		: 0
1800.09/894.93	c learnt literals	: 0
1800.09/894.93	c learnt binary clauses	: 0
1800.09/894.93	c learnt ternary clauses	: 0
1800.09/894.93	c learnt constraints	: 23839
1800.09/894.93	c ignored constraints	: 0
1800.09/894.93	c root simplifications	: 0
1800.09/894.93	c removed literals (reason simplification)	: 0
1800.09/894.93	c reason swapping (by a shorter reason)	: 0
1800.09/894.93	c Calls to reduceDB	: 3
1800.09/894.93	c Number of update (reduction) of LBD	: 0
1800.09/894.93	c Imported unit clauses	: 0
1800.09/894.93	c number of reductions to clauses (during analyze)	: 0
1800.09/894.93	c number of learned constraints concerned by reduction	: 0
1800.09/894.93	c number of learning phase by resolution	: 0
1800.09/894.93	c number of learning phase by cutting planes	: 0
1800.09/894.93	c speed (assignments/second)	: 465.9560176984227
1800.09/894.93	c non guided choices	78
1800.09/894.94	c learnt constraints type 
1800.09/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 265
1800.09/894.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
1800.09/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23570
1800.09/894.94	s UNKNOWN
1800.09/894.94	c Total wall clock time (in seconds): 894.82

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-4089912-1466021394/watcher-4089912-1466021394 -o /tmp/evaluation-result-4089912-1466021394/solver-4089912-1466021394 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089912-1466021394.opb 

pid=14605
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.06 4.15 4.17 4/197 14608
/proc/meminfo: memFree=28348304/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14608/stat : 14608 (java) R 14605 14608 5545 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 4188619 278528 27 33554432000 1073741824 1073778376 140735560416608 140735104644824 219504777809 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 68 33 25 9 0 25 0

[startup+0.100091 s]
/proc/loadavg: 4.06 4.15 4.17 4/197 14608
/proc/meminfo: memFree=28348304/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 4188619 9787879424 6039 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.06 4.15 4.17 4/197 14608
/proc/meminfo: memFree=28348304/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 6118 0 1 0 26 1 0 0 20 0 22 0 4188619 10060525568 8755 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 8756 2206 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300244 s]
/proc/loadavg: 4.06 4.15 4.17 4/197 14608
/proc/meminfo: memFree=28348304/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 8193 0 1 0 65 2 0 0 20 0 22 0 4188619 10060525568 10158 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 10158 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.70022 s]
/proc/loadavg: 4.06 4.15 4.17 4/197 14608
/proc/meminfo: memFree=28348304/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 16588 0 1 0 223 4 0 0 20 0 22 0 4188619 10060525568 21157 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 21157 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.06 4.15 4.17 7/219 14630
/proc/meminfo: memFree=28172868/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 26379 0 1 0 498 8 0 0 20 0 22 0 4188619 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 48954 2278 9 0 2446860 0
[pid=14608/tid=14610] ppid=14605 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14605 14608 5545 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4188620 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038648472440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14611] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14605 14608 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038620924968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14612] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038619872168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14613] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/14608/task/14623/stat : 14623 (java) S 14605 14608 5545 0 -1 4202560 9969 0 0 0 106 2 0 0 20 0 22 0 4188625 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037998356920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14624] ppid=14605 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/14608/task/14624/stat : 14624 (java) S 14605 14608 5545 0 -1 4202560 12496 0 0 0 113 3 0 0 20 0 22 0 4188625 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037997304120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14625] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14625/stat : 14625 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037996251512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14626] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14626/stat : 14626 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037995198920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14627] ppid=14605 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/14608/task/14627/stat : 14627 (java) R 14605 14608 5545 0 -1 4202560 28 0 0 0 129 0 0 0 20 0 22 0 4188635 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037994136080 140038499647135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14628] ppid=14605 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/14608/task/14628/stat : 14628 (java) R 14605 14608 5545 0 -1 4202560 96 0 0 0 125 2 0 0 20 0 22 0 4188635 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037993090944 140038499762640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14629] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14629/stat : 14629 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037992039848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14630] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14630/stat : 14630 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 48954 33554432000 1073741824 1073778376 140735560416608 140037990987048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.05 4.15 4.17 5/219 14630
/proc/meminfo: memFree=28138608/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=8.47 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 27081 0 1 0 832 15 0 0 20 0 22 0 4188619 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 84921 2278 9 0 2446860 0
[pid=14608/tid=14610] ppid=14605 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14605 14608 5545 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4188620 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038648472440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14611] ppid=14605 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14605 14608 5545 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038620924968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14612] ppid=14605 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14605 14608 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038619872168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14613] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 4188621 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/14608/task/14623/stat : 14623 (java) S 14605 14608 5545 0 -1 4202560 9969 0 0 0 113 2 0 0 20 0 22 0 4188625 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037998356920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14624] ppid=14605 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/14608/task/14624/stat : 14624 (java) S 14605 14608 5545 0 -1 4202560 12940 0 0 0 119 3 0 0 20 0 22 0 4188625 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037997304120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14625] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14625/stat : 14625 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037996251512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14626] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14626/stat : 14626 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037995198920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14627] ppid=14605 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/14608/task/14627/stat : 14627 (java) R 14605 14608 5545 0 -1 4202560 31 0 0 0 282 0 0 0 20 0 22 0 4188635 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037994144968 140038499713951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14628] ppid=14605 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/14608/task/14628/stat : 14628 (java) R 14605 14608 5545 0 -1 4202560 147 0 0 0 276 4 0 0 20 0 22 0 4188635 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037993090944 140038499762559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14629] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14629/stat : 14629 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037992039848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14630] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14630/stat : 14630 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 84921 33554432000 1073741824 1073778376 140735560416608 140037990987048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.05 4.15 4.17 5/219 14630
/proc/meminfo: memFree=27750816/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=15.01 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 27888 0 1 0 1477 24 0 0 20 0 22 0 4188619 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 157674 2278 9 0 2446860 0
[pid=14608/tid=14610] ppid=14605 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14605 14608 5545 0 -1 4202560 2404 0 1 0 12 0 0 0 20 0 22 0 4188620 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038648472440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14611] ppid=14605 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14605 14608 5545 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038620924968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14612] ppid=14605 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14605 14608 5545 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038619872168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14613] ppid=14605 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 82 0 0 0 2 2 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 107 0 0 0 5 2 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 43 0 0 0 4 0 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 4188621 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 157674 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.16 cores=1,3,5,7

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

/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 445 0 0 0 275 9 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 430 0 0 0 257 7 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 368 0 0 0 280 6 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 441 0 0 0 262 9 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 453 0 0 0 247 7 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 343 0 0 0 234 7 0 0 20 0 22 0 4188621 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 2735 0 0 0 93 27 0 0 20 0 22 0 4188623 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/14608/task/14623/stat : 14623 (java) S 14605 14608 5545 0 -1 4202560 9973 0 0 0 120 2 0 0 20 0 22 0 4188625 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037998356920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14624] ppid=14605 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/14608/task/14624/stat : 14624 (java) S 14605 14608 5545 0 -1 4202560 17500 0 0 0 175 4 0 0 20 0 22 0 4188625 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037997304120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14625] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14625/stat : 14625 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037996251512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14626] ppid=14605 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/14608/task/14626/stat : 14626 (java) S 14605 14608 5545 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 4188625 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037995198920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14627] ppid=14605 vsize=9824732 CPUtime=872.17 cores=1,3,5,7
/proc/14608/task/14627/stat : 14627 (java) R 14605 14608 5545 0 -1 4202560 273 0 0 0 87199 18 0 0 20 0 22 0 4188635 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037994143760 140038499713951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14628] ppid=14605 vsize=9824732 CPUtime=872.16 cores=1,3,5,7
/proc/14608/task/14628/stat : 14628 (java) R 14605 14608 5545 0 -1 4202560 1652 0 0 0 87166 50 0 0 20 0 22 0 4188635 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037993090048 140038499774972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14629] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14629/stat : 14629 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037992039848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14630] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14630/stat : 14630 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571564 33554432000 1073741824 1073778376 140735560416608 140037990987048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.21 4.29 4.25 5/219 14859
/proc/meminfo: memFree=26104996/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 39256 0 1 0 179854 155 0 0 20 0 22 0 4188619 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 571573 2287 9 0 2446860 0
[pid=14608/tid=14610] ppid=14605 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14605 14608 5545 0 -1 4202560 2411 0 1 0 14 3 0 0 20 0 22 0 4188620 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038648472440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14611] ppid=14605 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14605 14608 5545 0 -1 4202560 455 0 0 0 288 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038620924968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14612] ppid=14605 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14605 14608 5545 0 -1 4202560 374 0 0 0 258 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038619872168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14613] ppid=14605 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 446 0 0 0 280 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 451 0 0 0 262 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 368 0 0 0 283 6 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 495 0 0 0 268 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 454 0 0 0 250 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 346 0 0 0 239 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 2737 0 0 0 93 27 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/14608/task/14623/stat : 14623 (java) S 14605 14608 5545 0 -1 4202560 9973 0 0 0 120 2 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037998356920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14624] ppid=14605 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/14608/task/14624/stat : 14624 (java) S 14605 14608 5545 0 -1 4202560 17500 0 0 0 175 4 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037997304120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14625] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14625/stat : 14625 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037996251512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14626] ppid=14605 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/14608/task/14626/stat : 14626 (java) S 14605 14608 5545 0 -1 4202560 53 0 0 0 12 25 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037995198920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14627] ppid=14605 vsize=9824732 CPUtime=884.63 cores=1,3,5,7
/proc/14608/task/14627/stat : 14627 (java) R 14605 14608 5545 0 -1 4202560 277 0 0 0 88445 18 0 0 20 0 22 0 4188635 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037994143760 140038499713951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14628] ppid=14605 vsize=9824732 CPUtime=884.63 cores=1,3,5,7
/proc/14608/task/14628/stat : 14628 (java) R 14605 14608 5545 0 -1 4202560 1652 0 0 0 88413 50 0 0 20 0 22 0 4188635 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037993090176 140038499773249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14629] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14629/stat : 14629 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037992039848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14630] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14630/stat : 14630 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037990987048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 14608 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.21 4.29 4.25 5/219 14859
/proc/meminfo: memFree=26104996/32872528 swapFree=1073728/1155488
[pid=14608] ppid=14605 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14605 14608 5545 0 -1 4202496 39256 0 1 0 179854 155 0 0 20 0 22 0 4188619 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140735560407744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14608/statm: 2456183 571573 2287 9 0 2446860 0
[pid=14608/tid=14610] ppid=14605 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14605 14608 5545 0 -1 4202560 2411 0 1 0 14 3 0 0 20 0 22 0 4188620 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038648472440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14611] ppid=14605 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14605 14608 5545 0 -1 4202560 455 0 0 0 288 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038620924968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14612] ppid=14605 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14605 14608 5545 0 -1 4202560 374 0 0 0 258 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038619872168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14613] ppid=14605 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14605 14608 5545 0 -1 4202560 446 0 0 0 280 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038618819368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14614] ppid=14605 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14605 14608 5545 0 -1 4202560 451 0 0 0 262 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038617766568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14615] ppid=14605 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14605 14608 5545 0 -1 4202560 368 0 0 0 283 6 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038488238632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14616] ppid=14605 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14605 14608 5545 0 -1 4202560 495 0 0 0 268 9 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038487185832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14617] ppid=14605 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14605 14608 5545 0 -1 4202560 454 0 0 0 250 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038486133032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14618] ppid=14605 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14605 14608 5545 0 -1 4202560 346 0 0 0 239 7 0 0 20 0 22 0 4188621 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038485080232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14608/tid=14619] ppid=14605 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14605 14608 5545 0 -1 4202560 2737 0 0 0 93 27 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038002568168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14620] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14605 14608 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038001514232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14621] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14605 14608 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4188623 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140038000461320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14622] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037999409808 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14623] ppid=14605 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/14608/task/14623/stat : 14623 (java) S 14605 14608 5545 0 -1 4202560 9973 0 0 0 120 2 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037998356920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14624] ppid=14605 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/14608/task/14624/stat : 14624 (java) S 14605 14608 5545 0 -1 4202560 17500 0 0 0 175 4 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037997304120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14625] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14625/stat : 14625 (java) S 14605 14608 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037996251512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14626] ppid=14605 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/14608/task/14626/stat : 14626 (java) S 14605 14608 5545 0 -1 4202560 53 0 0 0 12 25 0 0 20 0 22 0 4188625 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037995198920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14627] ppid=14605 vsize=9824732 CPUtime=884.63 cores=1,3,5,7
/proc/14608/task/14627/stat : 14627 (java) R 14605 14608 5545 0 -1 4202560 277 0 0 0 88445 18 0 0 20 0 22 0 4188635 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037994143760 140038499713951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14608/tid=14628] ppid=14605 vsize=9824732 CPUtime=884.63 cores=1,3,5,7
/proc/14608/task/14628/stat : 14628 (java) R 14605 14608 5545 0 -1 4202560 1652 0 0 0 88413 50 0 0 20 0 22 0 4188635 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037993090176 140038499773249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14608/tid=14629] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14629/stat : 14629 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037992039848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14608/tid=14630] ppid=14605 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14630/stat : 14630 (java) S 14605 14608 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4188636 10060525568 571573 33554432000 1073741824 1073778376 140735560416608 140037990987048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14608 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=248232
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=73684
# CPU time returned by wait4() is 1796.32
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.965
CPU time (s): 1800.09
CPU user time (s): 1798.54
CPU system time (s): 1.55
CPU usage (%): 201.135
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 2.07368
maximum resident set size= 2871920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39298
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31972
involuntary context switches= 46421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13392 second user time and 6.29504 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:09:54
IDJOB=4089912
IDBENCH=107474
IDSOLVER=2543
FILE ID=node114/4089912-1466021394
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v081-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089912-1466021394/watcher-4089912-1466021394 -o /tmp/evaluation-result-4089912-1466021394/solver-4089912-1466021394 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089912-1466021394.opb

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

MD5SUM BENCH= 94376ea1dd48759fe6e4de659e600113
RANDOM SEED=1969869246

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.761
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.761
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.761
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:        28348940 kB
Buffers:           23156 kB
Cached:            45500 kB
SwapCached:        33296 kB
Active:          2589192 kB
Inactive:          74576 kB
Active(anon):    2564432 kB
Inactive(anon):    33292 kB
Active(file):      24760 kB
Inactive(file):    41284 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3701764 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             566020 kB
SReclaimable:      10092 kB
SUnreclaim:       555928 kB
KernelStack:        1808 kB
PageTables:        12324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3841332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2574336 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= 71736 MiB
End job on node114 at 2016-06-15 22:24:49