Trace number 4109760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 53.65 51.828

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571761--soft-66-100-0.wbo
MD5SUMe6a38cb3cbe3360d46534c568351a60a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark37.7503
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints900
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109760-1466343710.wbo
0.10/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.19s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1131
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2525
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 159
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 900 literals
0.77/0.43	c SATISFIABLE
0.77/0.43	c OPTIMIZING...
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.77/0.43	o 342
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.77/0.46	o 340
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.77/0.47	o 325
0.99/0.50	c Got one! Elapsed wall clock time (in seconds):0.402
0.99/0.50	o 322
0.99/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.99/0.52	o 155
0.99/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
0.99/0.57	o 151
0.99/0.58	c Got one! Elapsed wall clock time (in seconds):0.479
0.99/0.58	o 147
1.28/0.62	c Got one! Elapsed wall clock time (in seconds):0.52
1.28/0.62	o 144
1.43/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.43/0.73	o 139
1.56/0.87	c Got one! Elapsed wall clock time (in seconds):0.765
1.56/0.87	o 138
1.69/0.93	c Got one! Elapsed wall clock time (in seconds):0.827
1.69/0.93	o 135
1.69/0.96	c Got one! Elapsed wall clock time (in seconds):0.86
1.69/0.96	o 122
1.87/1.01	c Got one! Elapsed wall clock time (in seconds):0.904
1.87/1.01	o 121
1.98/1.11	c Got one! Elapsed wall clock time (in seconds):1.005
1.98/1.11	o 118
1.98/1.18	c Got one! Elapsed wall clock time (in seconds):1.075
1.98/1.18	o 97
2.19/1.34	c Got one! Elapsed wall clock time (in seconds):1.241
2.19/1.34	o 80
2.19/1.39	c Got one! Elapsed wall clock time (in seconds):1.287
2.19/1.39	o 74
2.54/1.60	c cleaning 6027 clauses out of 12065 with flag 13230/12065
2.54/1.60	c Got one! Elapsed wall clock time (in seconds):1.502
2.54/1.60	o 68
2.54/1.65	c Got one! Elapsed wall clock time (in seconds):1.55
2.54/1.65	o 63
2.84/1.94	c Got one! Elapsed wall clock time (in seconds):1.839
2.84/1.94	o 62
2.84/1.98	c Got one! Elapsed wall clock time (in seconds):1.876
2.84/1.98	o 61
2.94/2.05	c Got one! Elapsed wall clock time (in seconds):1.952
2.94/2.05	o 55
3.15/2.23	c cleaning 6941 clauses out of 13887 with flag 13502/19914
3.65/2.71	c cleaning 6470 clauses out of 12944 with flag 56182/25912
4.16/3.22	c cleaning 6733 clauses out of 13472 with flag 113115/32910
4.86/3.92	c cleaning 7360 clauses out of 14739 with flag 181705/40910
4.96/4.00	c Got one! Elapsed wall clock time (in seconds):3.902
4.96/4.00	o 52
5.06/4.20	c Got one! Elapsed wall clock time (in seconds):4.094
5.06/4.20	o 51
5.26/4.36	c cleaning 6302 clauses out of 12625 with flag 14809/46156
5.76/4.89	c cleaning 6153 clauses out of 12324 with flag 62068/52157
6.80/5.51	c cleaning 6578 clauses out of 13169 with flag 121391/59155
7.84/6.23	c cleaning 7291 clauses out of 14591 with flag 191760/67155
8.14/6.57	c Got one! Elapsed wall clock time (in seconds):6.465
8.14/6.57	o 42
8.14/6.58	c Got one! Elapsed wall clock time (in seconds):6.474
8.14/6.58	o 36
8.25/6.66	c cleaning 6255 clauses out of 12519 with flag 8365/72374
8.74/7.14	c cleaning 6125 clauses out of 12264 with flag 56411/78374
9.35/7.76	c cleaning 6564 clauses out of 13144 with flag 116424/85379
9.64/8.09	c Got one! Elapsed wall clock time (in seconds):7.985
9.64/8.09	o 27
9.74/8.18	c cleaning 5832 clauses out of 11681 with flag 8038/90480
10.24/8.67	c cleaning 5924 clauses out of 11850 with flag 57318/96481
10.85/9.23	c cleaning 6455 clauses out of 12925 with flag 113518/103480
11.05/9.42	c Got one! Elapsed wall clock time (in seconds):9.317
11.05/9.42	o 24
11.25/9.65	c cleaning 6086 clauses out of 12195 with flag 20570/109205
11.25/9.68	c Got one! Elapsed wall clock time (in seconds):9.575
11.25/9.68	o 23
11.66/10.04	c cleaning 5804 clauses out of 11619 with flag 36660/114715
11.75/10.11	c Got one! Elapsed wall clock time (in seconds):10.005
11.75/10.11	o 22
12.05/10.48	c Got one! Elapsed wall clock time (in seconds):10.377
12.05/10.48	o 21
12.15/10.58	c cleaning 6267 clauses out of 12543 with flag 8373/121443
12.65/11.03	c cleaning 6130 clauses out of 12277 with flag 56088/127444
13.28/11.62	c cleaning 6571 clauses out of 13148 with flag 113159/134445
13.58/11.93	c Got one! Elapsed wall clock time (in seconds):11.829
13.58/11.93	o 20
13.68/12.08	c cleaning 6161 clauses out of 12331 with flag 14095/140199
14.08/12.48	c cleaning 6067 clauses out of 12170 with flag 54623/146199
14.68/13.07	c cleaning 6547 clauses out of 13103 with flag 109133/153199
15.38/13.73	c cleaning 7264 clauses out of 14556 with flag 171402/161199
15.88/14.29	c Got one! Elapsed wall clock time (in seconds):14.189
15.88/14.29	o 17
15.99/14.40	c Got one! Elapsed wall clock time (in seconds):14.293
15.99/14.40	o 16
16.48/14.85	c cleaning 9681 clauses out of 19363 with flag 34098/173271
17.09/15.44	c cleaning 7826 clauses out of 15678 with flag 86486/179267
17.68/16.04	c cleaning 7407 clauses out of 14854 with flag 141954/186269
17.68/16.08	c Got one! Elapsed wall clock time (in seconds):15.98
17.68/16.08	o 15
18.12/16.47	c cleaning 6557 clauses out of 13141 with flag 31915/191963
18.22/16.52	c Got one! Elapsed wall clock time (in seconds):16.416
18.22/16.52	o 11
18.62/16.96	c cleaning 6204 clauses out of 12411 with flag 37596/197790
19.14/17.47	c cleaning 6092 clauses out of 12208 with flag 79164/203791
19.74/18.06	c cleaning 6553 clauses out of 13116 with flag 127566/210791
20.24/18.54	c Got one! Elapsed wall clock time (in seconds):18.434
20.24/18.54	o 10
20.74/19.01	c Got one! Elapsed wall clock time (in seconds):18.905
20.74/19.01	o 9
20.86/19.11	c cleaning 8982 clauses out of 17982 with flag 5827/222210
21.36/19.60	c cleaning 7486 clauses out of 14999 with flag 46258/228209
21.96/20.25	c cleaning 7254 clauses out of 14515 with flag 95672/235211
22.67/21.00	c cleaning 7626 clauses out of 15268 with flag 155193/243218
23.66/21.95	c cleaning 8313 clauses out of 16634 with flag 222706/252210
24.66/22.92	c cleaning 9158 clauses out of 18321 with flag 287301/262210
25.26/23.51	c Got one! Elapsed wall clock time (in seconds):23.403
25.26/23.51	o 8
25.71/23.91	c Got one! Elapsed wall clock time (in seconds):23.804
25.71/23.91	o 6
25.91/24.17	c cleaning 10514 clauses out of 21036 with flag 13480/274083
26.61/24.86	c cleaning 8256 clauses out of 16519 with flag 58348/280080
27.41/25.61	c cleaning 7621 clauses out of 15263 with flag 107302/287080
28.22/26.42	c cleaning 7816 clauses out of 15643 with flag 159033/295081
29.21/27.41	c cleaning 8408 clauses out of 16827 with flag 217049/304081
30.21/28.49	c cleaning 9207 clauses out of 18419 with flag 282028/314081
30.61/28.81	c Got one! Elapsed wall clock time (in seconds):28.712
30.61/28.81	o 5
30.81/29.02	c cleaning 7231 clauses out of 14491 with flag 11250/319360
31.41/29.61	c cleaning 6630 clauses out of 13262 with flag 46817/325362
32.01/30.29	c cleaning 6813 clauses out of 13632 with flag 85036/332362
32.81/31.05	c cleaning 7399 clauses out of 14819 with flag 128128/340362
33.81/32.04	c cleaning 8198 clauses out of 16418 with flag 179273/349360
34.61/32.87	c Got one! Elapsed wall clock time (in seconds):32.768
34.61/32.87	o 4
35.21/33.47	c cleaning 10659 clauses out of 21318 with flag 27003/362458
35.92/34.11	c cleaning 8319 clauses out of 16658 with flag 64528/368458
36.61/34.87	c cleaning 7658 clauses out of 15339 with flag 101876/375458
37.42/35.69	c cleaning 7840 clauses out of 15682 with flag 140352/383459
38.31/36.58	c Got one! Elapsed wall clock time (in seconds):36.475
38.31/36.58	o 3
38.92/37.17	c cleaning 10599 clauses out of 21207 with flag 24124/396824
39.62/37.88	c cleaning 8294 clauses out of 16608 with flag 54892/402824
39.92/38.19	c Got one! Elapsed wall clock time (in seconds):38.083
39.92/38.19	o 2
40.13/38.38	c cleaning 6803 clauses out of 13628 with flag 9146/408138
40.73/38.95	c cleaning 6406 clauses out of 12827 with flag 32164/414140
41.33/39.60	c cleaning 6698 clauses out of 13417 with flag 58071/421136
42.13/40.35	c cleaning 7357 clauses out of 14720 with flag 91952/429137
43.03/41.23	c cleaning 8177 clauses out of 16364 with flag 130645/438139
44.03/42.20	c cleaning 9090 clauses out of 18187 with flag 176805/448139
45.04/43.24	c cleaning 10047 clauses out of 20093 with flag 229422/459136
46.34/44.56	c cleaning 11017 clauses out of 22046 with flag 282202/471137
47.74/45.90	c cleaning 12008 clauses out of 24026 with flag 345827/484137
49.44/47.66	c cleaning 13008 clauses out of 26017 with flag 416094/498136
51.24/49.40	c cleaning 13999 clauses out of 28009 with flag 490524/513138
52.94/51.19	c cleaning 14991 clauses out of 30001 with flag 564587/529138
53.65/51.81	c starts		: 716
53.65/51.81	c conflicts		: 535360
53.65/51.81	c decisions		: 819168
53.65/51.81	c propagations		: 28841142
53.65/51.81	c inspects		: 798879720
53.65/51.81	c shortcuts		: 0
53.65/51.81	c learnt literals	: 31
53.65/51.81	c learnt binary clauses	: 64
53.65/51.81	c learnt ternary clauses	: 672
53.65/51.81	c learnt constraints	: 535328
53.65/51.81	c ignored constraints	: 0
53.65/51.81	c root simplifications	: 0
53.65/51.81	c removed literals (reason simplification)	: 0
53.65/51.81	c reason swapping (by a shorter reason)	: 0
53.65/51.81	c Calls to reduceDB	: 66
53.65/51.81	c Number of update (reduction) of LBD	: 208676
53.65/51.81	c Imported unit clauses	: 0
53.65/51.81	c number of reductions to clauses (during analyze)	: 0
53.65/51.81	c number of learned constraints concerned by reduction	: 0
53.65/51.81	c number of learning phase by resolution	: 0
53.65/51.81	c number of learning phase by cutting planes	: 0
53.65/51.81	c speed (assignments/second)	: 559935.194532888
53.65/51.81	c non guided choices	5597
53.65/51.81	c learnt constraints type 
53.65/51.81	s OPTIMUM FOUND
53.65/51.81	c Found 44 solution(s)
53.65/51.81	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 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 
53.65/51.81	c objective function=2
53.65/51.81	c Total wall clock time (in seconds): 51.707

