Trace number 4090066

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 895.463

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v081-n3.opb
MD5SUM80bd9a7835bca86ed06879fdebd8f69f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.710891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4090066-1466024775.opb
0.12/0.10	c reading problem ... 
0.12/0.11	c  no objective function found
0.12/0.14	c ... done. Wall clock time 0.034s.
0.12/0.14	c declared #vars     243
0.12/0.14	c #constraints  162
0.12/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.12/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.12/0.14	c 162 constraints processed.
0.12/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.12/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.12/0.14	c 162 constraints processed.
2.29/0.75	c cleaning 2497 clauses out of 5000 with flag 46309/5000
4.14/1.34	c cleaning 4248 clauses out of 8504 with flag 107001/11001
5.30/1.88	c cleaning 5627 clauses out of 11257 with flag 166776/18002
7.01/2.60	c cleaning 6808 clauses out of 13630 with flag 251992/26002
8.68/3.42	c cleaning 7900 clauses out of 15822 with flag 346786/35002
10.94/4.53	c cleaning 8957 clauses out of 17920 with flag 450366/45000
13.40/5.73	c cleaning 9979 clauses out of 19963 with flag 572737/56000
15.99/7.04	c cleaning 10984 clauses out of 21984 with flag 696462/68000
19.28/8.66	c cleaning 11989 clauses out of 24001 with flag 836521/81001
23.21/10.57	c cleaning 12997 clauses out of 26011 with flag 990412/95000
27.66/12.81	c cleaning 13997 clauses out of 28014 with flag 1160398/110000
32.86/15.34	c cleaning 14993 clauses out of 30018 with flag 1329301/126001
38.94/18.37	c cleaning 16002 clauses out of 32025 with flag 1520484/143001
45.39/21.58	c cleaning 17007 clauses out of 34022 with flag 1716333/161000
52.19/24.94	c cleaning 17997 clauses out of 36015 with flag 1923656/180000
60.67/29.13	c cleaning 19000 clauses out of 38018 with flag 2155954/200000
69.67/33.62	c cleaning 20000 clauses out of 40019 with flag 2391204/221001
73.71/35.62	c cleaning 0 clauses out of 5000 with flag 0/5000
80.45/38.86	c cleaning 21002 clauses out of 42020 with flag 2644926/243002
92.36/44.76	c cleaning 22004 clauses out of 44019 with flag 2912668/266003
104.85/50.99	c cleaning 22997 clauses out of 46012 with flag 3195904/290000
118.52/57.70	c cleaning 24000 clauses out of 48016 with flag 3482969/315001
134.73/65.84	c cleaning 25004 clauses out of 50015 with flag 3789695/341000
150.62/73.74	c cleaning 26002 clauses out of 52013 with flag 4088463/368002
168.47/82.69	c cleaning 26993 clauses out of 54009 with flag 4403054/396000
187.11/91.96	c cleaning 28000 clauses out of 56016 with flag 4714617/425000
207.01/101.84	c cleaning 29000 clauses out of 58017 with flag 5047893/455001
229.04/112.80	c cleaning 30001 clauses out of 60018 with flag 5402301/486002
251.91/124.21	c cleaning 31002 clauses out of 62017 with flag 5760589/518002
279.00/137.73	c cleaning 31997 clauses out of 64013 with flag 6144794/551000
307.36/151.89	c cleaning 33000 clauses out of 66017 with flag 6555940/585001
336.80/166.58	c cleaning 33998 clauses out of 68016 with flag 6973153/620000
370.72/183.48	c cleaning 35001 clauses out of 70018 with flag 7416819/656000
404.27/200.11	c cleaning 0 clauses out of 11000 with flag 0/11000
406.91/201.49	c cleaning 36001 clauses out of 72018 with flag 7882847/693001
444.68/220.21	c cleaning 37002 clauses out of 74016 with flag 8384343/731000
488.92/242.28	c cleaning 37999 clauses out of 76014 with flag 8886047/770000
536.40/265.90	c cleaning 38996 clauses out of 78016 with flag 9387096/810001
584.46/290.03	c cleaning 40002 clauses out of 80021 with flag 9921949/851002
631.52/313.47	c cleaning 40996 clauses out of 82018 with flag 10470537/893001
681.38/338.24	c cleaning 42000 clauses out of 84021 with flag 11031554/936000
735.46/365.11	c cleaning 43002 clauses out of 86021 with flag 11589927/980000
790.53/392.55	c cleaning 44001 clauses out of 88019 with flag 12104256/1025000
851.49/422.90	c cleaning 44996 clauses out of 90018 with flag 12642999/1071000
911.59/452.77	c cleaning 46003 clauses out of 92023 with flag 13168682/1118001
975.35/484.44	c cleaning 47002 clauses out of 94019 with flag 13684757/1166000
1045.94/519.93	c cleaning 48001 clauses out of 96017 with flag 14243449/1215000
1111.12/552.31	c cleaning 48999 clauses out of 98016 with flag 14830050/1265000
1161.75/577.52	c cleaning 0 clauses out of 18000 with flag 0/18000
1183.11/588.13	c cleaning 50004 clauses out of 100019 with flag 15447821/1316002
1262.84/627.80	c cleaning 51000 clauses out of 102014 with flag 16111753/1368001
1327.39/659.93	c cleaning 52000 clauses out of 104014 with flag 16658833/1421001
1395.58/693.83	c cleaning 52995 clauses out of 106013 with flag 17258123/1475000
1469.07/730.86	c cleaning 54002 clauses out of 108020 with flag 17855555/1530002
1541.44/766.83	c cleaning 54999 clauses out of 110016 with flag 18431307/1586000
1621.41/806.64	c cleaning 55998 clauses out of 112017 with flag 19036600/1643000
1707.14/849.22	c cleaning 57003 clauses out of 114021 with flag 19659485/1701002
1791.41/891.13	c cleaning 58003 clauses out of 116018 with flag 20315510/1760002
1800.05/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.41	c starts		: 270
1800.05/895.41	c conflicts		: 1769078
1800.05/895.41	c decisions		: 2010079
1800.05/895.41	c propagations		: 43165167
1800.05/895.41	c inspects		: 12449297891
1800.05/895.41	c shortcuts		: 0
1800.05/895.41	c learnt literals	: 0
1800.05/895.41	c learnt binary clauses	: 0
1800.05/895.41	c learnt ternary clauses	: 0
1800.05/895.41	c learnt constraints	: 1769078
1800.05/895.41	c ignored constraints	: 0
1800.05/895.41	c root simplifications	: 0
1800.05/895.41	c removed literals (reason simplification)	: 27077738
1800.05/895.41	c reason swapping (by a shorter reason)	: 0
1800.05/895.41	c Calls to reduceDB	: 55
1800.05/895.41	c Number of update (reduction) of LBD	: 646596
1800.05/895.41	c Imported unit clauses	: 0
1800.05/895.41	c number of reductions to clauses (during analyze)	: 0
1800.05/895.41	c number of learned constraints concerned by reduction	: 0
1800.05/895.41	c number of learning phase by resolution	: 0
1800.05/895.41	c number of learning phase by cutting planes	: 0
1800.05/895.41	c speed (assignments/second)	: 48214.96093335493
1800.05/895.41	c non guided choices	74
1800.05/895.44	c learnt constraints type 
1800.05/895.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67091
1800.05/895.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.44	c starts		: 51
1800.05/895.44	c conflicts		: 22205
1800.05/895.44	c decisions		: 27137
1800.05/895.44	c propagations		: 384518
1800.05/895.44	c inspects		: 940407052
1800.05/895.44	c shortcuts		: 0
1800.05/895.44	c learnt literals	: 0
1800.05/895.44	c learnt binary clauses	: 0
1800.05/895.44	c learnt ternary clauses	: 0
1800.05/895.44	c learnt constraints	: 22204
1800.05/895.44	c ignored constraints	: 0
1800.05/895.44	c root simplifications	: 0
1800.05/895.44	c removed literals (reason simplification)	: 0
1800.05/895.44	c reason swapping (by a shorter reason)	: 0
1800.05/895.44	c Calls to reduceDB	: 3
1800.05/895.44	c Number of update (reduction) of LBD	: 0
1800.05/895.44	c Imported unit clauses	: 0
1800.05/895.44	c number of reductions to clauses (during analyze)	: 0
1800.05/895.44	c number of learned constraints concerned by reduction	: 0
1800.05/895.44	c number of learning phase by resolution	: 0
1800.05/895.44	c number of learning phase by cutting planes	: 0
1800.05/895.44	c speed (assignments/second)	: 429.4889265178288
1800.05/895.44	c non guided choices	71
1800.05/895.45	c learnt constraints type 
1800.05/895.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13
1800.05/895.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.05/895.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22183
1800.05/895.45	s UNKNOWN
1800.05/895.45	c Total wall clock time (in seconds): 895.342

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-4090066-1466024775/watcher-4090066-1466024775 -o /tmp/evaluation-result-4090066-1466024775/solver-4090066-1466024775 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090066-1466024775.opb 

