Trace number 4089702

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.03 893.692

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
MD5SUM16b3cd964682d0f33e953e00de1a52d3
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.275957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables139
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4089702-1466016403.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.025s.
0.10/0.15	c declared #vars     139
0.10/0.15	c #constraints  140
0.10/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.15	c 140 constraints processed.
0.10/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
0.10/0.15	c 140 constraints processed.
2.31/0.80	c cleaning 2495 clauses out of 5000 with flag 35501/5000
3.94/1.35	c cleaning 4248 clauses out of 8507 with flag 103785/11002
5.68/1.94	c cleaning 5619 clauses out of 11260 with flag 193329/18003
6.89/2.56	c cleaning 6804 clauses out of 13638 with flag 271141/26000
8.75/3.41	c cleaning 7908 clauses out of 15835 with flag 360359/35001
10.76/4.45	c cleaning 8959 clauses out of 17926 with flag 456381/45000
12.45/5.28	c cleaning 0 clauses out of 5000 with flag 0/5000
13.35/5.59	c cleaning 9979 clauses out of 19968 with flag 552596/56001
16.51/7.03	c cleaning 10980 clauses out of 21988 with flag 679618/68000
19.95/8.74	c cleaning 11999 clauses out of 24009 with flag 818882/81001
23.95/10.75	c cleaning 12998 clauses out of 26011 with flag 972560/95002
28.57/13.05	c cleaning 13998 clauses out of 28012 with flag 1130535/110001
33.78/15.68	c cleaning 14997 clauses out of 30013 with flag 1289419/126000
40.61/19.08	c cleaning 15999 clauses out of 32017 with flag 1457703/143001
48.25/22.87	c cleaning 17002 clauses out of 34019 with flag 1648464/161002
50.85/24.17	c cleaning 0 clauses out of 11000 with flag 0/11000
56.85/27.13	c cleaning 17999 clauses out of 36017 with flag 1844430/180002
66.69/32.00	c cleaning 18997 clauses out of 38017 with flag 2060637/200001
77.11/37.26	c cleaning 19997 clauses out of 40020 with flag 2271330/221001
88.32/42.80	c cleaning 21001 clauses out of 42022 with flag 2481433/243000
100.74/49.01	c cleaning 21999 clauses out of 44024 with flag 2679576/266003
113.95/55.67	c cleaning 23006 clauses out of 46023 with flag 2883983/290001
130.20/63.72	c cleaning 24005 clauses out of 48019 with flag 3116375/315003
146.41/71.87	c cleaning 24998 clauses out of 50011 with flag 3370718/341000
156.43/76.83	c cleaning 0 clauses out of 18000 with flag 0/18000
163.66/80.47	c cleaning 25996 clauses out of 52013 with flag 3629370/368000
184.08/90.63	c cleaning 26996 clauses out of 54018 with flag 3893285/396001
205.11/101.18	c cleaning 28002 clauses out of 56021 with flag 4191103/425000
231.21/114.15	c cleaning 29002 clauses out of 58019 with flag 4497826/455000
257.50/127.25	c cleaning 30003 clauses out of 60019 with flag 4802981/486002
282.38/139.65	c cleaning 30995 clauses out of 62014 with flag 5121750/518000
310.70/153.78	c cleaning 32004 clauses out of 64022 with flag 5484441/551003
341.11/168.83	c cleaning 32998 clauses out of 66015 with flag 5848178/585000
373.66/185.03	c cleaning 34001 clauses out of 68018 with flag 6210949/620001
374.48/185.48	c cleaning 0 clauses out of 26006 with flag 0/26006
407.70/201.92	c cleaning 35002 clauses out of 70017 with flag 6607884/656001
442.66/219.31	c cleaning 36000 clauses out of 72014 with flag 7036578/693000
478.01/236.91	c cleaning 37000 clauses out of 74014 with flag 7478783/731000
516.81/256.24	c cleaning 37999 clauses out of 76014 with flag 7943843/770000
558.32/276.82	c cleaning 38993 clauses out of 78016 with flag 8407723/810001
603.21/299.12	c cleaning 40002 clauses out of 80024 with flag 8900793/851002
652.93/323.80	c cleaning 41003 clauses out of 82022 with flag 9405512/893002
704.42/349.45	c cleaning 42004 clauses out of 84018 with flag 9940450/936001
708.04/351.23	c cleaning 0 clauses out of 35000 with flag 0/35000
762.00/378.01	c cleaning 42999 clauses out of 86014 with flag 10451089/980001
819.85/406.73	c cleaning 43999 clauses out of 88016 with flag 10967478/1025002
881.47/437.38	c cleaning 44996 clauses out of 90017 with flag 11505354/1071002
948.18/470.41	c cleaning 46000 clauses out of 92021 with flag 12037276/1118002
1020.51/506.35	c cleaning 46994 clauses out of 94019 with flag 12567917/1166000
1102.63/547.27	c cleaning 47997 clauses out of 96025 with flag 13145302/1215000
1175.94/583.65	c cleaning 49007 clauses out of 98029 with flag 13681172/1265001
1212.81/601.97	c cleaning 0 clauses out of 45000 with flag 0/45000
1251.01/620.90	c cleaning 50000 clauses out of 100021 with flag 14256801/1316000
1328.80/659.54	c cleaning 50997 clauses out of 102022 with flag 14828980/1368001
1409.37/699.54	c cleaning 52005 clauses out of 104029 with flag 15372778/1421005
1508.33/748.62	c cleaning 52996 clauses out of 106019 with flag 15974898/1475000
1606.18/797.25	c cleaning 54000 clauses out of 108023 with flag 16650987/1530000
1709.10/848.30	c cleaning 55003 clauses out of 110023 with flag 17345431/1586000
1800.03/893.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/893.60	c starts		: 86
1800.03/893.60	c conflicts		: 1643000
1800.03/893.60	c decisions		: 1881690
1800.03/893.60	c propagations		: 42985939
1800.03/893.60	c inspects		: 11976313159
1800.03/893.60	c shortcuts		: 0
1800.03/893.60	c learnt literals	: 0
1800.03/893.60	c learnt binary clauses	: 0
1800.03/893.60	c learnt ternary clauses	: 0
1800.03/893.60	c learnt constraints	: 1643000
1800.03/893.60	c ignored constraints	: 0
1800.03/893.60	c root simplifications	: 0
1800.03/893.60	c removed literals (reason simplification)	: 9639790
1800.03/893.60	c reason swapping (by a shorter reason)	: 0
1800.03/893.60	c Calls to reduceDB	: 53
1800.03/893.60	c Number of update (reduction) of LBD	: 566673
1800.03/893.60	c Imported unit clauses	: 0
1800.03/893.60	c number of reductions to clauses (during analyze)	: 0
1800.03/893.60	c number of learned constraints concerned by reduction	: 0
1800.03/893.60	c number of learning phase by resolution	: 0
1800.03/893.60	c number of learning phase by cutting planes	: 0
1800.03/893.61	c speed (assignments/second)	: 48112.30510940735
1800.03/893.61	c non guided choices	33
1800.03/893.64	c learnt constraints type 
1800.03/893.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112020
1800.03/893.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/893.64	c starts		: 75
1800.03/893.64	c conflicts		: 54190
1800.03/893.64	c decisions		: 71532
1800.03/893.64	c propagations		: 386800
1800.03/893.64	c inspects		: 1567353593
1800.03/893.64	c shortcuts		: 0
1800.03/893.64	c learnt literals	: 0
1800.03/893.64	c learnt binary clauses	: 0
1800.03/893.64	c learnt ternary clauses	: 0
1800.03/893.64	c learnt constraints	: 54189
1800.03/893.64	c ignored constraints	: 0
1800.03/893.64	c root simplifications	: 0
1800.03/893.64	c removed literals (reason simplification)	: 0
1800.03/893.64	c reason swapping (by a shorter reason)	: 0
1800.03/893.64	c Calls to reduceDB	: 6
1800.03/893.64	c Number of update (reduction) of LBD	: 0
1800.03/893.64	c Imported unit clauses	: 0
1800.03/893.64	c number of reductions to clauses (during analyze)	: 0
1800.03/893.64	c number of learned constraints concerned by reduction	: 0
1800.03/893.64	c number of learning phase by resolution	: 0
1800.03/893.64	c number of learning phase by cutting planes	: 0
1800.03/893.64	c speed (assignments/second)	: 432.91351466903046
1800.03/893.64	c non guided choices	32
1800.03/893.67	c learnt constraints type 
1800.03/893.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 16
1800.03/893.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
1800.03/893.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 54164
1800.03/893.67	s UNKNOWN
1800.03/893.67	c Total wall clock time (in seconds): 893.542

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

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

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


