Trace number 4117802

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 Resolution PB16SAT (TO)88 1800.37 1798.81

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_001.opb.metafix.opb
MD5SUMf0f74a6a8f73e803211f5904100bd341
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark88
Best CPU time to get the best result obtained on this benchmark21.7817
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117802-1467215705.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.046s.
0.11/0.15	c declared #vars     196
0.11/0.15	c #constraints  164
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.11/0.15	c org.sat4j.specs.Constr$1 => 8
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 136
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.11/0.15	c 164 constraints processed.
0.11/0.15	c objective function length is 196 literals
0.79/0.53	c cleaning 2497 clauses out of 5000 with flag 21142/5000
1.25/0.83	c cleaning 4248 clauses out of 8504 with flag 48965/11001
1.56/1.14	c SATISFIABLE
1.56/1.14	c OPTIMIZING...
1.56/1.14	c Got one! Elapsed wall clock time (in seconds):1.045
1.56/1.15	o 88
1.95/1.51	c cleaning 7902 clauses out of 15817 with flag 21197/22562
2.30/1.86	c cleaning 6952 clauses out of 13912 with flag 43041/28559
2.72/2.29	c cleaning 6977 clauses out of 13964 with flag 71802/35563
3.21/2.74	c cleaning 7483 clauses out of 14982 with flag 102633/43558
3.82/3.32	c cleaning 8243 clauses out of 16500 with flag 146022/52559
4.52/4.02	c cleaning 9122 clauses out of 18256 with flag 204017/62558
5.42/4.92	c cleaning 10055 clauses out of 20134 with flag 272645/73558
6.52/6.04	c cleaning 11033 clauses out of 22082 with flag 356962/85561
7.73/7.26	c cleaning 12021 clauses out of 24046 with flag 455400/98558
8.82/8.38	c cleaning 13008 clauses out of 26025 with flag 512856/112558
10.12/9.64	c cleaning 14004 clauses out of 28017 with flag 587827/127558
11.63/11.15	c cleaning 15004 clauses out of 30015 with flag 655815/143560
13.22/12.73	c cleaning 15998 clauses out of 32009 with flag 729713/160558
15.02/14.50	c cleaning 16997 clauses out of 34011 with flag 805902/178558
16.91/16.48	c cleaning 18003 clauses out of 36016 with flag 891347/197560
19.02/18.53	c cleaning 18988 clauses out of 38011 with flag 983096/217558
21.22/20.77	c cleaning 20009 clauses out of 40025 with flag 1062931/238560
23.82/23.36	c cleaning 20996 clauses out of 42015 with flag 1147814/260559
26.62/26.18	c cleaning 22005 clauses out of 44019 with flag 1266819/283559
30.12/29.68	c cleaning 23001 clauses out of 46014 with flag 1392700/307559
33.41/32.92	c cleaning 23995 clauses out of 48012 with flag 1503140/332558
36.82/36.36	c cleaning 24987 clauses out of 50017 with flag 1619409/358558
40.52/40.02	c cleaning 26007 clauses out of 52030 with flag 1740416/385558
44.72/44.22	c cleaning 27003 clauses out of 54023 with flag 1885269/413558
48.72/48.22	c cleaning 28009 clauses out of 56021 with flag 2012980/442559
53.12/52.69	c cleaning 29003 clauses out of 58013 with flag 2148263/472560
58.12/57.64	c cleaning 29994 clauses out of 60010 with flag 2291569/503560
63.32/62.86	c cleaning 31000 clauses out of 62014 with flag 2442006/535558
68.91/68.49	c cleaning 32005 clauses out of 64019 with flag 2597057/568563
74.55/74.09	c cleaning 33003 clauses out of 66011 with flag 2750327/602560
80.35/79.82	c cleaning 33990 clauses out of 68006 with flag 2900844/637558
86.36/85.89	c cleaning 34998 clauses out of 70016 with flag 3057373/673558
92.96/92.46	c cleaning 36002 clauses out of 72018 with flag 3241716/710558
99.95/99.48	c cleaning 36999 clauses out of 74017 with flag 3452152/748559
107.05/106.50	c cleaning 38004 clauses out of 76021 with flag 3629354/787562
114.46/113.95	c cleaning 38999 clauses out of 78013 with flag 3810083/827558
122.16/121.64	c cleaning 40002 clauses out of 80015 with flag 4004801/868559
130.26/129.76	c cleaning 41002 clauses out of 82014 with flag 4218675/910560
140.37/139.85	c cleaning 41993 clauses out of 84011 with flag 4450062/953559
149.18/148.66	c cleaning 42986 clauses out of 86017 with flag 4650260/997558
158.87/158.34	c cleaning 44008 clauses out of 88032 with flag 4856165/1042559
169.17/168.64	c cleaning 45004 clauses out of 90023 with flag 5076190/1088558
179.88/179.31	c cleaning 46004 clauses out of 92019 with flag 5335995/1135558
190.57/190.04	c cleaning 47008 clauses out of 94016 with flag 5567704/1183559
202.17/201.61	c cleaning 47978 clauses out of 96007 with flag 5812151/1232558
214.20/213.67	c cleaning 49008 clauses out of 98030 with flag 6087538/1282559
226.30/225.78	c cleaning 49979 clauses out of 100023 with flag 6350218/1333560
238.81/238.23	c cleaning 51014 clauses out of 102044 with flag 6593076/1385560
251.41/250.85	c cleaning 52000 clauses out of 104028 with flag 6860700/1438558
264.62/264.03	c cleaning 53013 clauses out of 106031 with flag 7117042/1492561
278.81/278.24	c cleaning 54000 clauses out of 108015 with flag 7388889/1547558
293.52/292.98	c cleaning 54999 clauses out of 110016 with flag 7666591/1603559
308.02/307.43	c cleaning 55993 clauses out of 112018 with flag 7940176/1660560
323.72/323.10	c cleaning 56995 clauses out of 114023 with flag 8225912/1718558
340.03/339.48	c cleaning 58005 clauses out of 116028 with flag 8547078/1777558
356.73/356.18	c cleaning 59006 clauses out of 118023 with flag 8832604/1837558
374.28/373.69	c cleaning 60002 clauses out of 120021 with flag 9152844/1898562
390.36/389.70	c cleaning 61005 clauses out of 122020 with flag 9448170/1960563
410.86/410.24	c cleaning 62000 clauses out of 124012 with flag 9782115/2023560
430.66/430.01	c cleaning 62996 clauses out of 126013 with flag 10123905/2087561
450.36/449.78	c cleaning 63998 clauses out of 128015 with flag 10456246/2152559
471.36/470.78	c cleaning 65001 clauses out of 130018 with flag 10769411/2218560
492.48/491.86	c cleaning 66002 clauses out of 132016 with flag 11104690/2285559
514.97/514.40	c cleaning 66999 clauses out of 134015 with flag 11438820/2353560
538.27/537.63	c cleaning 68004 clauses out of 136017 with flag 11777103/2422561
561.64/560.97	c cleaning 68998 clauses out of 138010 with flag 12116006/2492558
584.64/583.95	c cleaning 70003 clauses out of 140013 with flag 12500029/2563559
609.56/608.80	c cleaning 70981 clauses out of 142009 with flag 12847203/2635558
636.07/635.30	c cleaning 71985 clauses out of 144029 with flag 13188235/2708559
663.27/662.57	c cleaning 73017 clauses out of 146043 with flag 13614938/2782558
691.18/690.43	c cleaning 74000 clauses out of 148027 with flag 13985720/2857559
720.29/719.59	c cleaning 75004 clauses out of 150026 with flag 14384854/2933558
750.18/749.43	c cleaning 76000 clauses out of 152025 with flag 14775309/3010561
779.09/778.32	c cleaning 77005 clauses out of 154025 with flag 15173413/3088561
810.70/809.84	c cleaning 77998 clauses out of 156018 with flag 15664001/3167559
842.81/841.91	c cleaning 79005 clauses out of 158023 with flag 16056554/3247562
875.21/874.30	c cleaning 79998 clauses out of 160016 with flag 16486193/3328560
910.32/909.49	c cleaning 80998 clauses out of 162017 with flag 16910578/3410559
946.23/945.38	c cleaning 82002 clauses out of 164019 with flag 17401241/3493559
981.14/980.29	c cleaning 82995 clauses out of 166018 with flag 17934260/3577560
1019.74/1018.81	c cleaning 83999 clauses out of 168021 with flag 18440718/3662558
1059.46/1058.48	c cleaning 85006 clauses out of 170023 with flag 18929047/3748559
1098.34/1097.39	c cleaning 86001 clauses out of 172017 with flag 19384324/3835559
1138.02/1137.03	c cleaning 86987 clauses out of 174016 with flag 19856178/3923559
1175.51/1174.58	c cleaning 88008 clauses out of 176028 with flag 20347909/4012558
1217.41/1216.49	c cleaning 89002 clauses out of 178020 with flag 20857197/4102558
1260.02/1259.03	c cleaning 90003 clauses out of 180018 with flag 21314021/4193558
1305.09/1304.08	c cleaning 90999 clauses out of 182016 with flag 21782495/4285559
1350.18/1349.12	c cleaning 92000 clauses out of 184016 with flag 22294609/4378558
1399.80/1398.76	c cleaning 93000 clauses out of 186020 with flag 22829364/4472562
1449.11/1448.07	c cleaning 94000 clauses out of 188017 with flag 23374784/4567559
1498.11/1497.03	c cleaning 94999 clauses out of 190016 with flag 23887089/4663558
1550.62/1549.57	c cleaning 96008 clauses out of 192018 with flag 24393156/4760559
1604.87/1603.69	c cleaning 96984 clauses out of 194009 with flag 24895843/4858558
1660.18/1658.91	c cleaning 98006 clauses out of 196025 with flag 25401317/4957558
1707.69/1706.41	c cleaning 98989 clauses out of 198019 with flag 25930791/5057558
1768.31/1767.09	c cleaning 100002 clauses out of 200030 with flag 26536883/5158558
1800.02/1798.77	c starts		: 8821
1800.02/1798.77	c conflicts		: 5222824
1800.02/1798.77	c decisions		: 6800917
1800.02/1798.77	c propagations		: 190957698
1800.02/1798.77	c inspects		: 35183747951
1800.02/1798.77	c shortcuts		: 0
1800.02/1798.77	c learnt literals	: 0
1800.02/1798.77	c learnt binary clauses	: 0
1800.02/1798.77	c learnt ternary clauses	: 0
1800.02/1798.77	c learnt constraints	: 5222824
1800.02/1798.77	c ignored constraints	: 0
1800.02/1798.77	c root simplifications	: 0
1800.02/1798.77	c removed literals (reason simplification)	: 0
1800.02/1798.77	c reason swapping (by a shorter reason)	: 0
1800.02/1798.77	c Calls to reduceDB	: 99
1800.02/1798.77	c Number of update (reduction) of LBD	: 1898975
1800.02/1798.77	c Imported unit clauses	: 0
1800.02/1798.77	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.77	c number of learned constraints concerned by reduction	: 0
1800.02/1798.77	c number of learning phase by resolution	: 0
1800.02/1798.77	c number of learning phase by cutting planes	: 0
1800.02/1798.77	c speed (assignments/second)	: 106168.94999002013
1800.02/1798.77	c non guided choices	0
1800.02/1798.80	c learnt constraints type 
1800.02/1798.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164295
1800.02/1798.80	s SATISFIABLE
1800.02/1798.80	c Found 1 solution(s)
1800.37/1798.80	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 
1800.37/1798.80	c objective function=88
1800.37/1798.80	c Total wall clock time (in seconds): 1798.702

