Trace number 4091992

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 Res+CP PB16OPTIMUM 14.3828 32.3486

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUM92e9d82ea45c04735bed18ced94c3392
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.39048
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 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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 ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091992-1467321328.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.069s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     233
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 64 literals
0.63/0.39	c And the winner is solver0
1.37/0.69	c SATISFIABLE
1.37/0.69	c OPTIMIZING...
1.37/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.37/0.69	o 579
1.37/0.69	c And the winner is solver0
1.38/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.38/1.19	o 565
1.38/1.19	c And the winner is solver0
1.38/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.38/1.69	o 563
1.38/1.69	c And the winner is solver0
1.38/2.19	c Got one! Elapsed wall clock time (in seconds):2.077
1.38/2.19	o 529
1.38/2.20	c And the winner is solver0
1.38/2.69	c Got one! Elapsed wall clock time (in seconds):2.578
1.38/2.69	o 507
1.39/2.70	c And the winner is solver0
1.45/3.19	c Got one! Elapsed wall clock time (in seconds):3.079
1.45/3.19	o 505
1.49/3.21	c And the winner is solver0
1.64/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
1.64/3.69	o 503
1.64/3.72	c And the winner is solver0
1.76/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
1.76/4.19	o 472
1.76/4.20	c And the winner is solver0
1.76/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.76/4.69	o 469
1.76/4.70	c And the winner is solver0
1.84/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
1.84/5.20	o 468
1.84/5.21	c And the winner is solver0
1.85/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
1.85/5.70	o 465
1.85/5.70	c And the winner is solver0
1.85/6.20	c Got one! Elapsed wall clock time (in seconds):6.084
1.85/6.20	o 456
1.85/6.22	c And the winner is solver0
1.91/6.70	c Got one! Elapsed wall clock time (in seconds):6.585
1.91/6.70	o 429
1.91/6.70	c And the winner is solver0
1.92/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
1.92/7.20	o 280
1.92/7.22	c And the winner is solver0
2.01/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
2.01/7.70	o 274
2.01/7.72	c And the winner is solver0
2.09/8.20	c Got one! Elapsed wall clock time (in seconds):8.088
2.09/8.20	o 273
2.09/8.21	c And the winner is solver0
2.09/8.70	c Got one! Elapsed wall clock time (in seconds):8.589
2.09/8.70	o 272
2.09/8.71	c And the winner is solver0
2.09/9.20	c Got one! Elapsed wall clock time (in seconds):9.09
2.09/9.20	o 271
2.09/9.21	c And the winner is solver0
2.09/9.70	c Got one! Elapsed wall clock time (in seconds):9.591
2.09/9.70	o 265
2.09/9.72	c And the winner is solver0
2.10/10.20	c Got one! Elapsed wall clock time (in seconds):10.092
2.10/10.20	o 259
2.10/10.25	c And the winner is solver0
2.21/10.71	c Got one! Elapsed wall clock time (in seconds):10.593
2.21/10.71	o 255
2.21/10.76	c And the winner is solver0
2.40/11.21	c Got one! Elapsed wall clock time (in seconds):11.094
2.40/11.21	o 254
2.40/11.22	c And the winner is solver0
2.50/11.71	c Got one! Elapsed wall clock time (in seconds):11.595
2.50/11.71	o 249
2.50/11.72	c And the winner is solver0
2.50/12.21	c Got one! Elapsed wall clock time (in seconds):12.096
2.50/12.21	o 235
2.50/12.24	c And the winner is solver0
2.59/12.71	c Got one! Elapsed wall clock time (in seconds):12.596
2.59/12.71	o 231
2.59/12.72	c And the winner is solver0
2.62/13.21	c Got one! Elapsed wall clock time (in seconds):13.097
2.62/13.21	o 230
2.62/13.27	c And the winner is solver0
2.81/13.71	c Got one! Elapsed wall clock time (in seconds):13.598
2.81/13.71	o 228
2.81/13.76	c And the winner is solver0
2.92/14.21	c Got one! Elapsed wall clock time (in seconds):14.099
2.92/14.21	o 218
2.92/14.23	c And the winner is solver0
2.98/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
2.98/14.71	o 212
2.98/14.75	c And the winner is solver0
3.06/15.21	c Got one! Elapsed wall clock time (in seconds):15.1
3.06/15.21	o 209
3.06/15.22	c And the winner is solver0
3.06/15.71	c Got one! Elapsed wall clock time (in seconds):15.601
3.06/15.71	o 205
3.06/15.76	c And the winner is solver0
3.21/16.21	c Got one! Elapsed wall clock time (in seconds):16.102
3.21/16.21	o 189
3.21/16.24	c And the winner is solver0
3.27/16.72	c Got one! Elapsed wall clock time (in seconds):16.603
3.27/16.72	o 186
3.27/16.73	c And the winner is solver0
3.32/17.22	c Got one! Elapsed wall clock time (in seconds):17.104
3.32/17.22	o 184
3.32/17.22	c And the winner is solver0
3.32/17.72	c Got one! Elapsed wall clock time (in seconds):17.604
3.32/17.72	o 182
3.32/17.72	c And the winner is solver0
3.32/18.22	c Got one! Elapsed wall clock time (in seconds):18.105
3.32/18.22	o 130
3.32/18.24	c And the winner is solver0
3.38/18.72	c Got one! Elapsed wall clock time (in seconds):18.606
3.38/18.72	o 126
3.38/18.74	c And the winner is solver0
3.44/19.22	c Got one! Elapsed wall clock time (in seconds):19.107
3.44/19.22	o 125
3.63/19.31	c cleaning 8276 clauses out of 16557 with flag 3340/16557
3.63/19.38	c And the winner is solver0
3.81/19.72	c Got one! Elapsed wall clock time (in seconds):19.608
3.81/19.72	o 124
3.81/19.76	c And the winner is solver0
3.88/20.22	c Got one! Elapsed wall clock time (in seconds):20.109
3.88/20.22	o 117
4.02/20.37	c And the winner is solver0
4.19/20.72	c Got one! Elapsed wall clock time (in seconds):20.61
4.19/20.72	o 91
4.19/20.79	c cleaning 7504 clauses out of 15008 with flag 3823/23284
4.36/20.89	c And the winner is solver0
4.60/21.22	c Got one! Elapsed wall clock time (in seconds):21.11
4.60/21.22	o 90
4.78/21.38	c cleaning 6602 clauses out of 13204 with flag 11431/28984
5.01/21.47	c And the winner is solver0
5.17/21.72	c Got one! Elapsed wall clock time (in seconds):21.612
5.17/21.72	o 79
5.17/21.74	c And the winner is solver0
5.28/22.23	c Got one! Elapsed wall clock time (in seconds):22.113
5.28/22.23	o 69
5.28/22.24	c And the winner is solver0
5.41/22.73	c Got one! Elapsed wall clock time (in seconds):22.615
5.41/22.73	o 62
5.41/22.79	c And the winner is solver0
5.55/23.23	c Got one! Elapsed wall clock time (in seconds):23.117
5.55/23.23	o 59
5.70/23.37	c cleaning 6365 clauses out of 12735 with flag 7012/35117
5.70/23.39	c And the winner is solver0
6.24/23.73	c Got one! Elapsed wall clock time (in seconds):23.619
6.24/23.73	o 58
6.36/23.83	c And the winner is solver0
6.45/24.23	c Got one! Elapsed wall clock time (in seconds):24.122
6.45/24.23	o 33
6.59/24.38	c cleaning 6239 clauses out of 12493 with flag 9511/41240
6.86/24.45	c And the winner is solver0
7.30/24.74	c Got one! Elapsed wall clock time (in seconds):24.624
7.30/24.74	o 29
7.30/24.75	c And the winner is solver0
7.37/25.24	c Got one! Elapsed wall clock time (in seconds):25.128
7.37/25.24	o 23
7.37/25.26	c And the winner is solver0
7.41/25.74	c Got one! Elapsed wall clock time (in seconds):25.631
7.41/25.74	o 22
7.41/25.75	c And the winner is solver0
7.42/26.25	c Got one! Elapsed wall clock time (in seconds):26.135
7.42/26.25	o 19
7.42/26.27	c And the winner is solver0
7.47/26.75	c Got one! Elapsed wall clock time (in seconds):26.639
7.47/26.75	o 10
7.56/26.81	c And the winner is solver0
7.61/27.26	c Got one! Elapsed wall clock time (in seconds):27.143
7.61/27.26	o 9
7.68/27.37	c cleaning 6707 clauses out of 13421 with flag 7749/48407
7.92/27.48	c And the winner is solver0
8.10/27.76	c Got one! Elapsed wall clock time (in seconds):27.648
8.10/27.76	o 8
8.17/27.85	c cleaning 5933 clauses out of 11867 with flag 8331/53561
8.17/27.87	c And the winner is solver0
8.35/28.27	c Got one! Elapsed wall clock time (in seconds):28.153
8.35/28.27	o 7
8.60/28.49	c cleaning 5772 clauses out of 11553 with flag 19352/59180
9.27/28.71	c cleaning 5886 clauses out of 11780 with flag 41014/65179
9.88/29.00	c cleaning 6442 clauses out of 12894 with flag 68854/72179
10.49/29.36	c cleaning 7226 clauses out of 14454 with flag 102642/80181
10.89/29.54	c And the winner is solver0
11.01/29.77	c Got one! Elapsed wall clock time (in seconds):29.658
11.01/29.77	o 6
11.11/29.84	c cleaning 6446 clauses out of 12896 with flag 4680/85849
11.29/29.94	c And the winner is solver0
11.40/30.28	c Got one! Elapsed wall clock time (in seconds):30.165
11.40/30.28	o 3
11.65/30.41	c cleaning 5999 clauses out of 12002 with flag 13660/91402
11.85/30.53	c And the winner is solver0
11.92/30.78	c Got one! Elapsed wall clock time (in seconds):30.673
11.92/30.78	o 2
11.96/30.90	c cleaning 5518 clauses out of 11041 with flag 9108/96441
12.59/31.15	c cleaning 5754 clauses out of 11520 with flag 36740/102441
13.19/31.45	c cleaning 6382 clauses out of 12764 with flag 70537/109443
14.00/31.82	c cleaning 7183 clauses out of 14373 with flag 108903/117441
14.21/31.94	c And the winner is solver0
14.29/32.34	c >>>>>>>>>> Solver number 0 (60 answers) <<<<<<<<<<<<<<<<<<
14.29/32.34	c starts		: 136
14.29/32.34	c conflicts		: 120520
14.29/32.34	c decisions		: 189964
14.29/32.34	c propagations		: 2661563
14.29/32.34	c inspects		: 50428894
14.29/32.34	c shortcuts		: 0
14.29/32.34	c learnt literals	: 30
14.29/32.34	c learnt binary clauses	: 14
14.29/32.34	c learnt ternary clauses	: 183
14.29/32.34	c learnt constraints	: 120489
14.29/32.34	c ignored constraints	: 0
14.29/32.34	c root simplifications	: 0
14.29/32.34	c removed literals (reason simplification)	: 587818
14.29/32.34	c reason swapping (by a shorter reason)	: 0
14.29/32.34	c Calls to reduceDB	: 17
14.29/32.34	c Number of update (reduction) of LBD	: 29926
14.29/32.34	c Imported unit clauses	: 0
14.29/32.34	c number of reductions to clauses (during analyze)	: 0
14.29/32.34	c number of learned constraints concerned by reduction	: 0
14.29/32.34	c number of learning phase by resolution	: 0
14.29/32.34	c number of learning phase by cutting planes	: 0
14.29/32.34	c speed (assignments/second)	: 82785.78538102644
14.29/32.34	c non guided choices	2395
14.29/32.34	c learnt constraints type 
14.29/32.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
14.29/32.34	c starts		: 60
14.29/32.34	c conflicts		: 940
14.29/32.34	c decisions		: 8126
14.29/32.34	c propagations		: 35193
14.29/32.34	c inspects		: 2975563
14.29/32.34	c shortcuts		: 0
14.29/32.34	c learnt literals	: 0
14.29/32.34	c learnt binary clauses	: 0
14.29/32.34	c learnt ternary clauses	: 0
14.29/32.34	c learnt constraints	: 895
14.29/32.34	c ignored constraints	: 0
14.29/32.34	c root simplifications	: 0
14.29/32.34	c removed literals (reason simplification)	: 0
14.29/32.34	c reason swapping (by a shorter reason)	: 0
14.29/32.34	c Calls to reduceDB	: 0
14.29/32.34	c Number of update (reduction) of LBD	: 0
14.29/32.34	c Imported unit clauses	: 0
14.29/32.34	c number of reductions to clauses (during analyze)	: 0
14.29/32.34	c number of learned constraints concerned by reduction	: 0
14.29/32.34	c number of learning phase by resolution	: 0
14.29/32.34	c number of learning phase by cutting planes	: 0
14.29/32.34	c speed (assignments/second)	: 23032.068062827224
14.29/32.34	c non guided choices	1367
14.29/32.34	c learnt constraints type 
14.29/32.34	s OPTIMUM FOUND
14.29/32.34	c Found 59 solution(s)
14.29/32.34	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 
14.29/32.34	c objective function=2
14.29/32.34	c Total wall clock time (in seconds): 32.228

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4091992-1467321328/watcher-4091992-1467321328 -o /tmp/evaluation-result-4091992-1467321328/solver-4091992-1467321328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091992-1467321328.wbo 