pid=10874
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: 3.88 4.01 4.02 5/197 10877
/proc/meminfo: memFree=31126952/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 4527951 98570240 978 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 24065 978 744 9 0 16771 0
[pid=10877/tid=10878] ppid=10874 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) R 10874 10877 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4527952 98570240 978 33554432000 1073741824 1073778376 140736311584560 139802172513832 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 3.88 4.01 4.02 5/197 10877
/proc/meminfo: memFree=31126952/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 4518 0 1 0 10 2 0 0 20 0 18 0 4527951 9787879424 6143 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2389619 6143 2158 9 0 2380296 0
[pid=10877/tid=10878] ppid=10874 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) R 10874 10877 5767 0 -1 4202560 2385 0 1 0 6 2 0 0 20 0 18 0 4527952 9787879424 6143 33554432000 1073741824 1073778376 140736311584560 139802172516672 139802176651216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 3.88 4.01 4.02 5/197 10877
/proc/meminfo: memFree=31126952/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 6916 0 1 0 29 2 0 0 20 0 22 0 4527951 10060525568 9412 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 9412 2213 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2404 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 9412 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300236 s]
/proc/loadavg: 3.88 4.01 4.02 5/197 10877
/proc/meminfo: memFree=31126952/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 7690 0 1 0 68 3 0 0 20 0 22 0 4527951 10060525568 9909 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 9909 2231 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2404 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 9909 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700219 s]
/proc/loadavg: 3.88 4.01 4.02 5/197 10877
/proc/meminfo: memFree=31126952/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 16388 0 1 0 225 4 0 0 20 0 22 0 4527951 10060525568 22602 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 22602 2246 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2404 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 22602 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.88 4.01 4.02 7/219 10899
/proc/meminfo: memFree=30877256/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 22285 0 1 0 449 8 0 0 20 0 22 0 4527951 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 48860 2278 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2404 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10880/stat : 10880 (java) S 10874 10877 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802134010280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10881] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10881/stat : 10881 (java) S 10874 10877 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802132957736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10882] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10882/stat : 10882 (java) S 10874 10877 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802131904680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10887/stat : 10887 (java) S 10874 10877 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4527953 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139802126641960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10888] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10888/stat : 10888 (java) S 10874 10877 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801996204392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10889] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10889/stat : 10889 (java) S 10874 10877 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801995150712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10890] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10890/stat : 10890 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801994097544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10891] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10891/stat : 10891 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801993046288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10892] ppid=10874 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10877/task/10892/stat : 10892 (java) S 10874 10877 5767 0 -1 4202560 11140 0 0 0 94 2 0 0 20 0 22 0 4527956 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801991994168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10893] ppid=10874 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/10877/task/10893/stat : 10893 (java) S 10874 10877 5767 0 -1 4202560 7215 0 0 0 75 2 0 0 20 0 22 0 4527956 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801118370744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10894] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10894/stat : 10894 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801117317880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10895] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10895/stat : 10895 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801116265544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10896] ppid=10874 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/10877/task/10896/stat : 10896 (java) R 10874 10877 5767 0 -1 4202560 30 0 0 0 129 0 0 0 20 0 22 0 4527966 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801115210408 139802008102440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10897] ppid=10874 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/10877/task/10897/stat : 10897 (java) R 10874 10877 5767 0 -1 4202560 96 0 0 0 128 2 0 0 20 0 22 0 4527966 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801114156336 139802008178660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10898] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10898/stat : 10898 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801113105192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10899] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10899/stat : 10899 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 48860 33554432000 1073741824 1073778376 140736311584560 139801112052648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 3.88 4.01 4.02 5/219 10899
/proc/meminfo: memFree=30633916/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=8.01 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 22540 0 1 0 788 13 0 0 20 0 22 0 4527951 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 84828 2278 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2405 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10877/task/10880/stat : 10880 (java) S 10874 10877 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802134010280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10881] ppid=10874 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10877/task/10881/stat : 10881 (java) S 10874 10877 5767 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802132957736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10882] ppid=10874 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10877/task/10882/stat : 10882 (java) S 10874 10877 5767 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802131904680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10877/task/10887/stat : 10887 (java) S 10874 10877 5767 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 4527953 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139802126641960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10888] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10888/stat : 10888 (java) S 10874 10877 5767 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801996204392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10889] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10889/stat : 10889 (java) S 10874 10877 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801995150712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10890] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10890/stat : 10890 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801994097544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10891] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10891/stat : 10891 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801993046288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10892] ppid=10874 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/10877/task/10892/stat : 10892 (java) S 10874 10877 5767 0 -1 4202560 11140 0 0 0 103 2 0 0 20 0 22 0 4527956 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801991994168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10893] ppid=10874 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/10877/task/10893/stat : 10893 (java) S 10874 10877 5767 0 -1 4202560 7215 0 0 0 82 2 0 0 20 0 22 0 4527956 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801118370744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10894] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10894/stat : 10894 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801117317880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10895] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10895/stat : 10895 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801116265544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10896] ppid=10874 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/10877/task/10896/stat : 10896 (java) R 10874 10877 5767 0 -1 4202560 31 0 0 0 281 0 0 0 20 0 22 0 4527966 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801115210216 139802008025191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10897] ppid=10874 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/10877/task/10897/stat : 10897 (java) R 10874 10877 5767 0 -1 4202560 147 0 0 0 279 3 0 0 20 0 22 0 4527966 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801114156696 139802008226748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10898] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10898/stat : 10898 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801113105192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10899] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10899/stat : 10899 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 84828 33554432000 1073741824 1073778376 140736311584560 139801112052648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.89 4.01 4.02 5/219 10899
/proc/meminfo: memFree=30044196/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=14.6 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 23555 0 1 0 1434 26 0 0 20 0 22 0 4527951 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 159697 2278 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2405 0 1 0 11 2 0 0 20 0 22 0 4527952 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10877/task/10880/stat : 10880 (java) S 10874 10877 5767 0 -1 4202560 94 0 0 0 5 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802134010280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10881] ppid=10874 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10877/task/10881/stat : 10881 (java) S 10874 10877 5767 0 -1 4202560 103 0 0 0 4 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802132957736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10882] ppid=10874 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10877/task/10882/stat : 10882 (java) S 10874 10877 5767 0 -1 4202560 165 0 0 0 6 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802131904680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 157 0 0 0 4 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 108 0 0 0 6 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 81 0 0 0 4 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 4527953 10060525568 159697 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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

