Trace number 4109540

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 8.94264 7.60338

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-66-100-0.wbo
MD5SUM33073796b90256de3fa5d24843165564
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark9.8775
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
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.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-4109540-1466343656.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     197
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.11/0.15	c 101 constraints processed.
0.11/0.16	c objective function length is 28 literals
0.56/0.31	c SATISFIABLE
0.56/0.31	c OPTIMIZING...
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.56/0.31	o 965
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.56/0.39	o 960
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.394
0.68/0.49	o 953
0.82/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.82/0.53	o 880
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
0.82/0.54	o 875
1.00/0.60	c cleaning 4092 clauses out of 8187 with flag 3369/8187
1.00/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.00/0.62	o 870
1.00/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
1.00/0.64	o 813
1.19/0.73	c Got one! Elapsed wall clock time (in seconds):0.632
1.19/0.73	o 809
1.29/0.80	c cleaning 5292 clauses out of 10592 with flag 5975/14684
1.39/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.39/0.98	o 806
1.59/1.18	c cleaning 8029 clauses out of 16064 with flag 15847/25448
1.83/1.35	c Got one! Elapsed wall clock time (in seconds):1.246
1.83/1.35	o 805
1.96/1.42	c cleaning 6966 clauses out of 13937 with flag 3797/31350
2.17/1.56	c Got one! Elapsed wall clock time (in seconds):1.46
2.17/1.56	o 804
2.35/1.62	c cleaning 6269 clauses out of 12537 with flag 3666/36916
2.76/1.82	c cleaning 6134 clauses out of 12269 with flag 24069/42917
3.13/2.06	c cleaning 6564 clauses out of 13134 with flag 47978/49916
3.23/2.15	c Got one! Elapsed wall clock time (in seconds):2.048
3.23/2.15	o 803
3.33/2.26	c cleaning 6250 clauses out of 12503 with flag 10442/55849
3.33/2.26	c Got one! Elapsed wall clock time (in seconds):2.16
3.33/2.26	o 800
3.44/2.33	c Got one! Elapsed wall clock time (in seconds):2.232
3.44/2.33	o 799
3.53/2.44	c cleaning 5957 clauses out of 11916 with flag 11067/61512
3.53/2.50	c Got one! Elapsed wall clock time (in seconds):2.395
3.53/2.50	o 795
3.63/2.50	c Got one! Elapsed wall clock time (in seconds):2.4
3.63/2.50	o 745
3.63/2.50	c Got one! Elapsed wall clock time (in seconds):2.403
3.63/2.50	o 464
3.63/2.54	c Got one! Elapsed wall clock time (in seconds):2.439
3.63/2.54	o 460
3.63/2.55	c Got one! Elapsed wall clock time (in seconds):2.447
3.63/2.55	o 453
3.63/2.56	c Got one! Elapsed wall clock time (in seconds):2.46
3.63/2.56	o 452
3.63/2.56	c Got one! Elapsed wall clock time (in seconds):2.464
3.63/2.56	o 451
3.63/2.57	c Got one! Elapsed wall clock time (in seconds):2.468
3.63/2.57	o 444
3.73/2.64	c cleaning 6023 clauses out of 12049 with flag 7163/67602
3.73/2.69	c Got one! Elapsed wall clock time (in seconds):2.589
3.73/2.69	o 438
3.83/2.70	c Got one! Elapsed wall clock time (in seconds):2.602
3.83/2.70	o 436
3.83/2.75	c Got one! Elapsed wall clock time (in seconds):2.652
3.83/2.75	o 433
3.83/2.77	c Got one! Elapsed wall clock time (in seconds):2.672
3.83/2.77	o 427
3.83/2.78	c Got one! Elapsed wall clock time (in seconds):2.677
3.83/2.78	o 358
3.93/2.83	c Got one! Elapsed wall clock time (in seconds):2.728
3.93/2.83	o 354
3.93/2.84	c Got one! Elapsed wall clock time (in seconds):2.744
3.93/2.84	o 345
3.93/2.85	c Got one! Elapsed wall clock time (in seconds):2.749
3.93/2.85	o 335
3.93/2.86	c Got one! Elapsed wall clock time (in seconds):2.755
3.93/2.86	o 322
3.93/2.87	c Got one! Elapsed wall clock time (in seconds):2.769
3.93/2.87	o 316
4.03/2.95	c cleaning 7468 clauses out of 14939 with flag 7886/76515
4.13/3.06	c Got one! Elapsed wall clock time (in seconds):2.959
4.13/3.06	o 311
4.13/3.06	c Got one! Elapsed wall clock time (in seconds):2.964
4.13/3.06	o 307
4.23/3.14	c cleaning 6623 clauses out of 13247 with flag 7821/82291
4.33/3.27	c Got one! Elapsed wall clock time (in seconds):3.167
4.33/3.27	o 303
4.33/3.27	c Got one! Elapsed wall clock time (in seconds):3.172
4.33/3.27	o 291
4.33/3.28	c Got one! Elapsed wall clock time (in seconds):3.182
4.33/3.28	o 287
4.44/3.33	c Got one! Elapsed wall clock time (in seconds):3.229
4.44/3.33	o 285
4.44/3.35	c Got one! Elapsed wall clock time (in seconds):3.246
4.44/3.35	o 283
4.44/3.40	c cleaning 6842 clauses out of 13684 with flag 4131/89351
4.44/3.40	c Got one! Elapsed wall clock time (in seconds):3.299
4.44/3.40	o 280
4.44/3.40	c Got one! Elapsed wall clock time (in seconds):3.302
4.44/3.40	o 279
4.55/3.40	c Got one! Elapsed wall clock time (in seconds):3.304
4.55/3.40	o 278
4.55/3.41	c Got one! Elapsed wall clock time (in seconds):3.309
4.55/3.41	o 273
4.64/3.58	c cleaning 6096 clauses out of 12213 with flag 20822/94722
4.84/3.78	c cleaning 6054 clauses out of 12117 with flag 44229/100722
4.84/3.78	c Got one! Elapsed wall clock time (in seconds):3.683
4.84/3.78	o 268
4.94/3.80	c Got one! Elapsed wall clock time (in seconds):3.701
4.94/3.80	o 267
4.94/3.83	c Got one! Elapsed wall clock time (in seconds):3.729
4.94/3.83	o 261
4.94/3.83	c Got one! Elapsed wall clock time (in seconds):3.733
4.94/3.83	o 255
4.94/3.86	c Got one! Elapsed wall clock time (in seconds):3.759
4.94/3.86	o 242
4.94/3.87	c Got one! Elapsed wall clock time (in seconds):3.771
4.94/3.87	o 202
5.17/4.06	c cleaning 6946 clauses out of 13896 with flag 19362/108555
5.17/4.08	c Got one! Elapsed wall clock time (in seconds):3.978
5.17/4.08	o 201
5.17/4.08	c Got one! Elapsed wall clock time (in seconds):3.983
5.17/4.08	o 175
5.17/4.09	c Got one! Elapsed wall clock time (in seconds):3.987
5.17/4.09	o 162
5.29/4.10	c Got one! Elapsed wall clock time (in seconds):4.0
5.29/4.10	o 161
5.29/4.11	c Got one! Elapsed wall clock time (in seconds):4.012
5.29/4.11	o 159
5.29/4.12	c Got one! Elapsed wall clock time (in seconds):4.018
5.29/4.12	o 153
5.29/4.13	c Got one! Elapsed wall clock time (in seconds):4.031
5.29/4.13	o 147
5.53/4.32	c cleaning 6992 clauses out of 13983 with flag 21697/115588
5.53/4.35	c Got one! Elapsed wall clock time (in seconds):4.244
5.53/4.35	o 143
5.53/4.35	c Got one! Elapsed wall clock time (in seconds):4.249
5.53/4.35	o 140
5.53/4.36	c Got one! Elapsed wall clock time (in seconds):4.262
5.53/4.36	o 136
5.75/4.57	c cleaning 6705 clauses out of 13420 with flag 22406/122017
5.94/4.79	c cleaning 6352 clauses out of 12715 with flag 48390/128017
6.04/4.89	c Got one! Elapsed wall clock time (in seconds):4.792
6.04/4.89	o 131
6.14/4.93	c Got one! Elapsed wall clock time (in seconds):4.832
6.14/4.93	o 129
6.14/4.95	c Got one! Elapsed wall clock time (in seconds):4.845
6.14/4.95	o 126
6.14/4.99	c cleaning 6162 clauses out of 12335 with flag 4202/133989
6.25/5.07	c Got one! Elapsed wall clock time (in seconds):4.969
6.25/5.07	o 120
6.25/5.09	c Got one! Elapsed wall clock time (in seconds):4.985
6.25/5.09	o 119
6.45/5.20	c cleaning 6131 clauses out of 12276 with flag 13237/140092
6.45/5.22	c Got one! Elapsed wall clock time (in seconds):5.121
6.45/5.22	o 112
6.45/5.22	c Got one! Elapsed wall clock time (in seconds):5.124
6.45/5.22	o 100
6.45/5.25	c Got one! Elapsed wall clock time (in seconds):5.154
6.45/5.25	o 94
6.56/5.33	c Got one! Elapsed wall clock time (in seconds):5.226
6.56/5.33	o 92
6.66/5.42	c Got one! Elapsed wall clock time (in seconds):5.322
6.66/5.42	o 90
6.66/5.47	c cleaning 6847 clauses out of 13700 with flag 4280/147647
6.77/5.55	c Got one! Elapsed wall clock time (in seconds):5.447
6.77/5.55	o 86
6.77/5.58	c Got one! Elapsed wall clock time (in seconds):5.481
6.77/5.58	o 80
6.96/5.70	c cleaning 6658 clauses out of 13325 with flag 12768/154120
6.96/5.74	c Got one! Elapsed wall clock time (in seconds):5.635
6.96/5.74	o 72
7.06/5.89	c cleaning 5887 clauses out of 11781 with flag 19147/159234
7.37/6.13	c cleaning 5944 clauses out of 11893 with flag 49882/165234
7.47/6.28	c Got one! Elapsed wall clock time (in seconds):6.176
7.47/6.28	o 69
7.58/6.33	c cleaning 5758 clauses out of 11523 with flag 5110/170809
7.85/6.54	c cleaning 5877 clauses out of 11764 with flag 32645/176809
8.15/6.80	c cleaning 6439 clauses out of 12886 with flag 67352/183809
8.45/7.12	c cleaning 7222 clauses out of 14445 with flag 106225/191809
8.75/7.50	c cleaning 8110 clauses out of 16222 with flag 151077/200811
8.85/7.59	c starts		: 255
8.85/7.59	c conflicts		: 203454
8.85/7.59	c decisions		: 300895
8.85/7.59	c propagations		: 4026363
8.85/7.59	c inspects		: 98135175
8.85/7.59	c shortcuts		: 0
8.85/7.59	c learnt literals	: 23
8.85/7.59	c learnt binary clauses	: 7
8.85/7.59	c learnt ternary clauses	: 70
8.85/7.59	c learnt constraints	: 203430
8.85/7.59	c ignored constraints	: 0
8.85/7.59	c root simplifications	: 0
8.85/7.59	c removed literals (reason simplification)	: 0
8.85/7.59	c reason swapping (by a shorter reason)	: 0
8.85/7.59	c Calls to reduceDB	: 30
8.85/7.59	c Number of update (reduction) of LBD	: 44705
8.85/7.59	c Imported unit clauses	: 0
8.85/7.59	c number of reductions to clauses (during analyze)	: 0
8.85/7.59	c number of learned constraints concerned by reduction	: 0
8.85/7.59	c number of learning phase by resolution	: 0
8.85/7.59	c number of learning phase by cutting planes	: 0
8.85/7.59	c speed (assignments/second)	: 541468.9349112426
8.85/7.59	c non guided choices	2376
8.85/7.59	c learnt constraints type 
8.85/7.59	s OPTIMUM FOUND
8.85/7.59	c Found 73 solution(s)
8.85/7.59	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 
8.85/7.60	c objective function=69
8.85/7.60	c Total wall clock time (in seconds): 7.495