pid=13437
running on 4 cores: 0,2,4,6

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: 1.80 1.97 2.03 4/197 13440
/proc/meminfo: memFree=28399476/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 2811842 98570240 976 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 24065 976 743 9 0 16771 0
[pid=13440/tid=13441] ppid=13437 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) R 13437 13440 3195 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2811842 98570240 977 33554432000 1073741824 1073778376 140734630875072 139834036547112 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 1.80 1.97 2.03 4/197 13440
/proc/meminfo: memFree=28399476/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 2811842 9787879424 6052 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2389619 6053 2138 9 0 2380296 0
[pid=13440/tid=13441] ppid=13437 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) R 13437 13440 3195 0 -1 4202560 2390 0 1 0 6 1 0 0 20 0 18 0 2811842 9787879424 6053 33554432000 1073741824 1073778376 140734630875072 139834036550560 139833884355924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200359 s]
/proc/loadavg: 1.80 1.97 2.03 4/197 13440
/proc/meminfo: memFree=28399476/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 4760 0 1 0 24 2 0 0 20 0 22 0 2811842 10060525568 7869 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 7869 2208 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2413 0 1 0 16 1 0 0 20 0 22 0 2811842 10060525568 7869 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300256 s]
/proc/loadavg: 1.80 1.97 2.03 4/197 13440
/proc/meminfo: memFree=28399476/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 7743 0 1 0 61 2 0 0 20 0 22 0 2811842 10060525568 10122 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 10122 2247 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2413 0 1 0 16 1 0 0 20 0 22 0 2811842 10060525568 10122 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700233 s]
/proc/loadavg: 1.80 1.97 2.03 4/197 13440
/proc/meminfo: memFree=28399476/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 16309 0 1 0 132 6 0 0 20 0 19 0 2811842 10060525568 15461 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 15461 2255 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2413 0 1 0 16 1 0 0 20 0 19 0 2811842 10060525568 15461 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 1.80 1.97 2.03 1/213 13471
/proc/meminfo: memFree=28340044/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 16319 0 1 0 132 6 0 0 20 0 19 0 2811842 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 16486 2255 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2414 0 1 0 16 1 0 0 20 0 19 0 2811842 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2811844 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 5206 0 0 0 34 1 0 0 20 0 19 0 2811847 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7351 0 0 0 39 0 0 0 20 0 19 0 2811847 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811861 10060525568 16486 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 1.80 1.97 2.03 3/216 13486
/proc/meminfo: memFree=28325152/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 16397 0 1 0 138 7 0 0 20 0 19 0 2811842 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 20633 2258 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2414 0 1 0 16 1 0 0 20 0 19 0 2811842 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2811844 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 5209 0 0 0 34 1 0 0 20 0 19 0 2811847 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7399 0 0 0 44 0 0 0 20 0 19 0 2811847 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811861 10060525568 20633 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.81 1.97 2.03 3/216 13510
/proc/meminfo: memFree=28273284/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 18169 0 1 0 178 13 0 0 20 0 19 0 2811842 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 31259 2267 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2416 0 1 0 16 1 0 0 20 0 19 0 2811842 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2811843 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2811844 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 31259 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=0.48 cores=0,2,4,6

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

