Trace number 4109560

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 9.45256 7.67119

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-66-100-0.wbo
MD5SUM994f94b5e00e9f32d6033ad27b9df019
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark21.8357
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 1261
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.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@587bd9f2
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@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109560-1466343661.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.053s.
0.10/0.15	c declared #vars     169
0.10/0.15	c internal #vars     197
0.10/0.15	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.55/0.31	c SATISFIABLE
0.55/0.31	c OPTIMIZING...
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.55/0.31	o 739
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.55/0.35	o 738
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.255
0.55/0.36	o 492
0.86/0.54	c cleaning 3349 clauses out of 6697 with flag 11063/6697
0.86/0.55	c Got one! Elapsed wall clock time (in seconds):0.445
0.86/0.55	o 489
1.31/0.71	c cleaning 4254 clauses out of 8515 with flag 14488/11864
1.31/0.75	c Got one! Elapsed wall clock time (in seconds):0.649
1.31/0.75	o 459
1.31/0.76	c Got one! Elapsed wall clock time (in seconds):0.655
1.31/0.76	o 451
1.31/0.76	c Got one! Elapsed wall clock time (in seconds):0.66
1.31/0.76	o 436
1.31/0.77	c Got one! Elapsed wall clock time (in seconds):0.669
1.31/0.77	o 423
1.41/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.41/0.80	o 422
1.41/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.41/0.81	o 420
1.51/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.51/0.90	o 418
1.51/0.91	c Got one! Elapsed wall clock time (in seconds):0.804
1.51/0.91	o 413
1.51/0.91	c Got one! Elapsed wall clock time (in seconds):0.809
1.51/0.91	o 374
1.51/0.99	c cleaning 6079 clauses out of 12159 with flag 6425/19762
1.62/1.05	c Got one! Elapsed wall clock time (in seconds):0.948
1.62/1.05	o 369
1.72/1.14	c Got one! Elapsed wall clock time (in seconds):1.037
1.72/1.14	o 353
1.72/1.15	c Got one! Elapsed wall clock time (in seconds):1.052
1.72/1.15	o 351
1.82/1.24	c cleaning 6421 clauses out of 12844 with flag 6489/26526
1.82/1.29	c Got one! Elapsed wall clock time (in seconds):1.191
1.82/1.29	o 321
1.93/1.32	c Got one! Elapsed wall clock time (in seconds):1.214
1.93/1.32	o 301
1.93/1.32	c Got one! Elapsed wall clock time (in seconds):1.221
1.93/1.32	o 295
1.93/1.33	c Got one! Elapsed wall clock time (in seconds):1.224
1.93/1.33	o 278
2.03/1.48	c cleaning 6454 clauses out of 12914 with flag 13160/33017
2.13/1.54	c Got one! Elapsed wall clock time (in seconds):1.437
2.13/1.54	o 274
2.23/1.60	c Got one! Elapsed wall clock time (in seconds):1.5
2.23/1.60	o 272
2.33/1.72	c cleaning 6570 clauses out of 13142 with flag 10532/39699
2.43/1.82	c Got one! Elapsed wall clock time (in seconds):1.718
2.43/1.82	o 269
2.43/1.82	c Got one! Elapsed wall clock time (in seconds):1.723
2.43/1.82	o 225
2.43/1.90	c cleaning 6093 clauses out of 12214 with flag 6827/45341
2.53/1.93	c Got one! Elapsed wall clock time (in seconds):1.827
2.53/1.93	o 220
2.63/2.05	c Got one! Elapsed wall clock time (in seconds):1.95
2.63/2.05	o 215
2.63/2.09	c Got one! Elapsed wall clock time (in seconds):1.985
2.63/2.09	o 197
2.73/2.10	c Got one! Elapsed wall clock time (in seconds):2.002
2.73/2.10	o 191
2.73/2.12	c Got one! Elapsed wall clock time (in seconds):2.017
2.73/2.12	o 180
2.73/2.14	c Got one! Elapsed wall clock time (in seconds):2.039
2.73/2.14	o 174
2.73/2.16	c Got one! Elapsed wall clock time (in seconds):2.06
2.73/2.16	o 161
2.84/2.21	c cleaning 7271 clauses out of 14545 with flag 4073/53765
2.94/2.35	c Got one! Elapsed wall clock time (in seconds):2.246
2.94/2.35	o 157
2.94/2.38	c Got one! Elapsed wall clock time (in seconds):2.283
2.94/2.39	o 156
3.03/2.44	c cleaning 6571 clauses out of 13151 with flag 3807/59642
3.21/2.54	c Got one! Elapsed wall clock time (in seconds):2.434
3.21/2.54	o 134
3.42/2.68	c cleaning 6184 clauses out of 12379 with flag 11195/65441
3.82/2.89	c cleaning 6095 clauses out of 12196 with flag 33477/71442
4.09/3.07	c Got one! Elapsed wall clock time (in seconds):2.97
4.09/3.07	o 130
4.29/3.23	c Got one! Elapsed wall clock time (in seconds):3.127
4.29/3.23	o 117
4.40/3.32	c cleaning 8636 clauses out of 17275 with flag 7511/82616
4.50/3.41	c Got one! Elapsed wall clock time (in seconds):3.304
4.50/3.41	o 116
4.50/3.43	c Got one! Elapsed wall clock time (in seconds):3.324
4.50/3.43	o 110
4.59/3.56	c cleaning 7398 clauses out of 14801 with flag 12178/88778
5.14/3.80	c cleaning 6699 clauses out of 13404 with flag 36720/94779
5.14/3.84	c Got one! Elapsed wall clock time (in seconds):3.741
5.14/3.84	o 107
5.39/4.00	c cleaning 5961 clauses out of 11926 with flag 16817/100000
5.80/4.22	c cleaning 5975 clauses out of 11965 with flag 43056/106000
5.80/4.24	c Got one! Elapsed wall clock time (in seconds):4.14
5.80/4.24	o 100
6.00/4.39	c Got one! Elapsed wall clock time (in seconds):4.292
6.00/4.39	o 99
6.16/4.44	c cleaning 6115 clauses out of 12245 with flag 3980/112255
6.16/4.46	c Got one! Elapsed wall clock time (in seconds):4.358
6.16/4.46	o 97
6.26/4.51	c Got one! Elapsed wall clock time (in seconds):4.413
6.26/4.51	o 86
6.36/4.66	c cleaning 6409 clauses out of 12821 with flag 16673/118946
6.36/4.68	c Got one! Elapsed wall clock time (in seconds):4.577
6.36/4.68	o 81
6.56/4.85	c cleaning 6065 clauses out of 12136 with flag 22237/124670
6.78/5.05	c cleaning 6028 clauses out of 12070 with flag 49289/130669
6.78/5.07	c Got one! Elapsed wall clock time (in seconds):4.971
6.78/5.07	o 80
6.97/5.24	c cleaning 5859 clauses out of 11722 with flag 23082/136350
7.17/5.45	c cleaning 5913 clauses out of 11859 with flag 49187/142348
7.49/5.70	c cleaning 6470 clauses out of 12945 with flag 80823/149349
7.79/6.01	c cleaning 7235 clauses out of 14473 with flag 117542/157351
8.19/6.40	c cleaning 8115 clauses out of 16235 with flag 158029/166350
8.59/6.86	c cleaning 9052 clauses out of 18116 with flag 206012/176348
9.09/7.38	c cleaning 10025 clauses out of 20058 with flag 257294/187348
9.39/7.66	c starts		: 213
9.39/7.66	c conflicts		: 193495
9.39/7.66	c decisions		: 305021
9.39/7.66	c propagations		: 4067738
9.39/7.66	c inspects		: 95185519
9.39/7.66	c shortcuts		: 0
9.39/7.66	c learnt literals	: 30
9.39/7.66	c learnt binary clauses	: 4
9.39/7.66	c learnt ternary clauses	: 105
9.39/7.66	c learnt constraints	: 193464
9.39/7.66	c ignored constraints	: 0
9.39/7.66	c root simplifications	: 0
9.39/7.66	c removed literals (reason simplification)	: 0
9.39/7.66	c reason swapping (by a shorter reason)	: 0
9.39/7.66	c Calls to reduceDB	: 27
9.39/7.66	c Number of update (reduction) of LBD	: 44895
9.39/7.66	c Imported unit clauses	: 0
9.39/7.66	c number of reductions to clauses (during analyze)	: 0
9.39/7.66	c number of learned constraints concerned by reduction	: 0
9.39/7.66	c number of learning phase by resolution	: 0
9.39/7.66	c number of learning phase by cutting planes	: 0
9.39/7.66	c speed (assignments/second)	: 542075.9594882729
9.39/7.66	c non guided choices	1621
9.39/7.66	c learnt constraints type 
9.39/7.66	s OPTIMUM FOUND
9.39/7.66	c Found 45 solution(s)
9.39/7.66	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 
9.39/7.66	c objective function=80
9.39/7.66	c Total wall clock time (in seconds): 7.561

