Trace number 4090185

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.03 895.063

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUM9962e07353bb4a7d8331e0339e579362
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 benchmark405.016
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
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.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090185-1466026811.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.304s.
0.70/0.42	c declared #vars     2991
0.70/0.42	c #constraints  7385
0.70/0.42	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.42	c constraints type 
0.70/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 997
0.70/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 997
0.70/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5391
0.70/0.43	c 7385 constraints processed.
0.70/0.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.43	c constraints type 
0.70/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5391
0.70/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 997
0.70/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 997
0.70/0.43	c 7385 constraints processed.
4.73/1.79	c cleaning 2495 clauses out of 5000 with flag 171952/5000
7.41/2.94	c cleaning 4249 clauses out of 8507 with flag 249511/11002
10.86/4.66	c cleaning 5624 clauses out of 11257 with flag 355121/18001
15.08/6.69	c cleaning 6814 clauses out of 13633 with flag 475394/26001
17.29/7.79	c cleaning 0 clauses out of 5001 with flag 0/5001
20.60/9.23	c cleaning 7910 clauses out of 15820 with flag 616621/35002
26.40/12.02	c cleaning 8951 clauses out of 17908 with flag 774600/45000
32.80/15.21	c cleaning 9975 clauses out of 19958 with flag 939820/56001
39.08/18.37	c cleaning 10987 clauses out of 21984 with flag 1086139/68002
46.34/21.97	c cleaning 11987 clauses out of 23996 with flag 1240767/81001
54.73/26.10	c cleaning 12997 clauses out of 26009 with flag 1424971/95001
63.79/30.60	c cleaning 13998 clauses out of 28011 with flag 1646590/110000
72.59/35.06	c cleaning 15002 clauses out of 30015 with flag 1844528/126002
83.45/40.44	c cleaning 16000 clauses out of 32011 with flag 2076809/143000
94.92/46.18	c cleaning 16999 clauses out of 34011 with flag 2325903/161000
107.32/52.35	c cleaning 17998 clauses out of 36012 with flag 2598232/180000
119.37/58.36	c cleaning 19001 clauses out of 38015 with flag 2890742/200001
133.80/65.57	c cleaning 20000 clauses out of 40013 with flag 3201531/221000
148.44/72.90	c cleaning 21001 clauses out of 42013 with flag 3502095/243000
165.70/81.47	c cleaning 21994 clauses out of 44012 with flag 3821279/266000
187.17/92.16	c cleaning 23003 clauses out of 46018 with flag 4152513/290000
201.23/99.16	c cleaning 0 clauses out of 11002 with flag 0/11002
205.21/101.13	c cleaning 24001 clauses out of 48015 with flag 4501560/315000
225.26/111.17	c cleaning 25006 clauses out of 50016 with flag 4870542/341002
248.93/122.91	c cleaning 26002 clauses out of 52010 with flag 5251968/368002
274.44/135.66	c cleaning 26997 clauses out of 54006 with flag 5664506/396000
301.89/149.32	c cleaning 27999 clauses out of 56010 with flag 6100766/425001
331.51/164.09	c cleaning 28998 clauses out of 58012 with flag 6542454/455002
363.22/179.82	c cleaning 30003 clauses out of 60013 with flag 7026174/486001
394.73/195.56	c cleaning 31000 clauses out of 62009 with flag 7522525/518000
429.42/212.82	c cleaning 32003 clauses out of 64009 with flag 8008660/551000
469.05/232.52	c cleaning 33001 clauses out of 66006 with flag 8518618/585000
511.71/253.71	c cleaning 33996 clauses out of 68004 with flag 9019349/620000
546.11/270.85	c cleaning 34999 clauses out of 70009 with flag 9473683/656001
584.50/289.93	c cleaning 36003 clauses out of 72012 with flag 9982364/693003
628.60/311.87	c cleaning 36997 clauses out of 74007 with flag 10535215/731001
669.68/332.26	c cleaning 38000 clauses out of 76009 with flag 11042477/770000
717.48/356.00	c cleaning 38997 clauses out of 78009 with flag 11579185/810000
763.19/378.73	c cleaning 39997 clauses out of 80015 with flag 12116886/851003
810.48/402.50	c cleaning 41005 clauses out of 82015 with flag 12683782/893000
839.63/417.01	c cleaning 0 clauses out of 18000 with flag 0/18000
865.78/430.09	c cleaning 41999 clauses out of 84011 with flag 13238105/936001
920.64/457.36	c cleaning 42994 clauses out of 86011 with flag 13834630/980000
979.73/486.70	c cleaning 44008 clauses out of 88018 with flag 14436145/1025001
1040.71/517.02	c cleaning 44998 clauses out of 90009 with flag 15053867/1071001
1102.10/547.64	c cleaning 45999 clauses out of 92013 with flag 15671533/1118003
1168.72/580.77	c cleaning 47002 clauses out of 94011 with flag 16316976/1166000
1241.50/616.91	c cleaning 47999 clauses out of 96011 with flag 16991932/1215003
1314.08/653.03	c cleaning 48998 clauses out of 98009 with flag 17653239/1265000
1386.73/689.50	c cleaning 50005 clauses out of 100011 with flag 18317368/1316000
1464.13/728.04	c cleaning 50999 clauses out of 102006 with flag 19016252/1368000
1543.57/767.55	c cleaning 51999 clauses out of 104007 with flag 19768366/1421000
1628.82/809.90	c cleaning 53003 clauses out of 106010 with flag 20501550/1475002
1717.95/854.29	c cleaning 53997 clauses out of 108005 with flag 21276517/1530000
1800.03/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.00	c starts		: 1635
1800.03/895.00	c conflicts		: 1581351
1800.03/895.00	c decisions		: 2004067
1800.03/895.00	c propagations		: 482969845
1800.03/895.00	c inspects		: 11337075096
1800.03/895.00	c shortcuts		: 0
1800.03/895.00	c learnt literals	: 3
1800.03/895.00	c learnt binary clauses	: 48
1800.03/895.00	c learnt ternary clauses	: 2800
1800.03/895.00	c learnt constraints	: 1581349
1800.03/895.00	c ignored constraints	: 0
1800.03/895.00	c root simplifications	: 0
1800.03/895.00	c removed literals (reason simplification)	: 122457067
1800.03/895.00	c reason swapping (by a shorter reason)	: 0
1800.03/895.00	c Calls to reduceDB	: 51
1800.03/895.00	c Number of update (reduction) of LBD	: 609879
1800.03/895.00	c Imported unit clauses	: 0
1800.03/895.00	c number of reductions to clauses (during analyze)	: 0
1800.03/895.00	c number of learned constraints concerned by reduction	: 0
1800.03/895.00	c number of learning phase by resolution	: 0
1800.03/895.00	c number of learning phase by cutting planes	: 0
1800.03/895.00	c speed (assignments/second)	: 539888.7346253464
1800.03/895.00	c non guided choices	15730
1800.03/895.03	c learnt constraints type 
1800.03/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.03/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105312
1800.03/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.03	c starts		: 52
1800.03/895.03	c conflicts		: 23518
1800.03/895.03	c decisions		: 153201
1800.03/895.03	c propagations		: 8328095
1800.03/895.03	c inspects		: 1031392697
1800.03/895.03	c shortcuts		: 0
1800.03/895.03	c learnt literals	: 0
1800.03/895.03	c learnt binary clauses	: 0
1800.03/895.03	c learnt ternary clauses	: 2213
1800.03/895.03	c learnt constraints	: 23517
1800.03/895.03	c ignored constraints	: 0
1800.03/895.03	c root simplifications	: 0
1800.03/895.03	c removed literals (reason simplification)	: 0
1800.03/895.03	c reason swapping (by a shorter reason)	: 0
1800.03/895.03	c Calls to reduceDB	: 3
1800.03/895.03	c Number of update (reduction) of LBD	: 0
1800.03/895.03	c Imported unit clauses	: 0
1800.03/895.03	c number of reductions to clauses (during analyze)	: 0
1800.03/895.03	c number of learned constraints concerned by reduction	: 0
1800.03/895.03	c number of learning phase by resolution	: 0
1800.03/895.03	c number of learning phase by cutting planes	: 0
1800.03/895.03	c speed (assignments/second)	: 9309.294656829868
1800.03/895.03	c non guided choices	7946
1800.03/895.04	c learnt constraints type 
1800.03/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3800
1800.03/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19717
1800.03/895.04	s UNKNOWN
1800.03/895.04	c Total wall clock time (in seconds): 894.925

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

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

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