[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 22 0 2811843 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 22 0 2811843 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 2811843 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 24 0 0 0 5 1 0 0 20 0 22 0 2811843 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 189 0 0 0 0 5 0 0 20 0 22 0 2811844 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2811845 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 2811845 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2811847 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 16206 0 0 0 157 3 0 0 20 0 22 0 2811847 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7461 0 0 0 94 0 0 0 20 0 22 0 2811847 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2811847 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) S 13437 13440 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2811847 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2811861 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13858] ppid=13437 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/13440/task/13858/stat : 13858 (java) R 13437 13440 3195 0 -1 4202560 3 0 0 0 37 0 0 0 20 0 22 0 2814922 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833378775312 139833884793944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13859] ppid=13437 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/13440/task/13859/stat : 13859 (java) R 13437 13440 3195 0 -1 4202560 12 0 0 0 36 0 0 0 20 0 22 0 2814922 10060525568 73084 33554432000 1073741824 1073778376 140734630875072 139833380887992 139833885251184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 9824732

[startup+32.0077 s]
/proc/loadavg: 1.38 1.86 1.99 3/216 13866
/proc/meminfo: memFree=28117368/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=14.28 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 28624 0 1 0 1327 101 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 75639 2288 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2418 0 1 0 24 2 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 28 0 0 0 9 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 189 0 0 0 0 5 0 0 20 0 19 0 2811844 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 16206 0 0 0 157 3 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7461 0 0 0 94 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) R 13437 13440 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811861 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 9824732

