Trace number 4109472

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 6.17206 5.30588

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-33-100-0.wbo
MD5SUM82fa1f93f0f1de3f2bb6b9affea621cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.90356
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 1240
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109472-1466343644.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.27/0.22	o 800
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.164
0.27/0.27	o 723
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.27/0.28	o 722
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.27/0.29	o 684
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.56/0.30	o 679
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.202
0.56/0.31	o 657
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.207
0.56/0.31	o 483
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.56/0.38	o 372
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.281
0.56/0.39	o 371
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.56/0.39	o 367
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.70/0.40	o 360
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.70/0.42	o 352
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.70/0.43	o 346
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.70/0.44	o 334
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.341
0.70/0.45	o 323
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.346
0.70/0.45	o 322
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.70/0.46	o 321
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.70/0.47	o 308
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.70/0.49	o 301
0.70/0.50	c Got one! Elapsed wall clock time (in seconds):0.39
0.70/0.50	o 300
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.84/0.50	o 296
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
0.84/0.50	o 289
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.84/0.53	o 284
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.84/0.54	o 283
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.84/0.57	o 282
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
0.84/0.57	o 269
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
0.84/0.59	o 268
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.483
0.84/0.59	o 264
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
0.84/0.59	o 256
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
0.96/0.60	o 254
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
0.96/0.60	o 249
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.96/0.60	o 236
0.96/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
0.96/0.62	o 234
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.523
0.96/0.63	o 228
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
0.96/0.63	o 224
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
0.96/0.64	o 219
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
0.96/0.64	o 165
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
0.96/0.65	o 162
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.551
0.96/0.66	o 161
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.96/0.67	o 144
0.96/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
0.96/0.68	o 133
0.96/0.69	c Got one! Elapsed wall clock time (in seconds):0.58
0.96/0.69	o 132
1.12/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.12/0.70	o 127
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.606
1.12/0.71	o 123
1.12/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.12/0.72	o 120
1.39/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.39/0.81	o 116
1.39/0.82	c Got one! Elapsed wall clock time (in seconds):0.713
1.39/0.82	o 112
1.52/0.94	c cleaning 7572 clauses out of 15144 with flag 6588/15144
1.85/1.21	c cleaning 6783 clauses out of 13574 with flag 27098/21146
1.95/1.40	c Got one! Elapsed wall clock time (in seconds):1.29
1.95/1.40	o 111
2.05/1.42	c Got one! Elapsed wall clock time (in seconds):1.312
2.05/1.42	o 99
2.05/1.47	c cleaning 6357 clauses out of 12725 with flag 3194/27080
2.17/1.50	c Got one! Elapsed wall clock time (in seconds):1.395
2.17/1.50	o 98
2.17/1.52	c Got one! Elapsed wall clock time (in seconds):1.417
2.17/1.52	o 91
2.37/1.73	c cleaning 6353 clauses out of 12706 with flag 16441/33418
2.47/1.83	c Got one! Elapsed wall clock time (in seconds):1.72
2.47/1.83	o 78
2.57/1.95	c cleaning 6022 clauses out of 12055 with flag 9903/39120
2.67/2.07	c Got one! Elapsed wall clock time (in seconds):1.967
2.67/2.07	o 70
2.67/2.08	c Got one! Elapsed wall clock time (in seconds):1.976
2.67/2.08	o 69
2.67/2.10	c Got one! Elapsed wall clock time (in seconds):1.99
2.67/2.10	o 68
2.77/2.11	c Got one! Elapsed wall clock time (in seconds):2.004
2.77/2.11	o 66
2.77/2.11	c Got one! Elapsed wall clock time (in seconds):2.007
2.77/2.11	o 65
2.77/2.13	c Got one! Elapsed wall clock time (in seconds):2.021
2.77/2.13	o 58
2.90/2.21	c cleaning 6435 clauses out of 12875 with flag 6176/45962
2.90/2.22	c Got one! Elapsed wall clock time (in seconds):2.117
2.90/2.22	o 55
2.90/2.23	c Got one! Elapsed wall clock time (in seconds):2.124
2.90/2.23	o 53
2.90/2.30	c Got one! Elapsed wall clock time (in seconds):2.193
2.90/2.30	o 48
3.11/2.41	c cleaning 6086 clauses out of 12181 with flag 9313/51703
3.21/2.52	c Got one! Elapsed wall clock time (in seconds):2.418
3.21/2.52	o 47
3.21/2.53	c Got one! Elapsed wall clock time (in seconds):2.426
3.21/2.53	o 46
3.31/2.62	c cleaning 6020 clauses out of 12054 with flag 6745/57662
3.31/2.66	c Got one! Elapsed wall clock time (in seconds):2.552
3.31/2.66	o 27
3.31/2.66	c Got one! Elapsed wall clock time (in seconds):2.559
3.31/2.66	o 13
3.31/2.69	c Got one! Elapsed wall clock time (in seconds):2.58
3.31/2.69	o 12
3.31/2.69	c Got one! Elapsed wall clock time (in seconds):2.585
3.31/2.69	o 10
3.41/2.70	c Got one! Elapsed wall clock time (in seconds):2.594
3.41/2.70	o 9
3.52/2.86	c cleaning 6412 clauses out of 12823 with flag 15546/64451
3.62/2.94	c Got one! Elapsed wall clock time (in seconds):2.837
3.62/2.94	o 7
3.72/3.06	c cleaning 6038 clauses out of 12082 with flag 11280/70123
3.72/3.06	c Got one! Elapsed wall clock time (in seconds):2.955
3.72/3.06	o 5
3.83/3.14	c Got one! Elapsed wall clock time (in seconds):3.037
3.83/3.14	o 3
3.93/3.26	c cleaning 5951 clauses out of 11922 with flag 11585/76001
4.04/3.37	c Got one! Elapsed wall clock time (in seconds):3.267
4.04/3.37	o 2
4.14/3.45	c cleaning 5839 clauses out of 11680 with flag 8500/81710
4.33/3.66	c cleaning 5914 clauses out of 11838 with flag 32665/87709
4.63/3.91	c cleaning 6458 clauses out of 12924 with flag 60324/94709
4.73/4.10	c Got one! Elapsed wall clock time (in seconds):3.99
4.73/4.10	o 1
5.04/4.32	c cleaning 8308 clauses out of 16626 with flag 23089/104872
5.26/4.55	c cleaning 7151 clauses out of 14316 with flag 49846/110873
5.55/4.85	c cleaning 7075 clauses out of 14158 with flag 82633/117871
6.00/5.22	c cleaning 7534 clauses out of 15073 with flag 120440/125872
6.00/5.29	c starts		: 163
6.00/5.29	c conflicts		: 127511
6.00/5.29	c decisions		: 205850
6.00/5.29	c propagations		: 3010647
6.00/5.29	c inspects		: 58917796
6.00/5.29	c shortcuts		: 0
6.00/5.29	c learnt literals	: 38
6.00/5.29	c learnt binary clauses	: 8
6.00/5.29	c learnt ternary clauses	: 142
6.00/5.29	c learnt constraints	: 127472
6.00/5.29	c ignored constraints	: 0
6.00/5.29	c root simplifications	: 0
6.00/5.29	c removed literals (reason simplification)	: 0
6.00/5.29	c reason swapping (by a shorter reason)	: 0
6.00/5.29	c Calls to reduceDB	: 18
6.00/5.29	c Number of update (reduction) of LBD	: 31547
6.00/5.29	c Imported unit clauses	: 0
6.00/5.29	c number of reductions to clauses (during analyze)	: 0
6.00/5.29	c number of learned constraints concerned by reduction	: 0
6.00/5.29	c number of learning phase by resolution	: 0
6.00/5.29	c number of learning phase by cutting planes	: 0
6.00/5.29	c speed (assignments/second)	: 587672.6527425336
6.00/5.29	c non guided choices	2655
6.00/5.29	c learnt constraints type 
6.00/5.29	s OPTIMUM FOUND
6.00/5.29	c Found 73 solution(s)
6.00/5.29	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 
6.00/5.29	c objective function=1
6.00/5.29	c Total wall clock time (in seconds): 5.182

