Trace number 4102050

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) 1801.31 895.233

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
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 variables2606
Total number of constraints6509
Number of constraints which are clauses6509
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2606
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2606
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2606
Number of bits of the biggest sum of numbers12
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4102050-1466217130.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.48/0.38	c ... done. Wall clock time 0.263s.
0.48/0.38	c declared #vars     2606
0.48/0.38	c #constraints  6509
0.48/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.38	c constraints type 
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
0.48/0.39	c 6509 constraints processed.
0.48/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.39	c constraints type 
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1675
0.48/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4834
0.48/0.39	c 6509 constraints processed.
0.48/0.39	c objective function length is 2606 literals
6.94/2.81	c cleaning 2501 clauses out of 5001 with flag 12437/5001
9.93/4.29	c cleaning 0 clauses out of 5000 with flag 0/5000
12.20/5.31	c cleaning 4250 clauses out of 8499 with flag 27923/11000
17.18/7.73	c cleaning 5625 clauses out of 11250 with flag 47889/18001
18.40/8.39	c cleaning 0 clauses out of 10999 with flag 0/11000
22.84/10.50	c cleaning 6809 clauses out of 13624 with flag 71337/26000
28.88/13.51	c cleaning 0 clauses out of 18000 with flag 0/18001
29.48/13.82	c cleaning 7906 clauses out of 15815 with flag 98511/35000
37.30/17.76	c cleaning 8951 clauses out of 17909 with flag 127473/45000
41.30/19.76	c cleaning 0 clauses out of 25999 with flag 0/26000
46.89/22.59	c cleaning 9973 clauses out of 19959 with flag 160471/56001
55.94/27.01	c cleaning 0 clauses out of 34999 with flag 0/35000
57.95/28.01	c cleaning 10987 clauses out of 21985 with flag 195249/68000
69.77/33.99	c cleaning 11996 clauses out of 23998 with flag 234954/81000
73.58/35.87	c cleaning 0 clauses out of 45000 with flag 0/45001
84.77/41.42	c cleaning 12996 clauses out of 26003 with flag 279877/95001
93.18/45.66	c cleaning 0 clauses out of 56001 with flag 0/56002
101.57/49.87	c cleaning 13999 clauses out of 28006 with flag 330935/110000
115.19/56.67	c cleaning 0 clauses out of 67999 with flag 0/68000
120.40/59.24	c cleaning 14999 clauses out of 30007 with flag 387852/126000
139.67/68.85	c cleaning 0 clauses out of 80999 with flag 0/81000
142.68/70.30	c cleaning 16000 clauses out of 32008 with flag 448919/143000
163.33/80.60	c cleaning 16998 clauses out of 34009 with flag 496500/161001
165.93/81.95	c cleaning 0 clauses out of 94999 with flag 0/95000
185.58/91.77	c cleaning 18002 clauses out of 36011 with flag 550822/180001
193.82/95.81	c cleaning 0 clauses out of 109999 with flag 0/110000
209.83/103.83	c cleaning 19000 clauses out of 38009 with flag 613868/200001
224.71/111.21	c cleaning 0 clauses out of 126000 with flag 0/126001
235.89/116.86	c cleaning 19999 clauses out of 40009 with flag 688716/221001
257.36/127.56	c cleaning 0 clauses out of 142999 with flag 0/143000
265.59/131.64	c cleaning 21004 clauses out of 42010 with flag 765018/243001
293.54/145.51	c cleaning 0 clauses out of 161000 with flag 0/161001
296.94/147.30	c cleaning 21995 clauses out of 44005 with flag 841993/266000
331.66/164.57	c cleaning 22998 clauses out of 46011 with flag 921076/290001
333.67/165.59	c cleaning 0 clauses out of 180000 with flag 0/180001
370.99/184.11	c cleaning 24001 clauses out of 48013 with flag 1008894/315001
376.44/186.89	c cleaning 0 clauses out of 200001 with flag 0/200002
413.58/205.37	c cleaning 24998 clauses out of 50012 with flag 1106896/341001
423.59/210.34	c cleaning 0 clauses out of 221000 with flag 0/221001
460.15/228.53	c cleaning 26005 clauses out of 52014 with flag 1204984/368001
473.86/235.37	c cleaning 0 clauses out of 243000 with flag 0/243001
508.62/252.63	c cleaning 26999 clauses out of 54009 with flag 1295665/396001
527.74/262.16	c cleaning 0 clauses out of 266000 with flag 0/266001
561.69/279.05	c cleaning 27994 clauses out of 56009 with flag 1388600/425000
584.40/290.39	c cleaning 0 clauses out of 290000 with flag 0/290001
618.33/307.29	c cleaning 29003 clauses out of 58015 with flag 1491282/455000
644.62/320.32	c cleaning 0 clauses out of 314999 with flag 0/315000
678.80/337.31	c cleaning 30002 clauses out of 60012 with flag 1597622/486000
711.35/353.52	c cleaning 0 clauses out of 340999 with flag 0/341000
743.74/369.65	c cleaning 30998 clauses out of 62010 with flag 1699271/518001
777.92/386.66	c cleaning 0 clauses out of 368000 with flag 0/368001
812.70/403.94	c cleaning 31998 clauses out of 64011 with flag 1818837/551000
848.52/421.77	c cleaning 0 clauses out of 395999 with flag 0/396000
887.76/441.24	c cleaning 32998 clauses out of 66014 with flag 1939350/585001
922.13/458.31	c cleaning 0 clauses out of 424999 with flag 0/425000
963.16/478.72	c cleaning 33998 clauses out of 68015 with flag 2063838/620000
998.95/496.57	c cleaning 0 clauses out of 454999 with flag 0/455000
1049.59/521.72	c cleaning 35001 clauses out of 70017 with flag 2202816/656000
1067.06/530.40	c cleaning 0 clauses out of 485999 with flag 0/486000
1139.27/566.35	c cleaning 36000 clauses out of 72016 with flag 2352549/693000
1142.11/567.71	c cleaning 0 clauses out of 518002 with flag 0/518003
1223.54/608.25	c cleaning 0 clauses out of 551000 with flag 0/551001
1236.85/614.86	c cleaning 37002 clauses out of 74017 with flag 2508373/731001
1314.28/653.40	c cleaning 0 clauses out of 584999 with flag 0/585000
1343.83/668.02	c cleaning 38000 clauses out of 76015 with flag 2670868/770001
1407.48/699.61	c cleaning 0 clauses out of 619999 with flag 0/620000
1457.79/724.69	c cleaning 38996 clauses out of 78014 with flag 2848701/810000
1501.08/746.11	c cleaning 0 clauses out of 655999 with flag 0/656000
1580.59/785.66	c cleaning 40003 clauses out of 80019 with flag 3029541/851001
1600.32/795.65	c cleaning 0 clauses out of 693000 with flag 0/693001
1703.97/847.22	c cleaning 0 clauses out of 730999 with flag 0/731000
1708.38/849.46	c cleaning 40997 clauses out of 82015 with flag 3216175/893000
1800.17/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.10	c starts		: 17
1800.17/895.10	c conflicts		: 925895
1800.17/895.10	c decisions		: 942958
1800.17/895.10	c propagations		: 650133626
1800.17/895.10	c inspects		: 11620868461
1800.17/895.10	c shortcuts		: 0
1800.17/895.10	c learnt literals	: 1
1800.17/895.10	c learnt binary clauses	: 17
1800.17/895.10	c learnt ternary clauses	: 15
1800.17/895.10	c learnt constraints	: 925894
1800.17/895.10	c ignored constraints	: 0
1800.17/895.10	c root simplifications	: 0
1800.17/895.10	c removed literals (reason simplification)	: 11031731
1800.17/895.10	c reason swapping (by a shorter reason)	: 0
1800.17/895.10	c Calls to reduceDB	: 38
1800.17/895.10	c Number of update (reduction) of LBD	: 63856
1800.17/895.10	c Imported unit clauses	: 0
1800.17/895.10	c number of reductions to clauses (during analyze)	: 0
1800.17/895.10	c number of learned constraints concerned by reduction	: 0
1800.17/895.10	c number of learning phase by resolution	: 0
1800.17/895.10	c number of learning phase by cutting planes	: 0
1800.17/895.10	c speed (assignments/second)	: 726649.0525885184
1800.17/895.10	c non guided choices	0
1800.17/895.13	c learnt constraints type 
1800.17/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.17/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73897
1800.17/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.13	c starts		: 170
1800.17/895.13	c conflicts		: 765926
1800.17/895.13	c decisions		: 797197
1800.17/895.13	c propagations		: 541618648
1800.17/895.13	c inspects		: 3990287914
1800.17/895.13	c shortcuts		: 0
1800.17/895.13	c learnt literals	: 1
1800.17/895.13	c learnt binary clauses	: 30
1800.17/895.13	c learnt ternary clauses	: 16
1800.17/895.13	c learnt constraints	: 765924
1800.17/895.13	c ignored constraints	: 0
1800.17/895.13	c root simplifications	: 0
1800.17/895.13	c removed literals (reason simplification)	: 0
1800.17/895.13	c reason swapping (by a shorter reason)	: 0
1800.17/895.13	c Calls to reduceDB	: 34
1800.17/895.13	c Number of update (reduction) of LBD	: 0
1800.17/895.13	c Imported unit clauses	: 0
1800.17/895.13	c number of reductions to clauses (during analyze)	: 0
1800.17/895.13	c number of learned constraints concerned by reduction	: 0
1800.17/895.13	c number of learning phase by resolution	: 0
1800.17/895.13	c number of learning phase by cutting planes	: 0
1800.17/895.13	c speed (assignments/second)	: 605344.4711688915
1800.17/895.13	c non guided choices	0
1800.17/895.14	c timeout
1800.75/895.22	c learnt constraints type 
1800.75/895.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 765894
1800.75/895.22	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 30
1800.75/895.22	s UNKNOWN
1800.75/895.22	c Total wall clock time (in seconds): 895.103

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-4102050-1466217130/watcher-4102050-1466217130 -o /tmp/evaluation-result-4102050-1466217130/solver-4102050-1466217130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102050-1466217130.opb 