Verifier Data

OK	69

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-4109540-1466343656/watcher-4109540-1466343656 -o /tmp/evaluation-result-4109540-1466343656/solver-4109540-1466343656 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109540-1466343656.wbo 

pid=19563
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.12 2.09 1.76 3/195 19566
/proc/meminfo: memFree=30859920/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36415723 98570240 977 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 24065 977 743 9 0 16771 0
[pid=19566/tid=19567] ppid=19563 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36415723 98570240 977 33554432000 1073741824 1073778376 140735560676560 139762719899176 270118241664 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.12 2.09 1.76 3/195 19566
/proc/meminfo: memFree=30859920/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 36415723 9787879424 6121 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2389619 6122 2157 9 0 2380296 0
[pid=19566/tid=19567] ppid=19563 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 36415723 9787879424 6122 33554432000 1073741824 1073778376 140735560676560 139762719902624 139762547633696 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.200379 s]
/proc/loadavg: 2.12 2.09 1.76 3/195 19566
/proc/meminfo: memFree=30859920/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 6685 0 1 0 27 1 0 0 20 0 19 0 36415723 9856040960 8649 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 8649 2233 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 19 0 36415723 9856040960 8649 33554432000 1073741824 1073778376 140735560676560 139762719903832 139762547645505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300384 s]
/proc/loadavg: 2.12 2.09 1.76 3/195 19566
/proc/meminfo: memFree=30859920/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 7787 0 1 0 55 1 0 0 20 0 19 0 36415723 9856040960 8739 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 8739 2244 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 36415723 9856040960 8739 33554432000 1073741824 1073778376 140735560676560 139762719903832 139762548005612 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.700325 s]
/proc/loadavg: 2.12 2.09 1.76 3/195 19566
/proc/meminfo: memFree=30859920/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 10442 0 1 0 117 2 0 0 20 0 19 0 36415723 9856040960 10303 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 10303 2258 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2411 0 1 0 67 0 0 0 20 0 19 0 36415723 9856040960 10303 33554432000 1073741824 1073778376 140735560676560 139762719904120 139762548038539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.19 2.10 1.77 3/214 19585
/proc/meminfo: memFree=30819972/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 14801 0 1 0 215 2 0 0 20 0 19 0 36415723 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 14450 2260 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2415 0 1 0 146 1 0 0 20 0 19 0 36415723 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762719895200 139762548005885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762681395496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19570] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19570/stat : 19570 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762680342696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19571] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19571/stat : 19571 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762679290408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19566/tid=19572] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19572/stat : 19572 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762678237608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19573] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19573/stat : 19573 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762677185320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19574] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19574/stat : 19574 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762676132520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19575] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19575/stat : 19575 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762675080232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19576] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19576/stat : 19576 (java) S 19563 19566 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762674027432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19577] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19577/stat : 19577 (java) S 19563 19566 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415725 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762543339752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19578] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19578/stat : 19578 (java) S 19563 19566 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762542285816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19579] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19579/stat : 19579 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762541233416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19580] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19580/stat : 19580 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762540181904 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19581] ppid=19563 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19566/task/19581/stat : 19581 (java) S 19563 19566 18872 0 -1 4202560 3194 0 0 0 27 0 0 0 20 0 19 0 36415728 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762539129528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19582] ppid=19563 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/19566/task/19582/stat : 19582 (java) R 19563 19566 18872 0 -1 4202560 7920 0 0 0 37 1 0 0 20 0 19 0 36415728 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762538053752 139762722809948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19583] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19583/stat : 19583 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762537024632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19584] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19584/stat : 19584 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762535972040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19585] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19585/stat : 19585 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415739 9856040960 14450 33554432000 1073741824 1073778376 140735560676560 139762534917032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.19 2.10 1.77 3/214 19585
/proc/meminfo: memFree=30797336/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 17871 0 1 0 420 3 0 0 20 0 19 0 36415723 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 18497 2260 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 36415723 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762719895856 139762548050651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762681395496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19570] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19570/stat : 19570 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762680342696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19571] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19571/stat : 19571 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762679290408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19566/tid=19572] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19572/stat : 19572 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762678237608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19573] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19573/stat : 19573 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762677185320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19574] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19574/stat : 19574 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762676132520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19575] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19575/stat : 19575 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762675080232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19576] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19576/stat : 19576 (java) S 19563 19566 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762674027432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19577] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19577/stat : 19577 (java) S 19563 19566 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415725 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762543339752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19578] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19578/stat : 19578 (java) S 19563 19566 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762542285816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19579] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19579/stat : 19579 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762541233416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19580] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19580/stat : 19580 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762540181904 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19581] ppid=19563 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19566/task/19581/stat : 19581 (java) S 19563 19566 18872 0 -1 4202560 3196 0 0 0 29 0 0 0 20 0 19 0 36415728 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762539129528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19582] ppid=19563 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/19566/task/19582/stat : 19582 (java) S 19563 19566 18872 0 -1 4202560 10982 0 0 0 80 2 0 0 20 0 19 0 36415728 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762538076728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19583] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19583/stat : 19583 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762537024632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19584] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19584/stat : 19584 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762535972040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19585] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19585/stat : 19585 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415739 9856040960 18497 33554432000 1073741824 1073778376 140735560676560 139762534917032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.10 1.77 3/213 19585
/proc/meminfo: memFree=30777904/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 18125 0 1 0 754 4 0 0 20 0 19 0 36415723 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 22811 2263 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2435 0 1 0 625 1 0 0 20 0 19 0 36415723 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762719904168 139762548156667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762681395496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19570] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19570/stat : 19570 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762680342696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19571] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19571/stat : 19571 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762679290408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19566/tid=19572] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19572/stat : 19572 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762678237608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19573] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19573/stat : 19573 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762677185320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19574] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19574/stat : 19574 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762676132520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19575] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19575/stat : 19575 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762675080232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19576] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19576/stat : 19576 (java) S 19563 19566 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762674027432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19577] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19577/stat : 19577 (java) S 19563 19566 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415725 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762543339752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19578] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19578/stat : 19578 (java) S 19563 19566 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 22811 33554432000 1073741824 1073778376 140735560676560 139762542285816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19579] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19579/stat : 19579 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 22824 33554432000 1073741824 1073778376 140735560676560 139762541233416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19580] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19580/stat : 19580 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 22839 33554432000 1073741824 1073778376 140735560676560 139762540181904 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19581] ppid=19563 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19566/task/19581/stat : 19581 (java) R 19563 19566 18872 0 -1 4202560 3462 0 0 0 35 0 0 0 20 0 19 0 36415728 9856040960 22854 33554432000 1073741824 1073778376 140735560676560 139762539129528 270117909197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19582] ppid=19563 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19566/task/19582/stat : 19582 (java) S 19563 19566 18872 0 -1 4202560 10998 0 0 0 89 2 0 0 20 0 19 0 36415728 9856040960 22872 33554432000 1073741824 1073778376 140735560676560 139762538076728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19583] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19583/stat : 19583 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 22885 33554432000 1073741824 1073778376 140735560676560 139762537024632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19584] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19584/stat : 19584 (java) S 19563 19566 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 22890 33554432000 1073741824 1073778376 140735560676560 139762535972040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19585] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19585/stat : 19585 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415739 9856040960 22891 33554432000 1073741824 1073778376 140735560676560 139762534917032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625040

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

