Trace number 4081756

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)14 1800.1 895.148

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081756-1465253689.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.08/0.54	c ... done. Wall clock time 0.436s.
1.08/0.54	c declared #vars     200
1.08/0.54	c internal #vars     6404
1.08/0.54	c #constraints  12608
1.08/0.54	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.08/0.54	c constraints type 
1.08/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
1.08/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
1.08/0.54	c 12608 constraints processed.
1.08/0.54	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.08/0.54	c constraints type 
1.08/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6404
1.08/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1.08/0.54	c 12608 constraints processed.
1.08/0.54	c objective function length is 200 literals
1.67/0.75	c And the winner is solver0
2.37/1.06	c SATISFIABLE
2.37/1.06	c OPTIMIZING...
2.37/1.06	c Got one! Elapsed wall clock time (in seconds):0.95
2.37/1.06	o 15
4.68/1.89	c And the winner is solver1
4.95/2.07	c Got one! Elapsed wall clock time (in seconds):1.963
4.95/2.07	o 14
11.58/5.16	c cleaning 2703 clauses out of 5408 with flag 14408/5408
21.36/9.88	c cleaning 4352 clauses out of 8703 with flag 35414/11406
32.22/15.18	c cleaning 5674 clauses out of 11353 with flag 61545/18408
44.50/21.15	c cleaning 6823 clauses out of 13678 with flag 90394/26407
58.56/28.09	c cleaning 7923 clauses out of 15855 with flag 121611/35407
73.56/35.59	c cleaning 8951 clauses out of 17931 with flag 157486/45406
90.98/44.18	c cleaning 9991 clauses out of 19981 with flag 196947/56407
110.98/54.05	c cleaning 10994 clauses out of 21991 with flag 237810/68408
131.05/64.05	c cleaning 11997 clauses out of 23996 with flag 286039/81407
153.10/75.01	c cleaning 12998 clauses out of 25999 with flag 335937/95407
176.59/86.79	c cleaning 13998 clauses out of 28002 with flag 386590/110408
201.03/98.98	c cleaning 15002 clauses out of 30004 with flag 443216/126408
227.70/112.24	c cleaning 15989 clauses out of 32004 with flag 505464/143410
256.94/127.29	c cleaning 16999 clauses out of 34012 with flag 570826/161407
289.47/143.45	c cleaning 18005 clauses out of 36016 with flag 639236/180410
313.63/155.42	c cleaning 0 clauses out of 5113 with flag 0/5113
323.62/160.21	c cleaning 18969 clauses out of 38007 with flag 710721/200406
358.11/177.28	c cleaning 20011 clauses out of 40038 with flag 790103/221406
396.08/196.03	c cleaning 21010 clauses out of 42027 with flag 870150/243406
432.06/213.81	c cleaning 22001 clauses out of 44017 with flag 956465/266406
471.44/233.43	c cleaning 23005 clauses out of 46016 with flag 1047731/290406
513.18/254.19	c cleaning 24004 clauses out of 48016 with flag 1142311/315411
559.23/277.61	c cleaning 24996 clauses out of 50009 with flag 1239778/341408
604.97/300.47	c cleaning 26001 clauses out of 52012 with flag 1334111/368407
653.28/324.53	c cleaning 26995 clauses out of 54010 with flag 1430176/396406
701.37/348.58	c cleaning 28006 clauses out of 56015 with flag 1534345/425406
752.59/374.05	c cleaning 29000 clauses out of 58012 with flag 1644160/455409
803.11/399.29	c cleaning 30004 clauses out of 60009 with flag 1758444/486406
857.76/426.49	c cleaning 30988 clauses out of 62005 with flag 1876437/518406
918.50/456.73	c cleaning 32008 clauses out of 64021 with flag 1992695/551410
979.33/487.05	c cleaning 32997 clauses out of 66011 with flag 2117525/585408
1039.76/517.18	c cleaning 33994 clauses out of 68017 with flag 2248764/620411
1104.67/549.41	c cleaning 35000 clauses out of 70018 with flag 2375000/656406
1171.03/582.49	c cleaning 36004 clauses out of 72019 with flag 2504684/693407
1240.04/616.88	c cleaning 37007 clauses out of 74014 with flag 2637397/731406
1309.50/651.44	c cleaning 37995 clauses out of 76007 with flag 2772726/770406
1380.45/686.72	c cleaning 38995 clauses out of 78012 with flag 2909406/810406
1459.38/726.08	c cleaning 39979 clauses out of 80017 with flag 3054519/851406
1539.30/765.75	c cleaning 41012 clauses out of 82038 with flag 3202821/893406
1614.00/802.83	c cleaning 42009 clauses out of 84026 with flag 3361504/936406
1695.50/843.23	c cleaning 42997 clauses out of 86017 with flag 3521473/980406
1776.56/883.46	c cleaning 44007 clauses out of 88020 with flag 3688557/1025406
1800.10/895.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.10	c starts		: 3010
1800.10/895.10	c conflicts		: 1037913
1800.10/895.10	c decisions		: 3295106
1800.10/895.10	c propagations		: 1095407564
1800.10/895.10	c inspects		: 7295521511
1800.10/895.10	c shortcuts		: 0
1800.10/895.10	c learnt literals	: 0
1800.10/895.10	c learnt binary clauses	: 0
1800.10/895.10	c learnt ternary clauses	: 10
1800.10/895.10	c learnt constraints	: 1037912
1800.10/895.10	c ignored constraints	: 0
1800.10/895.10	c root simplifications	: 0
1800.10/895.10	c removed literals (reason simplification)	: 208296
1800.10/895.10	c reason swapping (by a shorter reason)	: 0
1800.10/895.10	c Calls to reduceDB	: 41
1800.10/895.10	c Number of update (reduction) of LBD	: 505341
1800.10/895.10	c Imported unit clauses	: 0
1800.10/895.10	c number of reductions to clauses (during analyze)	: 0
1800.10/895.10	c number of learned constraints concerned by reduction	: 0
1800.10/895.10	c number of learning phase by resolution	: 0
1800.10/895.10	c number of learning phase by cutting planes	: 0
1800.10/895.10	c speed (assignments/second)	: 1226618.9982419405
1800.10/895.10	c non guided choices	0
1800.10/895.12	c learnt constraints type 
1800.10/895.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56520
1800.10/895.12	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.12	c starts		: 36
1800.10/895.12	c conflicts		: 9791
1800.10/895.12	c decisions		: 27687
1800.10/895.12	c propagations		: 3449874
1800.10/895.12	c inspects		: 940980707
1800.10/895.12	c shortcuts		: 0
1800.10/895.12	c learnt literals	: 0
1800.10/895.12	c learnt binary clauses	: 0
1800.10/895.12	c learnt ternary clauses	: 0
1800.10/895.12	c learnt constraints	: 9790
1800.10/895.12	c ignored constraints	: 0
1800.10/895.12	c root simplifications	: 0
1800.10/895.12	c removed literals (reason simplification)	: 0
1800.10/895.12	c reason swapping (by a shorter reason)	: 0
1800.10/895.12	c Calls to reduceDB	: 1
1800.10/895.12	c Number of update (reduction) of LBD	: 0
1800.10/895.12	c Imported unit clauses	: 0
1800.10/895.12	c number of reductions to clauses (during analyze)	: 0
1800.10/895.12	c number of learned constraints concerned by reduction	: 0
1800.10/895.12	c number of learning phase by resolution	: 0
1800.10/895.12	c number of learning phase by cutting planes	: 0
1800.10/895.12	c speed (assignments/second)	: 3858.8072382682385
1800.10/895.12	c non guided choices	0
1800.10/895.13	c learnt constraints type 
1800.10/895.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.10/895.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 184
1800.10/895.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9603
1800.10/895.13	s SATISFIABLE
1800.10/895.13	c Found 2 solution(s)
1800.10/895.13	v x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 -x117 x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.10/895.13	c objective function=14
1800.10/895.13	c Total wall clock time (in seconds): 895.022