Verifier Data

OK	80

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-4109560-1466343661/watcher-4109560-1466343661 -o /tmp/evaluation-result-4109560-1466343661/solver-4109560-1466343661 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109560-1466343661.wbo 

pid=6130
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.18 1.86 3/195 6133
/proc/meminfo: memFree=30440652/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36415323 98570240 977 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 24065 977 743 9 0 16771 0
[pid=6133/tid=6134] ppid=6130 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36415323 98570240 977 33554432000 1073741824 1073778376 140736746674000 140649535536680 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.12 2.18 1.86 3/195 6133
/proc/meminfo: memFree=30440652/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 4503 0 1 0 9 1 0 0 20 0 18 0 36415323 9787879424 6127 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2389619 6127 2157 9 0 2380296 0
[pid=6133/tid=6134] ppid=6130 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 36415323 9787879424 6127 33554432000 1073741824 1073778376 140736746674000 140649535540128 219517347085 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.200335 s]
/proc/loadavg: 2.12 2.18 1.86 3/195 6133
/proc/meminfo: memFree=30440652/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 6692 0 1 0 26 1 0 0 20 0 19 0 36415323 9856040960 8781 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 8781 2232 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 19 0 36415323 9856040960 8781 33554432000 1073741824 1073778376 140736746674000 140649535541888 140649391317869 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) 9625040

