Trace number 4100834

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.11 896.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-boeing1.opb
MD5SUMceb2e4b71eb9bdf9c63b27bfd911be00
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8869
Total number of constraints561
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 7301
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 529587
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529932
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4100834-1466211568.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.14/0.58	c ... done. Wall clock time 0.474s.
1.14/0.58	c declared #vars     8869
1.14/0.58	c #constraints  570
1.14/0.58	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.14/0.58	c constraints type 
1.14/0.58	c org.sat4j.specs.Constr$1 => 5
1.14/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 565
1.14/0.58	c 570 constraints processed.
1.14/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.14/0.58	c constraints type 
1.14/0.58	c org.sat4j.specs.Constr$1 => 5
1.14/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 565
1.14/0.58	c 570 constraints processed.
1.14/0.59	c objective function length is 6523 literals
3.48/1.32	c cleaning 2488 clauses out of 4996 with flag 11812/5003
12.76/5.78	c cleaning 4248 clauses out of 8506 with flag 28983/11001
24.98/11.81	c cleaning 0 clauses out of 5000 with flag 0/5000
33.07/15.66	c cleaning 5620 clauses out of 11257 with flag 58506/18000
56.69/27.13	c cleaning 6814 clauses out of 13637 with flag 90926/26000
79.71/38.56	c cleaning 0 clauses out of 11000 with flag 0/11000
81.49/39.49	c cleaning 7921 clauses out of 15846 with flag 119329/35023
104.99/51.10	c cleaning 8951 clauses out of 17902 with flag 149099/45000
129.33/63.30	c cleaning 9956 clauses out of 19951 with flag 186083/56000
157.42/77.32	c cleaning 10998 clauses out of 21995 with flag 226671/68000
188.55/92.87	c cleaning 11997 clauses out of 23997 with flag 267288/81000
221.50/109.40	c cleaning 12997 clauses out of 26002 with flag 313210/95002
221.70/109.49	c cleaning 0 clauses out of 18002 with flag 0/18002
256.99/127.05	c cleaning 13981 clauses out of 28003 with flag 365049/110000
296.63/146.85	c cleaning 15010 clauses out of 30023 with flag 421742/126001
341.03/168.95	c cleaning 15999 clauses out of 32014 with flag 480510/143002
387.96/192.36	c cleaning 17004 clauses out of 34015 with flag 543289/161002
440.06/218.43	c cleaning 17980 clauses out of 36014 with flag 610373/180005
487.52/242.06	c cleaning 0 clauses out of 26000 with flag 0/26000
495.88/246.24	c cleaning 19010 clauses out of 38032 with flag 680498/200003
556.71/276.70	c cleaning 19993 clauses out of 40019 with flag 754977/221000
619.61/307.94	c cleaning 21006 clauses out of 42028 with flag 832511/243002
686.85/341.51	c cleaning 21990 clauses out of 44020 with flag 916137/266000
756.55/376.27	c cleaning 22999 clauses out of 46030 with flag 1001359/290000
831.68/413.62	c cleaning 24001 clauses out of 48031 with flag 1090585/315000
912.53/454.03	c cleaning 0 clauses out of 35001 with flag 0/35001
924.22/459.83	c cleaning 25010 clauses out of 50036 with flag 1184367/341006
1012.73/504.13	c cleaning 25994 clauses out of 52020 with flag 1285721/368000
1099.28/547.22	c cleaning 27007 clauses out of 54027 with flag 1384404/396001
1184.69/589.75	c cleaning 28004 clauses out of 56024 with flag 1486115/425005
1279.65/637.11	c cleaning 28997 clauses out of 58015 with flag 1593079/455000
1371.50/683.01	c cleaning 29985 clauses out of 60018 with flag 1702823/486000
1464.56/729.35	c cleaning 30996 clauses out of 62033 with flag 1817918/518000
1514.42/754.14	c cleaning 0 clauses out of 45002 with flag 0/45002
1564.11/779.05	c cleaning 32000 clauses out of 64039 with flag 1939011/551002
1665.51/829.51	c cleaning 32999 clauses out of 66039 with flag 2059916/585002
1774.95/884.23	c cleaning 34006 clauses out of 68040 with flag 2187009/620002
1800.11/896.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/896.70	c starts		: 488
1800.11/896.70	c conflicts		: 628564
1800.11/896.70	c decisions		: 3397053
1800.11/896.70	c propagations		: 61033220
1800.11/896.70	c inspects		: 2408511658
1800.11/896.70	c shortcuts		: 0
1800.11/896.70	c learnt literals	: 7
1800.11/896.70	c learnt binary clauses	: 4
1800.11/896.70	c learnt ternary clauses	: 2
1800.11/896.70	c learnt constraints	: 628556
1800.11/896.70	c ignored constraints	: 0
1800.11/896.70	c root simplifications	: 0
1800.11/896.70	c removed literals (reason simplification)	: 846017
1800.11/896.70	c reason swapping (by a shorter reason)	: 0
1800.11/896.70	c Calls to reduceDB	: 31
1800.11/896.70	c Number of update (reduction) of LBD	: 240790
1800.11/896.70	c Imported unit clauses	: 0
1800.11/896.70	c number of reductions to clauses (during analyze)	: 0
1800.11/896.70	c number of learned constraints concerned by reduction	: 0
1800.11/896.70	c number of learning phase by resolution	: 0
1800.11/896.70	c number of learning phase by cutting planes	: 0
1800.11/896.70	c speed (assignments/second)	: 68111.95975323411
1800.11/896.70	c non guided choices	423
1800.11/896.72	c learnt constraints type 
1800.11/896.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.11/896.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42592
1800.11/896.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/896.72	c starts		: 53
1800.11/896.72	c conflicts		: 48768
1800.11/896.72	c decisions		: 176084
1800.11/896.72	c propagations		: 801751
1800.11/896.72	c inspects		: 1400724216
1800.11/896.72	c shortcuts		: 0
1800.11/896.72	c learnt literals	: 0
1800.11/896.72	c learnt binary clauses	: 0
1800.11/896.72	c learnt ternary clauses	: 0
1800.11/896.72	c learnt constraints	: 48768
1800.11/896.72	c ignored constraints	: 0
1800.11/896.72	c root simplifications	: 0
1800.11/896.72	c removed literals (reason simplification)	: 0
1800.11/896.72	c reason swapping (by a shorter reason)	: 0
1800.11/896.72	c Calls to reduceDB	: 6
1800.11/896.72	c Number of update (reduction) of LBD	: 0
1800.11/896.72	c Imported unit clauses	: 0
1800.11/896.72	c number of reductions to clauses (during analyze)	: 0
1800.11/896.72	c number of learned constraints concerned by reduction	: 0
1800.11/896.72	c number of learning phase by resolution	: 0
1800.11/896.72	c number of learning phase by cutting planes	: 0
1800.11/896.72	c speed (assignments/second)	: 894.7604544830596
1800.11/896.72	c non guided choices	13360
1800.11/896.74	c learnt constraints type 
1800.11/896.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 55
1800.11/896.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48713
1800.11/896.74	s UNKNOWN
1800.11/896.74	c Total wall clock time (in seconds): 896.634

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-4100834-1466211568/watcher-4100834-1466211568 -o /tmp/evaluation-result-4100834-1466211568/solver-4100834-1466211568 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100834-1466211568.opb 