Verifier Data

OK	14

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-4081756-1465253689/watcher-4081756-1465253689 -o /tmp/evaluation-result-4081756-1465253689/solver-4081756-1465253689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3609 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081756-1465253689.opb 

pid=3737
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: 1.38 1.96 2.09 3/194 3740
/proc/meminfo: memFree=30076280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107302433 98570240 977 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 24065 977 743 9 0 16771 0
[pid=3740/tid=3741] ppid=3737 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) R 3737 3740 3593 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107302433 98570240 977 33554432000 1073741824 1073778376 140733279815760 140326614621736 217410520448 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.38 1.96 2.09 3/194 3740
/proc/meminfo: memFree=30076280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 107302433 9787879424 6114 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2389619 6114 2156 9 0 2380296 0
[pid=3740/tid=3741] ppid=3737 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) R 3737 3740 3593 0 -1 4202560 2392 0 1 0 6 1 0 0 20 0 18 0 107302433 9787879424 6114 33554432000 1073741824 1073778376 140733279815760 140326614626424 140733281286356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 1.38 1.96 2.09 3/194 3740
/proc/meminfo: memFree=30076280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 4610 0 1 0 23 1 0 0 20 0 18 0 107302433 9787879424 7230 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2389619 7230 2213 9 0 2380296 0
[pid=3740/tid=3741] ppid=3737 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) R 3737 3740 3593 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 107302433 9787879424 7230 33554432000 1073741824 1073778376 140733279815760 140326614626424 140326621138047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 1.38 1.96 2.09 3/194 3740
/proc/meminfo: memFree=30076280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 5849 0 1 0 48 1 0 0 20 0 18 0 107302433 9787879424 8951 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2389619 8951 2241 9 0 2380296 0
[pid=3740/tid=3741] ppid=3737 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) R 3737 3740 3593 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 107302433 9787879424 8951 33554432000 1073741824 1073778376 140733279815760 140326614626424 140326618905004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 1.38 1.96 2.09 3/194 3740
/proc/meminfo: memFree=30076280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9825352 CPUtime=1.67 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 23713 0 1 0 163 4 0 0 20 0 22 0 107302433 10061160448 26155 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456338 26155 2255 9 0 2447015 0
[pid=3740/tid=3741] ppid=3737 vsize=9825352 CPUtime=0.52 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2437 0 1 0 51 1 0 0 20 0 22 0 107302433 10061160448 26155 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9825352

