Trace number 4102053

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 Resolution PB16? (TO) 1800.41 1798.84

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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4102053-1466229163.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
0.44/0.36	c ... done. Wall clock time 0.227s.
0.44/0.36	c declared #vars     2606
0.44/0.36	c #constraints  6509
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
0.44/0.36	c 6509 constraints processed.
0.44/0.36	c objective function length is 2606 literals
3.07/2.65	c cleaning 2500 clauses out of 5000 with flag 12670/5000
6.11/5.58	c cleaning 4249 clauses out of 8500 with flag 27366/11000
9.81/9.24	c cleaning 5625 clauses out of 11252 with flag 44159/18001
14.12/13.54	c cleaning 6814 clauses out of 13627 with flag 62766/26001
19.35/18.72	c cleaning 7905 clauses out of 15813 with flag 86123/35001
25.34/24.79	c cleaning 8951 clauses out of 17908 with flag 111757/45001
31.34/30.77	c cleaning 9975 clauses out of 19956 with flag 142938/56000
36.46/35.70	c cleaning 10989 clauses out of 21983 with flag 182020/68002
41.76/41.05	c cleaning 11992 clauses out of 23992 with flag 227100/81000
48.06/47.31	c cleaning 12997 clauses out of 26001 with flag 277049/95001
55.46/54.71	c cleaning 13997 clauses out of 28004 with flag 328801/110001
63.35/62.62	c cleaning 15000 clauses out of 30006 with flag 377527/126000
72.46/71.78	c cleaning 15998 clauses out of 32006 with flag 431829/143000
82.76/82.10	c cleaning 16999 clauses out of 34010 with flag 490635/161002
93.96/93.26	c cleaning 17997 clauses out of 36009 with flag 549598/180000
106.06/105.37	c cleaning 18995 clauses out of 38012 with flag 609553/200000
119.67/118.95	c cleaning 20000 clauses out of 40017 with flag 672832/221000
134.57/133.85	c cleaning 21000 clauses out of 42017 with flag 739029/243000
151.36/150.69	c cleaning 22003 clauses out of 44018 with flag 812542/266001
170.47/169.73	c cleaning 23003 clauses out of 46014 with flag 890483/290000
189.66/188.92	c cleaning 24000 clauses out of 48011 with flag 959886/315000
210.27/209.55	c cleaning 24998 clauses out of 50011 with flag 1036757/341000
232.08/231.36	c cleaning 26001 clauses out of 52013 with flag 1123106/368000
255.88/255.11	c cleaning 26998 clauses out of 54012 with flag 1213968/396000
281.89/281.15	c cleaning 28000 clauses out of 56015 with flag 1300717/425001
310.10/309.35	c cleaning 29000 clauses out of 58014 with flag 1389255/455000
338.91/338.11	c cleaning 29999 clauses out of 60015 with flag 1486102/486001
371.12/370.38	c cleaning 31004 clauses out of 62015 with flag 1591905/518000
403.35/402.50	c cleaning 31998 clauses out of 64011 with flag 1701013/551000
438.25/437.47	c cleaning 32999 clauses out of 66013 with flag 1813456/585000
475.57/474.74	c cleaning 34000 clauses out of 68015 with flag 1933766/620001
513.66/512.86	c cleaning 35001 clauses out of 70015 with flag 2062340/656001
555.87/555.03	c cleaning 35999 clauses out of 72013 with flag 2195386/693000
602.09/601.24	c cleaning 37001 clauses out of 74014 with flag 2326439/731000
651.41/650.58	c cleaning 38003 clauses out of 76015 with flag 2460513/770002
705.42/704.58	c cleaning 38997 clauses out of 78010 with flag 2594367/810000
760.62/759.72	c cleaning 40000 clauses out of 80016 with flag 2732689/851003
818.54/817.63	c cleaning 41003 clauses out of 82013 with flag 2875948/893000
881.07/880.16	c cleaning 41999 clauses out of 84010 with flag 3025032/936000
948.68/947.78	c cleaning 43003 clauses out of 86011 with flag 3182743/980000
1019.48/1018.59	c cleaning 43996 clauses out of 88008 with flag 3346439/1025000
1091.79/1090.86	c cleaning 45001 clauses out of 90013 with flag 3513011/1071001
1172.02/1171.03	c cleaning 45997 clauses out of 92012 with flag 3686847/1118001
1253.18/1252.10	c cleaning 47002 clauses out of 94015 with flag 3866867/1166001
1337.50/1336.45	c cleaning 48004 clauses out of 96013 with flag 4049909/1215001
1426.83/1425.75	c cleaning 48999 clauses out of 98009 with flag 4230710/1265001
1514.75/1513.70	c cleaning 49996 clauses out of 100010 with flag 4417594/1316001
1611.67/1610.54	c cleaning 51003 clauses out of 102014 with flag 4614212/1368001
1715.49/1714.39	c cleaning 52000 clauses out of 104011 with flag 4817510/1421001
1800.01/1798.80	c starts		: 4
1800.01/1798.80	c conflicts		: 1465038
1800.01/1798.80	c decisions		: 1515039
1800.01/1798.80	c propagations		: 885746951
1800.01/1798.80	c inspects		: 28055482449
1800.01/1798.80	c shortcuts		: 0
1800.01/1798.80	c learnt literals	: 0
1800.01/1798.80	c learnt binary clauses	: 24
1800.01/1798.80	c learnt ternary clauses	: 29
1800.01/1798.80	c learnt constraints	: 1465038
1800.01/1798.80	c ignored constraints	: 0
1800.01/1798.80	c root simplifications	: 0
1800.01/1798.80	c removed literals (reason simplification)	: 0
1800.01/1798.80	c reason swapping (by a shorter reason)	: 0
1800.01/1798.80	c Calls to reduceDB	: 49
1800.01/1798.80	c Number of update (reduction) of LBD	: 89749
1800.01/1798.80	c Imported unit clauses	: 0
1800.01/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.80	c number of learned constraints concerned by reduction	: 0
1800.01/1798.80	c number of learning phase by resolution	: 0
1800.01/1798.80	c number of learning phase by cutting planes	: 0
1800.01/1798.80	c speed (assignments/second)	: 492510.1271439486
1800.01/1798.80	c non guided choices	0
1800.01/1798.81	c timeout
1800.01/1798.83	c learnt constraints type 
1800.01/1798.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.01/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96025
1800.01/1798.83	s UNKNOWN
1800.01/1798.83	c Total wall clock time (in seconds): 1798.697

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-4102053-1466229163/watcher-4102053-1466229163 -o /tmp/evaluation-result-4102053-1466229163/solver-4102053-1466229163 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102053-1466229163.opb 

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

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

