Trace number 4109372

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 13.9619 12.6648

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-66-100-0.wbo
MD5SUM4e00897e4a2c20d3d8c9b6106b938663
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark17.3804
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
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.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.09/0.10	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109372-1466343625.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.054s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     197
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.16	c 101 constraints processed.
0.09/0.16	c objective function length is 28 literals
0.68/0.47	c cleaning 2500 clauses out of 5000 with flag 13792/5000
1.02/0.66	c cleaning 4249 clauses out of 8502 with flag 30367/11002
1.24/0.87	c cleaning 5625 clauses out of 11251 with flag 50951/18000
1.57/1.15	c cleaning 6813 clauses out of 13628 with flag 75439/26002
1.87/1.49	c cleaning 7905 clauses out of 15815 with flag 104110/35002
2.24/1.64	c SATISFIABLE
2.24/1.64	c OPTIMIZING...
2.24/1.64	c Got one! Elapsed wall clock time (in seconds):1.532
2.24/1.64	o 1177
2.24/1.69	c cleaning 6793 clauses out of 13598 with flag 3391/40690
2.44/1.70	c Got one! Elapsed wall clock time (in seconds):1.593
2.44/1.70	o 918
2.58/1.87	c cleaning 6036 clauses out of 12082 with flag 17120/45967
2.78/2.07	c cleaning 6021 clauses out of 12046 with flag 38580/51967
2.92/2.18	c Got one! Elapsed wall clock time (in seconds):2.076
2.92/2.18	o 914
3.15/2.23	c cleaning 5550 clauses out of 11106 with flag 3575/57048
3.15/2.25	c Got one! Elapsed wall clock time (in seconds):2.143
3.15/2.25	o 853
3.36/2.31	c Got one! Elapsed wall clock time (in seconds):2.202
3.36/2.31	o 852
3.36/2.31	c Got one! Elapsed wall clock time (in seconds):2.207
3.36/2.31	o 490
3.36/2.34	c Got one! Elapsed wall clock time (in seconds):2.232
3.36/2.34	o 473
3.36/2.35	c Got one! Elapsed wall clock time (in seconds):2.247
3.36/2.35	o 466
3.55/2.46	c cleaning 6361 clauses out of 12730 with flag 11277/64222
3.67/2.52	c Got one! Elapsed wall clock time (in seconds):2.413
3.67/2.52	o 462
3.67/2.53	c Got one! Elapsed wall clock time (in seconds):2.426
3.67/2.53	o 446
3.67/2.57	c Got one! Elapsed wall clock time (in seconds):2.468
3.67/2.57	o 443
3.67/2.58	c Got one! Elapsed wall clock time (in seconds):2.472
3.67/2.58	o 437
3.77/2.65	c cleaning 6199 clauses out of 12408 with flag 7374/70261
3.97/2.84	c cleaning 6104 clauses out of 12210 with flag 29963/76262
4.07/2.91	c Got one! Elapsed wall clock time (in seconds):2.804
4.07/2.91	o 433
4.07/2.91	c Got one! Elapsed wall clock time (in seconds):2.808
4.07/2.91	o 421
4.17/3.02	c cleaning 5792 clauses out of 11598 with flag 12263/81754
4.17/3.08	c Got one! Elapsed wall clock time (in seconds):2.973
4.17/3.08	o 409
4.17/3.08	c Got one! Elapsed wall clock time (in seconds):2.978
4.17/3.08	o 405
4.27/3.18	c cleaning 5569 clauses out of 11137 with flag 11686/87085
4.37/3.24	c Got one! Elapsed wall clock time (in seconds):3.133
4.37/3.24	o 399
4.37/3.27	c Got one! Elapsed wall clock time (in seconds):3.164
4.37/3.27	o 397
4.47/3.37	c cleaning 5790 clauses out of 11594 with flag 11833/93111
4.67/3.55	c cleaning 5899 clauses out of 11803 with flag 35646/99110
4.77/3.69	c Got one! Elapsed wall clock time (in seconds):3.582
4.77/3.69	o 394
4.87/3.73	c cleaning 5744 clauses out of 11493 with flag 3952/104699
4.87/3.75	c Got one! Elapsed wall clock time (in seconds):3.642
4.87/3.75	o 392
4.97/3.87	c Got one! Elapsed wall clock time (in seconds):3.767
4.97/3.87	o 386
5.07/3.91	c cleaning 5899 clauses out of 11799 with flag 4315/110749
5.07/3.94	c Got one! Elapsed wall clock time (in seconds):3.839
5.07/3.94	o 385
5.17/4.00	c Got one! Elapsed wall clock time (in seconds):3.895
5.17/4.00	o 380
5.17/4.02	c Got one! Elapsed wall clock time (in seconds):3.917
5.17/4.02	o 374
5.17/4.04	c Got one! Elapsed wall clock time (in seconds):3.938
5.17/4.04	o 372
5.17/4.08	c Got one! Elapsed wall clock time (in seconds):3.978
5.17/4.08	o 361
5.27/4.10	c Got one! Elapsed wall clock time (in seconds):3.995
5.27/4.10	o 352
5.27/4.18	c cleaning 6946 clauses out of 13902 with flag 8377/118751
5.37/4.25	c Got one! Elapsed wall clock time (in seconds):4.14
5.37/4.25	o 346
5.47/4.35	c cleaning 6115 clauses out of 12235 with flag 12280/124030
5.67/4.54	c cleaning 6057 clauses out of 12120 with flag 37093/130030
5.77/4.65	c Got one! Elapsed wall clock time (in seconds):4.541
5.77/4.65	o 345
5.87/4.72	c cleaning 6001 clauses out of 12014 with flag 8641/135981
5.97/4.81	c Got one! Elapsed wall clock time (in seconds):4.703
5.97/4.81	o 337
6.07/4.91	c cleaning 5995 clauses out of 11995 with flag 11438/141963
6.07/4.94	c Got one! Elapsed wall clock time (in seconds):4.834
6.07/4.94	o 332
6.17/5.07	c cleaning 5562 clauses out of 11140 with flag 16890/147103
6.37/5.25	c cleaning 5786 clauses out of 11580 with flag 42742/153105
6.47/5.35	c Got one! Elapsed wall clock time (in seconds):5.249
6.47/5.35	o 328
6.57/5.40	c Got one! Elapsed wall clock time (in seconds):5.296
6.57/5.40	o 288
6.57/5.44	c cleaning 5878 clauses out of 11772 with flag 4359/159083
6.77/5.63	c cleaning 5944 clauses out of 11893 with flag 29195/165082
6.77/5.67	c Got one! Elapsed wall clock time (in seconds):5.565
6.77/5.67	o 282
6.97/5.80	c cleaning 5629 clauses out of 11277 with flag 17178/170410
7.07/5.90	c Got one! Elapsed wall clock time (in seconds):5.798
7.07/5.90	o 281
7.07/5.92	c Got one! Elapsed wall clock time (in seconds):5.813
7.07/5.92	o 259
7.07/5.94	c Got one! Elapsed wall clock time (in seconds):5.83
7.07/5.94	o 254
7.19/6.01	c cleaning 6098 clauses out of 12205 with flag 8310/176967
7.19/6.08	c Got one! Elapsed wall clock time (in seconds):5.973
7.19/6.08	o 240
7.29/6.12	c Got one! Elapsed wall clock time (in seconds):6.018
7.29/6.12	o 220
7.39/6.20	c cleaning 5892 clauses out of 11783 with flag 8578/182643
7.49/6.34	c Got one! Elapsed wall clock time (in seconds):6.234
7.49/6.34	o 219
7.49/6.38	c cleaning 5805 clauses out of 11619 with flag 4274/188371
7.49/6.38	c Got one! Elapsed wall clock time (in seconds):6.28
7.49/6.38	o 216
7.60/6.44	c Got one! Elapsed wall clock time (in seconds):6.333
7.60/6.44	o 213
7.60/6.44	c Got one! Elapsed wall clock time (in seconds):6.338
7.60/6.44	o 212
7.71/6.59	c cleaning 5989 clauses out of 11986 with flag 17512/194543
7.82/6.61	c Got one! Elapsed wall clock time (in seconds):6.509
7.82/6.61	o 206
7.82/6.63	c Got one! Elapsed wall clock time (in seconds):6.522
7.82/6.63	o 179
7.82/6.70	c Got one! Elapsed wall clock time (in seconds):6.595
7.82/6.70	o 169
7.92/6.71	c Got one! Elapsed wall clock time (in seconds):6.605
7.92/6.71	o 159
7.92/6.72	c Got one! Elapsed wall clock time (in seconds):6.614
7.92/6.72	o 154
7.92/6.74	c Got one! Elapsed wall clock time (in seconds):6.632
7.92/6.74	o 153
8.02/6.81	c cleaning 6418 clauses out of 12835 with flag 8949/201381
8.02/6.86	c Got one! Elapsed wall clock time (in seconds):6.756
8.02/6.86	o 151
8.02/6.88	c Got one! Elapsed wall clock time (in seconds):6.772
8.02/6.88	o 149
8.02/6.89	c Got one! Elapsed wall clock time (in seconds):6.788
8.02/6.89	o 143
8.13/6.99	c Got one! Elapsed wall clock time (in seconds):6.881
8.13/6.99	o 128
8.28/7.07	c cleaning 6886 clauses out of 13784 with flag 9138/208748
8.48/7.25	c Got one! Elapsed wall clock time (in seconds):7.149
8.48/7.25	o 120
8.48/7.28	c Got one! Elapsed wall clock time (in seconds):7.173
8.48/7.28	o 118
8.48/7.29	c Got one! Elapsed wall clock time (in seconds):7.182
8.48/7.29	o 114
8.48/7.29	c Got one! Elapsed wall clock time (in seconds):7.186
8.48/7.29	o 110
8.58/7.32	c Got one! Elapsed wall clock time (in seconds):7.214
8.58/7.32	o 102
8.67/7.43	c Got one! Elapsed wall clock time (in seconds):7.329
8.67/7.43	o 91
8.79/7.50	c Got one! Elapsed wall clock time (in seconds):7.4
8.79/7.50	o 86
8.89/7.60	c cleaning 9878 clauses out of 19758 with flag 9637/221608
9.00/7.71	c Got one! Elapsed wall clock time (in seconds):7.602
9.00/7.71	o 81
9.10/7.81	c Got one! Elapsed wall clock time (in seconds):7.708
9.10/7.81	o 80
9.10/7.86	c cleaning 8299 clauses out of 16605 with flag 4810/228333
9.29/8.08	c cleaning 7152 clauses out of 14306 with flag 34159/234333
9.59/8.34	c cleaning 7076 clauses out of 14153 with flag 67649/241334
9.90/8.65	c cleaning 7533 clauses out of 15076 with flag 108175/249333
10.31/9.01	c cleaning 8272 clauses out of 16544 with flag 157551/258335
10.71/9.44	c cleaning 9129 clauses out of 18271 with flag 212350/268335
11.22/9.92	c cleaning 10070 clauses out of 20140 with flag 271318/279335
11.71/10.49	c cleaning 11034 clauses out of 22071 with flag 336573/291338
12.41/11.14	c cleaning 12014 clauses out of 24029 with flag 407701/304333
13.11/11.88	c cleaning 13002 clauses out of 26014 with flag 483961/318335
13.91/12.66	c starts		: 409
13.91/12.66	c conflicts		: 332116
13.91/12.66	c decisions		: 520369
13.91/12.66	c propagations		: 6610420
13.91/12.66	c inspects		: 163132198
13.91/12.66	c shortcuts		: 0
13.91/12.66	c learnt literals	: 32
13.91/12.66	c learnt binary clauses	: 4
13.91/12.66	c learnt ternary clauses	: 110
13.91/12.66	c learnt constraints	: 332083
13.91/12.66	c ignored constraints	: 0
13.91/12.66	c root simplifications	: 0
13.91/12.66	c removed literals (reason simplification)	: 0
13.91/12.66	c reason swapping (by a shorter reason)	: 0
13.91/12.66	c Calls to reduceDB	: 45
13.91/12.66	c Number of update (reduction) of LBD	: 82368
13.91/12.66	c Imported unit clauses	: 0
13.91/12.66	c number of reductions to clauses (during analyze)	: 0
13.91/12.66	c number of learned constraints concerned by reduction	: 0
13.91/12.66	c number of learning phase by resolution	: 0
13.91/12.66	c number of learning phase by cutting planes	: 0
13.91/12.66	c speed (assignments/second)	: 529087.5620297743
13.91/12.66	c non guided choices	1822
13.91/12.66	c learnt constraints type 
13.91/12.66	s OPTIMUM FOUND
13.91/12.66	c Found 62 solution(s)
13.91/12.66	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
13.91/12.66	c objective function=80
13.91/12.66	c Total wall clock time (in seconds): 12.552

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109372-1466343625/watcher-4109372-1466343625 -o /tmp/evaluation-result-4109372-1466343625/solver-4109372-1466343625 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109372-1466343625.wbo 

