Trace number 4090227

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.04 895.655

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
MD5SUM5d30d18ef05ffba8d0245479521b8577
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4323
Total number of constraints9214
Number of constraints which are clauses7773
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 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 4
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4090227-1466027706.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.70/0.46	c ... done. Wall clock time 0.337s.
0.70/0.46	c declared #vars     4323
0.70/0.46	c #constraints  10655
0.70/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.46	c constraints type 
0.70/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1441
0.70/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1441
0.70/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7773
0.70/0.46	c 10655 constraints processed.
0.70/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.46	c constraints type 
0.70/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7773
0.70/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1441
0.70/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1441
0.70/0.46	c 10655 constraints processed.
4.84/1.91	c cleaning 2493 clauses out of 5001 with flag 338007/5001
7.86/3.35	c cleaning 4250 clauses out of 8508 with flag 623871/11001
10.38/4.44	c cleaning 0 clauses out of 5001 with flag 0/5001
12.02/5.17	c cleaning 5623 clauses out of 11258 with flag 846066/18001
16.78/7.39	c cleaning 6813 clauses out of 13635 with flag 1039228/26001
21.85/9.89	c cleaning 7905 clauses out of 15821 with flag 1251473/35000
27.93/12.89	c cleaning 8953 clauses out of 17917 with flag 1520504/45001
34.94/16.36	c cleaning 9978 clauses out of 19965 with flag 1801708/56002
41.40/19.52	c cleaning 10990 clauses out of 21985 with flag 2041322/68000
48.44/23.03	c cleaning 11997 clauses out of 23997 with flag 2236977/81002
56.04/26.82	c cleaning 12994 clauses out of 25999 with flag 2440253/95001
65.51/31.55	c cleaning 13994 clauses out of 28005 with flag 2664962/110001
75.13/36.38	c cleaning 14995 clauses out of 30010 with flag 2910699/126000
85.80/41.68	c cleaning 15998 clauses out of 32017 with flag 3175331/143002
98.27/47.85	c cleaning 17003 clauses out of 34018 with flag 3471991/161001
113.07/55.29	c cleaning 17998 clauses out of 36016 with flag 3789290/180002
129.80/63.56	c cleaning 19001 clauses out of 38016 with flag 4131458/200000
146.45/71.86	c cleaning 20000 clauses out of 40018 with flag 4493424/221003
162.90/80.01	c cleaning 0 clauses out of 11001 with flag 0/11001
164.50/80.87	c cleaning 21001 clauses out of 42017 with flag 4878482/243002
182.75/89.93	c cleaning 22003 clauses out of 44014 with flag 5269351/266000
201.79/99.45	c cleaning 22993 clauses out of 46011 with flag 5667188/290000
218.65/107.85	c cleaning 24004 clauses out of 48019 with flag 6082378/315001
237.92/117.41	c cleaning 24997 clauses out of 50016 with flag 6502866/341002
257.62/127.24	c cleaning 25994 clauses out of 52017 with flag 6961220/368000
278.86/137.89	c cleaning 27007 clauses out of 54024 with flag 7462333/396001
302.59/149.63	c cleaning 28005 clauses out of 56017 with flag 7980033/425001
329.28/162.96	c cleaning 29004 clauses out of 58012 with flag 8505708/455001
354.59/175.53	c cleaning 29987 clauses out of 60007 with flag 9042165/486000
383.93/190.20	c cleaning 31004 clauses out of 62020 with flag 9580633/518000
411.22/203.74	c cleaning 31991 clauses out of 64018 with flag 10096968/551002
444.39/220.27	c cleaning 33012 clauses out of 66027 with flag 10668318/585002
481.19/238.56	c cleaning 33998 clauses out of 68013 with flag 11323482/620000
519.66/257.63	c cleaning 34997 clauses out of 70016 with flag 11920193/656001
558.33/276.81	c cleaning 36009 clauses out of 72020 with flag 12530487/693002
597.41/296.25	c cleaning 36994 clauses out of 74009 with flag 13217319/731000
641.19/318.34	c cleaning 38003 clauses out of 76015 with flag 13905374/770000
684.80/340.04	c cleaning 39003 clauses out of 78013 with flag 14629607/810001
727.98/361.60	c cleaning 39997 clauses out of 80010 with flag 15341086/851001
741.63/368.37	c cleaning 0 clauses out of 18000 with flag 0/18000
771.78/383.34	c cleaning 41000 clauses out of 82012 with flag 16094146/893000
815.57/405.16	c cleaning 42001 clauses out of 84013 with flag 16802256/936001
870.46/432.49	c cleaning 43000 clauses out of 86011 with flag 17519426/980000
932.19/463.12	c cleaning 44001 clauses out of 88011 with flag 18323402/1025000
985.93/489.85	c cleaning 44995 clauses out of 90013 with flag 19082664/1071003
1050.84/522.53	c cleaning 45999 clauses out of 92016 with flag 19914972/1118001
1108.37/551.16	c cleaning 47000 clauses out of 94016 with flag 20781179/1166000
1172.19/583.00	c cleaning 47998 clauses out of 96016 with flag 21684805/1215000
1240.37/616.83	c cleaning 49003 clauses out of 98020 with flag 22588097/1265002
1304.57/648.78	c cleaning 50002 clauses out of 100016 with flag 23463857/1316001
1377.55/685.03	c cleaning 51005 clauses out of 102014 with flag 24345843/1368001
1449.85/721.06	c cleaning 52002 clauses out of 104010 with flag 25282370/1421002
1525.06/758.48	c cleaning 52996 clauses out of 106006 with flag 26259331/1475000
1613.35/802.35	c cleaning 53997 clauses out of 108011 with flag 27193299/1530001
1698.15/844.94	c cleaning 55002 clauses out of 110014 with flag 28223306/1586001
1779.96/885.67	c cleaning 56001 clauses out of 112013 with flag 29260238/1643002
1800.04/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/895.60	c starts		: 4268
1800.04/895.60	c conflicts		: 1661472
1800.04/895.60	c decisions		: 2482431
1800.04/895.60	c propagations		: 588027562
1800.04/895.60	c inspects		: 10165121761
1800.04/895.60	c shortcuts		: 0
1800.04/895.60	c learnt literals	: 0
1800.04/895.60	c learnt binary clauses	: 0
1800.04/895.60	c learnt ternary clauses	: 3529
1800.04/895.60	c learnt constraints	: 1661472
1800.04/895.60	c ignored constraints	: 0
1800.04/895.60	c root simplifications	: 0
1800.04/895.60	c removed literals (reason simplification)	: 159735236
1800.04/895.60	c reason swapping (by a shorter reason)	: 0
1800.04/895.60	c Calls to reduceDB	: 53
1800.04/895.60	c Number of update (reduction) of LBD	: 695127
1800.04/895.60	c Imported unit clauses	: 0
1800.04/895.60	c number of reductions to clauses (during analyze)	: 0
1800.04/895.60	c number of learned constraints concerned by reduction	: 0
1800.04/895.60	c number of learning phase by resolution	: 0
1800.04/895.60	c number of learning phase by cutting planes	: 0
1800.04/895.60	c speed (assignments/second)	: 656919.3792179675
1800.04/895.60	c non guided choices	34429
1800.04/895.63	c learnt constraints type 
1800.04/895.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74482
1800.04/895.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/895.63	c starts		: 53
1800.04/895.63	c conflicts		: 24497
1800.04/895.63	c decisions		: 279322
1800.04/895.63	c propagations		: 10679386
1800.04/895.63	c inspects		: 1014970268
1800.04/895.63	c shortcuts		: 0
1800.04/895.63	c learnt literals	: 0
1800.04/895.63	c learnt binary clauses	: 0
1800.04/895.63	c learnt ternary clauses	: 3151
1800.04/895.63	c learnt constraints	: 24497
1800.04/895.63	c ignored constraints	: 0
1800.04/895.63	c root simplifications	: 0
1800.04/895.63	c removed literals (reason simplification)	: 0
1800.04/895.63	c reason swapping (by a shorter reason)	: 0
1800.04/895.63	c Calls to reduceDB	: 3
1800.04/895.63	c Number of update (reduction) of LBD	: 0
1800.04/895.63	c Imported unit clauses	: 0
1800.04/895.63	c number of reductions to clauses (during analyze)	: 0
1800.04/895.63	c number of learned constraints concerned by reduction	: 0
1800.04/895.63	c number of learning phase by resolution	: 0
1800.04/895.63	c number of learning phase by cutting planes	: 0
1800.04/895.63	c speed (assignments/second)	: 11930.208734800119
1800.04/895.63	c non guided choices	16317
1800.04/895.64	c learnt constraints type 
1800.04/895.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4432
1800.04/895.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20065
1800.04/895.64	s UNKNOWN
1800.04/895.64	c Total wall clock time (in seconds): 895.52

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

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

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


