Trace number 4109409

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 28.1707 36.3786

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-33-100-0.wbo
MD5SUM6dd8afea921ee9eef16bd5f535a42450
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark10.6554
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109409-1467321117.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.069s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     238
0.09/0.19	c #constraints  101
0.23/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.23/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.23/0.20	c 101 constraints processed.
0.23/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.23/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.23/0.20	c 101 constraints processed.
0.23/0.20	c objective function length is 69 literals
0.23/0.27	c And the winner is solver0
0.65/0.70	c SATISFIABLE
0.65/0.70	c OPTIMIZING...
0.65/0.70	c Got one! Elapsed wall clock time (in seconds):0.574
0.65/0.70	o 914
1.43/0.97	c And the winner is solver0
1.98/1.20	c Got one! Elapsed wall clock time (in seconds):1.075
1.98/1.20	o 698
1.98/1.20	c And the winner is solver0
1.98/1.70	c Got one! Elapsed wall clock time (in seconds):1.576
1.98/1.70	o 341
1.98/1.71	c And the winner is solver0
2.00/2.20	c Got one! Elapsed wall clock time (in seconds):2.077
2.00/2.20	o 332
2.00/2.21	c And the winner is solver0
2.08/2.70	c Got one! Elapsed wall clock time (in seconds):2.578
2.08/2.70	o 327
2.08/2.71	c And the winner is solver0
2.08/3.20	c Got one! Elapsed wall clock time (in seconds):3.079
2.08/3.20	o 317
2.08/3.21	c And the winner is solver0
2.08/3.70	c Got one! Elapsed wall clock time (in seconds):3.58
2.08/3.70	o 311
2.08/3.71	c And the winner is solver0
2.08/4.21	c Got one! Elapsed wall clock time (in seconds):4.081
2.08/4.21	o 285
2.08/4.21	c And the winner is solver0
2.08/4.71	c Got one! Elapsed wall clock time (in seconds):4.582
2.08/4.71	o 277
2.08/4.72	c And the winner is solver0
2.17/5.21	c Got one! Elapsed wall clock time (in seconds):5.083
2.17/5.21	o 246
2.17/5.22	c And the winner is solver0
2.17/5.71	c Got one! Elapsed wall clock time (in seconds):5.584
2.17/5.71	o 234
2.17/5.75	c And the winner is solver0
2.29/6.21	c Got one! Elapsed wall clock time (in seconds):6.085
2.29/6.21	o 227
2.29/6.22	c And the winner is solver0
2.33/6.71	c Got one! Elapsed wall clock time (in seconds):6.586
2.33/6.71	o 224
2.33/6.72	c And the winner is solver0
2.35/7.21	c Got one! Elapsed wall clock time (in seconds):7.087
2.35/7.21	o 223
2.35/7.23	c And the winner is solver0
2.40/7.71	c Got one! Elapsed wall clock time (in seconds):7.588
2.40/7.71	o 222
2.40/7.72	c And the winner is solver0
2.40/8.21	c Got one! Elapsed wall clock time (in seconds):8.089
2.40/8.21	o 220
2.40/8.23	c And the winner is solver0
2.46/8.71	c Got one! Elapsed wall clock time (in seconds):8.59
2.46/8.71	o 219
2.46/8.72	c And the winner is solver0
2.46/9.22	c Got one! Elapsed wall clock time (in seconds):9.091
2.46/9.22	o 203
2.46/9.26	c And the winner is solver0
2.75/9.72	c Got one! Elapsed wall clock time (in seconds):9.592
2.75/9.72	o 202
2.75/9.73	c And the winner is solver0
2.77/10.22	c Got one! Elapsed wall clock time (in seconds):10.093
2.77/10.22	o 200
2.77/10.25	c And the winner is solver0
2.84/10.72	c Got one! Elapsed wall clock time (in seconds):10.594
2.84/10.72	o 198
2.84/10.73	c And the winner is solver0
2.90/11.22	c Got one! Elapsed wall clock time (in seconds):11.095
2.90/11.22	o 194
2.90/11.26	c And the winner is solver0
3.00/11.72	c Got one! Elapsed wall clock time (in seconds):11.596
3.00/11.72	o 190
3.00/11.73	c And the winner is solver0
3.02/12.22	c Got one! Elapsed wall clock time (in seconds):12.097
3.02/12.22	o 184
3.19/12.33	c And the winner is solver0
3.27/12.72	c Got one! Elapsed wall clock time (in seconds):12.598
3.27/12.72	o 183
3.27/12.73	c And the winner is solver0
3.27/13.22	c Got one! Elapsed wall clock time (in seconds):13.099
3.27/13.22	o 181
3.27/13.26	c And the winner is solver0
3.35/13.72	c Got one! Elapsed wall clock time (in seconds):13.6
3.35/13.72	o 180
3.35/13.74	c And the winner is solver0
3.39/14.23	c Got one! Elapsed wall clock time (in seconds):14.101
3.39/14.23	o 171
3.39/14.23	c And the winner is solver0
3.42/14.73	c Got one! Elapsed wall clock time (in seconds):14.603
3.42/14.73	o 155
3.42/14.76	c And the winner is solver0
3.51/15.23	c Got one! Elapsed wall clock time (in seconds):15.104
3.51/15.23	o 153
3.65/15.31	c cleaning 6729 clauses out of 13457 with flag 3528/13457
3.65/15.32	c And the winner is solver0
3.73/15.73	c Got one! Elapsed wall clock time (in seconds):15.605
3.73/15.73	o 152
3.86/15.82	c And the winner is solver0
3.95/16.23	c Got one! Elapsed wall clock time (in seconds):16.106
3.95/16.23	o 144
3.95/16.24	c And the winner is solver0
3.95/16.73	c Got one! Elapsed wall clock time (in seconds):16.607
3.95/16.73	o 142
3.95/16.75	c And the winner is solver0
4.03/17.23	c Got one! Elapsed wall clock time (in seconds):17.107
4.03/17.23	o 128
4.17/17.35	c And the winner is solver0
4.59/17.73	c Got one! Elapsed wall clock time (in seconds):17.608
4.59/17.73	o 119
4.59/17.76	c And the winner is solver0
4.66/18.23	c Got one! Elapsed wall clock time (in seconds):18.109
4.66/18.23	o 103
4.66/18.24	c And the winner is solver0
4.69/18.73	c Got one! Elapsed wall clock time (in seconds):18.61
4.69/18.73	o 76
4.69/18.76	c And the winner is solver0
4.77/19.24	c Got one! Elapsed wall clock time (in seconds):19.111
4.77/19.24	o 75
4.77/19.26	c And the winner is solver0
4.86/19.74	c Got one! Elapsed wall clock time (in seconds):19.612
4.86/19.74	o 74
4.86/19.77	c And the winner is solver0
4.96/20.24	c Got one! Elapsed wall clock time (in seconds):20.114
4.96/20.24	o 72
4.96/20.28	c And the winner is solver0
5.06/20.74	c Got one! Elapsed wall clock time (in seconds):20.615
5.06/20.74	o 67
5.18/20.83	c cleaning 8062 clauses out of 16123 with flag 3562/22852
6.14/21.11	c cleaning 7032 clauses out of 14064 with flag 25199/28855
6.14/21.19	c And the winner is solver0
6.43/21.24	c Got one! Elapsed wall clock time (in seconds):21.117
6.43/21.24	o 65
6.59/21.37	c cleaning 6120 clauses out of 12247 with flag 10738/34070
7.25/21.62	c cleaning 6063 clauses out of 12125 with flag 32901/40068
7.65/21.89	c cleaning 6525 clauses out of 13061 with flag 58133/47068
7.86/21.96	c And the winner is solver0
8.15/22.24	c Got one! Elapsed wall clock time (in seconds):22.118
8.15/22.24	o 64
8.25/22.37	c cleaning 5819 clauses out of 11647 with flag 10925/52179
8.87/22.62	c cleaning 5904 clauses out of 11826 with flag 33505/58177
9.47/22.91	c cleaning 6457 clauses out of 12922 with flag 60660/65177
9.67/23.02	c And the winner is solver0
9.85/23.24	c Got one! Elapsed wall clock time (in seconds):23.12
9.85/23.24	o 56
9.96/23.33	c cleaning 5763 clauses out of 11537 with flag 7524/70249
10.36/23.55	c cleaning 5878 clauses out of 11775 with flag 30257/76250
10.75/23.74	c And the winner is solver0
10.75/23.80	c Got one! Elapsed wall clock time (in seconds):23.672
10.75/23.80	o 46
11.08/23.92	c And the winner is solver0
11.16/24.30	c Got one! Elapsed wall clock time (in seconds):24.174
11.16/24.30	o 35
11.36/24.44	c cleaning 8635 clauses out of 17270 with flag 10049/87623
11.76/24.67	c cleaning 7312 clauses out of 14636 with flag 31774/93624
12.36/24.93	c cleaning 7157 clauses out of 14324 with flag 57168/100625
12.56/25.05	c And the winner is solver0
13.23/25.65	c Got one! Elapsed wall clock time (in seconds):25.527
13.23/25.65	o 34
13.31/25.74	c cleaning 6442 clauses out of 12905 with flag 7333/106363
13.71/25.96	c cleaning 6229 clauses out of 12461 with flag 28713/112361
14.31/26.20	c cleaning 6614 clauses out of 13231 with flag 54589/119361
14.31/26.22	c And the winner is solver0
15.04/26.95	c Got one! Elapsed wall clock time (in seconds):26.83
15.04/26.95	o 31
15.37/27.14	c cleaning 6161 clauses out of 12333 with flag 18080/125077
15.78/27.34	c cleaning 6074 clauses out of 12173 with flag 38891/131078
16.21/27.52	c And the winner is solver0
17.03/28.31	c Got one! Elapsed wall clock time (in seconds):28.184
17.03/28.31	o 29
17.03/28.35	c cleaning 5833 clauses out of 11676 with flag 4129/136656
17.41/28.50	c And the winner is solver0
17.48/28.81	c Got one! Elapsed wall clock time (in seconds):28.686
17.48/28.81	o 23
17.48/28.86	c cleaning 5919 clauses out of 11841 with flag 4378/142654
17.64/29.00	c And the winner is solver0
17.91/29.31	c Got one! Elapsed wall clock time (in seconds):29.189
17.91/29.31	o 22
17.91/29.36	c cleaning 5608 clauses out of 11222 with flag 4091/147954
17.91/29.37	c And the winner is solver0
18.08/29.82	c Got one! Elapsed wall clock time (in seconds):29.692
18.08/29.82	o 20
18.24/29.99	c cleaning 5493 clauses out of 11001 with flag 19120/153341
18.64/30.18	c cleaning 5749 clauses out of 11510 with flag 41020/159343
19.24/30.42	c cleaning 6370 clauses out of 12757 with flag 68384/166341
19.84/30.72	c cleaning 7194 clauses out of 14390 with flag 98394/174344
20.44/31.07	c cleaning 8092 clauses out of 16192 with flag 134561/183342
21.26/31.49	c cleaning 9043 clauses out of 18097 with flag 173161/193341
22.28/31.95	c cleaning 10025 clauses out of 20054 with flag 217277/204341
23.27/32.46	c cleaning 11008 clauses out of 22026 with flag 266297/216341
24.49/33.07	c cleaning 12009 clauses out of 24019 with flag 319454/229342
24.49/33.09	c And the winner is solver0
24.82/33.32	c Got one! Elapsed wall clock time (in seconds):33.195
24.82/33.32	o 19
24.98/33.40	c And the winner is solver0
24.99/33.82	c Got one! Elapsed wall clock time (in seconds):33.699
24.99/33.82	o 18
25.35/34.01	c cleaning 9151 clauses out of 18310 with flag 17199/235642
25.76/34.22	c cleaning 7579 clauses out of 15160 with flag 40239/241644
25.95/34.37	c And the winner is solver0
26.23/34.83	c Got one! Elapsed wall clock time (in seconds):34.702
26.23/34.83	o 17
26.23/34.88	c cleaning 6570 clauses out of 13147 with flag 3880/247212
26.56/35.08	c cleaning 6288 clauses out of 12578 with flag 26610/253216
26.76/35.19	c And the winner is solver0
27.05/35.33	c Got one! Elapsed wall clock time (in seconds):35.206
27.05/35.33	o 16
27.05/35.35	c And the winner is solver0
27.15/35.83	c Got one! Elapsed wall clock time (in seconds):35.71
27.15/35.83	o 14
27.26/35.92	c cleaning 6131 clauses out of 12271 with flag 7773/259199
27.66/36.13	c cleaning 6066 clauses out of 12134 with flag 30604/265197
27.86/36.27	c And the winner is solver0
28.03/36.36	c >>>>>>>>>> Solver number 0 (58 answers) <<<<<<<<<<<<<<<<<<
28.03/36.36	c starts		: 184
28.03/36.36	c conflicts		: 269837
28.03/36.36	c decisions		: 439145
28.03/36.36	c propagations		: 6342684
28.03/36.36	c inspects		: 121273705
28.03/36.36	c shortcuts		: 0
28.03/36.36	c learnt literals	: 36
28.03/36.36	c learnt binary clauses	: 78
28.03/36.36	c learnt ternary clauses	: 625
28.03/36.36	c learnt constraints	: 269800
28.03/36.36	c ignored constraints	: 0
28.03/36.36	c root simplifications	: 0
28.03/36.36	c removed literals (reason simplification)	: 1070320
28.03/36.36	c reason swapping (by a shorter reason)	: 0
28.03/36.36	c Calls to reduceDB	: 37
28.03/36.36	c Number of update (reduction) of LBD	: 69360
28.03/36.36	c Imported unit clauses	: 0
28.03/36.36	c number of reductions to clauses (during analyze)	: 0
28.03/36.36	c number of learned constraints concerned by reduction	: 0
28.03/36.36	c number of learning phase by resolution	: 0
28.03/36.36	c number of learning phase by cutting planes	: 0
28.03/36.36	c speed (assignments/second)	: 175415.78627136457
28.03/36.36	c non guided choices	2430
28.03/36.36	c learnt constraints type 
28.03/36.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
28.03/36.36	c starts		: 58
28.03/36.36	c conflicts		: 304
28.03/36.36	c decisions		: 5615
28.03/36.36	c propagations		: 19907
28.03/36.36	c inspects		: 561092
28.03/36.36	c shortcuts		: 0
28.03/36.36	c learnt literals	: 0
28.03/36.36	c learnt binary clauses	: 0
28.03/36.36	c learnt ternary clauses	: 0
28.03/36.36	c learnt constraints	: 259
28.03/36.36	c ignored constraints	: 0
28.03/36.36	c root simplifications	: 0
28.03/36.36	c removed literals (reason simplification)	: 0
28.03/36.36	c reason swapping (by a shorter reason)	: 0
28.03/36.36	c Calls to reduceDB	: 0
28.03/36.36	c Number of update (reduction) of LBD	: 0
28.03/36.36	c Imported unit clauses	: 0
28.03/36.36	c number of reductions to clauses (during analyze)	: 0
28.03/36.36	c number of learned constraints concerned by reduction	: 0
28.03/36.36	c number of learning phase by resolution	: 0
28.03/36.36	c number of learning phase by cutting planes	: 0
28.03/36.36	c speed (assignments/second)	: 38579.457364341084
28.03/36.36	c non guided choices	1049
28.03/36.36	c learnt constraints type 
28.03/36.36	s OPTIMUM FOUND
28.03/36.36	c Found 57 solution(s)
28.03/36.36	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 
28.03/36.36	c objective function=14
28.03/36.36	c Total wall clock time (in seconds): 36.235