pid=12597
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.41 2.33 1.97 4/195 12600
/proc/meminfo: memFree=29856584/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12600/stat : 12600 (java) R 12597 12600 12165 0 -1 4202496 1052 0 0 0 0 0 0 0 20 0 1 0 36410914 23793664 702 33554432000 1073741824 1073778376 140734032231888 140734032220952 217401299387 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 5809 706 520 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.41 2.33 1.97 4/195 12600
/proc/meminfo: memFree=29856584/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 4427 0 1 0 9 0 0 0 20 0 18 0 36410914 9787879424 6061 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2389619 6061 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 2.41 2.33 1.97 4/195 12600
/proc/meminfo: memFree=29856584/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 6494 0 1 0 25 1 0 0 20 0 19 0 36410914 9856040960 8581 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 8581 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300243 s]
/proc/loadavg: 2.41 2.33 1.97 4/195 12600
/proc/meminfo: memFree=29856584/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 7539 0 1 0 53 2 0 0 20 0 19 0 36410914 9856040960 8875 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 8875 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 2.41 2.33 1.97 4/195 12600
/proc/meminfo: memFree=29856584/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 9845 0 1 0 111 2 0 0 20 0 19 0 36410914 9856040960 9802 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 9802 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50066 s]
/proc/loadavg: 2.41 2.33 1.97 3/214 12619
/proc/meminfo: memFree=29820408/32872528 swapFree=1534440/1655036
[pid=12600] ppid=12597 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 10288 0 1 0 202 2 0 0 20 0 19 0 36410914 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 10884 2260 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2420 0 1 0 146 0 0 0 20 0 19 0 36410914 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078379532176 140078227718016 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) R 12597 12600 12165 0 -1 4202560 3414 0 0 0 28 0 0 0 20 0 19 0 36410919 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077728475416 140078385495677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) R 12597 12600 12165 0 -1 4202560 3182 0 0 0 27 0 0 0 20 0 19 0 36410919 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077727422656 140078382570545 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 10884 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.41 2.33 1.97 4/214 12619
/proc/meminfo: memFree=29791580/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 19053 0 1 0 423 4 0 0 20 0 19 0 36410914 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 17523 2260 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2434 0 1 0 304 2 0 0 20 0 19 0 36410914 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078379524400 140078228107627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 86 3 0 0 20 0 19 0 36410919 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 3201 0 0 0 29 0 0 0 20 0 19 0 36410919 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 17523 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.37 2.33 1.97 3/214 12684
/proc/meminfo: memFree=29799188/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=7.49 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 19127 0 1 0 745 4 0 0 20 0 19 0 36410914 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 21201 2263 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2446 0 1 0 623 2 0 0 20 0 19 0 36410914 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078379523776 140078228101514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 86 3 0 0 20 0 19 0 36410919 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 3262 0 0 0 32 0 0 0 20 0 19 0 36410919 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 21201 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625040


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