[startup+0 s]
/proc/loadavg: 2.59 2.34 2.21 4/194 29703
/proc/meminfo: memFree=30274424/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/29703/stat : 29703 (runsolver) R 29700 25977 25977 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 1 0 24964939 24911872 54 33554432000 4194304 4338465 140737211477616 140737211475152 272886092353 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/29703/statm: 6082 54 7 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100105 s]
/proc/loadavg: 2.59 2.34 2.21 4/194 29703
/proc/meminfo: memFree=30274424/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 3490 0 1 0 5 1 0 0 20 0 18 0 24964939 9787879424 4622 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2389619 4635 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 2.59 2.34 2.21 4/194 29703
/proc/meminfo: memFree=30274424/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 4963 0 1 0 23 1 0 0 20 0 18 0 24964939 9787879424 6983 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2389619 6983 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.59 2.34 2.21 4/194 29703
/proc/meminfo: memFree=30274424/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 5530 0 1 0 43 1 0 0 20 0 18 0 24964939 9787879424 8315 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2389619 8315 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 2.59 2.34 2.21 4/194 29703
/proc/meminfo: memFree=30274424/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 7041 0 1 0 113 2 0 0 20 0 19 0 24964939 9856040960 11111 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 11111 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.54 2.33 2.21 4/213 29722
/proc/meminfo: memFree=30236776/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 7045 0 1 0 193 2 0 0 20 0 19 0 24964939 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 11114 2258 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2419 0 1 0 143 2 0 0 20 0 19 0 24964941 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812414050680 139812275916547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1617 0 0 0 22 0 0 0 20 0 19 0 24964947 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 1738 0 0 0 24 0 0 0 20 0 19 0 24964947 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 11114 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.54 2.33 2.21 3/213 29722
/proc/meminfo: memFree=30230004/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 7340 0 1 0 361 2 0 0 20 0 19 0 24964939 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 12146 2266 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2422 0 1 0 303 2 0 0 20 0 19 0 24964941 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812414051096 139812275744231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1619 0 0 0 24 0 0 0 20 0 19 0 24964947 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 2028 0 0 0 30 0 0 0 20 0 19 0 24964947 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 12146 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.54 2.33 2.21 3/213 29722
/proc/meminfo: memFree=30225764/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=6.91 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 8903 0 1 0 689 2 0 0 20 0 19 0 24964939 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 13171 2268 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2424 0 1 0 623 2 0 0 20 0 19 0 24964941 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812414041792 139812275851368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1629 0 0 0 25 0 0 0 20 0 19 0 24964947 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 3578 0 0 0 37 0 0 0 20 0 19 0 24964947 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 13171 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625040


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

