Trace number 4090596

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 5.8931 5.12712

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-33-100-0.wbo
MD5SUMfefb0803ef3749855e286a972cf1f155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.52161
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
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-4090596-1466065060.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     233
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 => 29
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 64 literals
0.29/0.24	c SATISFIABLE
0.29/0.24	c OPTIMIZING...
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.143
0.29/0.24	o 1340
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.161
0.29/0.26	o 929
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.173
0.29/0.27	o 913
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.29/0.28	o 886
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.29/0.29	o 727
0.29/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.29/0.30	o 723
0.57/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.57/0.31	o 712
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.293
0.57/0.39	o 709
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.70/0.40	o 546
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.70/0.40	o 530
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.70/0.41	o 524
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.313
0.70/0.41	o 515
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.317
0.70/0.42	o 459
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.324
0.70/0.42	o 457
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.70/0.43	o 455
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.70/0.44	o 453
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.70/0.45	o 452
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.70/0.46	o 450
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.70/0.47	o 449
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.70/0.48	o 447
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.70/0.48	o 443
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.383
0.70/0.48	o 383
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.70/0.49	o 375
0.86/0.50	c Got one! Elapsed wall clock time (in seconds):0.401
0.86/0.50	o 368
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
0.86/0.51	o 367
0.86/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
0.86/0.52	o 363
0.86/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
0.86/0.52	o 362
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
0.86/0.53	o 359
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.432
0.86/0.53	o 357
0.86/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.86/0.54	o 330
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
0.86/0.56	o 328
0.86/0.57	c Got one! Elapsed wall clock time (in seconds):0.468
0.86/0.57	o 327
0.86/0.57	c Got one! Elapsed wall clock time (in seconds):0.472
0.86/0.57	o 323
0.86/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.86/0.58	o 319
0.86/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
0.86/0.58	o 295
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.514
0.97/0.61	o 289
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
0.97/0.63	o 271
1.11/0.79	c cleaning 5890 clauses out of 11780 with flag 10296/11780
1.25/0.81	c Got one! Elapsed wall clock time (in seconds):0.71
1.25/0.81	o 266
1.25/0.82	c Got one! Elapsed wall clock time (in seconds):0.722
1.25/0.82	o 265
1.25/0.83	c Got one! Elapsed wall clock time (in seconds):0.73
1.25/0.83	o 256
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.775
1.25/0.87	o 254
1.25/0.88	c Got one! Elapsed wall clock time (in seconds):0.784
1.25/0.88	o 249
1.39/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.39/0.90	o 234
1.39/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
1.39/0.91	o 220
1.63/1.06	c Got one! Elapsed wall clock time (in seconds):0.957
1.63/1.06	o 219
1.63/1.07	c Got one! Elapsed wall clock time (in seconds):0.968
1.63/1.07	o 215
1.77/1.10	c Got one! Elapsed wall clock time (in seconds):1.004
1.77/1.10	o 209
1.77/1.16	c cleaning 7370 clauses out of 14746 with flag 3338/20636
1.77/1.17	c Got one! Elapsed wall clock time (in seconds):1.07
1.77/1.17	o 204
1.88/1.21	c Got one! Elapsed wall clock time (in seconds):1.109
1.88/1.21	o 203
1.88/1.22	c Got one! Elapsed wall clock time (in seconds):1.122
1.88/1.22	o 201
1.88/1.24	c Got one! Elapsed wall clock time (in seconds):1.141
1.88/1.24	o 185
1.88/1.25	c Got one! Elapsed wall clock time (in seconds):1.15
1.88/1.25	o 182
1.88/1.28	c Got one! Elapsed wall clock time (in seconds):1.175
1.88/1.28	o 163
1.98/1.35	c Got one! Elapsed wall clock time (in seconds):1.249
1.98/1.35	o 161
1.98/1.37	c Got one! Elapsed wall clock time (in seconds):1.271
1.98/1.37	o 160
1.98/1.39	c Got one! Elapsed wall clock time (in seconds):1.286
1.98/1.39	o 159
1.98/1.39	c Got one! Elapsed wall clock time (in seconds):1.29
1.98/1.39	o 155
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.326
2.08/1.43	o 152
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.329
2.08/1.43	o 151
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.333
2.08/1.43	o 149
2.19/1.58	c cleaning 8399 clauses out of 16810 with flag 9930/30070
2.33/1.62	c Got one! Elapsed wall clock time (in seconds):1.516
2.33/1.62	o 147
2.33/1.66	c Got one! Elapsed wall clock time (in seconds):1.557
2.33/1.66	o 145
2.33/1.68	c Got one! Elapsed wall clock time (in seconds):1.578
2.33/1.68	o 101
2.43/1.70	c Got one! Elapsed wall clock time (in seconds):1.6
2.43/1.70	o 100
2.43/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.43/1.73	o 98
2.43/1.74	c Got one! Elapsed wall clock time (in seconds):1.637
2.43/1.74	o 97
2.43/1.74	c Got one! Elapsed wall clock time (in seconds):1.638
2.43/1.74	o 93
2.53/1.86	c Got one! Elapsed wall clock time (in seconds):1.756
2.53/1.86	o 86
2.63/1.90	c Got one! Elapsed wall clock time (in seconds):1.805
2.63/1.90	o 82
2.63/1.91	c Got one! Elapsed wall clock time (in seconds):1.81
2.63/1.91	o 81
2.63/1.94	c Got one! Elapsed wall clock time (in seconds):1.837
2.63/1.94	o 71
2.63/1.94	c Got one! Elapsed wall clock time (in seconds):1.843
2.63/1.94	o 70
2.74/2.00	c cleaning 9011 clauses out of 18026 with flag 3467/39685
2.84/2.12	c Got one! Elapsed wall clock time (in seconds):2.02
2.84/2.12	o 62
2.84/2.14	c Got one! Elapsed wall clock time (in seconds):2.035
2.84/2.14	o 59
2.95/2.22	c cleaning 7213 clauses out of 14438 with flag 6925/45109
3.15/2.43	c Got one! Elapsed wall clock time (in seconds):2.33
3.15/2.43	o 58
3.15/2.46	c Got one! Elapsed wall clock time (in seconds):2.36
3.15/2.46	o 53
3.25/2.52	c Got one! Elapsed wall clock time (in seconds):2.419
3.25/2.52	o 42
3.25/2.57	c Got one! Elapsed wall clock time (in seconds):2.471
3.25/2.57	o 40
3.35/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
3.35/2.68	o 31
3.46/2.73	c cleaning 9960 clauses out of 19919 with flag 3262/57803
3.56/2.86	c Got one! Elapsed wall clock time (in seconds):2.758
3.56/2.86	o 30
3.66/2.94	c cleaning 7760 clauses out of 15530 with flag 6886/63375
3.66/2.96	c Got one! Elapsed wall clock time (in seconds):2.857
3.66/2.96	o 24
3.66/2.99	c Got one! Elapsed wall clock time (in seconds):2.889
3.66/2.99	o 23
3.86/3.11	c Got one! Elapsed wall clock time (in seconds):3.01
3.86/3.11	o 14
3.86/3.15	c Got one! Elapsed wall clock time (in seconds):3.052
3.86/3.15	o 11
3.86/3.15	c Got one! Elapsed wall clock time (in seconds):3.055
3.86/3.15	o 10
3.96/3.20	c cleaning 7438 clauses out of 14879 with flag 3926/70484
4.06/3.34	c Got one! Elapsed wall clock time (in seconds):3.243
4.06/3.34	o 8
4.06/3.39	c cleaning 6334 clauses out of 12680 with flag 4255/75724
4.36/3.61	c cleaning 6172 clauses out of 12344 with flag 26981/81724
4.57/3.87	c cleaning 6587 clauses out of 13173 with flag 54195/88726
4.67/3.92	c Got one! Elapsed wall clock time (in seconds):3.824
4.67/3.92	o 5
4.76/4.08	c cleaning 6138 clauses out of 12285 with flag 16506/94427
4.96/4.23	c Got one! Elapsed wall clock time (in seconds):4.126
4.96/4.23	o 4
4.96/4.27	c cleaning 5747 clauses out of 11495 with flag 4111/99777
5.17/4.48	c cleaning 5869 clauses out of 11748 with flag 29557/105779
5.46/4.75	c cleaning 6433 clauses out of 12872 with flag 59312/112777
5.56/4.89	c Got one! Elapsed wall clock time (in seconds):4.793
5.56/4.89	o 3
5.66/4.96	c Got one! Elapsed wall clock time (in seconds):4.856
5.66/4.96	o 2
5.76/5.01	c cleaning 6344 clauses out of 12692 with flag 4347/119039
5.86/5.12	c starts		: 201
5.86/5.12	c conflicts		: 121740
5.86/5.12	c decisions		: 205323
5.86/5.12	c propagations		: 3035851
5.86/5.12	c inspects		: 60164356
5.86/5.12	c shortcuts		: 0
5.86/5.12	c learnt literals	: 35
5.86/5.12	c learnt binary clauses	: 6
5.86/5.12	c learnt ternary clauses	: 145
5.86/5.12	c learnt constraints	: 121704
5.86/5.12	c ignored constraints	: 0
5.86/5.12	c root simplifications	: 0
5.86/5.12	c removed literals (reason simplification)	: 0
5.86/5.12	c reason swapping (by a shorter reason)	: 0
5.86/5.12	c Calls to reduceDB	: 16
5.86/5.12	c Number of update (reduction) of LBD	: 32945
5.86/5.12	c Imported unit clauses	: 0
5.86/5.12	c number of reductions to clauses (during analyze)	: 0
5.86/5.12	c number of learned constraints concerned by reduction	: 0
5.86/5.12	c number of learning phase by resolution	: 0
5.86/5.12	c number of learning phase by cutting planes	: 0
5.86/5.12	c speed (assignments/second)	: 611820.0322450625
5.86/5.12	c non guided choices	3193
5.86/5.12	c learnt constraints type 
5.86/5.12	s OPTIMUM FOUND
5.86/5.12	c Found 90 solution(s)
5.86/5.12	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 
5.86/5.12	c objective function=2
5.86/5.12	c Total wall clock time (in seconds): 5.02

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090596-1466065060/watcher-4090596-1466065060 -o /tmp/evaluation-result-4090596-1466065060/solver-4090596-1466065060 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090596-1466065060.wbo 