[startup+1.50085 s]
/proc/loadavg: 1.67 2.01 2.11 8/219 3768
/proc/meminfo: memFree=29938332/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 31255 0 1 0 391 8 0 0 20 0 22 0 107302433 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456183 31388 2272 9 0 2446860 0
[pid=3740/tid=3741] ppid=3737 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2440 0 1 0 51 2 0 0 20 0 22 0 107302433 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3743] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3743/stat : 3743 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326587079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3744] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3744/stat : 3744 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326586026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3745] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3750/stat : 3750 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302434 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140326450268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3751] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3751/stat : 3751 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325967321576 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3752] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3752/stat : 3752 (java) S 3737 3740 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325966267640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3753] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3753/stat : 3753 (java) S 3737 3740 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325965214728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3754] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3754/stat : 3754 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302437 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325964163216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3755] ppid=3737 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/3740/task/3755/stat : 3755 (java) R 3737 3740 3593 0 -1 4202560 12606 0 0 0 122 2 0 0 20 0 22 0 107302437 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325963097888 140326617530672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3756] ppid=3737 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3740/task/3756/stat : 3756 (java) R 3737 3740 3593 0 -1 4202560 14857 0 0 0 124 2 0 0 20 0 22 0 107302437 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325962035800 140326620589714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3757] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3757/stat : 3757 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325961005944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3758] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3758/stat : 3758 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325959953352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3764] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3764/stat : 3764 (java) S 3737 3740 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107302489 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325954991016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3766] ppid=3737 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/3740/task/3766/stat : 3766 (java) R 3737 3740 3593 0 -1 4202560 7 0 0 0 34 0 0 0 20 0 22 0 107302539 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325957844832 140326464361723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3767] ppid=3737 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3740/task/3767/stat : 3767 (java) R 3737 3740 3593 0 -1 4202560 27 0 0 0 31 0 0 0 20 0 22 0 107302539 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325958884528 140326464634183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3768] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3768/stat : 3768 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302541 10060525568 31388 33554432000 1073741824 1073778376 140733279815760 140325956793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 1.67 2.01 2.11 6/219 3771
/proc/meminfo: memFree=29824436/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9824732 CPUtime=7.36 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 33352 0 1 0 720 16 0 0 20 0 22 0 107302433 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456183 62007 2290 9 0 2446860 0
[pid=3740/tid=3741] ppid=3737 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2442 0 1 0 51 2 0 0 20 0 22 0 107302433 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3743] ppid=3737 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3740/task/3743/stat : 3743 (java) S 3737 3740 3593 0 -1 4202560 104 0 0 0 2 1 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326587079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3744] ppid=3737 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3740/task/3744/stat : 3744 (java) S 3737 3740 3593 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326586026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3745] ppid=3737 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 105 0 0 0 2 2 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3740/task/3750/stat : 3750 (java) S 3737 3740 3593 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 107302434 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140326450268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3751] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3751/stat : 3751 (java) S 3737 3740 3593 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325967321576 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3752] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3752/stat : 3752 (java) S 3737 3740 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325966267640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3753] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3753/stat : 3753 (java) S 3737 3740 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325965214728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3754] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3754/stat : 3754 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302437 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325964163216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3755] ppid=3737 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/3740/task/3755/stat : 3755 (java) S 3737 3740 3593 0 -1 4202560 12610 0 0 0 134 2 0 0 20 0 22 0 107302437 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325963111352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3756] ppid=3737 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3740/task/3756/stat : 3756 (java) S 3737 3740 3593 0 -1 4202560 16418 0 0 0 153 2 0 0 20 0 22 0 107302437 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325962058552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3757] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3757/stat : 3757 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325961005944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3758] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3758/stat : 3758 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325959953352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3768] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3768/stat : 3768 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302541 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325956793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3769] ppid=3737 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/3740/task/3769/stat : 3769 (java) R 3737 3740 3593 0 -1 4202560 4 0 0 0 92 0 0 0 20 0 22 0 107302640 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325957843872 140326464361079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3770] ppid=3737 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/3740/task/3770/stat : 3770 (java) R 3737 3740 3593 0 -1 4202560 12 0 0 0 93 0 0 0 20 0 22 0 107302640 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325958896832 140326464503402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3771] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3771/stat : 3771 (java) S 3737 3740 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107302640 10060525568 62007 33554432000 1073741824 1073778376 140733279815760 140325954991144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 1.86 2.05 2.12 5/219 3771
/proc/meminfo: memFree=29467556/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9824732 CPUtime=14.09 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 34240 0 1 0 1383 26 0 0 20 0 22 0 107302433 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456183 106717 2294 9 0 2446860 0
[pid=3740/tid=3741] ppid=3737 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2442 0 1 0 51 2 0 0 20 0 22 0 107302433 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3743] ppid=3737 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3740/task/3743/stat : 3743 (java) S 3737 3740 3593 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326587079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3744] ppid=3737 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3740/task/3744/stat : 3744 (java) S 3737 3740 3593 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326586026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3745] ppid=3737 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 104 0 0 0 7 3 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 65 0 0 0 2 2 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 111 0 0 0 4 2 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 148 0 0 0 7 3 0 0 20 0 22 0 107302434 10060525568 106717 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 682 0 0 0 251 15 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 602 0 0 0 242 16 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 684 0 0 0 253 14 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 635 0 0 0 231 16 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 759 0 0 0 252 16 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/3740/task/3750/stat : 3750 (java) S 3737 3740 3593 0 -1 4202560 517 0 0 0 249 14 0 0 20 0 22 0 107302434 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140326450268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3751] ppid=3737 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/3740/task/3751/stat : 3751 (java) S 3737 3740 3593 0 -1 4202560 2039 0 0 0 207 5 0 0 20 0 22 0 107302435 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325967321576 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3752] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3752/stat : 3752 (java) S 3737 3740 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325966267640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3753] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3753/stat : 3753 (java) S 3737 3740 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325965214728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3754] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3754/stat : 3754 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302437 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325964163216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3755] ppid=3737 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/3740/task/3755/stat : 3755 (java) S 3737 3740 3593 0 -1 4202560 12646 0 0 0 164 2 0 0 20 0 22 0 107302437 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325963111352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3756] ppid=3737 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/3740/task/3756/stat : 3756 (java) S 3737 3740 3593 0 -1 4202560 16899 0 0 0 240 2 0 0 20 0 22 0 107302437 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325962058552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3757] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3757/stat : 3757 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325961005944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3758] ppid=3737 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3740/task/3758/stat : 3758 (java) S 3737 3740 3593 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 107302438 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325959953352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3768] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3768/stat : 3768 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302541 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325956793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3769] ppid=3737 vsize=9824732 CPUtime=870.16 cores=0,2,4,6
/proc/3740/task/3769/stat : 3769 (java) R 3737 3740 3593 0 -1 4202560 17 0 0 0 87002 14 0 0 20 0 22 0 107302640 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325957844640 140326464503449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3770] ppid=3737 vsize=9824732 CPUtime=870.2 cores=0,2,4,6
/proc/3740/task/3770/stat : 3770 (java) R 3737 3740 3593 0 -1 4202560 2318 0 0 0 86971 49 0 0 20 0 22 0 107302640 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325958898336 140326464825612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3771] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3771/stat : 3771 (java) S 3737 3740 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107302640 10060525568 862517 33554432000 1073741824 1073778376 140733279815760 140325954991144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.22 4.19 3.44 4/216 3897
/proc/meminfo: memFree=26817280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 43005 0 1 0 179816 194 0 0 20 0 22 0 107302433 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456183 862291 2303 9 0 2446860 0
[pid=3740/tid=3741] ppid=3737 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2444 0 1 0 55 3 0 0 20 0 22 0 107302433 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3743] ppid=3737 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3740/task/3743/stat : 3743 (java) S 3737 3740 3593 0 -1 4202560 739 0 0 0 249 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326587079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3744] ppid=3737 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/3740/task/3744/stat : 3744 (java) S 3737 3740 3593 0 -1 4202560 598 0 0 0 239 17 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326586026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3745] ppid=3737 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 682 0 0 0 255 15 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 603 0 0 0 249 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 684 0 0 0 256 14 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 635 0 0 0 233 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 760 0 0 0 256 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/3740/task/3750/stat : 3750 (java) S 3737 3740 3593 0 -1 4202560 517 0 0 0 252 14 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326450268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3751] ppid=3737 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/3740/task/3751/stat : 3751 (java) S 3737 3740 3593 0 -1 4202560 2039 0 0 0 207 5 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325967321576 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3752] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3752/stat : 3752 (java) S 3737 3740 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325966267640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3753] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3753/stat : 3753 (java) S 3737 3740 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325965214728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3754] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3754/stat : 3754 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325964163216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3755] ppid=3737 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/3740/task/3755/stat : 3755 (java) S 3737 3740 3593 0 -1 4202560 12646 0 0 0 164 2 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325963111352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3756] ppid=3737 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/3740/task/3756/stat : 3756 (java) S 3737 3740 3593 0 -1 4202560 16901 0 0 0 242 2 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325962058552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3757] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3757/stat : 3757 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325961005944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3758] ppid=3737 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/3740/task/3758/stat : 3758 (java) S 3737 3740 3593 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 107302438 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325959953352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3768] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3768/stat : 3768 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302541 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325956793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3769] ppid=3737 vsize=9824732 CPUtime=882.85 cores=0,2,4,6
/proc/3740/task/3769/stat : 3769 (java) R 3737 3740 3593 0 -1 4202560 17 0 0 0 88271 14 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325957843760 140326464442775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3770] ppid=3737 vsize=9824732 CPUtime=882.89 cores=0,2,4,6
/proc/3740/task/3770/stat : 3770 (java) R 3737 3740 3593 0 -1 4202560 2319 0 0 0 88240 49 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325958896976 140326464825612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3771] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3771/stat : 3771 (java) S 3737 3740 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325954991144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 3740 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.22 4.19 3.44 4/216 3897
/proc/meminfo: memFree=26817280/32872528 swapFree=16080/1655368
[pid=3740] ppid=3737 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/3740/stat : 3740 (java) S 3737 3740 3593 0 -1 4202496 43005 0 1 0 179816 194 0 0 20 0 22 0 107302433 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140733279806896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3740/statm: 2456183 862291 2303 9 0 2446860 0
[pid=3740/tid=3741] ppid=3737 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/3740/task/3741/stat : 3741 (java) S 3737 3740 3593 0 -1 4202560 2444 0 1 0 55 3 0 0 20 0 22 0 107302433 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326614627192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3743] ppid=3737 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3740/task/3743/stat : 3743 (java) S 3737 3740 3593 0 -1 4202560 739 0 0 0 249 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326587079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3744] ppid=3737 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/3740/task/3744/stat : 3744 (java) S 3737 3740 3593 0 -1 4202560 598 0 0 0 239 17 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326586026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3745] ppid=3737 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3740/task/3745/stat : 3745 (java) S 3737 3740 3593 0 -1 4202560 682 0 0 0 255 15 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326584973608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3746] ppid=3737 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/3740/task/3746/stat : 3746 (java) S 3737 3740 3593 0 -1 4202560 603 0 0 0 249 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326583920808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3747] ppid=3737 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3740/task/3747/stat : 3747 (java) S 3737 3740 3593 0 -1 4202560 684 0 0 0 256 14 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326582869032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3748] ppid=3737 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/3740/task/3748/stat : 3748 (java) S 3737 3740 3593 0 -1 4202560 635 0 0 0 233 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326452374440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3749] ppid=3737 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/3740/task/3749/stat : 3749 (java) S 3737 3740 3593 0 -1 4202560 760 0 0 0 256 16 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326451321640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3750] ppid=3737 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/3740/task/3750/stat : 3750 (java) S 3737 3740 3593 0 -1 4202560 517 0 0 0 252 14 0 0 20 0 22 0 107302434 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140326450268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3751] ppid=3737 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/3740/task/3751/stat : 3751 (java) S 3737 3740 3593 0 -1 4202560 2039 0 0 0 207 5 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325967321576 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3752] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3752/stat : 3752 (java) S 3737 3740 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325966267640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3753] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3753/stat : 3753 (java) S 3737 3740 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107302435 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325965214728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3754] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3754/stat : 3754 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325964163216 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3740/tid=3755] ppid=3737 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/3740/task/3755/stat : 3755 (java) S 3737 3740 3593 0 -1 4202560 12646 0 0 0 164 2 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325963111352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3756] ppid=3737 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/3740/task/3756/stat : 3756 (java) S 3737 3740 3593 0 -1 4202560 16901 0 0 0 242 2 0 0 20 0 22 0 107302437 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325962058552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3757] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3757/stat : 3757 (java) S 3737 3740 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107302438 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325961005944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3758] ppid=3737 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/3740/task/3758/stat : 3758 (java) S 3737 3740 3593 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 107302438 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325959953352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3740/tid=3768] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3768/stat : 3768 (java) S 3737 3740 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107302541 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325956793768 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3769] ppid=3737 vsize=9824732 CPUtime=882.85 cores=0,2,4,6
/proc/3740/task/3769/stat : 3769 (java) R 3737 3740 3593 0 -1 4202560 17 0 0 0 88271 14 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325957843760 140326464442775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3740/tid=3770] ppid=3737 vsize=9824732 CPUtime=882.89 cores=0,2,4,6
/proc/3740/task/3770/stat : 3770 (java) R 3737 3740 3593 0 -1 4202560 2319 0 0 0 88240 49 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325958896976 140326464825612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3740/tid=3771] ppid=3737 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3740/task/3771/stat : 3771 (java) S 3737 3740 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107302640 10060525568 862291 33554432000 1073741824 1073778376 140733279815760 140325954991144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.148
CPU time (s): 1800.1
CPU user time (s): 1798.16
CPU system time (s): 1.94
CPU usage (%): 201.095
Max. virtual memory (cumulated for all children) (KiB): 9825352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.72
system time used= 2.35964
maximum resident set size= 3454168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23854
involuntary context switches= 27386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.11322 second user time and 7.97479 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 00:54:49
IDJOB=4081756
IDBENCH=48128
IDSOLVER=2543
FILE ID=node122/4081756-1465253689
RUNJOBID= node122-1465253685-3609
PBS_JOBID= 19843267
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081756-1465253689/watcher-4081756-1465253689 -o /tmp/evaluation-result-4081756-1465253689/solver-4081756-1465253689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3609 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081756-1465253689.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=394891753

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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		: 2666.898
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:        30075916 kB
Buffers:           63972 kB
Cached:            95684 kB
SwapCached:          856 kB
Active:           329424 kB
Inactive:         107536 kB
Active(anon):     278336 kB
Inactive(anon):     1584 kB
Active(file):      51088 kB
Inactive(file):   105952 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099468 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:       1931800 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             569476 kB
SReclaimable:      12752 kB
SUnreclaim:       556724 kB
KernelStack:        1568 kB
PageTables:         8460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2475772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 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= 71744 MiB
End job on node122 at 2016-06-07 01:09:44