pid=17992
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: 3.37 3.68 3.80 3/197 17995
/proc/meminfo: memFree=30634932/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17995/stat : 17995 (java) R 17992 17995 13538 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 23762974 2560000 47 33554432000 1073741824 1073778376 140735221550448 140735314181256 224913354023 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17995/statm: 625 47 37 9 0 29 0

[startup+0.10016 s]
/proc/loadavg: 3.37 3.68 3.80 3/197 17995
/proc/meminfo: memFree=30634932/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 4410 0 1 0 7 1 0 0 20 0 18 0 23762974 9787879424 6040 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 3.37 3.68 3.80 3/197 17995
/proc/meminfo: memFree=30634932/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 4965 0 1 0 25 1 0 0 20 0 18 0 23762974 9787879424 6967 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2389619 6967 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 3.37 3.68 3.80 3/197 17995
/proc/meminfo: memFree=30634932/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 5689 0 1 0 46 2 0 0 20 0 18 0 23762974 9787879424 8531 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2389619 8531 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 3.37 3.68 3.80 3/197 17995
/proc/meminfo: memFree=30634932/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 19908 0 1 0 190 5 0 0 20 0 22 0 23762974 10060525568 23413 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 23413 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 3.37 3.68 3.80 5/219 18017
/proc/meminfo: memFree=30507624/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=4.21 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 20034 0 1 0 415 6 0 0 20 0 22 0 23762974 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 48892 2280 9 0 2446860 0
[pid=17995/tid=17997] ppid=17992 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2466 0 1 0 33 2 0 0 20 0 22 0 23762975 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140518002635640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/17995/task/18010/stat : 18010 (java) S 17992 17995 13538 0 -1 4202560 5477 0 0 0 75 2 0 0 20 0 22 0 23762980 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517486979128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18011] ppid=17992 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/17995/task/18011/stat : 18011 (java) S 17992 17995 13538 0 -1 4202560 10680 0 0 0 82 2 0 0 20 0 22 0 23762980 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517485926584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18012] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18012/stat : 18012 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517484874232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18013] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18013/stat : 18013 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517483821896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18014] ppid=17992 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17995/task/18014/stat : 18014 (java) R 17992 17995 13538 0 -1 4202560 21 0 0 0 109 0 0 0 20 0 22 0 23763013 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517482298864 140517858539217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18015] ppid=17992 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17995/task/18015/stat : 18015 (java) R 17992 17995 13538 0 -1 4202560 86 0 0 0 108 1 0 0 20 0 22 0 23763013 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517481247784 140517858598956 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18016] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18016/stat : 18016 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517480195624 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18017] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18017/stat : 18017 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 48892 33554432000 1073741824 1073778376 140735221550448 140517479143080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.37 3.68 3.80 5/219 18017
/proc/meminfo: memFree=30441156/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=7.7 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 20103 0 1 0 762 8 0 0 20 0 22 0 23762974 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 50989 2288 9 0 2446860 0
[pid=17995/tid=17997] ppid=17992 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2466 0 1 0 33 2 0 0 20 0 22 0 23762975 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140518002635640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/17995/task/18010/stat : 18010 (java) S 17992 17995 13538 0 -1 4202560 5485 0 0 0 86 2 0 0 20 0 22 0 23762980 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517486979128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18011] ppid=17992 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/17995/task/18011/stat : 18011 (java) S 17992 17995 13538 0 -1 4202560 10719 0 0 0 98 2 0 0 20 0 22 0 23762980 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517485926584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18012] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18012/stat : 18012 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517484874232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18013] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18013/stat : 18013 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517483821896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18014] ppid=17992 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/17995/task/18014/stat : 18014 (java) R 17992 17995 13538 0 -1 4202560 22 0 0 0 268 0 0 0 20 0 22 0 23763013 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517482298160 140517858542563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18015] ppid=17992 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/17995/task/18015/stat : 18015 (java) R 17992 17995 13538 0 -1 4202560 88 0 0 0 267 2 0 0 20 0 22 0 23763013 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517481247624 140517858543050 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18016] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18016/stat : 18016 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517480195624 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18017] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18017/stat : 18017 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 50989 33554432000 1073741824 1073778376 140735221550448 140517479143080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 3.42 3.69 3.80 5/219 18017
/proc/meminfo: memFree=30432156/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=14.36 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 20181 0 1 0 1427 9 0 0 20 0 22 0 23762974 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 50221 2288 9 0 2446860 0
[pid=17995/tid=17997] ppid=17992 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2466 0 1 0 33 2 0 0 20 0 22 0 23762975 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140518002635640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762976 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 50221 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9824732 CPUtime=0.92 cores=0,2,4,6

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