pid=9966
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.13 2.03 1.91 3/194 9969
/proc/meminfo: memFree=32022068/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8550807 98570240 978 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 24065 978 744 9 0 16771 0
[pid=9969/tid=9970] ppid=9966 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8550807 98570240 978 33554432000 1073741824 1073778376 140737196961472 140227774512680 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100097 s]
/proc/loadavg: 2.13 2.03 1.91 3/194 9969
/proc/meminfo: memFree=32022068/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 8550807 9787879424 6122 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2389619 6122 2157 9 0 2380296 0
[pid=9969/tid=9970] ppid=9966 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 8550807 9787879424 6122 33554432000 1073741824 1073778376 140737196961472 140227774516128 243768812813 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.200333 s]
/proc/loadavg: 2.13 2.03 1.91 3/194 9969
/proc/meminfo: memFree=32022068/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 6689 0 1 0 27 2 0 0 20 0 19 0 8550807 9856040960 8768 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 8768 2232 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 19 0 8550807 9856040960 8768 33554432000 1073741824 1073778376 140737196961472 140227774517888 140227612096991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300351 s]
/proc/loadavg: 2.13 2.03 1.91 3/194 9969
/proc/meminfo: memFree=32022068/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 7597 0 1 0 55 2 0 0 20 0 19 0 8550807 9856040960 8847 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 8847 2244 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 8550807 9856040960 8847 33554432000 1073741824 1073778376 140737196961472 140227774517888 243768812717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700249 s]
/proc/loadavg: 2.13 2.03 1.91 3/194 9969
/proc/meminfo: memFree=32022068/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 8619 0 1 0 109 2 0 0 20 0 19 0 8550807 9856040960 10106 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 10106 2254 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 8550807 9856040960 10106 33554432000 1073741824 1073778376 140737196961472 140227774509360 140227612460832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.13 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31975384/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12463 0 1 0 216 3 0 0 20 0 19 0 8550807 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 12819 2262 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2412 0 1 0 146 1 0 0 20 0 19 0 8550807 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227774517800 140227612480162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3760 0 0 0 30 0 0 0 20 0 19 0 8550811 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 12819 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.13 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31962228/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12509 0 1 0 382 4 0 0 20 0 19 0 8550807 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 15418 2263 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2419 0 1 0 305 1 0 0 20 0 19 0 8550807 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227774517768 140227612441579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3799 0 0 0 36 0 0 0 20 0 19 0 8550811 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

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