[startup+6.40103 s]
/proc/loadavg: 2.19 2.10 1.77 3/213 19585
/proc/meminfo: memFree=30777904/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 19471 0 1 0 771 4 0 0 20 0 19 0 36415723 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 23833 2263 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=6.36 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2435 0 1 0 635 1 0 0 20 0 19 0 36415723 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762719903048 139762548005360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762681395496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19570] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19570/stat : 19570 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762680342696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19571] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19571/stat : 19571 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762679290408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19566/tid=19572] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19572/stat : 19572 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762678237608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19573] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19573/stat : 19573 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762677185320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19574] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19574/stat : 19574 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762676132520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19575] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19575/stat : 19575 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762675080232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19576] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19576/stat : 19576 (java) S 19563 19566 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762674027432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19577] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19577/stat : 19577 (java) S 19563 19566 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415725 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762543339752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19578] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19578/stat : 19578 (java) S 19563 19566 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762542285816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19579] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19579/stat : 19579 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762541233416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19580] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19580/stat : 19580 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762540181904 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19581] ppid=19563 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19566/task/19581/stat : 19581 (java) S 19563 19566 18872 0 -1 4202560 4765 0 0 0 42 0 0 0 20 0 19 0 36415728 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762539129528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19582] ppid=19563 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19566/task/19582/stat : 19582 (java) S 19563 19566 18872 0 -1 4202560 10998 0 0 0 89 2 0 0 20 0 19 0 36415728 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762538076728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19583] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19583/stat : 19583 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762537024632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19584] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19584/stat : 19584 (java) S 19563 19566 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762535972040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19585] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19585/stat : 19585 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415739 9856040960 23833 33554432000 1073741824 1073778376 140735560676560 139762534917032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9625040