[startup+0.300341 s]
/proc/loadavg: 2.12 2.18 1.86 3/195 6133
/proc/meminfo: memFree=30440652/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 7574 0 1 0 53 2 0 0 20 0 19 0 36415323 9856040960 8926 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 8926 2244 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 36415323 9856040960 8926 33554432000 1073741824 1073778376 140736746674000 140649535541304 140649391716862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700226 s]
/proc/loadavg: 2.12 2.18 1.86 3/195 6133
/proc/meminfo: memFree=30440652/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 14981 0 1 0 128 3 0 0 20 0 19 0 36415323 9856040960 13235 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 13235 2258 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2408 0 1 0 65 2 0 0 20 0 19 0 36415323 9856040960 13235 33554432000 1073741824 1073778376 140736746674000 140649535541640 140649391641555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.12 2.18 1.86 3/213 6152
/proc/meminfo: memFree=30390380/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 14988 0 1 0 210 3 0 0 20 0 19 0 36415323 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 14774 2260 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2412 0 1 0 145 2 0 0 20 0 19 0 36415323 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649535532720 140649391647530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6842 0 0 0 31 1 0 0 20 0 19 0 36415328 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 4462 0 0 0 31 0 0 0 20 0 19 0 36415328 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 14774 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.12 2.18 1.86 3/213 6152
/proc/meminfo: memFree=30375440/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 19828 0 1 0 415 4 0 0 20 0 19 0 36415323 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 19349 2261 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2417 0 1 0 304 2 0 0 20 0 19 0 36415323 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649535541608 140649391682789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6874 0 0 0 34 1 0 0 20 0 19 0 36415328 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 9265 0 0 0 74 0 0 0 20 0 19 0 36415328 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 19349 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.11 2.18 1.86 4/213 6152
/proc/meminfo: memFree=30315236/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=8.09 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 23444 0 1 0 804 5 0 0 20 0 19 0 36415323 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 22771 2263 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2428 0 1 0 624 2 0 0 20 0 19 0 36415323 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649535539768 140649391700686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6874 0 0 0 34 1 0 0 20 0 19 0 36415328 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 12869 0 0 0 141 2 0 0 20 0 19 0 36415328 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 22771 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9625040

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

[startup+6.40089 s]
/proc/loadavg: 2.11 2.18 1.86 4/213 6152
/proc/meminfo: memFree=30315236/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=8.19 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 23445 0 1 0 814 5 0 0 20 0 19 0 36415323 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 23283 2263 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=6.35 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2429 0 1 0 633 2 0 0 20 0 19 0 36415323 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649535539768 140649392301361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6874 0 0 0 34 1 0 0 20 0 19 0 36415328 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 12869 0 0 0 141 2 0 0 20 0 19 0 36415328 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 23283 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9625040