Verifier Data

OK	2

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-4109760-1466343710/watcher-4109760-1466343710 -o /tmp/evaluation-result-4109760-1466343710/solver-4109760-1466343710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109760-1466343710.wbo 

pid=23741
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.67 2.38 2.00 3/196 23744
/proc/meminfo: memFree=29884208/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 36417450 94019584 917 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 22954 917 697 9 0 16769 0
[pid=23744/tid=23745] ppid=23741 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36417450 95129600 927 33554432000 1073741824 1073778376 140737448983424 139768083045928 139768080938576 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.67 2.38 2.00 3/196 23744
/proc/meminfo: memFree=29884208/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 36417450 9787879424 6093 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2389619 6093 2155 9 0 2380296 0
[pid=23744/tid=23745] ppid=23741 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 36417450 9787879424 6093 33554432000 1073741824 1073778376 140737448983424 139768083048568 273909080501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 2.67 2.38 2.00 3/196 23744
/proc/meminfo: memFree=29884208/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 4781 0 1 0 25 2 0 0 20 0 18 0 36417450 9787879424 6841 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2389619 6841 2214 9 0 2380296 0
[pid=23744/tid=23745] ppid=23741 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 36417450 9787879424 6841 33554432000 1073741824 1073778376 140737448983424 139768083050824 139767916348289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.67 2.38 2.00 3/196 23744
/proc/meminfo: memFree=29884208/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 5960 0 1 0 48 2 0 0 20 0 18 0 36417450 9787879424 8379 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2389619 8379 2239 9 0 2380296 0
[pid=23744/tid=23745] ppid=23741 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 36417450 9787879424 8379 33554432000 1073741824 1073778376 140737448983424 139768083050824 139767916289654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.67 2.38 2.00 3/196 23744
/proc/meminfo: memFree=29884208/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 11710 0 1 0 139 4 0 0 20 0 19 0 36417450 9856040960 12145 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 12145 2254 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36417450 9856040960 12145 33554432000 1073741824 1073778376 140737448983424 139768083050664 139767916837084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.67 2.38 2.00 3/215 23763
/proc/meminfo: memFree=29837808/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 12271 0 1 0 238 4 0 0 20 0 19 0 36417450 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 13706 2264 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2415 0 1 0 145 2 0 0 20 0 19 0 36417450 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768083049816 139767916330961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4134 0 0 0 49 0 0 0 20 0 19 0 36417455 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 4445 0 0 0 40 2 0 0 20 0 19 0 36417455 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 13706 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.67 2.38 2.00 3/215 23763
/proc/meminfo: memFree=29826720/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 12284 0 1 0 402 4 0 0 20 0 19 0 36417450 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 15758 2268 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2420 0 1 0 305 2 0 0 20 0 19 0 36417450 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768083042608 139767916817593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4138 0 0 0 51 0 0 0 20 0 19 0 36417455 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 4449 0 0 0 43 2 0 0 20 0 19 0 36417455 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 15758 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.61 2.38 2.00 4/215 23763
/proc/meminfo: memFree=29792400/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=7.94 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 19176 0 1 0 788 6 0 0 20 0 19 0 36417450 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 21539 2270 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2428 0 1 0 623 2 0 0 20 0 19 0 36417450 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768083050832 139767916816666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4138 0 0 0 56 0 0 0 20 0 19 0 36417455 9856040960 21539 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=1.07 cores=1,3,5,7

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