[startup+0 s]
/proc/loadavg: 3.92 4.00 3.99 4/198 12083
/proc/meminfo: memFree=28810688/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4731477 98570240 977 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 24065 977 743 9 0 16771 0
[pid=12083/tid=12084] ppid=12080 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) R 12080 12083 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4731478 98570240 977 33554432000 1073741824 1073778376 140734954682416 139769849888296 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 3.92 4.00 3.99 4/198 12083
/proc/meminfo: memFree=28810688/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 4446 0 1 0 8 1 0 0 20 0 18 0 4731477 9787879424 6079 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2389619 6079 2126 9 0 2380296 0
[pid=12083/tid=12084] ppid=12080 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) R 12080 12083 5767 0 -1 4202560 2421 0 1 0 6 1 0 0 20 0 18 0 4731478 9787879424 6079 33554432000 1073741824 1073778376 140734954682416 139769849891744 139769852696814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 3.92 4.00 3.99 4/198 12083
/proc/meminfo: memFree=28810688/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 4963 0 1 0 23 2 0 0 20 0 18 0 4731477 9787879424 11121 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2389619 11121 2217 9 0 2380296 0
[pid=12083/tid=12084] ppid=12080 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) R 12080 12083 5767 0 -1 4202560 2444 0 1 0 15 2 0 0 20 0 18 0 4731478 9787879424 11121 33554432000 1073741824 1073778376 140734954682416 139769849891744 139769721800776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 3.92 4.00 3.99 4/198 12083
/proc/meminfo: memFree=28810688/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 5772 0 1 0 45 3 0 0 20 0 18 0 4731477 9787879424 20853 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2389619 20853 2230 9 0 2380296 0
[pid=12083/tid=12084] ppid=12080 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) R 12080 12083 5767 0 -1 4202560 2463 0 1 0 25 2 0 0 20 0 18 0 4731478 9787879424 20853 33554432000 1073741824 1073778376 140734954682416 139769849884528 139769721712131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 3.92 4.00 3.99 4/198 12083
/proc/meminfo: memFree=28810688/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 14496 0 1 0 181 5 0 0 20 0 22 0 4731477 10060525568 29676 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 29676 2269 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2484 0 1 0 37 3 0 0 20 0 22 0 4731478 10060525568 29676 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 3.92 4.00 3.99 6/220 12105
/proc/meminfo: memFree=28661216/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 18023 0 1 0 419 7 0 0 20 0 22 0 4731477 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 44445 2285 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2484 0 1 0 37 3 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12086] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12086/stat : 12086 (java) S 12080 12083 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769693944488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12087] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12087/stat : 12087 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769692891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12088] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12093/stat : 12093 (java) S 12080 12083 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769686575656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12094] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12094/stat : 12094 (java) S 12080 12083 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769674164840 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12095] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12095/stat : 12095 (java) S 12080 12083 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769673111160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12096] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12096/stat : 12096 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769672058504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12097] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12097/stat : 12097 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769671007248 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12098] ppid=12080 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/12083/task/12098/stat : 12098 (java) R 12080 12083 5767 0 -1 4202560 6763 0 0 0 83 1 0 0 20 0 22 0 4731482 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769669941120 139769853515711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12099] ppid=12080 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/12083/task/12099/stat : 12099 (java) R 12080 12083 5767 0 -1 4202560 7390 0 0 0 82 1 0 0 20 0 22 0 4731482 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769668878984 139769855921399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12100] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12100/stat : 12100 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769667848696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12101] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12101/stat : 12101 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769666796360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12102] ppid=12080 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/12083/task/12102/stat : 12102 (java) R 12080 12083 5767 0 -1 4202560 23 0 0 0 104 0 0 0 20 0 22 0 4731520 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769665690624 139769721712200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12103] ppid=12080 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/12083/task/12103/stat : 12103 (java) R 12080 12083 5767 0 -1 4202560 62 0 0 0 103 1 0 0 20 0 22 0 4731520 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769664639544 139769722640196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12104] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12104/stat : 12104 (java) S 12080 12083 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769663587880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12105] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12105/stat : 12105 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 44445 33554432000 1073741824 1073778376 140734954682416 139769662535336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.92 4.00 3.99 5/220 12105
/proc/meminfo: memFree=28627212/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=7.81 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 22276 0 1 0 767 14 0 0 20 0 22 0 4731477 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 81524 2292 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2484 0 1 0 37 3 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12086] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12086/stat : 12086 (java) S 12080 12083 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769693944488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12087] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12087/stat : 12087 (java) S 12080 12083 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769692891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12088] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12093/stat : 12093 (java) S 12080 12083 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4731478 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769686575656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12094] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12094/stat : 12094 (java) S 12080 12083 5767 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769674164840 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12095] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12095/stat : 12095 (java) S 12080 12083 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769673111160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12096] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12096/stat : 12096 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769672058504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12097] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12097/stat : 12097 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769671007248 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12098] ppid=12080 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/12083/task/12098/stat : 12098 (java) S 12080 12083 5767 0 -1 4202560 10707 0 0 0 100 3 0 0 20 0 22 0 4731482 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769669953592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12099] ppid=12080 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/12083/task/12099/stat : 12099 (java) S 12080 12083 5767 0 -1 4202560 7394 0 0 0 94 2 0 0 20 0 22 0 4731482 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769668901048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12100] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12100/stat : 12100 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769667848696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12101] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12101/stat : 12101 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769666796360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12102] ppid=12080 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/12083/task/12102/stat : 12102 (java) R 12080 12083 5767 0 -1 4202560 25 0 0 0 260 0 0 0 20 0 22 0 4731520 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769665683616 139769722518112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12103] ppid=12080 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/12083/task/12103/stat : 12103 (java) R 12080 12083 5767 0 -1 4202560 119 0 0 0 256 2 0 0 20 0 22 0 4731520 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769664639336 139769722605007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12104] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12104/stat : 12104 (java) S 12080 12083 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769663587880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12105] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12105/stat : 12105 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 81524 33554432000 1073741824 1073778376 140734954682416 139769662535336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.25 4.07 4.01 5/220 12105
/proc/meminfo: memFree=28226580/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=14.46 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 24015 0 1 0 1422 24 0 0 20 0 22 0 4731477 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 152997 2292 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2484 0 1 0 37 3 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12086] ppid=12080 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12083/task/12086/stat : 12086 (java) S 12080 12083 5767 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769693944488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12087] ppid=12080 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12083/task/12087/stat : 12087 (java) S 12080 12083 5767 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769692891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12088] ppid=12080 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 43 0 0 0 2 0 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 4731478 10060525568 152997 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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