[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 91 3 0 0 20 0 19 0 36410919 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 4190 0 0 0 38 0 0 0 20 0 19 0 36410919 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 28365 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 9625040

[startup+12.0007 s]
/proc/loadavg: 2.34 2.32 1.97 3/214 12684
/proc/meminfo: memFree=29728980/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=13.31 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 20074 0 1 0 1326 5 0 0 20 0 19 0 36410914 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 29389 2263 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=11.93 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2465 0 1 0 1191 2 0 0 20 0 19 0 36410914 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078379523792 140078228135456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 91 3 0 0 20 0 19 0 36410919 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 4190 0 0 0 38 0 0 0 20 0 19 0 36410919 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 29389 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 9625040

[startup+12.4008 s]
/proc/loadavg: 2.34 2.32 1.97 2/191 12717
/proc/meminfo: memFree=29819732/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=13.71 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 20075 0 1 0 1366 5 0 0 20 0 19 0 36410914 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 29901 2263 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=12.33 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2466 0 1 0 1231 2 0 0 20 0 19 0 36410914 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078379523792 140078228195455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 91 3 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 4190 0 0 0 38 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 9625040

[startup+12.6008 s]
/proc/loadavg: 2.34 2.32 1.97 2/191 12717
/proc/meminfo: memFree=29819732/32872528 swapFree=1534436/1655032
[pid=12600] ppid=12597 vsize=9625040 CPUtime=13.91 cores=1,3,5,7
/proc/12600/stat : 12600 (java) S 12597 12600 12165 0 -1 4202496 20075 0 1 0 1386 5 0 0 20 0 19 0 36410914 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140734032223024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12600/statm: 2406260 29901 2263 9 0 2396937 0
[pid=12600/tid=12602] ppid=12597 vsize=9625040 CPUtime=12.53 cores=1,3,5,7
/proc/12600/task/12602/stat : 12602 (java) R 12597 12600 12165 0 -1 4202560 2466 0 1 0 1251 2 0 0 20 0 19 0 36410914 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078379532712 140078228135620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12603] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12603/stat : 12603 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078351985704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12604] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12604/stat : 12604 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078350932904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12605] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12605/stat : 12605 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078349880104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12600/tid=12606] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12606/stat : 12606 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078348827304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12607] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12607/stat : 12607 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078347774504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12608] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12608/stat : 12608 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078346721704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12609] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12609/stat : 12609 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078216685864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12610] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12610/stat : 12610 (java) S 12597 12600 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410915 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140078215633064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12611] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12611/stat : 12611 (java) S 12597 12600 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410916 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077732686824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12612] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12612/stat : 12612 (java) S 12597 12600 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077731632888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12613] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12613/stat : 12613 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410917 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077730579976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12614] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12614/stat : 12614 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077729528464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12615] ppid=12597 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/12600/task/12615/stat : 12615 (java) S 12597 12600 12165 0 -1 4202560 12146 0 0 0 91 3 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077728475576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12616] ppid=12597 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12600/task/12616/stat : 12616 (java) S 12597 12600 12165 0 -1 4202560 4190 0 0 0 38 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077727422776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12600/tid=12617] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12617/stat : 12617 (java) S 12597 12600 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077726370168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12600/tid=12618] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12618/stat : 12618 (java) S 12597 12600 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410919 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077725317576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12600/tid=12619] ppid=12597 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12600/task/12619/stat : 12619 (java) S 12597 12600 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410930 9856040960 29901 33554432000 1073741824 1073778376 140734032231888 140077724264104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.6648
CPU time (s): 13.9619
CPU user time (s): 13.8799
CPU system time (s): 0.081987
CPU usage (%): 110.242
Max. virtual memory (cumulated for all children) (KiB): 9625648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8799
system time used= 0.081987
maximum resident set size= 121716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20099
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= 550
involuntary context switches= 65

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095985 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:40:25
IDJOB=4109372
IDBENCH=78792
IDSOLVER=2551
FILE ID=node122/4109372-1466343625
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.1110971697--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109372-1466343625/watcher-4109372-1466343625 -o /tmp/evaluation-result-4109372-1466343625/solver-4109372-1466343625 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109372-1466343625.wbo

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

MD5SUM BENCH= 4e00897e4a2c20d3d8c9b6106b938663
RANDOM SEED=149698436

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:        29857004 kB
Buffers:          175960 kB
Cached:           349452 kB
SwapCached:            0 kB
Active:           211684 kB
Inactive:         398012 kB
Active(anon):      76548 kB
Inactive(anon):     9900 kB
Active(file):     135136 kB
Inactive(file):   388112 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       1792036 kB
Mapped:            21036 kB
Shmem:               204 kB
Slab:             615840 kB
SReclaimable:      58828 kB
SUnreclaim:       557012 kB
KernelStack:        1768 kB
PageTables:         7472 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:    208896 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:38