/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4138 0 0 0 58 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 11333 0 0 0 121 3 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 52.94
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23744 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2009 s]
/proc/loadavg: 2.40 2.35 2.01 3/215 23828
/proc/meminfo: memFree=29762824/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=53.04 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 19269 0 1 0 5296 8 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 44726 2284 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=51.03 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2485 0 1 0 5100 3 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768083042048 139767916850732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4138 0 0 0 58 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 11333 0 0 0 121 3 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 53.04
Current children cumulated vsize (KiB) 9625040

[startup+51.6007 s]
/proc/loadavg: 2.40 2.35 2.01 3/215 23828
/proc/meminfo: memFree=29762824/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=53.44 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 19269 0 1 0 5336 8 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 44726 2284 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=51.43 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2485 0 1 0 5140 3 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768083042048 139767916789692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23741 23744 22399 0 -1 4202560 4138 0 0 0 58 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 11333 0 0 0 121 3 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (KiB) 9625040

[startup+51.808 s]
/proc/loadavg: 2.40 2.35 2.01 3/215 23828
/proc/meminfo: memFree=29758604/32872528 swapFree=1482636/1662508
[pid=23744] ppid=23741 vsize=9625040 CPUtime=53.65 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23741 23744 22399 0 -1 4202496 19269 0 1 0 5357 8 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 140737448974560 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23744/statm: 2406260 44726 2284 9 0 2396937 0
[pid=23744/tid=23745] ppid=23741 vsize=9625040 CPUtime=51.64 cores=1,3,5,7
/proc/23744/task/23745/stat : 23745 (java) R 23741 23744 22399 0 -1 4202560 2485 0 1 0 5161 3 0 0 20 0 19 0 36417450 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768083042048 139767917178975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768044543016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23741 23744 22399 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768043490216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768042437416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23741 23744 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768041384616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23751] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768040331816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768039279016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23741 23744 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768038226216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23741 23744 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36417451 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139768037173416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417452 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767906786280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23741 23744 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767905732344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23741 23744 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36417453 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767904679432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767903627920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23741 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) R 23741 23744 22399 0 -1 4202560 4138 0 0 0 58 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767902575032 273909068860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23741 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23741 23744 22399 0 -1 4202560 11333 0 0 0 121 3 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767901522232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23741 23744 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767027067256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23741 23744 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36417455 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767026014664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23741 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23741 23744 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36417480 9856040960 44726 33554432000 1073741824 1073778376 140737448983424 139767024961192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 53.65
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23744 and gives
#  childrusage.ru_utime.tv_sec=53
#  childrusage.ru_utime.tv_usec=423878
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 53.5259
# while last known CPU time is 53.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 51.828
CPU time (s): 53.65
CPU user time (s): 53.57
CPU system time (s): 0.08
CPU usage (%): 103.515
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.4239
system time used= 0.101984
maximum resident set size= 178960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19291
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1478
involuntary context switches= 108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.272958 second user time and 0.395939 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:41:50
IDJOB=4109760
IDBENCH=78916
IDSOLVER=2551
FILE ID=node134/4109760-1466343710
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571761--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109760-1466343710/watcher-4109760-1466343710 -o /tmp/evaluation-result-4109760-1466343710/solver-4109760-1466343710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109760-1466343710.wbo

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

MD5SUM BENCH= e6a38cb3cbe3360d46534c568351a60a
RANDOM SEED=4525294

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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.020
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.54
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.020
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.020
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:        29884472 kB
Buffers:          195644 kB
Cached:           264496 kB
SwapCached:         1068 kB
Active:           209224 kB
Inactive:         349352 kB
Active(anon):      99052 kB
Inactive(anon):     1732 kB
Active(file):     110172 kB
Inactive(file):   347620 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:       1891696 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             606740 kB
SReclaimable:      50140 kB
SUnreclaim:       556600 kB
KernelStack:        1776 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 71720 MiB
End job on node134 at 2016-06-19 15:42:42