pid=3314
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.18 4.15 4.10 4/197 3317
/proc/meminfo: memFree=28778172/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 23205690 98570240 978 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 24065 978 743 9 0 16771 0
[pid=3317/tid=3318] ppid=3314 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) R 3314 3317 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23205690 98570240 978 33554432000 1073741824 1073778376 140736654068992 140641431711272 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.18 4.15 4.10 4/197 3317
/proc/meminfo: memFree=28778172/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 4480 0 1 0 9 2 0 0 20 0 18 0 23205690 9787879424 6109 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2389619 6109 2156 9 0 2380296 0
[pid=3317/tid=3318] ppid=3314 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) R 3314 3317 1299 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 23205690 9787879424 6109 33554432000 1073741824 1073778376 140736654068992 140641431714720 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.18 4.15 4.10 4/197 3317
/proc/meminfo: memFree=28778172/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 5061 0 1 0 28 2 0 0 20 0 18 0 23205690 9787879424 7426 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2389619 7430 2228 9 0 2380296 0
[pid=3317/tid=3318] ppid=3314 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) R 3314 3317 1299 0 -1 4202560 2404 0 1 0 15 2 0 0 20 0 18 0 23205690 9787879424 7430 33554432000 1073741824 1073778376 140736654068992 140641431714720 140641271474925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.311288 s]
/proc/loadavg: 4.18 4.15 4.10 4/197 3317
/proc/meminfo: memFree=28778172/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 6993 0 1 0 54 3 0 0 20 0 18 0 23205690 9787879424 11665 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2389619 11665 2235 9 0 2380296 0
[pid=3317/tid=3318] ppid=3314 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) R 3314 3317 1299 0 -1 4202560 2414 0 1 0 26 2 0 0 20 0 18 0 23205690 9787879424 11665 33554432000 1073741824 1073778376 140736654068992 140641431705600 140641271044222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700249 s]
/proc/loadavg: 4.18 4.15 4.10 4/197 3317
/proc/meminfo: memFree=28778172/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 16408 0 1 0 160 5 0 0 20 0 22 0 23205690 10060525568 31159 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 31159 2266 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2453 0 1 0 53 3 0 0 20 0 22 0 23205690 10060525568 31159 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.18 4.15 4.10 6/219 3339
/proc/meminfo: memFree=28593364/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 17867 0 1 0 386 8 0 0 20 0 22 0 23205690 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 48199 2290 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2453 0 1 0 53 3 0 0 20 0 22 0 23205690 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3320] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3320/stat : 3320 (java) S 3314 3317 1299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641393207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3321] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3321/stat : 3321 (java) S 3314 3317 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641392155176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3322] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3327/stat : 3327 (java) S 3314 3317 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23205691 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641267858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3328] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3328/stat : 3328 (java) S 3314 3317 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23205692 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140641255659880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3329] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3329/stat : 3329 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640650257784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3330] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3330/stat : 3330 (java) S 3314 3317 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640649204616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3331] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3331/stat : 3331 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640648153360 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3332] ppid=3314 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3317/task/3332/stat : 3332 (java) R 3314 3317 1299 0 -1 4202560 5647 0 0 0 73 1 0 0 20 0 22 0 23205695 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640647101120 140641439450753 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3333] ppid=3314 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/3317/task/3333/stat : 3333 (java) R 3314 3317 1299 0 -1 4202560 8290 0 0 0 77 2 0 0 20 0 22 0 23205695 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640646048696 140641435810539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3334] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3334/stat : 3334 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640644995832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3335] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3335/stat : 3335 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640643943496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3336] ppid=3314 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/3317/task/3336/stat : 3336 (java) R 3314 3317 1299 0 -1 4202560 29 0 0 0 84 0 0 0 20 0 22 0 23205749 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640642887080 140641271974868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3337] ppid=3314 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/3317/task/3337/stat : 3337 (java) R 3314 3317 1299 0 -1 4202560 50 0 0 0 82 0 0 0 20 0 22 0 23205749 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640641834760 140641271949477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3338] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3338/stat : 3338 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205753 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640640783144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3339] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3339/stat : 3339 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205757 10060525568 48199 33554432000 1073741824 1073778376 140736654068992 140640639730600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.18 4.15 4.10 5/219 3339
/proc/meminfo: memFree=28572388/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=7.32 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 18188 0 1 0 717 15 0 0 20 0 22 0 23205690 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 88816 2291 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2454 0 1 0 53 3 0 0 20 0 22 0 23205690 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3320] ppid=3314 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3317/task/3320/stat : 3320 (java) S 3314 3317 1299 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641393207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3321] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3321/stat : 3321 (java) S 3314 3317 1299 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641392155176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3322] ppid=3314 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3317/task/3327/stat : 3327 (java) S 3314 3317 1299 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 23205691 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641267858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3328] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3328/stat : 3328 (java) S 3314 3317 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23205692 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140641255659880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3329] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3329/stat : 3329 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640650257784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3330] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3330/stat : 3330 (java) S 3314 3317 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640649204616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3331] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3331/stat : 3331 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640648153360 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3332] ppid=3314 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/3317/task/3332/stat : 3332 (java) S 3314 3317 1299 0 -1 4202560 5648 0 0 0 80 1 0 0 20 0 22 0 23205695 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640647101240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3333] ppid=3314 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/3317/task/3333/stat : 3333 (java) S 3314 3317 1299 0 -1 4202560 8290 0 0 0 78 2 0 0 20 0 22 0 23205695 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640646048696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3334] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3334/stat : 3334 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640644995832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3335] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3335/stat : 3335 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640643943496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3336] ppid=3314 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/3317/task/3336/stat : 3336 (java) R 3314 3317 1299 0 -1 4202560 31 0 0 0 236 0 0 0 20 0 22 0 23205749 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640642886240 140641272092837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3337] ppid=3314 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/3317/task/3337/stat : 3337 (java) R 3314 3317 1299 0 -1 4202560 103 0 0 0 233 2 0 0 20 0 22 0 23205749 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640641835688 140641271930760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3338] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3338/stat : 3338 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205753 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640640783144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3339] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3339/stat : 3339 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205757 10060525568 88816 33554432000 1073741824 1073778376 140736654068992 140640639730600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.25 4.16 4.11 5/219 3339
/proc/meminfo: memFree=28035696/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=14.02 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 19254 0 1 0 1375 27 0 0 20 0 22 0 23205690 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 162710 2291 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2454 0 1 0 53 3 0 0 20 0 22 0 23205690 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3320] ppid=3314 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/3317/task/3320/stat : 3320 (java) S 3314 3317 1299 0 -1 4202560 63 0 0 0 7 2 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641393207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3321] ppid=3314 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3317/task/3321/stat : 3321 (java) S 3314 3317 1299 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641392155176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3322] ppid=3314 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 68 0 0 0 7 3 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 70 0 0 0 4 2 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 22 0 23205691 10060525568 162710 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 776 0 0 0 206 22 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 1206 0 0 0 222 28 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 1007 0 0 0 216 28 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 793 0 0 0 216 31 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 1024 0 0 0 212 35 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/3317/task/3327/stat : 3327 (java) S 3314 3317 1299 0 -1 4202560 1062 0 0 0 208 31 0 0 20 0 22 0 23205691 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641267858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3328] ppid=3314 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/3317/task/3328/stat : 3328 (java) S 3314 3317 1299 0 -1 4202560 3351 0 0 0 369 12 0 0 20 0 22 0 23205692 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140641255659880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3329] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3329/stat : 3329 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640650257784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3330] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3330/stat : 3330 (java) S 3314 3317 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640649204616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3331] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3331/stat : 3331 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640648153360 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3332] ppid=3314 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/3317/task/3332/stat : 3332 (java) S 3314 3317 1299 0 -1 4202560 5676 0 0 0 101 1 0 0 20 0 22 0 23205695 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640647101240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3333] ppid=3314 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3317/task/3333/stat : 3333 (java) S 3314 3317 1299 0 -1 4202560 15189 0 0 0 159 3 0 0 20 0 22 0 23205695 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640646048696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3334] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3334/stat : 3334 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640644995832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3335] ppid=3314 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3317/task/3335/stat : 3335 (java) S 3314 3317 1299 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 23205695 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640643943496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3336] ppid=3314 vsize=9824732 CPUtime=870.08 cores=1,3,5,7
/proc/3317/task/3336/stat : 3336 (java) R 3314 3317 1299 0 -1 4202560 158 0 0 0 86993 15 0 0 20 0 22 0 23205749 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640642887088 140641271974720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3337] ppid=3314 vsize=9824732 CPUtime=870.18 cores=1,3,5,7
/proc/3317/task/3337/stat : 3337 (java) R 3314 3317 1299 0 -1 4202560 3096 0 0 0 86957 61 0 0 20 0 22 0 23205749 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640641833680 140641271529716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3338] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3338/stat : 3338 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205753 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640640783144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3339] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3339/stat : 3339 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205757 10060525568 799643 33554432000 1073741824 1073778376 140736654068992 140640639730600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1771.17
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.701 s]
/proc/loadavg: 4.17 4.24 4.18 5/219 3658
/proc/meminfo: memFree=25551600/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 39443 0 1 0 179686 325 0 0 20 0 22 0 23205690 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 842528 2299 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2464 0 1 0 56 5 0 0 20 0 22 0 23205690 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3320] ppid=3314 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/3317/task/3320/stat : 3320 (java) S 3314 3317 1299 0 -1 4202560 760 0 0 0 198 30 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641393207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3321] ppid=3314 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/3317/task/3321/stat : 3321 (java) S 3314 3317 1299 0 -1 4202560 1025 0 0 0 214 29 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641392155176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3322] ppid=3314 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 789 0 0 0 208 23 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 1215 0 0 0 224 28 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 1034 0 0 0 221 29 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 820 0 0 0 220 33 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 1037 0 0 0 215 35 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/3317/task/3327/stat : 3327 (java) S 3314 3317 1299 0 -1 4202560 1071 0 0 0 209 32 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641267858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3328] ppid=3314 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/3317/task/3328/stat : 3328 (java) S 3314 3317 1299 0 -1 4202560 3487 0 0 0 369 12 0 0 20 0 22 0 23205692 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641255659880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3329] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3329/stat : 3329 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640650257784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3330] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3330/stat : 3330 (java) S 3314 3317 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640649204616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3331] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3331/stat : 3331 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640648153360 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3332] ppid=3314 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/3317/task/3332/stat : 3332 (java) S 3314 3317 1299 0 -1 4202560 5676 0 0 0 101 1 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640647101240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3333] ppid=3314 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3317/task/3333/stat : 3333 (java) S 3314 3317 1299 0 -1 4202560 15189 0 0 0 159 3 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640646048696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3334] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3334/stat : 3334 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640644995832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3335] ppid=3314 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3317/task/3335/stat : 3335 (java) S 3314 3317 1299 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640643943496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3336] ppid=3314 vsize=9824732 CPUtime=884.34 cores=1,3,5,7
/proc/3317/task/3336/stat : 3336 (java) R 3314 3317 1299 0 -1 4202560 163 0 0 0 88419 15 0 0 20 0 22 0 23205749 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640642887120 140641271821312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3337] ppid=3314 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/3317/task/3337/stat : 3337 (java) R 3314 3317 1299 0 -1 4202560 3392 0 0 0 88383 61 0 0 20 0 22 0 23205749 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640641833896 140641271853752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3338] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3338/stat : 3338 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205753 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640640783144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3339] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3339/stat : 3339 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205757 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640639730600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 3317 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.701 s]
/proc/loadavg: 4.17 4.24 4.18 5/219 3658
/proc/meminfo: memFree=25551600/32872528 swapFree=877056/942464
[pid=3317] ppid=3314 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/3317/stat : 3317 (java) S 3314 3317 1299 0 -1 4202496 39443 0 1 0 179686 325 0 0 20 0 22 0 23205690 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140736654060128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3317/statm: 2456183 842528 2299 9 0 2446860 0
[pid=3317/tid=3318] ppid=3314 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/3317/task/3318/stat : 3318 (java) S 3314 3317 1299 0 -1 4202560 2464 0 1 0 56 5 0 0 20 0 22 0 23205690 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641431716728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3320] ppid=3314 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/3317/task/3320/stat : 3320 (java) S 3314 3317 1299 0 -1 4202560 760 0 0 0 198 30 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641393207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3321] ppid=3314 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/3317/task/3321/stat : 3321 (java) S 3314 3317 1299 0 -1 4202560 1025 0 0 0 214 29 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641392155176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3322] ppid=3314 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3317/task/3322/stat : 3322 (java) S 3314 3317 1299 0 -1 4202560 789 0 0 0 208 23 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641391102120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3323] ppid=3314 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/3317/task/3323/stat : 3323 (java) S 3314 3317 1299 0 -1 4202560 1215 0 0 0 224 28 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641390049576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3324] ppid=3314 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3317/task/3324/stat : 3324 (java) S 3314 3317 1299 0 -1 4202560 1034 0 0 0 221 29 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641271016360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3325] ppid=3314 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/3317/task/3325/stat : 3325 (java) S 3314 3317 1299 0 -1 4202560 820 0 0 0 220 33 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641269963816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3326] ppid=3314 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3317/task/3326/stat : 3326 (java) S 3314 3317 1299 0 -1 4202560 1037 0 0 0 215 35 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641268910760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3327] ppid=3314 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/3317/task/3327/stat : 3327 (java) S 3314 3317 1299 0 -1 4202560 1071 0 0 0 209 32 0 0 20 0 22 0 23205691 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641267858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3317/tid=3328] ppid=3314 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/3317/task/3328/stat : 3328 (java) S 3314 3317 1299 0 -1 4202560 3487 0 0 0 369 12 0 0 20 0 22 0 23205692 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140641255659880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3329] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3329/stat : 3329 (java) S 3314 3317 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640650257784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3330] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3330/stat : 3330 (java) S 3314 3317 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23205693 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640649204616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3331] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3331/stat : 3331 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640648153360 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3332] ppid=3314 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/3317/task/3332/stat : 3332 (java) S 3314 3317 1299 0 -1 4202560 5676 0 0 0 101 1 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640647101240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3333] ppid=3314 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3317/task/3333/stat : 3333 (java) S 3314 3317 1299 0 -1 4202560 15189 0 0 0 159 3 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640646048696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3334] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3334/stat : 3334 (java) S 3314 3317 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640644995832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3317/tid=3335] ppid=3314 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3317/task/3335/stat : 3335 (java) S 3314 3317 1299 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 23205695 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640643943496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3336] ppid=3314 vsize=9824732 CPUtime=884.34 cores=1,3,5,7
/proc/3317/task/3336/stat : 3336 (java) R 3314 3317 1299 0 -1 4202560 163 0 0 0 88419 15 0 0 20 0 22 0 23205749 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640642887120 140641271821312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3317/tid=3337] ppid=3314 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/3317/task/3337/stat : 3337 (java) R 3314 3317 1299 0 -1 4202560 3392 0 0 0 88383 61 0 0 20 0 22 0 23205749 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640641833896 140641271853752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3338] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3338/stat : 3338 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205753 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640640783144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3317/tid=3339] ppid=3314 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3317/task/3339/stat : 3339 (java) S 3314 3317 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23205757 10060525568 842528 33554432000 1073741824 1073778376 140736654068992 140640639730600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.77
CPU time (s): 1800.11
CPU user time (s): 1796.86
CPU system time (s): 3.25
CPU usage (%): 200.733
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.36
system time used= 3.77143
maximum resident set size= 3680544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39486
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25137
involuntary context switches= 33341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77212 second user time and 7.54785 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:59:28
IDJOB=4100834
IDBENCH=1667
IDSOLVER=2543
FILE ID=node113/4100834-1466211568
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-boeing1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100834-1466211568/watcher-4100834-1466211568 -o /tmp/evaluation-result-4100834-1466211568/solver-4100834-1466211568 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100834-1466211568.opb

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

MD5SUM BENCH= ceb2e4b71eb9bdf9c63b27bfd911be00
RANDOM SEED=1715384099

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28778328 kB
Buffers:           42864 kB
Cached:            78340 kB
SwapCached:         1976 kB
Active:          2346688 kB
Inactive:          78044 kB
Active(anon):    2304556 kB
Inactive(anon):     1496 kB
Active(file):      42132 kB
Inactive(file):    76548 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       3267504 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             568112 kB
SReclaimable:      12128 kB
SUnreclaim:       555984 kB
KernelStack:        1696 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4207760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2347008 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= 71684 MiB
End job on node113 at 2016-06-18 03:14:24