[startup+3.2009 s]
/proc/loadavg: 2.13 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31962228/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=3.96 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12509 0 1 0 392 4 0 0 20 0 19 0 8550807 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 15418 2263 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2419 0 1 0 315 1 0 0 20 0 19 0 8550807 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227774517768 140227612652896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 15418 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3799 0 0 0 37 0 0 0 20 0 19 0 8550811 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 16442 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9625040

[startup+4.8007 s]
/proc/loadavg: 2.12 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31921616/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=5.56 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12516 0 1 0 552 4 0 0 20 0 19 0 8550807 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 17979 2264 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2425 0 1 0 475 1 0 0 20 0 19 0 8550807 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227774508752 140227612470075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3799 0 0 0 37 0 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 9625040

[startup+5.0007 s]
/proc/loadavg: 2.12 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31921616/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=5.76 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12516 0 1 0 572 4 0 0 20 0 19 0 8550807 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 17979 2264 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=4.96 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2425 0 1 0 495 1 0 0 20 0 19 0 8550807 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227774508752 140227612469055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3799 0 0 0 37 0 0 0 20 0 19 0 8550811 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 17979 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 9625040

[startup+5.10071 s]
/proc/loadavg: 2.12 2.03 1.91 3/213 9988
/proc/meminfo: memFree=31921616/32872528 swapFree=7268/7268
[pid=9969] ppid=9966 vsize=9625040 CPUtime=5.86 cores=1,3,5,7
/proc/9969/stat : 9969 (java) S 9966 9969 9094 0 -1 4202496 12517 0 1 0 582 4 0 0 20 0 19 0 8550807 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140737196952608 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9969/statm: 2406260 16950 2264 9 0 2396937 0
[pid=9969/tid=9970] ppid=9966 vsize=9625040 CPUtime=5.06 cores=1,3,5,7
/proc/9969/task/9970/stat : 9970 (java) R 9966 9969 9094 0 -1 4202560 2426 0 1 0 505 1 0 0 20 0 19 0 8550807 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227774517816 140227612107493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9972] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9972/stat : 9972 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227736009640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9973] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9973/stat : 9973 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227734957096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9974] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9974/stat : 9974 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227733904040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9969/tid=9975] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9975/stat : 9975 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227732851496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9976] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9976/stat : 9976 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227731798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9977] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9977/stat : 9977 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227730745896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9978] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9978/stat : 9978 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227611977896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9969/tid=9979] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9979/stat : 9979 (java) S 9966 9969 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8550808 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227610925352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9980] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9980/stat : 9980 (java) S 9966 9969 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227598728040 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9981] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9981/stat : 9981 (java) S 9966 9969 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227597674360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9982] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9982/stat : 9982 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550809 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140227596621192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9983] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9983/stat : 9983 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550811 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226857003792 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9984] ppid=9966 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9969/task/9984/stat : 9984 (java) S 9966 9969 9094 0 -1 4202560 5018 0 0 0 37 1 0 0 20 0 19 0 8550811 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226855950648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9985] ppid=9966 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9969/task/9985/stat : 9985 (java) S 9966 9969 9094 0 -1 4202560 3799 0 0 0 37 0 0 0 20 0 19 0 8550811 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226854898104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9986] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9986/stat : 9986 (java) S 9966 9969 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226853845240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9969/tid=9987] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9987/stat : 9987 (java) S 9966 9969 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8550812 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226852792904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9969/tid=9988] ppid=9966 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9969/task/9988/stat : 9988 (java) S 9966 9969 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8550823 9856040960 16950 33554432000 1073741824 1073778376 140737196961472 140226851739176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 5.12712
CPU time (s): 5.8931
CPU user time (s): 5.84211
CPU system time (s): 0.050992
CPU usage (%): 114.94
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.84211
system time used= 0.050992
maximum resident set size= 71916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12541
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= 396
involuntary context switches= 46

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037994 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:40
IDJOB=4090596
IDBENCH=78817
IDSOLVER=2551
FILE ID=node151/4090596-1466065060
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 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.1110973364--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090596-1466065060/watcher-4090596-1466065060 -o /tmp/evaluation-result-4090596-1466065060/solver-4090596-1466065060 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090596-1466065060.wbo

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

MD5SUM BENCH= fefb0803ef3749855e286a972cf1f155
RANDOM SEED=1838979117

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.56
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.103
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:        32022868 kB
Buffers:            4824 kB
Cached:            38928 kB
SwapCached:        61608 kB
Active:            54592 kB
Inactive:          81344 kB
Active(anon):      33524 kB
Inactive(anon):    61024 kB
Active(file):      21068 kB
Inactive(file):    20320 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        137476 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             565520 kB
SReclaimable:       8780 kB
SUnreclaim:       556740 kB
KernelStack:        1760 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71748 MiB
End job on node151 at 2016-06-16 10:17:45