Verifier Data

OK	14

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-4109409-1467321117/watcher-4109409-1467321117 -o /tmp/evaluation-result-4109409-1467321117/solver-4109409-1467321117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29020 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109409-1467321117.wbo 

pid=32309
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.59 1.91 1.93 2/194 32312
/proc/meminfo: memFree=30324540/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/32312/stat : 32312 (java) D 32309 32312 23565 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 11131651 2560000 46 33554432000 1073741824 1073778376 140735638206096 140735638203224 211449638183 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 1.59 1.91 1.93 2/194 32312
/proc/meminfo: memFree=30324540/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 11131651 9787879424 6040 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 1.59 1.91 1.93 2/194 32312
/proc/meminfo: memFree=30324540/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 4689 0 1 0 22 1 0 0 20 0 18 0 11131651 9787879424 7298 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2389619 7298 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300301 s]
/proc/loadavg: 1.59 1.91 1.93 2/194 32312
/proc/meminfo: memFree=30324540/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 7827 0 1 0 52 4 0 0 20 0 19 0 11131651 10060525568 9429 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 9431 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.70028 s]
/proc/loadavg: 1.59 1.91 1.93 2/194 32312
/proc/meminfo: memFree=30324540/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 9358 0 1 0 61 4 0 0 20 0 19 0 11131651 10060525568 9427 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 9427 2250 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 1.79 1.94 1.94 2/213 32343
/proc/meminfo: memFree=30254620/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 18523 0 1 0 190 8 0 0 20 0 19 0 11131651 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 20497 2261 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2419 0 1 0 16 2 0 0 20 0 19 0 11131652 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11131654 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 7892 0 0 0 55 2 0 0 20 0 19 0 11131657 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6861 0 0 0 50 2 0 0 20 0 19 0 11131657 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131671 10060525568 20497 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.79 1.94 1.94 1/213 32355
/proc/meminfo: memFree=30249672/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 18576 0 1 0 200 8 0 0 20 0 19 0 11131651 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 24618 2265 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2420 0 1 0 16 2 0 0 20 0 19 0 11131652 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11131654 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 7892 0 0 0 55 2 0 0 20 0 19 0 11131657 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6885 0 0 0 59 2 0 0 20 0 19 0 11131657 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131671 10060525568 24618 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 1.79 1.94 1.94 3/216 32379
/proc/meminfo: memFree=30154868/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 18680 0 1 0 220 13 0 0 20 0 19 0 11131651 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 33264 2269 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2422 0 1 0 16 2 0 0 20 0 19 0 11131652 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11131654 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 7904 0 0 0 60 2 0 0 20 0 19 0 11131657 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6890 0 0 0 66 2 0 0 20 0 19 0 11131657 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131671 10060525568 33264 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.33

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