[startup+0 s]
/proc/loadavg: 4.31 4.10 4.03 4/197 12525
/proc/meminfo: memFree=28748052/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12525/stat : 12525 (java) R 12522 12525 5767 0 -1 4202496 492 0 0 0 0 0 0 0 20 0 1 0 4821014 9515008 146 33554432000 1073741824 1073778376 140735663064368 140735663061496 139809373193026 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2323 150 109 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.31 4.10 4.03 4/197 12525
/proc/meminfo: memFree=28748052/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 4422 0 1 0 8 2 0 0 20 0 18 0 4821014 9787879424 6046 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.31 4.10 4.03 4/197 12525
/proc/meminfo: memFree=28748052/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 4897 0 1 0 21 2 0 0 20 0 18 0 4821014 9787879424 12636 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2389619 12636 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 4.31 4.10 4.03 4/197 12525
/proc/meminfo: memFree=28748052/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 5786 0 1 0 43 3 0 0 20 0 18 0 4821014 9787879424 29004 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2389619 29004 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 4.31 4.10 4.03 4/197 12525
/proc/meminfo: memFree=28748052/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 9633 0 1 0 165 6 0 0 20 0 22 0 4821014 10060525568 40878 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 40878 2283 9 0 2446860 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.31 4.10 4.03 5/219 12547
/proc/meminfo: memFree=28588512/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 11784 0 1 0 356 6 0 0 20 0 22 0 4821014 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 41528 2284 9 0 2446860 0
[pid=12525/tid=12527] ppid=12522 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/12525/task/12527/stat : 12527 (java) S 12522 12525 5767 0 -1 4202560 2481 0 1 0 39 4 0 0 20 0 22 0 4821015 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809361580920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12528] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12528/stat : 12528 (java) S 12522 12525 5767 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809323071912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12529] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12529/stat : 12529 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809322019368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12530] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 4821017 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/12525/task/12540/stat : 12540 (java) R 12522 12525 5767 0 -1 4202560 3546 0 0 0 56 0 0 0 20 0 22 0 4821020 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809180820056 139809367723227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12541] ppid=12522 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/12525/task/12541/stat : 12541 (java) S 12522 12525 5767 0 -1 4202560 4342 0 0 0 52 2 0 0 20 0 22 0 4821020 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809179790264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12542] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12542/stat : 12542 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809178737400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12543] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12543/stat : 12543 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809177685064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12544] ppid=12522 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/12525/task/12544/stat : 12544 (java) R 12522 12525 5767 0 -1 4202560 17 0 0 0 100 0 0 0 20 0 22 0 4821061 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809176627896 139809188992257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12545] ppid=12522 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/12525/task/12545/stat : 12545 (java) R 12522 12525 5767 0 -1 4202560 31 0 0 0 101 0 0 0 20 0 22 0 4821061 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809175577336 139809188992124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12546] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12546/stat : 12546 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809174524712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12547] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12547/stat : 12547 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 41528 33554432000 1073741824 1073778376 140735663064368 139809173472168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.31 4.10 4.03 5/219 12547
/proc/meminfo: memFree=28561216/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=7.41 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 17303 0 1 0 731 10 0 0 20 0 22 0 4821014 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 77611 2291 9 0 2446860 0
[pid=12525/tid=12527] ppid=12522 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/12525/task/12527/stat : 12527 (java) S 12522 12525 5767 0 -1 4202560 2481 0 1 0 39 4 0 0 20 0 22 0 4821015 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809361580920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12528] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12528/stat : 12528 (java) S 12522 12525 5767 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809323071912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12529] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12529/stat : 12529 (java) S 12522 12525 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809322019368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12530] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 150 0 0 0 2 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 4821016 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 4821017 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/12525/task/12540/stat : 12540 (java) S 12522 12525 5767 0 -1 4202560 5273 0 0 0 83 0 0 0 20 0 22 0 4821020 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809180842808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12541] ppid=12522 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/12525/task/12541/stat : 12541 (java) S 12522 12525 5767 0 -1 4202560 7669 0 0 0 79 2 0 0 20 0 22 0 4821020 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809179790264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12542] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12542/stat : 12542 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809178737400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12543] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12543/stat : 12543 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809177685064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12544] ppid=12522 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/12525/task/12544/stat : 12544 (java) R 12522 12525 5767 0 -1 4202560 18 0 0 0 256 0 0 0 20 0 22 0 4821061 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809176628488 139809188926579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12545] ppid=12522 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/12525/task/12545/stat : 12545 (java) R 12522 12525 5767 0 -1 4202560 85 0 0 0 256 0 0 0 20 0 22 0 4821061 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809175576144 139809188992185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12546] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12546/stat : 12546 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809174524712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12547] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12547/stat : 12547 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 77611 33554432000 1073741824 1073778376 140735663064368 139809173472168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.37 4.12 4.04 5/219 12547
/proc/meminfo: memFree=28148100/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=14.72 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 24500 0 1 0 1450 22 0 0 20 0 22 0 4821014 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 151564 2291 9 0 2446860 0
[pid=12525/tid=12527] ppid=12522 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/12525/task/12527/stat : 12527 (java) S 12522 12525 5767 0 -1 4202560 2481 0 1 0 39 4 0 0 20 0 22 0 4821015 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809361580920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12528] ppid=12522 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12525/task/12528/stat : 12528 (java) S 12522 12525 5767 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809323071912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12529] ppid=12522 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12525/task/12529/stat : 12529 (java) S 12522 12525 5767 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809322019368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12530] ppid=12522 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 172 0 0 0 6 2 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 53 0 0 0 3 0 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 22 0 4821016 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 4821017 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 151564 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=1.39 cores=0,2,4,6

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

