Trace number 4101234

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.07 896.468

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-modszk1.opb
MD5SUM867ebc446ef1d12fd0b7d8d0b9e71a77
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 161
Optimality of the best value was proved NO
Number of variables48602
Total number of constraints686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 7111
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 549494
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 549494
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4101234-1466213362.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.49/0.78	c ... done. Wall clock time 0.673s.
1.49/0.78	c declared #vars     48602
1.49/0.78	c #constraints  1372
1.49/0.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.49/0.78	c constraints type 
1.49/0.78	c org.sat4j.specs.Constr$1 => 5
1.49/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
1.49/0.78	c 1372 constraints processed.
1.49/0.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.49/0.78	c constraints type 
1.49/0.78	c org.sat4j.specs.Constr$1 => 5
1.49/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1.49/0.78	c 1372 constraints processed.
1.49/0.78	c objective function length is 29700 literals
4.23/1.59	c cleaning 2494 clauses out of 5000 with flag 10121/5000
6.12/2.27	c cleaning 4243 clauses out of 8506 with flag 22353/11000
8.03/3.19	c cleaning 5623 clauses out of 11264 with flag 36647/18001
10.76/4.43	c cleaning 6808 clauses out of 13642 with flag 52972/26002
12.86/5.40	c cleaning 7891 clauses out of 15834 with flag 74939/35002
15.48/6.72	c cleaning 8957 clauses out of 17941 with flag 98075/45000
17.74/7.82	c cleaning 9979 clauses out of 19985 with flag 123073/56001
20.33/9.11	c cleaning 10985 clauses out of 22005 with flag 154085/68000
22.00/9.94	c cleaning 0 clauses out of 5002 with flag 0/5002
23.60/10.69	c cleaning 11992 clauses out of 24020 with flag 186888/81000
27.58/12.54	c cleaning 12998 clauses out of 26028 with flag 220896/95000
31.81/14.64	c cleaning 13998 clauses out of 28030 with flag 260899/110000
37.48/17.47	c cleaning 15000 clauses out of 30033 with flag 301177/126001
43.88/20.61	c cleaning 15998 clauses out of 32032 with flag 341728/143000
50.73/24.04	c cleaning 16998 clauses out of 34034 with flag 388699/161000
58.80/28.01	c cleaning 17998 clauses out of 36037 with flag 438203/180001
65.20/31.30	c cleaning 0 clauses out of 11000 with flag 0/11000
67.26/32.25	c cleaning 18998 clauses out of 38040 with flag 491136/200002
76.69/36.94	c cleaning 20005 clauses out of 40041 with flag 543947/221001
85.73/41.43	c cleaning 20995 clauses out of 42035 with flag 598377/243000
95.77/46.46	c cleaning 22002 clauses out of 44041 with flag 656812/266001
108.03/52.59	c cleaning 23002 clauses out of 46038 with flag 715887/290000
121.49/59.22	c cleaning 24003 clauses out of 48037 with flag 779506/315001
135.15/66.09	c cleaning 24999 clauses out of 50033 with flag 847935/341000
151.05/73.99	c cleaning 26002 clauses out of 52035 with flag 917084/368001
167.90/82.39	c cleaning 26997 clauses out of 54034 with flag 988785/396002
184.18/90.43	c cleaning 28001 clauses out of 56035 with flag 1061622/425000
186.38/91.50	c cleaning 0 clauses out of 18000 with flag 0/18000
203.08/99.88	c cleaning 28998 clauses out of 58035 with flag 1133556/455001
223.95/110.21	c cleaning 29998 clauses out of 60036 with flag 1214245/486000
246.08/121.46	c cleaning 31002 clauses out of 62038 with flag 1300469/518000
268.37/132.59	c cleaning 31997 clauses out of 64036 with flag 1386750/551000
292.88/144.78	c cleaning 33001 clauses out of 66039 with flag 1475960/585000
320.04/158.26	c cleaning 34004 clauses out of 68039 with flag 1562879/620001
345.97/171.13	c cleaning 34996 clauses out of 70035 with flag 1643756/656001
372.09/184.17	c cleaning 36002 clauses out of 72041 with flag 1737355/693003
401.66/199.07	c cleaning 36999 clauses out of 74037 with flag 1828209/731001
402.66/199.53	c cleaning 0 clauses out of 26000 with flag 0/26000
438.06/217.10	c cleaning 37995 clauses out of 76038 with flag 1928087/770001
473.31/234.76	c cleaning 39000 clauses out of 78042 with flag 2023497/810000
510.79/253.40	c cleaning 40000 clauses out of 80044 with flag 2130027/851002
553.01/274.45	c cleaning 41001 clauses out of 82042 with flag 2239500/893000
594.99/295.34	c cleaning 41997 clauses out of 84041 with flag 2347778/936000
642.64/319.09	c cleaning 43001 clauses out of 86044 with flag 2457319/980000
692.59/344.00	c cleaning 43999 clauses out of 88044 with flag 2568545/1025001
740.33/367.73	c cleaning 45021 clauses out of 90046 with flag 2694534/1071002
770.09/382.41	c cleaning 45996 clauses out of 92023 with flag 2906159/1118000
800.55/397.92	c cleaning 47002 clauses out of 94029 with flag 3122431/1166002
835.49/415.35	c cleaning 48000 clauses out of 96028 with flag 3324329/1215003
869.00/432.02	c cleaning 48998 clauses out of 98030 with flag 3519910/1265005
913.62/454.30	c cleaning 49998 clauses out of 100028 with flag 3818591/1316001
982.14/488.34	c cleaning 50988 clauses out of 102030 with flag 4004299/1368001
1025.70/510.08	c cleaning 52000 clauses out of 104041 with flag 4290109/1421000
1057.06/525.69	c cleaning 0 clauses out of 35005 with flag 0/35005
1072.45/533.72	c cleaning 53011 clauses out of 106044 with flag 4488379/1475003
1134.68/564.72	c cleaning 53997 clauses out of 108030 with flag 4652629/1530000
1189.91/592.23	c cleaning 55002 clauses out of 110036 with flag 4849321/1586003
1268.05/631.11	c cleaning 56003 clauses out of 112032 with flag 5009819/1643001
1351.17/672.55	c cleaning 57001 clauses out of 114028 with flag 5158882/1701000
1417.80/705.79	c cleaning 58013 clauses out of 116028 with flag 5329736/1760001
1465.80/729.61	c cleaning 58989 clauses out of 118014 with flag 5718426/1820000
1517.60/755.47	c cleaning 60001 clauses out of 120026 with flag 5863942/1881001
1577.03/785.08	c cleaning 61001 clauses out of 122025 with flag 5994414/1943001
1643.08/817.99	c cleaning 62003 clauses out of 124023 with flag 6123263/2006000
1713.92/853.56	c cleaning 63003 clauses out of 126022 with flag 6254201/2070002
1786.83/889.83	c cleaning 64003 clauses out of 128019 with flag 6386315/2135002
1800.07/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/896.40	c starts		: 148
1800.07/896.40	c conflicts		: 2152671
1800.07/896.40	c decisions		: 3369597
1800.07/896.40	c propagations		: 138018484
1800.07/896.40	c inspects		: 10644908151
1800.07/896.40	c shortcuts		: 0
1800.07/896.40	c learnt literals	: 0
1800.07/896.40	c learnt binary clauses	: 0
1800.07/896.40	c learnt ternary clauses	: 2
1800.07/896.40	c learnt constraints	: 2152671
1800.07/896.40	c ignored constraints	: 0
1800.07/896.40	c root simplifications	: 0
1800.07/896.40	c removed literals (reason simplification)	: 7400470
1800.07/896.40	c reason swapping (by a shorter reason)	: 0
1800.07/896.40	c Calls to reduceDB	: 61
1800.07/896.40	c Number of update (reduction) of LBD	: 195138
1800.07/896.40	c Imported unit clauses	: 0
1800.07/896.40	c number of reductions to clauses (during analyze)	: 0
1800.07/896.40	c number of learned constraints concerned by reduction	: 0
1800.07/896.40	c number of learning phase by resolution	: 0
1800.07/896.40	c number of learning phase by cutting planes	: 0
1800.07/896.40	c speed (assignments/second)	: 154113.5485571104
1800.07/896.40	c non guided choices	477673
1800.07/896.43	c learnt constraints type 
1800.07/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81686
1800.07/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/896.43	c starts		: 65
1800.07/896.43	c conflicts		: 42744
1800.07/896.43	c decisions		: 91797
1800.07/896.43	c propagations		: 399275
1800.07/896.43	c inspects		: 1107071098
1800.07/896.43	c shortcuts		: 0
1800.07/896.43	c learnt literals	: 0
1800.07/896.43	c learnt binary clauses	: 0
1800.07/896.43	c learnt ternary clauses	: 0
1800.07/896.43	c learnt constraints	: 42744
1800.07/896.43	c ignored constraints	: 0
1800.07/896.43	c root simplifications	: 0
1800.07/896.43	c removed literals (reason simplification)	: 0
1800.07/896.43	c reason swapping (by a shorter reason)	: 0
1800.07/896.43	c Calls to reduceDB	: 5
1800.07/896.43	c Number of update (reduction) of LBD	: 0
1800.07/896.43	c Imported unit clauses	: 0
1800.07/896.43	c number of reductions to clauses (during analyze)	: 0
1800.07/896.43	c number of learned constraints concerned by reduction	: 0
1800.07/896.43	c number of learning phase by resolution	: 0
1800.07/896.43	c number of learning phase by cutting planes	: 0
1800.07/896.43	c speed (assignments/second)	: 445.8224280699247
1800.07/896.43	c non guided choices	13513
1800.07/896.45	c learnt constraints type 
1800.07/896.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4073
1800.07/896.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 38671
1800.07/896.45	s UNKNOWN
1800.07/896.45	c Total wall clock time (in seconds): 896.343

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

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

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