[startup+0 s]
/proc/loadavg: 4.11 4.14 4.15 5/197 13412
/proc/meminfo: memFree=28291716/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13412/stat : 13412 (java) R 13409 13412 5545 0 -1 4202496 526 0 0 0 0 0 0 0 20 0 1 0 3689499 9515008 180 33554432000 1073741824 1073778376 140733999955648 140733999938376 219513517952 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2323 182 140 9 0 71 0

[startup+0.100056 s]
/proc/loadavg: 4.11 4.14 4.15 5/197 13412
/proc/meminfo: memFree=28291716/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 4416 0 1 0 8 2 0 0 20 0 18 0 3689499 9787879424 6037 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.11 4.14 4.15 5/197 13412
/proc/meminfo: memFree=28291716/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 5786 0 1 0 27 3 0 0 20 0 22 0 3689499 10060525568 8590 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 8590 2214 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300223 s]
/proc/loadavg: 4.11 4.14 4.15 5/197 13412
/proc/meminfo: memFree=28291716/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 11017 0 1 0 66 3 0 0 20 0 22 0 3689499 10060525568 11991 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 11991 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 4.11 4.14 4.15 5/197 13412
/proc/meminfo: memFree=28291716/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 16889 0 1 0 197 5 0 0 20 0 22 0 3689499 10060525568 23262 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 23262 2241 9 0 2446860 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.11 4.14 4.15 8/219 13434
/proc/meminfo: memFree=28134480/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=4.74 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 28157 0 1 0 465 9 0 0 20 0 22 0 3689499 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 46887 2268 9 0 2446860 0
[pid=13412/tid=13414] ppid=13409 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13412/task/13414/stat : 13414 (java) S 13409 13412 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3689500 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204623856504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13415] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13415/stat : 13415 (java) S 13409 13412 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204585347624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13416] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13416/stat : 13416 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204584294824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13417] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/13412/task/13427/stat : 13427 (java) R 13409 13412 5545 0 -1 4202560 6858 0 0 0 103 1 0 0 20 0 22 0 3689506 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140204443837800 140204626003238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13428] ppid=13409 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/13412/task/13428/stat : 13428 (java) R 13409 13412 5545 0 -1 4202560 17392 0 0 0 106 2 0 0 20 0 22 0 3689506 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203570215552 140204627972607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13429] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13429/stat : 13429 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203569175416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13430] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13430/stat : 13430 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203568122824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13431] ppid=13409 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/13412/task/13431/stat : 13431 (java) R 13409 13412 5545 0 -1 4202560 31 0 0 0 122 0 0 0 20 0 22 0 3689515 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203567067784 140204460008264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13432] ppid=13409 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/13412/task/13432/stat : 13432 (java) R 13409 13412 5545 0 -1 4202560 101 0 0 0 113 3 0 0 20 0 22 0 3689515 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203566013816 140204460553109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13433] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13433/stat : 13433 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203564962728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13434] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13434/stat : 13434 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 46887 33554432000 1073741824 1073778376 140733999955648 140203563909928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.11 4.14 4.15 6/219 13434
/proc/meminfo: memFree=28035804/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=8.14 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 28491 0 1 0 802 12 0 0 20 0 22 0 3689499 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 81820 2272 9 0 2446860 0
[pid=13412/tid=13414] ppid=13409 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13412/task/13414/stat : 13414 (java) S 13409 13412 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3689500 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204623856504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13415] ppid=13409 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13412/task/13415/stat : 13415 (java) S 13409 13412 5545 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204585347624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13416] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13416/stat : 13416 (java) S 13409 13412 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204584294824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13417] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/13412/task/13427/stat : 13427 (java) S 13409 13412 5545 0 -1 4202560 6858 0 0 0 112 1 0 0 20 0 22 0 3689506 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140204443851704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13428] ppid=13409 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/13412/task/13428/stat : 13428 (java) S 13409 13412 5545 0 -1 4202560 17518 0 0 0 113 2 0 0 20 0 22 0 3689506 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203570228024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13429] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13429/stat : 13429 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203569175416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13430] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13430/stat : 13430 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203568122824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13431] ppid=13409 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/13412/task/13431/stat : 13431 (java) R 13409 13412 5545 0 -1 4202560 33 0 0 0 277 0 0 0 20 0 22 0 3689515 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203567067824 140204460008763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13432] ppid=13409 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/13412/task/13432/stat : 13432 (java) R 13409 13412 5545 0 -1 4202560 160 0 0 0 265 4 0 0 20 0 22 0 3689515 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203566013648 140204459980242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13433] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13433/stat : 13433 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203564962728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13434] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13434/stat : 13434 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 81820 33554432000 1073741824 1073778376 140733999955648 140203563909928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.18 4.15 4.16 6/219 13434
/proc/meminfo: memFree=27669492/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=15.09 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 30260 0 1 0 1487 22 0 0 20 0 22 0 3689499 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 247759 2272 9 0 2446860 0
[pid=13412/tid=13414] ppid=13409 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13412/task/13414/stat : 13414 (java) S 13409 13412 5545 0 -1 4202560 2400 0 1 0 10 2 0 0 20 0 22 0 3689500 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204623856504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13415] ppid=13409 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13412/task/13415/stat : 13415 (java) S 13409 13412 5545 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204585347624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13416] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13416/stat : 13416 (java) S 13409 13412 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204584294824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13417] ppid=13409 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 22 0 3689502 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 434 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 247759 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.63 cores=0,2,4,6

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