/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 359 0 0 0 247 7 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 393 0 0 0 249 10 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 312 0 0 0 236 8 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 554 0 0 0 261 10 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 366 0 0 0 236 8 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 340 0 0 0 236 7 0 0 20 0 22 0 4821016 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 2186 0 0 0 142 23 0 0 20 0 22 0 4821017 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/12525/task/12540/stat : 12540 (java) S 12522 12525 5767 0 -1 4202560 11358 0 0 0 140 2 0 0 20 0 22 0 4821020 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809180842808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12541] ppid=12522 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/12525/task/12541/stat : 12541 (java) S 12522 12525 5767 0 -1 4202560 8281 0 0 0 103 2 0 0 20 0 22 0 4821020 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809179790264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12542] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12542/stat : 12542 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809178737400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12543] ppid=12522 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/12525/task/12543/stat : 12543 (java) S 12522 12525 5767 0 -1 4202560 46 0 0 0 16 17 0 0 20 0 22 0 4821020 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809177685064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12544] ppid=12522 vsize=9824732 CPUtime=812.3 cores=0,2,4,6
/proc/12525/task/12544/stat : 12544 (java) R 12522 12525 5767 0 -1 4202560 77 0 0 0 81217 13 0 0 20 0 22 0 4821061 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809176628672 139809188966467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12545] ppid=12522 vsize=9824732 CPUtime=812.25 cores=0,2,4,6
/proc/12525/task/12545/stat : 12545 (java) R 12522 12525 5767 0 -1 4202560 1381 0 0 0 81179 46 0 0 20 0 22 0 4821061 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809175577248 139809188954326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12546] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12546/stat : 12546 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809174524712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12547] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12547/stat : 12547 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 584011 33554432000 1073741824 1073778376 140735663064368 139809173472168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1653.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.96 4.00 4.00 5/219 12727
/proc/meminfo: memFree=26548152/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=1773.36 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 30646 0 1 0 177189 147 0 0 20 0 22 0 4821014 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 577635 2300 9 0 2446860 0
[pid=12525/tid=12527] ppid=12522 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/12525/task/12527/stat : 12527 (java) S 12522 12525 5767 0 -1 4202560 2489 0 1 0 43 5 0 0 20 0 22 0 4821015 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809361580920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12528] ppid=12522 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/12525/task/12528/stat : 12528 (java) S 12522 12525 5767 0 -1 4202560 368 0 0 0 263 10 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809323071912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12529] ppid=12522 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/12525/task/12529/stat : 12529 (java) S 12522 12525 5767 0 -1 4202560 353 0 0 0 255 10 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809322019368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12530] ppid=12522 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 375 0 0 0 263 7 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 410 0 0 0 268 10 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 323 0 0 0 250 8 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 563 0 0 0 282 10 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 391 0 0 0 256 8 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 357 0 0 0 254 7 0 0 20 0 22 0 4821016 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 2589 0 0 0 227 24 0 0 20 0 22 0 4821017 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/12525/task/12540/stat : 12540 (java) S 12522 12525 5767 0 -1 4202560 11358 0 0 0 140 2 0 0 20 0 22 0 4821020 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809180842808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12541] ppid=12522 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/12525/task/12541/stat : 12541 (java) S 12522 12525 5767 0 -1 4202560 8281 0 0 0 103 2 0 0 20 0 22 0 4821020 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809179790264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12542] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12542/stat : 12542 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809178737400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12543] ppid=12522 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/12525/task/12543/stat : 12543 (java) S 12522 12525 5767 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 22 0 4821020 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809177685064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12544] ppid=12522 vsize=9824732 CPUtime=870.89 cores=0,2,4,6
/proc/12525/task/12544/stat : 12544 (java) R 12522 12525 5767 0 -1 4202560 78 0 0 0 87075 14 0 0 20 0 22 0 4821061 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809176627872 139809188992124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12545] ppid=12522 vsize=9824732 CPUtime=870.85 cores=0,2,4,6
/proc/12525/task/12545/stat : 12545 (java) R 12522 12525 5767 0 -1 4202560 1395 0 0 0 87038 47 0 0 20 0 22 0 4821061 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809175576032 139809189165444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12546] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12546/stat : 12546 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809174524712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12547] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12547/stat : 12547 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 577635 33554432000 1073741824 1073778376 140735663064368 139809173472168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 3.97 4.00 4.00 5/220 12730
/proc/meminfo: memFree=26563132/32872528 swapFree=248296/248296
[pid=12525] ppid=12522 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12522 12525 5767 0 -1 4202496 30672 0 1 0 179856 148 0 0 20 0 22 0 4821014 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 140735663055504 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12525/statm: 2456183 575765 2300 9 0 2446860 0
[pid=12525/tid=12527] ppid=12522 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/12525/task/12527/stat : 12527 (java) S 12522 12525 5767 0 -1 4202560 2489 0 1 0 43 5 0 0 20 0 22 0 4821015 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809361580920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12528] ppid=12522 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12525/task/12528/stat : 12528 (java) S 12522 12525 5767 0 -1 4202560 373 0 0 0 266 10 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809323071912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12529] ppid=12522 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/12525/task/12529/stat : 12529 (java) S 12522 12525 5767 0 -1 4202560 353 0 0 0 258 10 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809322019368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12530] ppid=12522 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/12525/task/12530/stat : 12530 (java) S 12522 12525 5767 0 -1 4202560 378 0 0 0 266 7 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809320966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12531] ppid=12522 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/12525/task/12531/stat : 12531 (java) S 12522 12525 5767 0 -1 4202560 410 0 0 0 271 10 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809319913768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12532] ppid=12522 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/12525/task/12532/stat : 12532 (java) S 12522 12525 5767 0 -1 4202560 331 0 0 0 254 8 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809318861736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12533] ppid=12522 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/12525/task/12533/stat : 12533 (java) S 12522 12525 5767 0 -1 4202560 563 0 0 0 284 10 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809317809192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12534] ppid=12522 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/12525/task/12534/stat : 12534 (java) S 12522 12525 5767 0 -1 4202560 394 0 0 0 260 8 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809316756136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12535] ppid=12522 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/12525/task/12535/stat : 12535 (java) S 12522 12525 5767 0 -1 4202560 360 0 0 0 256 7 0 0 20 0 22 0 4821016 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809315703592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12536] ppid=12522 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/12525/task/12536/stat : 12536 (java) S 12522 12525 5767 0 -1 4202560 2589 0 0 0 227 24 0 0 20 0 22 0 4821017 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809185053032 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12537] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12537/stat : 12537 (java) S 12522 12525 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809183999352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12538] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12538/stat : 12538 (java) S 12522 12525 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4821018 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809182946184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12539] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12539/stat : 12539 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809181894928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12540] ppid=12522 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/12525/task/12540/stat : 12540 (java) S 12522 12525 5767 0 -1 4202560 11358 0 0 0 140 2 0 0 20 0 22 0 4821020 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809180842808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12541] ppid=12522 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/12525/task/12541/stat : 12541 (java) S 12522 12525 5767 0 -1 4202560 8281 0 0 0 103 2 0 0 20 0 22 0 4821020 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809179790264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12542] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12542/stat : 12542 (java) S 12522 12525 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4821020 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809178737400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12543] ppid=12522 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/12525/task/12543/stat : 12543 (java) S 12522 12525 5767 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 22 0 4821020 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809177685064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12525/tid=12544] ppid=12522 vsize=9824732 CPUtime=884.07 cores=0,2,4,6
/proc/12525/task/12544/stat : 12544 (java) R 12522 12525 5767 0 -1 4202560 79 0 0 0 88393 14 0 0 20 0 22 0 4821061 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809176627664 139809188992124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12525/tid=12545] ppid=12522 vsize=9824732 CPUtime=884.04 cores=0,2,4,6
/proc/12525/task/12545/stat : 12545 (java) R 12522 12525 5767 0 -1 4202560 1398 0 0 0 88357 47 0 0 20 0 22 0 4821061 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809175575952 139809189165571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12525/tid=12546] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12546/stat : 12546 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809174524712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12525/tid=12547] ppid=12522 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12525/task/12547/stat : 12547 (java) S 12522 12525 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4821062 10060525568 575765 33554432000 1073741824 1073778376 140735663064368 139809173472168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 12525 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 12525 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=188241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=992697
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.655
CPU time (s): 1800.04
CPU user time (s): 1798.56
CPU system time (s): 1.48
CPU usage (%): 200.975
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.9927
maximum resident set size= 2880556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30706
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= 29798
involuntary context switches= 43272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05408 second user time and 7.00394 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:55:06
IDJOB=4090227
IDBENCH=107519
IDSOLVER=2543
FILE ID=node103/4090227-1466027706
RUNJOBID= node103-1466012165-5783
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/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090227-1466027706/watcher-4090227-1466027706 -o /tmp/evaluation-result-4090227-1466027706/solver-4090227-1466027706 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090227-1466027706.opb

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

MD5SUM BENCH= 5d30d18ef05ffba8d0245479521b8577
RANDOM SEED=1580584650

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:        28748580 kB
Buffers:          139104 kB
Cached:           349724 kB
SwapCached:            0 kB
Active:          2823328 kB
Inactive:         340140 kB
Active(anon):    2677472 kB
Inactive(anon):        0 kB
Active(file):     145856 kB
Inactive(file):   340140 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       2894304 kB
Mapped:            21608 kB
Shmem:               204 kB
Slab:             575564 kB
SReclaimable:      19752 kB
SUnreclaim:       555812 kB
KernelStack:        1808 kB
PageTables:        10204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3061044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2592768 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-16 00:10:02