Verifier Data

OK	1

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-4109472-1466343644/watcher-4109472-1466343644 -o /tmp/evaluation-result-4109472-1466343644/solver-4109472-1466343644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109472-1466343644.wbo 

pid=12922
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.37 2.33 1.97 4/195 12925
/proc/meminfo: memFree=29895620/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 36412860 91889664 894 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 22450 901 685 9 0 16769 0
[pid=12925/tid=12926] ppid=12922 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36412861 94019584 917 33554432000 1073741824 1073778376 140735522317888 140735522306952 217401355559 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 2.37 2.33 1.97 4/195 12925
/proc/meminfo: memFree=29895620/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 4426 0 1 0 9 1 0 0 20 0 18 0 36412860 9787879424 6059 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2389619 6059 2140 9 0 2380296 0
[pid=12925/tid=12926] ppid=12922 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 36412861 9787879424 6059 33554432000 1073741824 1073778376 140735522317888 140574004038560 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.37 2.33 1.97 4/195 12925
/proc/meminfo: memFree=29895620/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 6445 0 1 0 26 1 0 0 20 0 19 0 36412860 9856040960 8532 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 8532 2232 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2412 0 1 0 17 0 0 0 20 0 19 0 36412861 9856040960 8532 33554432000 1073741824 1073778376 140735522317888 140574004040320 140573826737165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.37 2.33 1.97 4/195 12925
/proc/meminfo: memFree=29895620/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 7356 0 1 0 55 1 0 0 20 0 19 0 36412860 9856040960 8665 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 8665 2244 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 19 0 36412861 9856040960 8665 33554432000 1073741824 1073778376 140735522317888 140574004040320 140573826636460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700194 s]
/proc/loadavg: 2.37 2.33 1.97 4/195 12925
/proc/meminfo: memFree=29895620/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 8705 0 1 0 110 2 0 0 20 0 19 0 36412860 9856040960 9917 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 9917 2255 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36412861 9856040960 9917 33554432000 1073741824 1073778376 140735522317888 140574004040320 140573827106637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.37 2.33 1.97 4/214 12944
/proc/meminfo: memFree=29845436/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 13007 0 1 0 215 2 0 0 20 0 19 0 36412860 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 12845 2261 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 36412861 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140574004040112 140573827024238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12939] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12939/stat : 12939 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573824502032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) S 12922 12925 12165 0 -1 4202560 4004 0 0 0 32 0 0 0 20 0 19 0 36412865 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573823449912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) S 12922 12925 12165 0 -1 4202560 5313 0 0 0 34 0 0 0 20 0 19 0 36412865 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573822397368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12943] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12943/stat : 12943 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573820292168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12944] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12944/stat : 12944 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412877 9856040960 12845 33554432000 1073741824 1073778376 140735522317888 140573819237416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.37 2.33 1.97 4/214 12944
/proc/meminfo: memFree=29835072/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 13033 0 1 0 381 2 0 0 20 0 19 0 36412860 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 14914 2262 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2423 0 1 0 305 1 0 0 20 0 19 0 36412861 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140574004031792 140573827125835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12939] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12939/stat : 12939 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573824502032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) S 12922 12925 12165 0 -1 4202560 4004 0 0 0 33 0 0 0 20 0 19 0 36412865 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573823449912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) S 12922 12925 12165 0 -1 4202560 5334 0 0 0 39 0 0 0 20 0 19 0 36412865 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573822397368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12943] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12943/stat : 12943 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573820292168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12944] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12944/stat : 12944 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412877 9856040960 14914 33554432000 1073741824 1073778376 140735522317888 140573819237416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20093 s]
/proc/loadavg: 2.37 2.33 1.97 4/214 12944
/proc/meminfo: memFree=29835072/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 13034 0 1 0 391 2 0 0 20 0 19 0 36412860 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 15426 2262 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2424 0 1 0 315 1 0 0 20 0 19 0 36412861 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140574004031792 140573827106597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 15426 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=3.96 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2426 0 1 0 395 1 0 0 20 0 19 0 36412861 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140574004031792 140573826690465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12939] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12939/stat : 12939 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573824502032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) S 12922 12925 12165 0 -1 4202560 4004 0 0 0 33 0 0 0 20 0 19 0 36412865 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573823449912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) S 12922 12925 12165 0 -1 4202560 5334 0 0 0 40 0 0 0 20 0 19 0 36412865 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573822397368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12943] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12943/stat : 12943 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573820292168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12944] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12944/stat : 12944 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412877 9856040960 16450 33554432000 1073741824 1073778376 140735522317888 140573819237416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9625040