[startup+0 s]
/proc/loadavg: 5.41 4.56 4.30 4/197 3929
/proc/meminfo: memFree=29663160/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23385118 98570240 977 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 24065 977 743 9 0 16771 0
[pid=3929/tid=3930] ppid=3926 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) R 3926 3929 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23385119 98570240 977 33554432000 1073741824 1073778376 140734337650880 140441474055720 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 5.41 4.56 4.30 4/197 3929
/proc/meminfo: memFree=29663160/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 4557 0 1 0 10 0 0 0 20 0 18 0 23385118 9787879424 5668 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2389619 5668 2156 9 0 2380296 0
[pid=3929/tid=3930] ppid=3926 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) R 3926 3929 1299 0 -1 4202560 2439 0 1 0 7 0 0 0 20 0 18 0 23385119 9787879424 5668 33554432000 1073741824 1073778376 140734337650880 140441474058952 140441476902081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 5.41 4.56 4.30 4/197 3929
/proc/meminfo: memFree=29663160/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 5069 0 1 0 29 0 0 0 20 0 18 0 23385118 9787879424 7056 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2389619 7056 2223 9 0 2380296 0
[pid=3929/tid=3930] ppid=3926 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) R 3926 3929 1299 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 18 0 23385119 9787879424 7056 33554432000 1073741824 1073778376 140734337650880 140441474060328 140441345981094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 5.41 4.56 4.30 4/197 3929
/proc/meminfo: memFree=29663160/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 5428 0 1 0 48 1 0 0 20 0 18 0 23385118 9787879424 11363 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2389619 11363 2236 9 0 2380296 0
[pid=3929/tid=3930] ppid=3926 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) R 3926 3929 1299 0 -1 4202560 2461 0 1 0 27 0 0 0 20 0 18 0 23385119 9787879424 11363 33554432000 1073741824 1073778376 140734337650880 140441474060328 140441346371047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700253 s]
/proc/loadavg: 5.41 4.56 4.30 4/197 3929
/proc/meminfo: memFree=29663160/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9558476 CPUtime=1.49 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 14448 0 1 0 141 8 0 0 20 0 18 0 23385118 9787879424 53035 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2389619 53035 2258 9 0 2380296 0
[pid=3929/tid=3930] ppid=3926 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2516 0 1 0 61 2 0 0 20 0 18 0 23385119 9787879424 53035 33554432000 1073741824 1073778376 140734337650880 140441474059704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 5.22 4.53 4.29 7/219 3951
/proc/meminfo: memFree=29453268/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 15781 0 1 0 409 14 0 0 20 0 22 0 23385118 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2456183 64018 2280 9 0 2446860 0
[pid=3929/tid=3930] ppid=3926 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2531 0 1 0 68 3 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441474061176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3932] ppid=3926 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3929/task/3932/stat : 3932 (java) S 3926 3929 1299 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441317596072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3933] ppid=3926 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3929/task/3933/stat : 3933 (java) S 3926 3929 1299 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441316543528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3934] ppid=3926 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 114 0 0 0 4 2 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (java) S 3926 3929 1299 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 22 0 23385119 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441310226728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3940] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3940/stat : 3940 (java) S 3926 3929 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441298029416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3941] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3941/stat : 3941 (java) S 3926 3929 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441296975736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3942] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3942/stat : 3942 (java) S 3926 3929 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441295922568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3943] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3943/stat : 3943 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441294871312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3944] ppid=3926 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/3929/task/3944/stat : 3944 (java) R 3926 3929 1299 0 -1 4202560 6216 0 0 0 87 2 0 0 20 0 22 0 23385123 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441293805568 140441478149649 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3945] ppid=3926 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/3929/task/3945/stat : 3945 (java) R 3926 3929 1299 0 -1 4202560 5101 0 0 0 91 0 0 0 20 0 22 0 23385123 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441292765624 140441480014403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3946] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3946/stat : 3946 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441291712760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3947] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3947/stat : 3947 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441290660424 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3948] ppid=3926 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/3929/task/3948/stat : 3948 (java) R 3926 3929 1299 0 -1 4202560 19 0 0 0 64 0 0 0 20 0 22 0 23385197 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441289605160 140441346878355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3949] ppid=3926 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/3929/task/3949/stat : 3949 (java) R 3926 3929 1299 0 -1 4202560 28 0 0 0 62 0 0 0 20 0 22 0 23385197 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441288553160 140441477346151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3950] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3950/stat : 3950 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441287501096 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3951] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3951/stat : 3951 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 64018 33554432000 1073741824 1073778376 140734337650880 140441286448552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 5.22 4.53 4.29 5/219 3951
/proc/meminfo: memFree=29254948/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9824732 CPUtime=8.03 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 18094 0 1 0 777 26 0 0 20 0 22 0 23385118 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2456183 164074 2284 9 0 2446860 0
[pid=3929/tid=3930] ppid=3926 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2531 0 1 0 68 3 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441474061176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3932] ppid=3926 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3929/task/3932/stat : 3932 (java) S 3926 3929 1299 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441317596072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3933] ppid=3926 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3929/task/3933/stat : 3933 (java) S 3926 3929 1299 0 -1 4202560 152 0 0 0 8 3 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441316543528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3934] ppid=3926 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 146 0 0 0 4 1 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 69 0 0 0 6 3 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 169 0 0 0 12 4 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (java) S 3926 3929 1299 0 -1 4202560 122 0 0 0 7 3 0 0 20 0 22 0 23385119 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441310226728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3940] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3940/stat : 3940 (java) S 3926 3929 1299 0 -1 4202560 470 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441298029416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3941] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3941/stat : 3941 (java) S 3926 3929 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441296975736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3942] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3942/stat : 3942 (java) S 3926 3929 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441295922568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3943] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3943/stat : 3943 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441294871312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3944] ppid=3926 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/3929/task/3944/stat : 3944 (java) S 3926 3929 1299 0 -1 4202560 6239 0 0 0 99 2 0 0 20 0 22 0 23385123 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441293818168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3945] ppid=3926 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/3929/task/3945/stat : 3945 (java) S 3926 3929 1299 0 -1 4202560 6417 0 0 0 117 2 0 0 20 0 22 0 23385123 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441292765624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3946] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3946/stat : 3946 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441291712760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3947] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3947/stat : 3947 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441290660424 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3948] ppid=3926 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/3929/task/3948/stat : 3948 (java) R 3926 3929 1299 0 -1 4202560 22 0 0 0 211 0 0 0 20 0 22 0 23385197 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441289604360 140441346878355 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3949] ppid=3926 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/3929/task/3949/stat : 3949 (java) R 3926 3929 1299 0 -1 4202560 365 0 0 0 206 4 0 0 20 0 22 0 23385197 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441288553472 140441346734173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3950] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3950/stat : 3950 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441287501096 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3951] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3951/stat : 3951 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 164074 33554432000 1073741824 1073778376 140734337650880 140441286448552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 5.22 4.53 4.29 11/219 3951
/proc/meminfo: memFree=28410264/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9824732 CPUtime=14.67 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 19437 0 1 0 1428 39 0 0 20 0 22 0 23385118 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2456183 297652 2284 9 0 2446860 0
[pid=3929/tid=3930] ppid=3926 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2531 0 1 0 68 3 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441474061176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3932] ppid=3926 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3929/task/3932/stat : 3932 (java) S 3926 3929 1299 0 -1 4202560 73 0 0 0 11 3 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441317596072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3933] ppid=3926 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/3929/task/3933/stat : 3933 (java) S 3926 3929 1299 0 -1 4202560 189 0 0 0 15 5 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441316543528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3934] ppid=3926 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 159 0 0 0 9 2 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 88 0 0 0 11 4 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 68 0 0 0 8 2 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 27 0 0 0 6 2 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 190 0 0 0 17 5 0 0 20 0 22 0 23385119 10060525568 297652 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=0.12 cores=1,3,5,7

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