[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 20 0 11131653 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 11131653 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 11131653 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 11131653 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 11131653 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 6 0 0 20 0 20 0 11131654 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11131655 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 20 0 11131655 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11131657 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 11975 0 0 0 137 3 0 0 20 0 20 0 11131657 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6945 0 0 0 97 2 0 0 20 0 20 0 11131657 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11131657 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11131657 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11131671 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=319] ppid=32309 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/32312/task/319/stat : 319 (java) R 32309 32312 23565 0 -1 4202560 3 0 0 0 36 0 0 0 20 0 20 0 11135134 10060525568 50759 33554432000 1073741824 1073778376 140735638206096 140394791707352 140394847937910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 26.97
Current children cumulated vsize (KiB) 9824732

[startup+36.0008 s]
/proc/loadavg: 2.10 2.01 1.96 2/214 323
/proc/meminfo: memFree=30241952/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=27.46 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 23363 0 1 0 2650 96 0 0 20 0 22 0 11131651 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 50462 2288 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2422 0 1 0 22 2 0 0 20 0 22 0 11131652 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 6 0 0 20 0 22 0 11131654 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11131655 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 11131655 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 11975 0 0 0 137 3 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6945 0 0 0 97 2 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11131671 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.46
Current children cumulated vsize (KiB) 9824732