[startup+4.80071 s]
/proc/loadavg: 2.42 2.34 1.98 4/214 12944
/proc/meminfo: memFree=29808324/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=5.55 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 13040 0 1 0 552 3 0 0 20 0 19 0 36412860 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 17475 2263 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2429 0 1 0 475 1 0 0 20 0 19 0 36412861 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140574004038096 140573827117817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12939] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12939/stat : 12939 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573824502032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) S 12922 12925 12165 0 -1 4202560 4004 0 0 0 33 0 0 0 20 0 19 0 36412865 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573823449912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) S 12922 12925 12165 0 -1 4202560 5334 0 0 0 41 0 0 0 20 0 19 0 36412865 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573822397368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12943] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12943/stat : 12943 (java) S 12922 12925 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573820292168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12944] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12944/stat : 12944 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412877 9856040960 17475 33554432000 1073741824 1073778376 140735522317888 140573819237416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 9625040

[startup+5.2123 s]
/proc/loadavg: 2.42 2.34 1.98 4/214 12944
/proc/meminfo: memFree=29808324/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9625040 CPUtime=6 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 13050 0 1 0 597 3 0 0 20 0 19 0 36412860 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2406260 17879 2264 9 0 2396937 0
[pid=12925/tid=12926] ppid=12922 vsize=9625040 CPUtime=5.17 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) R 12922 12925 12165 0 -1 4202560 2431 0 1 0 516 1 0 0 20 0 19 0 36412861 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140574004040080 140574007566620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573945751912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412863 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12939] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12939/stat : 12939 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573824502032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) R 12922 12925 12165 0 -1 4202560 4004 0 0 0 34 0 0 0 20 0 19 0 36412865 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573823437280 217410141081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) R 12922 12925 12165 0 -1 4202560 5342 0 0 0 43 0 0 0 20 0 19 0 36412865 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573822397368 140574010215082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12943] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12943/stat : 12943 (java) S 12922 12925 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412865 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573820292168 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12944] ppid=12922 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12944/stat : 12944 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412877 9856040960 17879 33554432000 1073741824 1073778376 140735522317888 140573819237416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 9625040