[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 515 0 0 0 261 10 0 0 20 0 22 0 4527953 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 380 0 0 0 230 7 0 0 20 0 22 0 4527953 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 431 0 0 0 232 8 0 0 20 0 22 0 4527953 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 318 0 0 0 232 8 0 0 20 0 22 0 4527953 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/10877/task/10887/stat : 10887 (java) S 10874 10877 5767 0 -1 4202560 337 0 0 0 243 9 0 0 20 0 22 0 4527953 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139802126641960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10888] ppid=10874 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/10877/task/10888/stat : 10888 (java) S 10874 10877 5767 0 -1 4202560 2835 0 0 0 220 20 0 0 20 0 22 0 4527954 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801996204392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10889] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10889/stat : 10889 (java) S 10874 10877 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801995150712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10890] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10890/stat : 10890 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801994097544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10891] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10891/stat : 10891 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801993046288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10892] ppid=10874 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10877/task/10892/stat : 10892 (java) S 10874 10877 5767 0 -1 4202560 12697 0 0 0 161 2 0 0 20 0 22 0 4527956 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801991994168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10893] ppid=10874 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/10877/task/10893/stat : 10893 (java) S 10874 10877 5767 0 -1 4202560 7222 0 0 0 87 2 0 0 20 0 22 0 4527956 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801118370744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10894] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10894/stat : 10894 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801117317880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10895] ppid=10874 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10877/task/10895/stat : 10895 (java) S 10874 10877 5767 0 -1 4202560 47 0 0 0 12 22 0 0 20 0 22 0 4527956 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801116265544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10896] ppid=10874 vsize=9824732 CPUtime=811.89 cores=1,3,5,7
/proc/10877/task/10896/stat : 10896 (java) R 10874 10877 5767 0 -1 4202560 183 0 0 0 81174 15 0 0 20 0 22 0 4527966 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801115208352 139802008057247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10897] ppid=10874 vsize=9824732 CPUtime=811.96 cores=1,3,5,7
/proc/10877/task/10897/stat : 10897 (java) R 10874 10877 5767 0 -1 4202560 1381 0 0 0 81146 50 0 0 20 0 22 0 4527966 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801114156576 139802008177191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10898] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10898/stat : 10898 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801113105192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10899] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10899/stat : 10899 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 594088 33554432000 1073741824 1073778376 140736311584560 139801112052648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1653.05
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.03 4.01 4.00 5/220 10922
/proc/meminfo: memFree=26677604/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=1773.7 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 31510 0 1 0 177210 160 0 0 20 0 22 0 4527951 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 586373 2287 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2416 0 1 0 13 4 0 0 20 0 22 0 4527952 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10877/task/10880/stat : 10880 (java) S 10874 10877 5767 0 -1 4202560 430 0 0 0 261 10 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802134010280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10881] ppid=10874 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/10877/task/10881/stat : 10881 (java) S 10874 10877 5767 0 -1 4202560 451 0 0 0 249 10 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802132957736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10882] ppid=10874 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/10877/task/10882/stat : 10882 (java) S 10874 10877 5767 0 -1 4202560 498 0 0 0 250 9 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802131904680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 515 0 0 0 277 10 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 404 0 0 0 248 7 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 442 0 0 0 255 8 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 340 0 0 0 253 8 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/10877/task/10887/stat : 10887 (java) S 10874 10877 5767 0 -1 4202560 361 0 0 0 259 9 0 0 20 0 22 0 4527953 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139802126641960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10888] ppid=10874 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/10877/task/10888/stat : 10888 (java) S 10874 10877 5767 0 -1 4202560 2839 0 0 0 220 21 0 0 20 0 22 0 4527954 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801996204392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10889] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10889/stat : 10889 (java) S 10874 10877 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801995150712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10890] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10890/stat : 10890 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801994097544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10891] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10891/stat : 10891 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801993046288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10892] ppid=10874 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10877/task/10892/stat : 10892 (java) S 10874 10877 5767 0 -1 4202560 12697 0 0 0 161 2 0 0 20 0 22 0 4527956 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801991994168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10893] ppid=10874 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/10877/task/10893/stat : 10893 (java) S 10874 10877 5767 0 -1 4202560 7222 0 0 0 87 2 0 0 20 0 22 0 4527956 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801118370744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10894] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10894/stat : 10894 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801117317880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10895] ppid=10874 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10877/task/10895/stat : 10895 (java) S 10874 10877 5767 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 4527956 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801116265544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10896] ppid=10874 vsize=9824732 CPUtime=871.33 cores=1,3,5,7
/proc/10877/task/10896/stat : 10896 (java) R 10874 10877 5767 0 -1 4202560 189 0 0 0 87117 16 0 0 20 0 22 0 4527966 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801115209136 139802008057285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10897] ppid=10874 vsize=9824732 CPUtime=871.39 cores=1,3,5,7
/proc/10877/task/10897/stat : 10897 (java) R 10874 10877 5767 0 -1 4202560 1388 0 0 0 87088 51 0 0 20 0 22 0 4527966 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801114155440 139802008016130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10898] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10898/stat : 10898 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801113105192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10899] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10899/stat : 10899 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 586373 33554432000 1073741824 1073778376 140736311584560 139801112052648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.03 4.01 4.00 7/219 10991
/proc/meminfo: memFree=28957228/32872528 swapFree=248296/248296
[pid=10877] ppid=10874 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/10877/stat : 10877 (java) S 10874 10877 5767 0 -1 4202496 31541 0 1 0 179844 161 0 0 20 0 22 0 4527951 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 140736311575696 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10877/statm: 2456183 585478 2287 9 0 2446860 0
[pid=10877/tid=10878] ppid=10874 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/10877/task/10878/stat : 10878 (java) S 10874 10877 5767 0 -1 4202560 2416 0 1 0 13 4 0 0 20 0 22 0 4527952 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802172519288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/10877/task/10880/stat : 10880 (java) S 10874 10877 5767 0 -1 4202560 435 0 0 0 264 10 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802134010280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10881] ppid=10874 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/10877/task/10881/stat : 10881 (java) S 10874 10877 5767 0 -1 4202560 452 0 0 0 252 10 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802132957736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10882] ppid=10874 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/10877/task/10882/stat : 10882 (java) S 10874 10877 5767 0 -1 4202560 503 0 0 0 256 9 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802131904680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10883] ppid=10874 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/10877/task/10883/stat : 10883 (java) S 10874 10877 5767 0 -1 4202560 517 0 0 0 282 10 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802130852136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10884] ppid=10874 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/10877/task/10884/stat : 10884 (java) S 10874 10877 5767 0 -1 4202560 414 0 0 0 255 7 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802129800104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10885] ppid=10874 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/10877/task/10885/stat : 10885 (java) S 10874 10877 5767 0 -1 4202560 442 0 0 0 260 8 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802128747560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10886] ppid=10874 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/10877/task/10886/stat : 10886 (java) S 10874 10877 5767 0 -1 4202560 344 0 0 0 257 8 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802127694504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10887] ppid=10874 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10877/task/10887/stat : 10887 (java) S 10874 10877 5767 0 -1 4202560 362 0 0 0 262 9 0 0 20 0 22 0 4527953 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139802126641960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10888] ppid=10874 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/10877/task/10888/stat : 10888 (java) S 10874 10877 5767 0 -1 4202560 2839 0 0 0 220 22 0 0 20 0 22 0 4527954 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801996204392 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10889] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10889/stat : 10889 (java) S 10874 10877 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801995150712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10890] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10890/stat : 10890 (java) S 10874 10877 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4527954 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801994097544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10891] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10891/stat : 10891 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801993046288 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10892] ppid=10874 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10877/task/10892/stat : 10892 (java) S 10874 10877 5767 0 -1 4202560 12697 0 0 0 161 2 0 0 20 0 22 0 4527956 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801991994168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10893] ppid=10874 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/10877/task/10893/stat : 10893 (java) S 10874 10877 5767 0 -1 4202560 7222 0 0 0 87 2 0 0 20 0 22 0 4527956 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801118370744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10894] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10894/stat : 10894 (java) S 10874 10877 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4527956 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801117317880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10895] ppid=10874 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10877/task/10895/stat : 10895 (java) S 10874 10877 5767 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 4527956 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801116265544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10877/tid=10896] ppid=10874 vsize=9824732 CPUtime=884.29 cores=1,3,5,7
/proc/10877/task/10896/stat : 10896 (java) R 10874 10877 5767 0 -1 4202560 191 0 0 0 88413 16 0 0 20 0 22 0 4527966 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801115209136 139802008073788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10877/tid=10897] ppid=10874 vsize=9824732 CPUtime=884.36 cores=1,3,5,7
/proc/10877/task/10897/stat : 10897 (java) R 10874 10877 5767 0 -1 4202560 1389 0 0 0 88384 52 0 0 20 0 22 0 4527966 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801114155808 139802008177115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10877/tid=10898] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10898/stat : 10898 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801113105192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10877/tid=10899] ppid=10874 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10877/task/10899/stat : 10899 (java) S 10874 10877 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4527966 10060525568 585478 33554432000 1073741824 1073778376 140736311584560 139801112052648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 10877 sig 9
??? kill -10877 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 10877 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=38264
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.463
CPU time (s): 1800.05
CPU user time (s): 1798.44
CPU system time (s): 1.61
CPU usage (%): 201.019
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 2.09268
maximum resident set size= 2919464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31583
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28773
involuntary context switches= 45177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68214 second user time and 7.64384 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:06:15
IDJOB=4090066
IDBENCH=107496
IDSOLVER=2543
FILE ID=node103/4090066-1466024775
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v081-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090066-1466024775/watcher-4090066-1466024775 -o /tmp/evaluation-result-4090066-1466024775/solver-4090066-1466024775 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090066-1466024775.opb

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

MD5SUM BENCH= 80bd9a7835bca86ed06879fdebd8f69f
RANDOM SEED=750678471

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        31133468 kB
Buffers:          135568 kB
Cached:           346780 kB
SwapCached:            0 kB
Active:           433916 kB
Inactive:         335000 kB
Active(anon):     289396 kB
Inactive(anon):        0 kB
Active(file):     144520 kB
Inactive(file):   335000 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:        550752 kB
Mapped:            21576 kB
Shmem:               204 kB
Slab:             575388 kB
SReclaimable:      19288 kB
SUnreclaim:       556100 kB
KernelStack:        1808 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1067108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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 node103 at 2016-06-15 23:21:11