[startup+7.20071 s]
/proc/loadavg: 2.11 2.18 1.86 3/213 6152
/proc/meminfo: memFree=30302948/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=8.99 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 23448 0 1 0 894 5 0 0 20 0 19 0 36415323 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 24307 2263 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2432 0 1 0 712 2 0 0 20 0 19 0 36415323 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649535532720 140649391728863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6874 0 0 0 34 1 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 12869 0 0 0 141 2 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 9625040

[startup+7.6007 s]
/proc/loadavg: 2.11 2.18 1.86 3/213 6152
/proc/meminfo: memFree=30302948/32872528 swapFree=1075284/1157044
[pid=6133] ppid=6130 vsize=9625040 CPUtime=9.39 cores=1,3,5,7
/proc/6133/stat : 6133 (java) S 6130 6133 5243 0 -1 4202496 23448 0 1 0 934 5 0 0 20 0 19 0 36415323 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140736746665136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6133/statm: 2406260 24307 2263 9 0 2396937 0
[pid=6133/tid=6134] ppid=6130 vsize=9625040 CPUtime=7.54 cores=1,3,5,7
/proc/6133/task/6134/stat : 6134 (java) R 6130 6133 5243 0 -1 4202560 2432 0 1 0 752 2 0 0 20 0 19 0 36415323 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649535532720 140649391647530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6136] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6136/stat : 6136 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649513642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6137] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6137/stat : 6137 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649512589864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6138] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6138/stat : 6138 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649511536808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6133/tid=6139] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6139/stat : 6139 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649510484264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6140] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6140/stat : 6140 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649173085096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6141] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6141/stat : 6141 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649172032552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6142] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6142/stat : 6142 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649170979496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6143] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6143/stat : 6143 (java) S 6130 6133 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415324 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649169926952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6144] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6144/stat : 6144 (java) S 6130 6133 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415325 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649157728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6145] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6145/stat : 6145 (java) S 6130 6133 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649156674936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6146] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6146/stat : 6146 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415326 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649155621768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6147] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6147/stat : 6147 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649154570512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6148] ppid=6130 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6133/task/6148/stat : 6148 (java) S 6130 6133 5243 0 -1 4202560 6874 0 0 0 34 1 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649153518392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6133/tid=6149] ppid=6130 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/6133/task/6149/stat : 6149 (java) S 6130 6133 5243 0 -1 4202560 12869 0 0 0 141 2 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649152465848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6150] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6150/stat : 6150 (java) S 6130 6133 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649151412984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6133/tid=6151] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6151/stat : 6151 (java) S 6130 6133 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415328 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649150360648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6133/tid=6152] ppid=6130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6133/task/6152/stat : 6152 (java) S 6130 6133 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415339 9856040960 24307 33554432000 1073741824 1073778376 140736746674000 140649149305896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.67119
CPU time (s): 9.45256
CPU user time (s): 9.36958
CPU system time (s): 0.082987
CPU usage (%): 123.222
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36957
system time used= 0.082987
maximum resident set size= 99340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23472
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= 471
involuntary context switches= 154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:41:01
IDJOB=4109560
IDBENCH=78852
IDSOLVER=2551
FILE ID=node114/4109560-1466343661
RUNJOBID= node114-1466341822-5260
PBS_JOBID= 19922038
Free space on /tmp= 71724 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.1110968898--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109560-1466343661/watcher-4109560-1466343661 -o /tmp/evaluation-result-4109560-1466343661/solver-4109560-1466343661 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109560-1466343661.wbo

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

MD5SUM BENCH= 994f94b5e00e9f32d6033ad27b9df019
RANDOM SEED=1521718528

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        30443320 kB
Buffers:          146200 kB
Cached:           327432 kB
SwapCached:          836 kB
Active:           164252 kB
Inactive:         339388 kB
Active(anon):      30848 kB
Inactive(anon):     1760 kB
Active(file):     133404 kB
Inactive(file):   337628 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1888 kB
Writeback:             0 kB
AnonPages:       1196988 kB
Mapped:            16372 kB
Shmem:                 0 kB
Slab:             623864 kB
SReclaimable:      66876 kB
SUnreclaim:       556988 kB
KernelStack:        1720 kB
PageTables:         6792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71724 MiB
End job on node114 at 2016-06-19 15:41:09