[startup+32.2008 s]
/proc/loadavg: 1.38 1.86 1.99 3/216 13866
/proc/meminfo: memFree=28117368/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=14.28 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 28626 0 1 0 1327 101 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 75639 2288 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) S 13437 13440 3195 0 -1 4202560 2418 0 1 0 24 2 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834036552568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 28 0 0 0 9 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 189 0 0 0 0 5 0 0 20 0 19 0 2811844 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 16206 0 0 0 157 3 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7461 0 0 0 94 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) S 13437 13440 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811861 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 9824732

[startup+32.3008 s]
/proc/loadavg: 1.38 1.86 1.99 3/216 13866
/proc/meminfo: memFree=28117368/32872528 swapFree=1522152/1652968
[pid=13440] ppid=13437 vsize=9824732 CPUtime=14.29 cores=0,2,4,6
/proc/13440/stat : 13440 (java) S 13437 13440 3195 0 -1 4202496 28626 0 1 0 1328 101 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 140734630866208 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13440/statm: 2456183 75639 2288 9 0 2446860 0
[pid=13440/tid=13441] ppid=13437 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13440/task/13441/stat : 13441 (java) R 13437 13440 3195 0 -1 4202560 2418 0 1 0 24 2 0 0 20 0 19 0 2811842 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834036552568 139833884392716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13443] ppid=13437 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13440/task/13443/stat : 13443 (java) S 13437 13440 3195 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834009005096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13444] ppid=13437 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/13440/task/13444/stat : 13444 (java) S 13437 13440 3195 0 -1 4202560 28 0 0 0 9 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834007952296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13440/tid=13445] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13445/stat : 13445 (java) S 13437 13440 3195 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834006899496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13446] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13446/stat : 13446 (java) S 13437 13440 3195 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834005846696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13447] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13447/stat : 13447 (java) S 13437 13440 3195 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834004793896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13448] ppid=13437 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13440/task/13448/stat : 13448 (java) S 13437 13440 3195 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139834003741096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13449] ppid=13437 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13440/task/13449/stat : 13449 (java) S 13437 13440 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833873312040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13450] ppid=13437 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13440/task/13450/stat : 13450 (java) S 13437 13440 3195 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 19 0 2811843 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833872259240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13451] ppid=13437 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13440/task/13451/stat : 13451 (java) S 13437 13440 3195 0 -1 4202560 189 0 0 0 0 5 0 0 20 0 19 0 2811844 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833389313000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13452] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13452/stat : 13452 (java) S 13437 13440 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833388259064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13453] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13453/stat : 13453 (java) S 13437 13440 3195 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 2811845 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833387206152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13454] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13454/stat : 13454 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833386154640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13455] ppid=13437 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/13440/task/13455/stat : 13455 (java) S 13437 13440 3195 0 -1 4202560 16206 0 0 0 157 3 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833385101752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13440/tid=13456] ppid=13437 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13440/task/13456/stat : 13456 (java) S 13437 13440 3195 0 -1 4202560 7461 0 0 0 94 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833384048952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13457] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13457/stat : 13457 (java) S 13437 13440 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833382996344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13440/tid=13458] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13458/stat : 13458 (java) S 13437 13440 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2811847 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833381943752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13440/tid=13465] ppid=13437 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13440/task/13465/stat : 13465 (java) S 13437 13440 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2811861 10060525568 75639 33554432000 1073741824 1073778376 140734630875072 139833377731880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 32.3486
CPU time (s): 14.3828
CPU user time (s): 13.309
CPU system time (s): 1.07384
CPU usage (%): 44.462
Max. virtual memory (cumulated for all children) (KiB): 9825760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.309
system time used= 1.07384
maximum resident set size= 302584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2928
involuntary context switches= 1809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.204968 second user time and 0.244962 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:15:28
IDJOB=4091992
IDBENCH=78847
IDSOLVER=2552
FILE ID=node122/4091992-1467321328
RUNJOBID= node122-1467319216-8601
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091992-1467321328/watcher-4091992-1467321328 -o /tmp/evaluation-result-4091992-1467321328/solver-4091992-1467321328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091992-1467321328.wbo

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

MD5SUM BENCH= 92e9d82ea45c04735bed18ced94c3392
RANDOM SEED=1916408586

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28400384 kB
Buffers:           98556 kB
Cached:          1759376 kB
SwapCached:            0 kB
Active:           417852 kB
Inactive:        1649684 kB
Active(anon):     212032 kB
Inactive(anon):        4 kB
Active(file):     205820 kB
Inactive(file):  1649680 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1404 kB
Writeback:             0 kB
AnonPages:       1818848 kB
Mapped:            22268 kB
Shmem:               204 kB
Slab:             619224 kB
SReclaimable:      63004 kB
SUnreclaim:       556220 kB
KernelStack:        1776 kB
PageTables:         8368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71728 MiB
End job on node122 at 2016-06-30 23:16:01