/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 390 0 0 0 286 4 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 374 0 0 0 290 4 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 371 0 0 0 288 3 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 322 0 0 0 277 4 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 317 0 0 0 286 4 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 384 0 0 0 296 4 0 0 20 0 22 0 3689502 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 1261 0 0 0 7 20 0 0 20 0 22 0 3689503 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/13412/task/13427/stat : 13427 (java) S 13409 13412 5545 0 -1 4202560 7835 0 0 0 170 1 0 0 20 0 22 0 3689506 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140204443851704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13428] ppid=13409 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13412/task/13428/stat : 13428 (java) S 13409 13412 5545 0 -1 4202560 17518 0 0 0 118 2 0 0 20 0 22 0 3689506 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203570228024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13429] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13429/stat : 13429 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203569175416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13430] ppid=13409 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13412/task/13430/stat : 13430 (java) S 13409 13412 5545 0 -1 4202560 46 0 0 0 15 16 0 0 20 0 22 0 3689506 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203568122824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13431] ppid=13409 vsize=9824732 CPUtime=812.88 cores=0,2,4,6
/proc/13412/task/13431/stat : 13431 (java) R 13409 13412 5545 0 -1 4202560 227 0 0 0 81275 13 0 0 20 0 22 0 3689515 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203567066672 140204460008953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13432] ppid=13409 vsize=9824732 CPUtime=812.62 cores=0,2,4,6
/proc/13412/task/13432/stat : 13432 (java) R 13409 13412 5545 0 -1 4202560 1735 0 0 0 81208 54 0 0 20 0 22 0 3689515 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203566013072 140204459980534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13433] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13433/stat : 13433 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203564962728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13434] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13434/stat : 13434 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 619705 33554432000 1073741824 1073778376 140733999955648 140203563909928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1656.68
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.20 4.17 5/220 13549
/proc/meminfo: memFree=26006560/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=1777.3 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 35469 0 1 0 177612 118 0 0 20 0 22 0 3689499 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 586100 2281 9 0 2446860 0
[pid=13412/tid=13414] ppid=13409 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13412/task/13414/stat : 13414 (java) S 13409 13412 5545 0 -1 4202560 2407 0 1 0 13 4 0 0 20 0 22 0 3689500 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204623856504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13415] ppid=13409 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/13412/task/13415/stat : 13415 (java) S 13409 13412 5545 0 -1 4202560 364 0 0 0 314 4 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204585347624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13416] ppid=13409 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/13412/task/13416/stat : 13416 (java) S 13409 13412 5545 0 -1 4202560 402 0 0 0 314 5 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204584294824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13417] ppid=13409 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 418 0 0 0 314 5 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 421 0 0 0 311 4 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 378 0 0 0 312 4 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 377 0 0 0 301 4 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 378 0 0 0 311 5 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 388 0 0 0 323 4 0 0 20 0 22 0 3689502 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 1285 0 0 0 37 22 0 0 20 0 22 0 3689503 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/13412/task/13427/stat : 13427 (java) S 13409 13412 5545 0 -1 4202560 7835 0 0 0 170 1 0 0 20 0 22 0 3689506 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140204443851704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13428] ppid=13409 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13412/task/13428/stat : 13428 (java) S 13409 13412 5545 0 -1 4202560 17518 0 0 0 118 2 0 0 20 0 22 0 3689506 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203570228024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13429] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13429/stat : 13429 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203569175416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13430] ppid=13409 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/13412/task/13430/stat : 13430 (java) S 13409 13412 5545 0 -1 4202560 50 0 0 0 16 17 0 0 20 0 22 0 3689506 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203568122824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13431] ppid=13409 vsize=9824732 CPUtime=871.83 cores=0,2,4,6
/proc/13412/task/13431/stat : 13431 (java) R 13409 13412 5545 0 -1 4202560 238 0 0 0 87169 14 0 0 20 0 22 0 3689515 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203567065872 140204460008131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13432] ppid=13409 vsize=9824732 CPUtime=871.54 cores=0,2,4,6
/proc/13412/task/13432/stat : 13432 (java) R 13409 13412 5545 0 -1 4202560 1746 0 0 0 87099 55 0 0 20 0 22 0 3689515 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203566013840 140204459980229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13433] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13433/stat : 13433 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203564962728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13434] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13434/stat : 13434 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 586100 33554432000 1073741824 1073778376 140733999955648 140203563909928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1777.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 4.21 4.19 4.17 5/220 13549
/proc/meminfo: memFree=26012472/32872528 swapFree=1073728/1155488
[pid=13412] ppid=13409 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/13412/stat : 13412 (java) S 13409 13412 5545 0 -1 4202496 35477 0 1 0 179885 118 0 0 20 0 22 0 3689499 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140733999946784 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13412/statm: 2456183 584545 2281 9 0 2446860 0
[pid=13412/tid=13414] ppid=13409 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13412/task/13414/stat : 13414 (java) S 13409 13412 5545 0 -1 4202560 2407 0 1 0 13 4 0 0 20 0 22 0 3689500 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204623856504 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13415] ppid=13409 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/13412/task/13415/stat : 13415 (java) S 13409 13412 5545 0 -1 4202560 364 0 0 0 318 4 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204585347624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13416] ppid=13409 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/13412/task/13416/stat : 13416 (java) S 13409 13412 5545 0 -1 4202560 402 0 0 0 318 5 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204584294824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13417] ppid=13409 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/13412/task/13417/stat : 13417 (java) S 13409 13412 5545 0 -1 4202560 418 0 0 0 322 5 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204583242024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13418] ppid=13409 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/13412/task/13418/stat : 13418 (java) S 13409 13412 5545 0 -1 4202560 421 0 0 0 316 5 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204582189224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13419] ppid=13409 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/13412/task/13419/stat : 13419 (java) S 13409 13412 5545 0 -1 4202560 378 0 0 0 317 4 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204581137448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13420] ppid=13409 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/13412/task/13420/stat : 13420 (java) S 13409 13412 5545 0 -1 4202560 377 0 0 0 305 4 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204580084648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13421] ppid=13409 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/13412/task/13421/stat : 13421 (java) S 13409 13412 5545 0 -1 4202560 378 0 0 0 314 5 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204579031848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13422] ppid=13409 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/13412/task/13422/stat : 13422 (java) S 13409 13412 5545 0 -1 4202560 388 0 0 0 327 4 0 0 20 0 22 0 3689502 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204577979048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13423] ppid=13409 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/13412/task/13423/stat : 13423 (java) S 13409 13412 5545 0 -1 4202560 1287 0 0 0 37 22 0 0 20 0 22 0 3689503 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204448061928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13424] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13424/stat : 13424 (java) S 13409 13412 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204447007992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13425] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13425/stat : 13425 (java) S 13409 13412 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3689503 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204445955080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13426] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13426/stat : 13426 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204444903568 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13427] ppid=13409 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/13412/task/13427/stat : 13427 (java) S 13409 13412 5545 0 -1 4202560 7835 0 0 0 170 1 0 0 20 0 22 0 3689506 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140204443851704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13428] ppid=13409 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13412/task/13428/stat : 13428 (java) S 13409 13412 5545 0 -1 4202560 17518 0 0 0 118 2 0 0 20 0 22 0 3689506 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203570228024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13412/tid=13429] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13429/stat : 13429 (java) S 13409 13412 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3689506 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203569175416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13430] ppid=13409 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13412/task/13430/stat : 13430 (java) S 13409 13412 5545 0 -1 4202560 52 0 0 0 17 17 0 0 20 0 22 0 3689506 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203568122824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13431] ppid=13409 vsize=9824732 CPUtime=882.99 cores=0,2,4,6
/proc/13412/task/13431/stat : 13431 (java) R 13409 13412 5545 0 -1 4202560 239 0 0 0 88285 14 0 0 20 0 22 0 3689515 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203567065848 140204460696252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13412/tid=13432] ppid=13409 vsize=9824732 CPUtime=882.69 cores=0,2,4,6
/proc/13412/task/13432/stat : 13432 (java) R 13409 13412 5545 0 -1 4202560 1749 0 0 0 88214 55 0 0 20 0 22 0 3689515 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203566013840 140204459982803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13412/tid=13433] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13433/stat : 13433 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203564962728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13412/tid=13434] ppid=13409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13412/task/13434/stat : 13434 (java) S 13409 13412 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3689515 10060525568 584545 33554432000 1073741824 1073778376 140733999955648 140203563909928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 13412 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13412 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=300224
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=689743
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.692
CPU time (s): 1800.03
CPU user time (s): 1798.85
CPU system time (s): 1.18
CPU usage (%): 201.415
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.68974
maximum resident set size= 2726184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35523
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32173
involuntary context switches= 51380

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51401 second user time and 6.45302 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 20:46:43
IDJOB=4089702
IDBENCH=107444
IDSOLVER=2543
FILE ID=node114/4089702-1466016403
RUNJOBID= node114-1466008022-5561
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/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089702-1466016403/watcher-4089702-1466016403 -o /tmp/evaluation-result-4089702-1466016403/solver-4089702-1466016403 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089702-1466016403.opb

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

MD5SUM BENCH= 16b3cd964682d0f33e953e00de1a52d3
RANDOM SEED=1877915444

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:        28292136 kB
Buffers:           17064 kB
Cached:            43380 kB
SwapCached:        33296 kB
Active:          2653624 kB
Inactive:          67644 kB
Active(anon):    2629768 kB
Inactive(anon):    33292 kB
Active(file):      23856 kB
Inactive(file):    34352 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       3783520 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             565744 kB
SReclaimable:       9788 kB
SUnreclaim:       555956 kB
KernelStack:        1624 kB
PageTables:        12280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3959112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2643968 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 21:01:36