[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1636 0 0 0 27 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 5295 0 0 0 50 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 96 0 0 0 31 36 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.48
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/213 29982
/proc/meminfo: memFree=29755684/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=1723.49 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 10848 0 1 0 172307 42 0 0 20 0 19 0 24964939 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 49154 2281 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=1722.09 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2485 0 1 0 172178 31 0 0 20 0 19 0 24964941 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812414041792 139812275916547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1636 0 0 0 27 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 5295 0 0 0 50 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 100 0 0 0 33 37 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/213 29984
/proc/meminfo: memFree=29649644/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=1783.51 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 10852 0 1 0 178307 44 0 0 20 0 19 0 24964939 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 49154 2281 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=1782.09 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2485 0 1 0 178177 32 0 0 20 0 19 0 24964941 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812414041792 139812275916547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1636 0 0 0 27 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 5295 0 0 0 50 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.19 2.19 2.18 3/213 29985
/proc/meminfo: memFree=29706812/32872528 swapFree=1244176/1391344
[pid=29703] ppid=29700 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/29703/stat : 29703 (java) S 29700 29703 25977 0 -1 4202496 10852 0 1 0 179957 44 0 0 20 0 19 0 24964939 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 140733518539168 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29703/statm: 2406260 49154 2281 9 0 2396937 0
[pid=29703/tid=29705] ppid=29700 vsize=9625040 CPUtime=1798.59 cores=1,3,5,7
/proc/29703/task/29705/stat : 29705 (java) R 29700 29703 25977 0 -1 4202560 2485 0 1 0 179827 32 0 0 20 0 19 0 24964941 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812414041792 139812275916547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29706] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29706/stat : 29706 (java) S 29700 29703 25977 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812403112104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29707] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29707/stat : 29707 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812402059560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29708] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29708/stat : 29708 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812401007016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29709] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29709/stat : 29709 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812399954472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29710] ppid=29700 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29703/task/29710/stat : 29710 (java) S 29700 29703 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812398901928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29711] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29711/stat : 29711 (java) S 29700 29703 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812397849384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29712] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29712/stat : 29712 (java) S 29700 29703 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812396796840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29713] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29713/stat : 29713 (java) S 29700 29703 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24964943 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812395744296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29714] ppid=29700 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29703/task/29714/stat : 29714 (java) S 29700 29703 25977 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812238174312 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29715] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29715/stat : 29715 (java) S 29700 29703 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812237120632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29716] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29716/stat : 29716 (java) S 29700 29703 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24964944 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812236067976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29703/tid=29717] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29717/stat : 29717 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812235016720 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29718] ppid=29700 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29703/task/29718/stat : 29718 (java) S 29700 29703 25977 0 -1 4202560 1636 0 0 0 27 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812233964088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29703/tid=29719] ppid=29700 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29703/task/29719/stat : 29719 (java) S 29700 29703 25977 0 -1 4202560 5295 0 0 0 50 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812232911544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29720] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29720/stat : 29720 (java) S 29700 29703 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812231859192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29703/tid=29721] ppid=29700 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29703/task/29721/stat : 29721 (java) S 29700 29703 25977 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 24964947 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812230806856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29703/tid=29722] ppid=29700 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29703/task/29722/stat : 29722 (java) S 29700 29703 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24964976 9856040960 49154 33554432000 1073741824 1073778376 140733518548032 139812229751592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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 29703 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.41
CPU user time (s): 1799.57
CPU system time (s): 0.840872
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.840872
maximum resident set size= 196740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10889
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38108
involuntary context switches= 7676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0012 second user time and 12.1931 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 07:52:43
IDJOB=4102053
IDBENCH=2057
IDSOLVER=2546
FILE ID=node119/4102053-1466229163
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102053-1466229163/watcher-4102053-1466229163 -o /tmp/evaluation-result-4102053-1466229163/solver-4102053-1466229163 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102053-1466229163.opb

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=337766490

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.456
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.56
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.456
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:        30274696 kB
Buffers:          109432 kB
Cached:           110296 kB
SwapCached:          956 kB
Active:           310000 kB
Inactive:         162416 kB
Active(anon):     253468 kB
Inactive(anon):     1732 kB
Active(file):      56532 kB
Inactive(file):   160684 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:               880 kB
Writeback:             4 kB
AnonPages:       1642972 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             598788 kB
SReclaimable:      42548 kB
SUnreclaim:       556240 kB
KernelStack:        1576 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1820396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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 node119 at 2016-06-18 08:22:42