/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 339 0 0 0 251 6 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 366 0 0 0 251 7 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 321 0 0 0 258 7 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 374 0 0 0 280 8 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 330 0 0 0 241 6 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/12083/task/12093/stat : 12093 (java) S 12080 12083 5767 0 -1 4202560 356 0 0 0 251 7 0 0 20 0 22 0 4731478 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769686575656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12094] ppid=12080 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/12083/task/12094/stat : 12094 (java) S 12080 12083 5767 0 -1 4202560 2134 0 0 0 139 22 0 0 20 0 22 0 4731480 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769674164840 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12095] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12095/stat : 12095 (java) S 12080 12083 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769673111160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12096] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12096/stat : 12096 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769672058504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12097] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12097/stat : 12097 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769671007248 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12098] ppid=12080 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/12083/task/12098/stat : 12098 (java) S 12080 12083 5767 0 -1 4202560 10721 0 0 0 110 3 0 0 20 0 22 0 4731482 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769669953592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12099] ppid=12080 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12083/task/12099/stat : 12099 (java) S 12080 12083 5767 0 -1 4202560 12081 0 0 0 155 3 0 0 20 0 22 0 4731482 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769668901048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12100] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12100/stat : 12100 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769667848696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12101] ppid=12080 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/12083/task/12101/stat : 12101 (java) S 12080 12083 5767 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 4731482 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769666796360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12102] ppid=12080 vsize=9824732 CPUtime=811.88 cores=0,2,4,6
/proc/12083/task/12102/stat : 12102 (java) R 12080 12083 5767 0 -1 4202560 77 0 0 0 81175 13 0 0 20 0 22 0 4731520 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769665691296 139769722484830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12103] ppid=12080 vsize=9824732 CPUtime=811.93 cores=0,2,4,6
/proc/12083/task/12103/stat : 12103 (java) R 12080 12083 5767 0 -1 4202560 1866 0 0 0 81145 48 0 0 20 0 22 0 4731520 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769664639920 139769722671027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12104] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12104/stat : 12104 (java) S 12080 12083 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769663587880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12105] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12105/stat : 12105 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 608373 33554432000 1073741824 1073778376 140734954682416 139769662535336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1653.77
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.40 4.11 4.04 5/219 12478
/proc/meminfo: memFree=26334820/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=1774.46 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 33639 0 1 0 177311 135 0 0 20 0 22 0 4731477 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 603320 2301 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2491 0 1 0 40 5 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12086] ppid=12080 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/12083/task/12086/stat : 12086 (java) S 12080 12083 5767 0 -1 4202560 373 0 0 0 286 8 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769693944488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12087] ppid=12080 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/12083/task/12087/stat : 12087 (java) S 12080 12083 5767 0 -1 4202560 384 0 0 0 265 7 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769692891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12088] ppid=12080 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 364 0 0 0 270 6 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 377 0 0 0 269 7 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 335 0 0 0 276 7 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 384 0 0 0 301 8 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 349 0 0 0 265 7 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/12083/task/12093/stat : 12093 (java) S 12080 12083 5767 0 -1 4202560 365 0 0 0 271 7 0 0 20 0 22 0 4731478 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769686575656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12094] ppid=12080 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/12083/task/12094/stat : 12094 (java) S 12080 12083 5767 0 -1 4202560 2138 0 0 0 139 25 0 0 20 0 22 0 4731480 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769674164840 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12095] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12095/stat : 12095 (java) S 12080 12083 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769673111160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12096] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12096/stat : 12096 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769672058504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12097] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12097/stat : 12097 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769671007248 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12098] ppid=12080 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/12083/task/12098/stat : 12098 (java) S 12080 12083 5767 0 -1 4202560 10721 0 0 0 110 3 0 0 20 0 22 0 4731482 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769669953592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12099] ppid=12080 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12083/task/12099/stat : 12099 (java) S 12080 12083 5767 0 -1 4202560 12081 0 0 0 155 3 0 0 20 0 22 0 4731482 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769668901048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12100] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12100/stat : 12100 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769667848696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12101] ppid=12080 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/12083/task/12101/stat : 12101 (java) S 12080 12083 5767 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 4731482 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769666796360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12102] ppid=12080 vsize=9824732 CPUtime=871.27 cores=0,2,4,6
/proc/12083/task/12102/stat : 12102 (java) R 12080 12083 5767 0 -1 4202560 79 0 0 0 87112 15 0 0 20 0 22 0 4731520 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769665691312 139769722517979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12103] ppid=12080 vsize=9824732 CPUtime=871.29 cores=0,2,4,6
/proc/12083/task/12103/stat : 12103 (java) R 12080 12083 5767 0 -1 4202560 1881 0 0 0 87080 49 0 0 20 0 22 0 4731520 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769664639920 139769722640401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12104] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12104/stat : 12104 (java) S 12080 12083 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769663587880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12105] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12105/stat : 12105 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 603320 33554432000 1073741824 1073778376 140734954682416 139769662535336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.34 4.10 4.03 5/219 12478
/proc/meminfo: memFree=26340280/32872528 swapFree=248296/248296
[pid=12083] ppid=12080 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/12083/stat : 12083 (java) S 12080 12083 5767 0 -1 4202496 33671 0 1 0 179868 135 0 0 20 0 22 0 4731477 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 140734954673552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12083/statm: 2456183 602178 2301 9 0 2446860 0
[pid=12083/tid=12084] ppid=12080 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/12083/task/12084/stat : 12084 (java) S 12080 12083 5767 0 -1 4202560 2491 0 1 0 40 5 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769849893752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12086] ppid=12080 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/12083/task/12086/stat : 12086 (java) S 12080 12083 5767 0 -1 4202560 373 0 0 0 295 8 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769693944488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12087] ppid=12080 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12083/task/12087/stat : 12087 (java) S 12080 12083 5767 0 -1 4202560 390 0 0 0 269 7 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769692891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12088] ppid=12080 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/12083/task/12088/stat : 12088 (java) S 12080 12083 5767 0 -1 4202560 371 0 0 0 276 6 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769691839400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12089] ppid=12080 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/12083/task/12089/stat : 12089 (java) S 12080 12083 5767 0 -1 4202560 381 0 0 0 273 7 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769690786856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12090] ppid=12080 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/12083/task/12090/stat : 12090 (java) S 12080 12083 5767 0 -1 4202560 341 0 0 0 281 7 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769689733288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12091] ppid=12080 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/12083/task/12091/stat : 12091 (java) S 12080 12083 5767 0 -1 4202560 384 0 0 0 304 8 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769688680744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12092] ppid=12080 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/12083/task/12092/stat : 12092 (java) S 12080 12083 5767 0 -1 4202560 349 0 0 0 271 7 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769687628200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12093] ppid=12080 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/12083/task/12093/stat : 12093 (java) S 12080 12083 5767 0 -1 4202560 370 0 0 0 276 7 0 0 20 0 22 0 4731478 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769686575656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12094] ppid=12080 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/12083/task/12094/stat : 12094 (java) S 12080 12083 5767 0 -1 4202560 2138 0 0 0 139 25 0 0 20 0 22 0 4731480 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769674164840 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12083/tid=12095] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12095/stat : 12095 (java) S 12080 12083 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769673111160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12096] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12096/stat : 12096 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731480 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769672058504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12097] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12097/stat : 12097 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769671007248 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12098] ppid=12080 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/12083/task/12098/stat : 12098 (java) S 12080 12083 5767 0 -1 4202560 10721 0 0 0 110 3 0 0 20 0 22 0 4731482 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769669953592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12099] ppid=12080 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12083/task/12099/stat : 12099 (java) S 12080 12083 5767 0 -1 4202560 12081 0 0 0 155 3 0 0 20 0 22 0 4731482 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769668901048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12100] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12100/stat : 12100 (java) S 12080 12083 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4731482 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769667848696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12101] ppid=12080 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/12083/task/12101/stat : 12101 (java) S 12080 12083 5767 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 4731482 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769666796360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12102] ppid=12080 vsize=9824732 CPUtime=883.82 cores=0,2,4,6
/proc/12083/task/12102/stat : 12102 (java) R 12080 12083 5767 0 -1 4202560 79 0 0 0 88367 15 0 0 20 0 22 0 4731520 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769665691312 139769722484224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12083/tid=12103] ppid=12080 vsize=9824732 CPUtime=883.83 cores=0,2,4,6
/proc/12083/task/12103/stat : 12103 (java) R 12080 12083 5767 0 -1 4202560 1885 0 0 0 88334 49 0 0 20 0 22 0 4731520 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769664639920 139769722640323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12083/tid=12104] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12104/stat : 12104 (java) S 12080 12083 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769663587880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12083/tid=12105] ppid=12080 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12083/task/12105/stat : 12105 (java) S 12080 12083 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4731520 10060525568 602178 33554432000 1073741824 1073778376 140734954682416 139769662535336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 12083 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 12083 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=320221
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=900711
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.063
CPU time (s): 1800.03
CPU user time (s): 1798.68
CPU system time (s): 1.35
CPU usage (%): 201.106
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.90071
maximum resident set size= 2856296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33704
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32083
involuntary context switches= 46379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57115 second user time and 7.44687 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:40:11
IDJOB=4090185
IDBENCH=107513
IDSOLVER=2543
FILE ID=node103/4090185-1466026811
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-l055-r054-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090185-1466026811/watcher-4090185-1466026811 -o /tmp/evaluation-result-4090185-1466026811/solver-4090185-1466026811 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090185-1466026811.opb

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

MD5SUM BENCH= 9962e07353bb4a7d8331e0339e579362
RANDOM SEED=279783549

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:        28810952 kB
Buffers:          138076 kB
Cached:           348288 kB
SwapCached:            0 kB
Active:          2763056 kB
Inactive:         338344 kB
Active(anon):    2617592 kB
Inactive(anon):        0 kB
Active(file):     145464 kB
Inactive(file):   338344 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               980 kB
Writeback:             0 kB
AnonPages:       2863384 kB
Mapped:            21524 kB
Shmem:               204 kB
Slab:             575704 kB
SReclaimable:      19668 kB
SUnreclaim:       556036 kB
KernelStack:        1600 kB
PageTables:        10332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2968152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2541568 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:55:06