[startup+7.20072 s]
/proc/loadavg: 2.18 2.10 1.77 3/213 19585
/proc/meminfo: memFree=30751832/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=9625040 CPUtime=8.55 cores=1,3,5,7
/proc/19566/stat : 19566 (java) S 19563 19566 18872 0 -1 4202496 19474 0 1 0 851 4 0 0 20 0 19 0 36415723 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 140735560667696 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19566/statm: 2406260 24857 2263 9 0 2396937 0
[pid=19566/tid=19567] ppid=19563 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/19566/task/19567/stat : 19567 (java) R 19563 19566 18872 0 -1 4202560 2438 0 1 0 714 1 0 0 20 0 19 0 36415723 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762719902152 139762548084622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762681395496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19570] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19570/stat : 19570 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762680342696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19571] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19571/stat : 19571 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762679290408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19566/tid=19572] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19572/stat : 19572 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762678237608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19573] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19573/stat : 19573 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762677185320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19574] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19574/stat : 19574 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762676132520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19566/tid=19575] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19575/stat : 19575 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762675080232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19576] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19576/stat : 19576 (java) S 19563 19566 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415724 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762674027432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19577] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19577/stat : 19577 (java) S 19563 19566 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415725 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762543339752 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19578] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19578/stat : 19578 (java) S 19563 19566 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762542285816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19579] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19579/stat : 19579 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415726 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762541233416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19580] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19580/stat : 19580 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762540181904 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19581] ppid=19563 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19566/task/19581/stat : 19581 (java) S 19563 19566 18872 0 -1 4202560 4765 0 0 0 42 0 0 0 20 0 19 0 36415728 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762539129528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19582] ppid=19563 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/19566/task/19582/stat : 19582 (java) S 19563 19566 18872 0 -1 4202560 10998 0 0 0 89 2 0 0 20 0 19 0 36415728 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762538076728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19583] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19583/stat : 19583 (java) S 19563 19566 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762537024632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19566/tid=19584] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19584/stat : 19584 (java) S 19563 19566 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415728 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762535972040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19566/tid=19585] ppid=19563 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19585/stat : 19585 (java) S 19563 19566 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415739 9856040960 24857 33554432000 1073741824 1073778376 140735560676560 139762534917032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 9625040