[startup+5.30072 s]
/proc/loadavg: 2.42 2.34 1.98 4/214 12944
/proc/meminfo: memFree=29808324/32872528 swapFree=1534436/1655032
[pid=12925] ppid=12922 vsize=9691604 CPUtime=6.16 cores=1,3,5,7
/proc/12925/stat : 12925 (java) S 12922 12925 12165 0 -1 4202496 16620 0 1 0 613 3 0 0 20 0 16 0 36412860 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140735522309024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12925/statm: 2422901 20673 2267 9 0 2413578 0
[pid=12925/tid=12926] ppid=12922 vsize=9691604 CPUtime=5.25 cores=1,3,5,7
/proc/12925/task/12926/stat : 12926 (java) S 12922 12925 12165 0 -1 4202560 2433 0 1 0 524 1 0 0 20 0 16 0 36412861 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140574004040696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12928] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12928/stat : 12928 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412861 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573965531560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12929] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12929/stat : 12929 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412861 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573964479016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12930] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12930/stat : 12930 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573963425960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12931] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12931/stat : 12931 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573962373416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12932] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12932/stat : 12932 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573961321384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12933] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12933/stat : 12933 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573960268840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12934] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12934/stat : 12934 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573959215784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12925/tid=12935] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12935/stat : 12935 (java) S 12922 12925 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 36412862 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573958163240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12936] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12936/stat : 12936 (java) S 12922 12925 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 36412863 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573945751464 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12925/tid=12937] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12937/stat : 12937 (java) S 12922 12925 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 16 0 36412863 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573826606456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12938] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12938/stat : 12938 (java) S 12922 12925 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 16 0 36412863 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573825553288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12925/tid=12940] ppid=12922 vsize=9691604 CPUtime=0.35 cores=1,3,5,7
/proc/12925/task/12940/stat : 12940 (java) S 12922 12925 12165 0 -1 4202560 4004 0 0 0 35 0 0 0 20 0 16 0 36412865 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573823449912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12925/tid=12941] ppid=12922 vsize=9691604 CPUtime=0.51 cores=1,3,5,7
/proc/12925/task/12941/stat : 12941 (java) S 12922 12925 12165 0 -1 4202560 8888 0 0 0 50 1 0 0 20 0 16 0 36412865 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573822383128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12925/tid=12942] ppid=12922 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/12925/task/12942/stat : 12942 (java) S 12922 12925 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 36412865 9924202496 20673 33554432000 1073741824 1073778376 140735522317888 140573821344504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 9691604

Child status: 30
Real time (s): 5.30588
CPU time (s): 6.17206
CPU user time (s): 6.12107
CPU system time (s): 0.050992
CPU usage (%): 116.325
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.12107
system time used= 0.050992
maximum resident set size= 82700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16620
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= 390
involuntary context switches= 56

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.015997 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:40:44
IDJOB=4109472
IDBENCH=78823
IDSOLVER=2551
FILE ID=node122/4109472-1466343644
RUNJOBID= node122-1466341819-12182
PBS_JOBID= 19922031
Free space on /tmp= 71744 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.1111225605--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109472-1466343644/watcher-4109472-1466343644 -o /tmp/evaluation-result-4109472-1466343644/solver-4109472-1466343644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109472-1466343644.wbo

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

MD5SUM BENCH= 82fa1f93f0f1de3f2bb6b9affea621cb
RANDOM SEED=695058427

node122.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.769
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.53
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.769
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		: 2666.769
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		: 2666.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29894776 kB
Buffers:          176116 kB
Cached:           349944 kB
SwapCached:            0 kB
Active:           166104 kB
Inactive:         398120 kB
Active(anon):      31080 kB
Inactive(anon):     9900 kB
Active(file):     135024 kB
Inactive(file):   388220 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:       1742488 kB
Mapped:            21032 kB
Shmem:               204 kB
Slab:             616056 kB
SReclaimable:      58880 kB
SUnreclaim:       557176 kB
KernelStack:        1768 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2343668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71744 MiB
End job on node122 at 2016-06-19 15:40:50