[pid=17995/tid=18015] ppid=17992 vsize=9824732 CPUtime=813.62 cores=0,2,4,6
/proc/17995/task/18015/stat : 18015 (java) R 17992 17995 13538 0 -1 4202560 8540 0 0 0 81342 20 0 0 20 0 22 0 23763013 10060525568 180309 33554432000 1073741824 1073778376 140735221550448 140517481245552 140517858542568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18016] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18016/stat : 18016 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180309 33554432000 1073741824 1073778376 140735221550448 140517480195624 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18017] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18017/stat : 18017 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180309 33554432000 1073741824 1073778376 140735221550448 140517479143080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1653.95
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.99 4.00 3.91 5/219 18174
/proc/meminfo: memFree=30899948/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=1774.46 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 33389 0 1 0 177324 122 0 0 20 0 22 0 23762974 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 180139 2297 9 0 2446860 0
[pid=17995/tid=17997] ppid=17992 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2475 0 1 0 36 3 0 0 20 0 22 0 23762975 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140518002635640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 525 0 0 0 311 6 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 369 0 0 0 292 5 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 451 0 0 0 307 7 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 350 0 0 0 291 6 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 626 0 0 0 316 5 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 340 0 0 0 313 5 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 553 0 0 0 301 4 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 440 0 0 0 316 6 0 0 20 0 22 0 23762976 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 476 0 0 0 54 39 0 0 20 0 22 0 23762977 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/17995/task/18010/stat : 18010 (java) S 17992 17995 13538 0 -1 4202560 5492 0 0 0 97 2 0 0 20 0 22 0 23762980 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517486979128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18011] ppid=17992 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17995/task/18011/stat : 18011 (java) S 17992 17995 13538 0 -1 4202560 10750 0 0 0 129 2 0 0 20 0 22 0 23762980 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517485926584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18012] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18012/stat : 18012 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517484874232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18013] ppid=17992 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17995/task/18013/stat : 18013 (java) S 17992 17995 13538 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 23762980 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517483821896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18014] ppid=17992 vsize=9824732 CPUtime=873.14 cores=0,2,4,6
/proc/17995/task/18014/stat : 18014 (java) R 17992 17995 13538 0 -1 4202560 670 0 0 0 87296 18 0 0 20 0 22 0 23763013 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517482299024 140517858539232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18015] ppid=17992 vsize=9824732 CPUtime=873.12 cores=0,2,4,6
/proc/17995/task/18015/stat : 18015 (java) R 17992 17995 13538 0 -1 4202560 8555 0 0 0 87290 22 0 0 20 0 22 0 23763013 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517481245848 140517858513614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18016] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18016/stat : 18016 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517480195624 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18017] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18017/stat : 18017 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180139 33554432000 1073741824 1073778376 140735221550448 140517479143080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 3.99 4.00 3.91 5/219 18174
/proc/meminfo: memFree=30893496/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 33399 0 1 0 179895 122 0 0 20 0 22 0 23762974 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2456183 180106 2297 9 0 2446860 0
[pid=17995/tid=17997] ppid=17992 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2476 0 1 0 36 4 0 0 20 0 22 0 23762975 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140518002635640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 525 0 0 0 315 6 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 369 0 0 0 297 5 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 452 0 0 0 312 7 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 350 0 0 0 295 6 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 627 0 0 0 321 5 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 340 0 0 0 317 6 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 553 0 0 0 305 4 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 440 0 0 0 318 6 0 0 20 0 22 0 23762976 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 476 0 0 0 54 39 0 0 20 0 22 0 23762977 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23762977 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/17995/task/18010/stat : 18010 (java) S 17992 17995 13538 0 -1 4202560 5492 0 0 0 97 2 0 0 20 0 22 0 23762980 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517486979128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18011] ppid=17992 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17995/task/18011/stat : 18011 (java) S 17992 17995 13538 0 -1 4202560 10750 0 0 0 129 2 0 0 20 0 22 0 23762980 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517485926584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18012] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18012/stat : 18012 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23762980 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517484874232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18013] ppid=17992 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17995/task/18013/stat : 18013 (java) S 17992 17995 13538 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 23762980 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517483821896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18014] ppid=17992 vsize=9824732 CPUtime=885.83 cores=0,2,4,6
/proc/17995/task/18014/stat : 18014 (java) R 17992 17995 13538 0 -1 4202560 676 0 0 0 88565 18 0 0 20 0 22 0 23763013 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517482299040 140517858543045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18015] ppid=17992 vsize=9824732 CPUtime=885.82 cores=0,2,4,6
/proc/17995/task/18015/stat : 18015 (java) R 17992 17995 13538 0 -1 4202560 8556 0 0 0 88560 22 0 0 20 0 22 0 23763013 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517481245728 140517858598702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18016] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18016/stat : 18016 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517480195624 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18017] ppid=17992 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18017/stat : 18017 (java) S 17992 17995 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23763014 10060525568 180106 33554432000 1073741824 1073778376 140735221550448 140517479143080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17995 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.205 s]
/proc/loadavg: 3.99 4.00 3.91 5/219 18174
/proc/meminfo: memFree=30893496/32872528 swapFree=163656/177964
[pid=17995] ppid=17992 vsize=9957860 CPUtime=1800.75 cores=0,2,4,6
/proc/17995/stat : 17995 (java) S 17992 17995 13538 0 -1 4202496 33433 0 1 0 179924 151 0 0 20 0 20 0 23762974 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140735221541584 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17995/statm: 2489465 180123 2298 9 0 2480142 0
[pid=17995/tid=17997] ppid=17992 vsize=9957860 CPUtime=0.4 cores=0,2,4,6
/proc/17995/task/17997/stat : 17997 (java) S 17992 17995 13538 0 -1 4202560 2476 0 1 0 36 4 0 0 20 0 20 0 23762975 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140518002636184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=17998] ppid=17992 vsize=9957860 CPUtime=3.21 cores=0,2,4,6
/proc/17995/task/17998/stat : 17998 (java) S 17992 17995 13538 0 -1 4202560 525 0 0 0 315 6 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517846686376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=17999] ppid=17992 vsize=9957860 CPUtime=3.02 cores=0,2,4,6
/proc/17995/task/17999/stat : 17999 (java) S 17992 17995 13538 0 -1 4202560 369 0 0 0 297 5 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517845633832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18000] ppid=17992 vsize=9957860 CPUtime=3.19 cores=0,2,4,6
/proc/17995/task/18000/stat : 18000 (java) S 17992 17995 13538 0 -1 4202560 452 0 0 0 312 7 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517844581288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18001] ppid=17992 vsize=9957860 CPUtime=3.01 cores=0,2,4,6
/proc/17995/task/18001/stat : 18001 (java) S 17992 17995 13538 0 -1 4202560 350 0 0 0 295 6 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517843528744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18002] ppid=17992 vsize=9957860 CPUtime=3.26 cores=0,2,4,6
/proc/17995/task/18002/stat : 18002 (java) S 17992 17995 13538 0 -1 4202560 627 0 0 0 321 5 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517842475176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18003] ppid=17992 vsize=9957860 CPUtime=3.23 cores=0,2,4,6
/proc/17995/task/18003/stat : 18003 (java) S 17992 17995 13538 0 -1 4202560 340 0 0 0 317 6 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517505493288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18004] ppid=17992 vsize=9957860 CPUtime=3.09 cores=0,2,4,6
/proc/17995/task/18004/stat : 18004 (java) S 17992 17995 13538 0 -1 4202560 553 0 0 0 305 4 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517504440744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17995/tid=18005] ppid=17992 vsize=9957860 CPUtime=3.24 cores=0,2,4,6
/proc/17995/task/18005/stat : 18005 (java) S 17992 17995 13538 0 -1 4202560 440 0 0 0 318 6 0 0 20 0 20 0 23762976 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517503388200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18006] ppid=17992 vsize=9957860 CPUtime=0.93 cores=0,2,4,6
/proc/17995/task/18006/stat : 18006 (java) S 17992 17995 13538 0 -1 4202560 476 0 0 0 54 39 0 0 20 0 20 0 23762977 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517491190376 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17995/tid=18007] ppid=17992 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18007/stat : 18007 (java) S 17992 17995 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 23762977 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517490136696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18008] ppid=17992 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18008/stat : 18008 (java) S 17992 17995 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 23762977 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517489084040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18009] ppid=17992 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18009/stat : 18009 (java) S 17992 17995 13538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 23762980 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517488032784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18010] ppid=17992 vsize=9957860 CPUtime=1.04 cores=0,2,4,6
/proc/17995/task/18010/stat : 18010 (java) S 17992 17995 13538 0 -1 4202560 5493 0 0 0 102 2 0 0 20 0 20 0 23762980 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517486979128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17995/tid=18011] ppid=17992 vsize=9957860 CPUtime=1.31 cores=0,2,4,6
/proc/17995/task/18011/stat : 18011 (java) S 17992 17995 13538 0 -1 4202560 10750 0 0 0 129 2 0 0 20 0 20 0 23762980 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517485926584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18012] ppid=17992 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/17995/task/18012/stat : 18012 (java) S 17992 17995 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23762980 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517484874232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17995/tid=18013] ppid=17992 vsize=9957860 CPUtime=0.32 cores=0,2,4,6
/proc/17995/task/18013/stat : 18013 (java) S 17992 17995 13538 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 20 0 23762980 10196848640 180123 33554432000 1073741824 1073778376 140735221550448 140517483821896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 895.233
CPU time (s): 1801.31
CPU user time (s): 1799.64
CPU system time (s): 1.67274
CPU usage (%): 201.211
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 1.67274
maximum resident set size= 740660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33434
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45600
involuntary context switches= 70976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8841 second user time and 7.03393 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 04:32:10
IDJOB=4102050
IDBENCH=2057
IDSOLVER=2543
FILE ID=node105/4102050-1466217130
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2-c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102050-1466217130/watcher-4102050-1466217130 -o /tmp/evaluation-result-4102050-1466217130/solver-4102050-1466217130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102050-1466217130.opb

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=609055184

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30635576 kB
Buffers:           86172 kB
Cached:            94096 kB
SwapCached:         1764 kB
Active:          1187216 kB
Inactive:         124736 kB
Active(anon):    1132624 kB
Inactive(anon):     1440 kB
Active(file):      54592 kB
Inactive(file):   123296 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1321504 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             600756 kB
SReclaimable:      44204 kB
SUnreclaim:       556552 kB
KernelStack:        1600 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1739956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 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= 71748 MiB
End job on node105 at 2016-06-18 04:47:06