[startup+7.60066 s]
/proc/loadavg: 2.18 2.10 1.77 3/213 19585
/proc/meminfo: memFree=30751832/32872528 swapFree=526336/559040
[pid=19566] ppid=19563 vsize=0 CPUtime=8.94 cores=1,3,5,7
/proc/19566/stat : 19566 (java) Z 19563 19566 18872 0 -1 4203532 19499 0 1 0 888 6 0 0 20 0 2 0 36415723 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19566/statm: 0 0 0 0 0 0 0
[pid=19566/tid=19569] ppid=19563 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/19566/task/19569/stat : 19569 (java) R 19563 19566 18872 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 36415724 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 7.60338
CPU time (s): 8.94264
CPU user time (s): 8.88165
CPU system time (s): 0.06099
CPU usage (%): 117.614
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.88165
system time used= 0.06099
maximum resident set size= 103588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 462
involuntary context switches= 54

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051992 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:40:56
IDJOB=4109540
IDBENCH=78844
IDSOLVER=2551
FILE ID=node106/4109540-1466343656
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109540-1466343656/watcher-4109540-1466343656 -o /tmp/evaluation-result-4109540-1466343656/solver-4109540-1466343656 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109540-1466343656.wbo

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

MD5SUM BENCH= 33073796b90256de3fa5d24843165564
RANDOM SEED=787633278

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.073
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.56
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.073
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.073
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.56
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.073
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.38
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.073
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:        30860564 kB
Buffers:           71004 kB
Cached:           226256 kB
SwapCached:         1780 kB
Active:           445160 kB
Inactive:         238880 kB
Active(anon):     386196 kB
Inactive(anon):     3188 kB
Active(file):      58964 kB
Inactive(file):   235692 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               772 kB
Writeback:             0 kB
AnonPages:        994264 kB
Mapped:            15512 kB
Shmem:                 0 kB
Slab:             625208 kB
SReclaimable:      68392 kB
SUnreclaim:       556816 kB
KernelStack:        1768 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1116012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 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= 71700 MiB
End job on node106 at 2016-06-19 15:41:04