[startup+36.2008 s]
/proc/loadavg: 2.10 2.01 1.96 2/214 323
/proc/meminfo: memFree=30241952/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=27.86 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 23363 0 1 0 2690 96 0 0 20 0 22 0 11131651 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 50462 2288 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2422 0 1 0 22 2 0 0 20 0 22 0 11131652 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 11131653 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 6 0 0 20 0 22 0 11131654 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11131655 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 11131655 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 11975 0 0 0 137 3 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6945 0 0 0 97 2 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11131657 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11131671 10060525568 50462 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.86
Current children cumulated vsize (KiB) 9824732

[startup+36.3008 s]
/proc/loadavg: 1.93 1.97 1.95 1/213 335
/proc/meminfo: memFree=30232960/32872528 swapFree=480748/529804
[pid=32312] ppid=32309 vsize=9824732 CPUtime=28.03 cores=0,2,4,6
/proc/32312/stat : 32312 (java) S 32309 32312 23565 0 -1 4202496 23363 0 1 0 2705 98 0 0 20 0 19 0 11131651 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140735638197232 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 2456183 50456 2288 9 0 2446860 0
[pid=32312/tid=32314] ppid=32309 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32312/task/32314/stat : 32314 (java) S 32309 32312 23565 0 -1 4202560 2422 0 1 0 22 2 0 0 20 0 19 0 11131652 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394977571704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32315] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32315/stat : 32315 (java) S 32309 32312 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394966633512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32316] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32316/stat : 32316 (java) S 32309 32312 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394819697576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32317] ppid=32309 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32312/task/32317/stat : 32317 (java) S 32309 32312 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394818644776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32318] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32318/stat : 32318 (java) S 32309 32312 23565 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394817591976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32319] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32319/stat : 32319 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394816539176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32320] ppid=32309 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32312/task/32320/stat : 32320 (java) S 32309 32312 23565 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394815486376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32321] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32321/stat : 32321 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394814433576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32322] ppid=32309 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32312/task/32322/stat : 32322 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 11131653 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394813380776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32312/tid=32323] ppid=32309 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/32312/task/32323/stat : 32323 (java) S 32309 32312 23565 0 -1 4202560 8 0 0 0 1 6 0 0 20 0 19 0 11131654 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394801183720 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32324] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32324/stat : 32324 (java) S 32309 32312 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394800129784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32325] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32325/stat : 32325 (java) S 32309 32312 23565 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 19 0 11131655 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394799076872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32326] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32326/stat : 32326 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394798025360 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32327] ppid=32309 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/32312/task/32327/stat : 32327 (java) S 32309 32312 23565 0 -1 4202560 11975 0 0 0 137 3 0 0 20 0 19 0 11131657 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394796972472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32312/tid=32328] ppid=32309 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/32312/task/32328/stat : 32328 (java) S 32309 32312 23565 0 -1 4202560 6945 0 0 0 97 2 0 0 20 0 19 0 11131657 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394795919672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32329] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32329/stat : 32329 (java) S 32309 32312 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394794867064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32312/tid=32330] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32330/stat : 32330 (java) S 32309 32312 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11131657 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394793814472 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32312/tid=32333] ppid=32309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32312/task/32333/stat : 32333 (java) S 32309 32312 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11131671 10060525568 50456 33554432000 1073741824 1073778376 140735638206096 140394790655400 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.03
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 36.3786
CPU time (s): 28.1707
CPU user time (s): 27.0979
CPU system time (s): 1.07284
CPU usage (%): 77.4376
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0979
system time used= 1.07284
maximum resident set size= 207156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23377
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= 2776
involuntary context switches= 844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.268959 second user time and 0.352946 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:11:57
IDJOB=4109409
IDBENCH=78801
IDSOLVER=2552
FILE ID=node141/4109409-1467321117
RUNJOBID= node141-1467319102-29020
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1110969170--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109409-1467321117/watcher-4109409-1467321117 -o /tmp/evaluation-result-4109409-1467321117/solver-4109409-1467321117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29020 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109409-1467321117.wbo

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

MD5SUM BENCH= 6dd8afea921ee9eef16bd5f535a42450
RANDOM SEED=1536680562

node141.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.448
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	: 5332.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30324548 kB
Buffers:          174712 kB
Cached:           862068 kB
SwapCached:            0 kB
Active:           550088 kB
Inactive:         716960 kB
Active(anon):     232936 kB
Inactive(anon):        4 kB
Active(file):     317152 kB
Inactive(file):   716956 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        825224 kB
Mapped:            22312 kB
Shmem:               204 kB
Slab:             620016 kB
SReclaimable:      63524 kB
SUnreclaim:       556492 kB
KernelStack:        1776 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1204860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71700 MiB
End job on node141 at 2016-06-30 23:12:34