Verifier Data

OK	88

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-4117802-1467215705/watcher-4117802-1467215705 -o /tmp/evaluation-result-4117802-1467215705/solver-4117802-1467215705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117802-1467215705.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2799
/proc/meminfo: memFree=29713224/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 599681 98570240 978 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 24065 978 744 9 0 16771 0
[pid=2799/tid=2800] ppid=2796 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 599682 98570240 978 33554432000 1073741824 1073778376 140737423784368 140708873965096 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2799
/proc/meminfo: memFree=29713224/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 599681 9787879424 6141 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2389619 6141 2157 9 0 2380296 0
[pid=2799/tid=2800] ppid=2796 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2378 0 1 0 8 0 0 0 20 0 18 0 599682 9787879424 6141 33554432000 1073741824 1073778376 140737423784368 140708873968544 140708715528743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200413 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2799
/proc/meminfo: memFree=29713224/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 6453 0 1 0 29 1 0 0 20 0 19 0 599681 9856040960 8474 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 8474 2232 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 599682 9856040960 8474 33554432000 1073741824 1073778376 140737423784368 140708873970072 140708715553776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300399 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2799
/proc/meminfo: memFree=29713224/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 6865 0 1 0 55 1 0 0 20 0 19 0 599681 9856040960 8644 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 8644 2244 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 599682 9856040960 8644 33554432000 1073741824 1073778376 140737423784368 140708873969832 140708715531954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700296 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2799
/proc/meminfo: memFree=29713224/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 9167 0 1 0 110 2 0 0 20 0 19 0 599681 9856040960 9782 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 9782 2255 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2410 0 1 0 67 0 0 0 20 0 19 0 599682 9856040960 9782 33554432000 1073741824 1073778376 140737423784368 140708873969832 140708881734452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.19 2.12 2.06 3/212 2818
/proc/meminfo: memFree=29675876/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 9384 0 1 0 193 2 0 0 20 0 19 0 599681 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 10808 2257 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2413 0 1 0 147 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708873970064 140708716023606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599683 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 3423 0 0 0 26 0 0 0 20 0 19 0 599686 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/2799/task/2815/stat : 2815 (java) S 2796 2799 1865 0 -1 4202560 2276 0 0 0 18 0 0 0 20 0 19 0 599686 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708222569144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2816] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2816/stat : 2816 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708221516792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2817] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2818] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2818/stat : 2818 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599697 9856040960 10808 33554432000 1073741824 1073778376 140737423784368 140708219409192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.19 2.12 2.06 3/212 2818
/proc/meminfo: memFree=29666816/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 9409 0 1 0 359 2 0 0 20 0 19 0 599681 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 12365 2257 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2417 0 1 0 307 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708873961136 140708715961764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599683 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 3444 0 0 0 31 0 0 0 20 0 19 0 599686 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/2799/task/2815/stat : 2815 (java) S 2796 2799 1865 0 -1 4202560 2276 0 0 0 19 0 0 0 20 0 19 0 599686 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708222569144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2816] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2816/stat : 2816 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708221516792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2817] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2818] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2818/stat : 2818 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599697 9856040960 12365 33554432000 1073741824 1073778376 140737423784368 140708219409192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.17 2.12 2.05 3/212 2818
/proc/meminfo: memFree=29652964/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 9415 0 1 0 680 2 0 0 20 0 19 0 599681 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 13238 2258 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2422 0 1 0 626 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708873961136 140708716074049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599682 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599683 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 3444 0 0 0 31 0 0 0 20 0 19 0 599686 9856040960 13238 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=2799/tid=2817] ppid=2796 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 100 0 0 0 26 43 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2818] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2818/stat : 2818 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599697 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708219409192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.16 2.14 4/213 2886
/proc/meminfo: memFree=29195340/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=1783.61 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 11545 0 1 0 178301 60 0 0 20 0 19 0 599681 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 74407 2272 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=1777.34 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2485 0 1 0 177701 33 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708873961136 140708715961759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 209 0 0 0 9 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 152 0 0 0 5 1 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 164 0 0 0 9 0 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 276 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 145 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 199 0 0 0 7 0 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 599683 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 4001 0 0 0 33 1 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/2799/task/2815/stat : 2815 (java) S 2796 2799 1865 0 -1 4202560 2276 0 0 0 19 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708222569144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2816] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2816/stat : 2816 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708221516792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2817] ppid=2796 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 104 0 0 0 26 46 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2818] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2818/stat : 2818 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599697 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708219409192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.11 2.15 2.13 4/191 2905
/proc/meminfo: memFree=29444656/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 11547 0 1 0 179941 61 0 0 20 0 19 0 599681 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2406260 74407 2272 9 0 2396937 0
[pid=2799/tid=2800] ppid=2796 vsize=9625040 CPUtime=1793.69 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2485 0 1 0 179336 33 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708873961136 140708715961759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 209 0 0 0 9 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 152 0 0 0 5 1 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 164 0 0 0 9 0 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 276 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 145 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 199 0 0 0 7 0 0 0 20 0 19 0 599682 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 599683 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 599684 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 4001 0 0 0 33 1 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/2799/task/2815/stat : 2815 (java) S 2796 2799 1865 0 -1 4202560 2276 0 0 0 19 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708222569144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2816] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2816/stat : 2816 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708221516792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2817] ppid=2796 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 106 0 0 0 26 47 0 0 20 0 19 0 599686 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2818] ppid=2796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2818/stat : 2818 (java) S 2796 2799 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599697 9856040960 74407 33554432000 1073741824 1073778376 140737423784368 140708219409192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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 2799 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.81 s]
/proc/loadavg: 2.11 2.15 2.13 4/191 2905
/proc/meminfo: memFree=29444656/32872528 swapFree=1099624/1181384
[pid=2799] ppid=2796 vsize=9758168 CPUtime=1800.37 cores=1,3,5,7
/proc/2799/stat : 2799 (java) S 2796 2799 1865 0 -1 4202496 11683 0 1 0 179973 64 0 0 20 0 20 0 599681 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140737423775504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 2439542 83180 2283 9 0 2430219 0
[pid=2799/tid=2800] ppid=2796 vsize=9758168 CPUtime=1793.73 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (java) R 2796 2799 1865 0 -1 4202560 2485 0 1 0 179340 33 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708873970840 140708716099152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=9758168 CPUtime=0.12 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (java) S 2796 2799 1865 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708835461288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2803] ppid=2796 vsize=9758168 CPUtime=0.13 cores=1,3,5,7
/proc/2799/task/2803/stat : 2803 (java) S 2796 2799 1865 0 -1 4202560 214 0 0 0 10 3 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708834408744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2804] ppid=2796 vsize=9758168 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2804/stat : 2804 (java) S 2796 2799 1865 0 -1 4202560 159 0 0 0 8 1 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708715424168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2805] ppid=2796 vsize=9758168 CPUtime=0.12 cores=1,3,5,7
/proc/2799/task/2805/stat : 2805 (java) S 2796 2799 1865 0 -1 4202560 171 0 0 0 10 2 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708714371624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2806] ppid=2796 vsize=9758168 CPUtime=0.16 cores=1,3,5,7
/proc/2799/task/2806/stat : 2806 (java) S 2796 2799 1865 0 -1 4202560 292 0 0 0 14 2 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708713319080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2799/tid=2807] ppid=2796 vsize=9758168 CPUtime=0.13 cores=1,3,5,7
/proc/2799/task/2807/stat : 2807 (java) S 2796 2799 1865 0 -1 4202560 153 0 0 0 10 3 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708712266536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2808] ppid=2796 vsize=9758168 CPUtime=0.13 cores=1,3,5,7
/proc/2799/task/2808/stat : 2808 (java) S 2796 2799 1865 0 -1 4202560 195 0 0 0 11 2 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708711213992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2809] ppid=2796 vsize=9758168 CPUtime=0.09 cores=1,3,5,7
/proc/2799/task/2809/stat : 2809 (java) S 2796 2799 1865 0 -1 4202560 206 0 0 0 9 0 0 0 20 0 20 0 599682 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708710161448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2810] ppid=2796 vsize=9758168 CPUtime=0.02 cores=1,3,5,7
/proc/2799/task/2810/stat : 2810 (java) S 2796 2799 1865 0 -1 4202560 78 0 0 0 1 1 0 0 20 0 20 0 599683 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708227831912 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2811] ppid=2796 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2811/stat : 2811 (java) S 2796 2799 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 599684 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708226778232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2812] ppid=2796 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2812/stat : 2812 (java) S 2796 2799 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 599684 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708225725576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2813] ppid=2796 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2813/stat : 2813 (java) S 2796 2799 1865 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 599686 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708224674320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2814] ppid=2796 vsize=9758168 CPUtime=0.34 cores=1,3,5,7
/proc/2799/task/2814/stat : 2814 (java) S 2796 2799 1865 0 -1 4202560 4002 0 0 0 33 1 0 0 20 0 20 0 599686 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708223621688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2815] ppid=2796 vsize=9758168 CPUtime=0.21 cores=1,3,5,7
/proc/2799/task/2815/stat : 2815 (java) S 2796 2799 1865 0 -1 4202560 2286 0 0 0 21 0 0 0 20 0 20 0 599686 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708222569144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2816] ppid=2796 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2816/stat : 2816 (java) S 2796 2799 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 599686 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708221516792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2799/tid=2817] ppid=2796 vsize=9758168 CPUtime=0.73 cores=1,3,5,7
/proc/2799/task/2817/stat : 2817 (java) S 2796 2799 1865 0 -1 4202560 106 0 0 0 26 47 0 0 20 0 20 0 599686 9992364032 83180 33554432000 1073741824 1073778376 140737423784368 140708220464456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 9758168

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2799 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=178091
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=111830
# CPU time returned by wait4() is 1796.29
# while last known CPU time is 1800.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.81
CPU time (s): 1800.37
CPU user time (s): 1799.73
CPU system time (s): 0.64
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.18
system time used= 1.11183
maximum resident set size= 332736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11688
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38175
involuntary context switches= 9069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6134 second user time and 13.442 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 17:55:05
IDJOB=4117802
IDBENCH=111615
IDSOLVER=2546
FILE ID=node115/4117802-1467215705
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117802-1467215705/watcher-4117802-1467215705 -o /tmp/evaluation-result-4117802-1467215705/solver-4117802-1467215705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117802-1467215705.opb

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

MD5SUM BENCH= f0f74a6a8f73e803211f5904100bd341
RANDOM SEED=39040112

node115.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.087
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.17
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.087
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.56
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.087
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		: 2667.087
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.087
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.087
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.087
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.087
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:        29714248 kB
Buffers:           68184 kB
Cached:          1159764 kB
SwapCached:            0 kB
Active:           130708 kB
Inactive:        1136960 kB
Active(anon):      42412 kB
Inactive(anon):        0 kB
Active(file):      88296 kB
Inactive(file):  1136960 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1676 kB
Writeback:             8 kB
AnonPages:       1223060 kB
Mapped:            21820 kB
Shmem:               204 kB
Slab:             575552 kB
SReclaimable:      19064 kB
SUnreclaim:       556488 kB
KernelStack:        1592 kB
PageTables:         6544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1872372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71660 MiB
End job on node115 at 2016-06-29 18:25:04