/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 557 0 0 0 191 13 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 491 0 0 0 201 13 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 563 0 0 0 203 16 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 463 0 0 0 203 13 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 611 0 0 0 208 13 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (java) S 3926 3929 1299 0 -1 4202560 613 0 0 0 208 16 0 0 20 0 22 0 23385119 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441310226728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3940] ppid=3926 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/3929/task/3940/stat : 3940 (java) S 3926 3929 1299 0 -1 4202560 2647 0 0 0 239 17 0 0 20 0 22 0 23385121 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441298029416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3941] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3941/stat : 3941 (java) S 3926 3929 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441296975736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3942] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3942/stat : 3942 (java) S 3926 3929 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441295922568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3943] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3943/stat : 3943 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441294871312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3944] ppid=3926 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/3929/task/3944/stat : 3944 (java) S 3926 3929 1299 0 -1 4202560 6246 0 0 0 112 2 0 0 20 0 22 0 23385123 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441293818168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3945] ppid=3926 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/3929/task/3945/stat : 3945 (java) S 3926 3929 1299 0 -1 4202560 8828 0 0 0 181 2 0 0 20 0 22 0 23385123 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441292765624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3946] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3946/stat : 3946 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441291712760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3947] ppid=3926 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/3929/task/3947/stat : 3947 (java) S 3926 3929 1299 0 -1 4202560 46 0 0 0 11 23 0 0 20 0 22 0 23385123 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441290660424 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3948] ppid=3926 vsize=9824732 CPUtime=812.01 cores=1,3,5,7
/proc/3929/task/3948/stat : 3948 (java) R 3926 3929 1299 0 -1 4202560 142 0 0 0 81186 15 0 0 20 0 22 0 23385197 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441289604992 140441346742684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3949] ppid=3926 vsize=9824732 CPUtime=811.97 cores=1,3,5,7
/proc/3929/task/3949/stat : 3949 (java) R 3926 3929 1299 0 -1 4202560 3603 0 0 0 81138 59 0 0 20 0 22 0 23385197 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441288551664 140441346787926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3950] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3950/stat : 3950 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441287501096 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3951] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3951/stat : 3951 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 817816 33554432000 1073741824 1073778376 140734337650880 140441286448552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.92
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.14 4.21 4.23 5/219 4043
/proc/meminfo: memFree=27394080/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9824732 CPUtime=1771.75 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 29999 0 1 0 176968 207 0 0 20 0 22 0 23385118 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2456183 804558 2293 9 0 2446860 0
[pid=3929/tid=3930] ppid=3926 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2539 0 1 0 71 5 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441474061176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3932] ppid=3926 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/3929/task/3932/stat : 3932 (java) S 3926 3929 1299 0 -1 4202560 516 0 0 0 211 15 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441317596072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3933] ppid=3926 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/3929/task/3933/stat : 3933 (java) S 3926 3929 1299 0 -1 4202560 612 0 0 0 210 15 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441316543528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3934] ppid=3926 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 560 0 0 0 204 13 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 495 0 0 0 211 13 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 567 0 0 0 216 16 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 467 0 0 0 218 13 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 619 0 0 0 216 14 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (java) S 3926 3929 1299 0 -1 4202560 615 0 0 0 221 16 0 0 20 0 22 0 23385119 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441310226728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3940] ppid=3926 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/3929/task/3940/stat : 3940 (java) S 3926 3929 1299 0 -1 4202560 2866 0 0 0 298 17 0 0 20 0 22 0 23385121 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441298029416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3941] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3941/stat : 3941 (java) S 3926 3929 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441296975736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3942] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3942/stat : 3942 (java) S 3926 3929 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441295922568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3943] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3943/stat : 3943 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441294871312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3944] ppid=3926 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/3929/task/3944/stat : 3944 (java) S 3926 3929 1299 0 -1 4202560 6246 0 0 0 112 2 0 0 20 0 22 0 23385123 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441293818168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3945] ppid=3926 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/3929/task/3945/stat : 3945 (java) S 3926 3929 1299 0 -1 4202560 8828 0 0 0 181 2 0 0 20 0 22 0 23385123 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441292765624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3946] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3946/stat : 3946 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441291712760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3947] ppid=3926 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3929/task/3947/stat : 3947 (java) S 3926 3929 1299 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 23385123 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441290660424 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3948] ppid=3926 vsize=9824732 CPUtime=871.01 cores=1,3,5,7
/proc/3929/task/3948/stat : 3948 (java) R 3926 3929 1299 0 -1 4202560 148 0 0 0 87085 16 0 0 20 0 22 0 23385197 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441289604096 140441346925095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3949] ppid=3926 vsize=9824732 CPUtime=870.98 cores=1,3,5,7
/proc/3929/task/3949/stat : 3949 (java) R 3926 3929 1299 0 -1 4202560 3605 0 0 0 87038 60 0 0 20 0 22 0 23385197 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441288552432 140441346789298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3950] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3950/stat : 3950 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441287501096 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3951] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3951/stat : 3951 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 804558 33554432000 1073741824 1073778376 140734337650880 140441286448552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.75
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.19 4.22 4.23 5/219 4043
/proc/meminfo: memFree=27320300/32872528 swapFree=877056/942464
[pid=3929] ppid=3926 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/3929/stat : 3929 (java) S 3926 3929 1299 0 -1 4202496 30003 0 1 0 179799 208 0 0 20 0 22 0 23385118 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140734337642016 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3929/statm: 2456183 799941 2293 9 0 2446860 0
[pid=3929/tid=3930] ppid=3926 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/3929/task/3930/stat : 3930 (java) S 3926 3929 1299 0 -1 4202560 2539 0 1 0 71 5 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441474061176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3932] ppid=3926 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3929/task/3932/stat : 3932 (java) S 3926 3929 1299 0 -1 4202560 516 0 0 0 216 15 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441317596072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3933] ppid=3926 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3929/task/3933/stat : 3933 (java) S 3926 3929 1299 0 -1 4202560 612 0 0 0 216 15 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441316543528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3934] ppid=3926 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/3929/task/3934/stat : 3934 (java) S 3926 3929 1299 0 -1 4202560 560 0 0 0 206 13 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441315490472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3935] ppid=3926 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/3929/task/3935/stat : 3935 (java) S 3926 3929 1299 0 -1 4202560 495 0 0 0 213 14 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441314437928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3936] ppid=3926 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/3929/task/3936/stat : 3936 (java) S 3926 3929 1299 0 -1 4202560 567 0 0 0 222 16 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441313384872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3937] ppid=3926 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/3929/task/3937/stat : 3937 (java) S 3926 3929 1299 0 -1 4202560 467 0 0 0 222 13 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441312332328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3938] ppid=3926 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/3929/task/3938/stat : 3938 (java) S 3926 3929 1299 0 -1 4202560 619 0 0 0 219 14 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441311279272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3939] ppid=3926 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/3929/task/3939/stat : 3939 (java) S 3926 3929 1299 0 -1 4202560 615 0 0 0 225 16 0 0 20 0 22 0 23385119 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441310226728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3940] ppid=3926 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/3929/task/3940/stat : 3940 (java) S 3926 3929 1299 0 -1 4202560 2866 0 0 0 298 17 0 0 20 0 22 0 23385121 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441298029416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3941] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3941/stat : 3941 (java) S 3926 3929 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441296975736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3942] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3942/stat : 3942 (java) S 3926 3929 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23385121 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441295922568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3943] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3943/stat : 3943 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441294871312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3944] ppid=3926 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/3929/task/3944/stat : 3944 (java) S 3926 3929 1299 0 -1 4202560 6246 0 0 0 112 2 0 0 20 0 22 0 23385123 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441293818168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3945] ppid=3926 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/3929/task/3945/stat : 3945 (java) S 3926 3929 1299 0 -1 4202560 8828 0 0 0 181 2 0 0 20 0 22 0 23385123 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441292765624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3946] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3946/stat : 3946 (java) S 3926 3929 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23385123 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441291712760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3929/tid=3947] ppid=3926 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3929/task/3947/stat : 3947 (java) S 3926 3929 1299 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 23385123 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441290660424 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3929/tid=3948] ppid=3926 vsize=9824732 CPUtime=884.98 cores=1,3,5,7
/proc/3929/task/3948/stat : 3948 (java) R 3926 3929 1299 0 -1 4202560 149 0 0 0 88482 16 0 0 20 0 22 0 23385197 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441289604096 140441346742727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3949] ppid=3926 vsize=9824732 CPUtime=884.95 cores=1,3,5,7
/proc/3929/task/3949/stat : 3949 (java) R 3926 3929 1299 0 -1 4202560 3608 0 0 0 88435 60 0 0 20 0 22 0 23385197 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441288552320 140441346480414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3929/tid=3950] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3950/stat : 3950 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441287501096 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3929/tid=3951] ppid=3926 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3929/task/3951/stat : 3951 (java) S 3926 3929 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23385203 10060525568 799941 33554432000 1073741824 1073778376 140734337650880 140441286448552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 3929 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3929 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=578334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=591606
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.468
CPU time (s): 1800.07
CPU user time (s): 1797.99
CPU system time (s): 2.08
CPU usage (%): 200.796
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.59161
maximum resident set size= 3301460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30044
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26128
involuntary context switches= 38408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02408 second user time and 8.63269 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 03:29:22
IDJOB=4101234
IDBENCH=1717
IDSOLVER=2543
FILE ID=node113/4101234-1466213362
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 867ebc446ef1d12fd0b7d8d0b9e71a77
RANDOM SEED=1651300549

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29663440 kB
Buffers:           90292 kB
Cached:            92360 kB
SwapCached:         1968 kB
Active:          1407440 kB
Inactive:         124604 kB
Active(anon):    1350076 kB
Inactive(anon):     1556 kB
Active(file):      57364 kB
Inactive(file):   123048 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:       2364788 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             598240 kB
SReclaimable:      42076 kB
SUnreclaim:       556164 kB
KernelStack:        1808 kB
PageTables:         9108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3703044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1447936 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= 71704 MiB
End job on node113 at 2016-06-18 03:44:18