Trace number 4109629

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.7486 37.3937

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-66-100-0.wbo
MD5SUMd1941e1c80c188b3aa73f66a6e35e5a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark18.4862
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109629-1467321427.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.066s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     211
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 => 27
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
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 => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 42 literals
0.25/0.28	c And the winner is solver0
0.71/0.68	c SATISFIABLE
0.71/0.68	c OPTIMIZING...
0.71/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.71/0.68	o 503
1.54/0.93	c And the winner is solver0
2.01/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
2.01/1.18	o 500
2.06/1.21	c And the winner is solver0
2.23/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
2.23/1.69	o 495
2.23/1.70	c And the winner is solver0
2.27/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
2.27/2.19	o 490
2.30/2.21	c And the winner is solver0
2.37/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
2.37/2.69	o 488
2.39/2.70	c And the winner is solver0
2.41/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
2.41/3.19	o 485
2.41/3.19	c And the winner is solver0
2.42/3.69	c Got one! Elapsed wall clock time (in seconds):3.577
2.42/3.69	o 390
2.43/3.72	c And the winner is solver0
2.52/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
2.52/4.19	o 388
2.53/4.20	c And the winner is solver0
2.53/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
2.53/4.69	o 368
2.54/4.70	c And the winner is solver0
2.56/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
2.56/5.19	o 349
2.56/5.20	c And the winner is solver0
2.56/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
2.56/5.69	o 321
2.57/5.71	c And the winner is solver0
2.60/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
2.60/6.19	o 319
2.61/6.20	c And the winner is solver0
2.61/6.69	c Got one! Elapsed wall clock time (in seconds):6.583
2.61/6.69	o 317
2.61/6.70	c And the winner is solver0
2.62/7.20	c Got one! Elapsed wall clock time (in seconds):7.083
2.62/7.20	o 315
2.62/7.20	c And the winner is solver0
2.62/7.70	c Got one! Elapsed wall clock time (in seconds):7.584
2.62/7.70	o 265
2.63/7.71	c And the winner is solver0
2.64/8.20	c Got one! Elapsed wall clock time (in seconds):8.085
2.64/8.20	o 264
2.64/8.21	c And the winner is solver0
2.68/8.70	c Got one! Elapsed wall clock time (in seconds):8.592
2.68/8.70	o 259
2.68/8.72	c And the winner is solver0
2.72/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
2.72/9.20	o 254
2.72/9.21	c And the winner is solver0
2.72/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
2.72/9.71	o 236
2.72/9.79	c cleaning 5159 clauses out of 10318 with flag 3131/10318
2.96/9.90	c And the winner is solver0
3.19/10.21	c Got one! Elapsed wall clock time (in seconds):10.094
3.19/10.21	o 234
3.19/10.21	c And the winner is solver0
3.20/10.71	c Got one! Elapsed wall clock time (in seconds):10.595
3.20/10.71	o 233
3.41/10.80	c cleaning 5602 clauses out of 11226 with flag 5692/16385
3.41/10.83	c And the winner is solver0
3.69/11.21	c Got one! Elapsed wall clock time (in seconds):11.096
3.69/11.21	o 231
3.69/11.22	c And the winner is solver0
3.71/11.71	c Got one! Elapsed wall clock time (in seconds):11.597
3.71/11.71	o 225
3.71/11.71	c And the winner is solver0
3.72/12.21	c Got one! Elapsed wall clock time (in seconds):12.098
3.72/12.21	o 215
3.72/12.25	c And the winner is solver0
3.89/12.71	c Got one! Elapsed wall clock time (in seconds):12.603
3.89/12.71	o 208
3.89/12.73	c And the winner is solver0
3.93/13.22	c Got one! Elapsed wall clock time (in seconds):13.103
3.93/13.22	o 204
3.93/13.29	c And the winner is solver0
4.09/13.72	c Got one! Elapsed wall clock time (in seconds):13.604
4.09/13.72	o 202
4.09/13.72	c And the winner is solver0
4.12/14.22	c Got one! Elapsed wall clock time (in seconds):14.105
4.12/14.22	o 198
4.12/14.25	c And the winner is solver0
4.21/14.72	c Got one! Elapsed wall clock time (in seconds):14.606
4.21/14.72	o 196
4.21/14.74	c And the winner is solver0
4.27/15.22	c Got one! Elapsed wall clock time (in seconds):15.106
4.27/15.22	o 191
4.27/15.28	c And the winner is solver0
4.41/15.72	c Got one! Elapsed wall clock time (in seconds):15.607
4.41/15.72	o 190
4.55/15.82	c cleaning 7469 clauses out of 14950 with flag 3220/25711
4.89/15.91	c And the winner is solver0
5.09/16.22	c Got one! Elapsed wall clock time (in seconds):16.108
5.09/16.22	o 187
5.24/16.31	c And the winner is solver0
5.30/16.72	c Got one! Elapsed wall clock time (in seconds):16.609
5.30/16.72	o 186
5.30/16.78	c cleaning 6701 clauses out of 13421 with flag 3201/31651
5.47/16.83	c And the winner is solver0
5.88/17.22	c Got one! Elapsed wall clock time (in seconds):17.11
5.88/17.22	o 178
5.88/17.23	c And the winner is solver0
5.94/17.72	c Got one! Elapsed wall clock time (in seconds):17.611
5.94/17.72	o 168
6.09/17.86	c cleaning 6251 clauses out of 12502 with flag 13482/37433
6.29/17.90	c And the winner is solver0
6.36/18.22	c Got one! Elapsed wall clock time (in seconds):18.112
6.36/18.22	o 160
6.51/18.34	c And the winner is solver0
6.72/18.72	c Got one! Elapsed wall clock time (in seconds):18.612
6.72/18.72	o 159
6.72/18.78	c cleaning 6200 clauses out of 12416 with flag 3764/43598
6.72/18.78	c And the winner is solver0
6.93/19.23	c Got one! Elapsed wall clock time (in seconds):19.113
6.93/19.23	o 156
7.07/19.39	c cleaning 5621 clauses out of 11252 with flag 17222/48634
7.27/19.42	c And the winner is solver0
7.37/19.73	c Got one! Elapsed wall clock time (in seconds):19.614
7.37/19.73	o 143
7.37/19.78	c And the winner is solver0
7.54/20.23	c Got one! Elapsed wall clock time (in seconds):20.115
7.54/20.23	o 140
7.54/20.24	c And the winner is solver0
7.60/20.73	c Got one! Elapsed wall clock time (in seconds):20.616
7.60/20.73	o 139
7.60/20.74	c And the winner is solver0
7.66/21.23	c Got one! Elapsed wall clock time (in seconds):21.117
7.66/21.23	o 135
7.66/21.24	c And the winner is solver0
7.72/21.73	c Got one! Elapsed wall clock time (in seconds):21.617
7.72/21.73	o 129
7.86/21.81	c And the winner is solver0
7.91/22.23	c Got one! Elapsed wall clock time (in seconds):22.118
7.91/22.23	o 116
7.91/22.24	c And the winner is solver0
7.94/22.73	c Got one! Elapsed wall clock time (in seconds):22.619
7.94/22.73	o 103
7.94/22.79	c And the winner is solver0
8.12/23.23	c Got one! Elapsed wall clock time (in seconds):23.12
8.12/23.23	o 102
8.12/23.29	c cleaning 7180 clauses out of 14367 with flag 4377/57370
8.27/23.32	c And the winner is solver0
8.68/23.73	c Got one! Elapsed wall clock time (in seconds):23.621
8.68/23.73	o 99
9.00/23.93	c cleaning 6482 clauses out of 12977 with flag 18949/63160
9.40/24.15	c cleaning 6236 clauses out of 12495 with flag 41727/69160
10.02/24.41	c cleaning 6631 clauses out of 13263 with flag 71002/76164
10.71/24.73	c cleaning 7314 clauses out of 14630 with flag 105029/84162
11.31/25.09	c cleaning 8155 clauses out of 16315 with flag 142277/93161
12.33/25.51	c cleaning 9076 clauses out of 18159 with flag 180117/103161
12.33/25.55	c And the winner is solver0
12.99/26.18	c Got one! Elapsed wall clock time (in seconds):26.073
12.99/26.18	o 90
13.24/26.36	c cleaning 7118 clauses out of 14245 with flag 14864/108323
13.87/26.61	c cleaning 6555 clauses out of 13128 with flag 38059/114324
13.87/26.68	c And the winner is solver0
14.07/26.74	c Got one! Elapsed wall clock time (in seconds):26.624
14.07/26.74	o 84
14.23/26.81	c And the winner is solver0
14.28/27.24	c Got one! Elapsed wall clock time (in seconds):27.125
14.28/27.24	o 80
14.28/27.28	c cleaning 5902 clauses out of 11815 with flag 4325/119566
14.60/27.46	c And the winner is solver0
14.77/27.74	c Got one! Elapsed wall clock time (in seconds):27.626
14.77/27.74	o 76
14.77/27.79	c And the winner is solver0
14.92/28.24	c Got one! Elapsed wall clock time (in seconds):28.128
14.92/28.24	o 75
14.92/28.27	c And the winner is solver0
14.99/28.74	c Got one! Elapsed wall clock time (in seconds):28.63
14.99/28.74	o 74
14.99/28.75	c And the winner is solver0
15.03/29.24	c Got one! Elapsed wall clock time (in seconds):29.131
15.03/29.24	o 68
15.14/29.39	c And the winner is solver0
15.39/29.74	c Got one! Elapsed wall clock time (in seconds):29.633
15.39/29.74	o 66
15.39/29.75	c And the winner is solver0
15.39/30.25	c Got one! Elapsed wall clock time (in seconds):30.135
15.39/30.25	o 59
15.49/30.34	c cleaning 9233 clauses out of 18471 with flag 7280/132124
15.91/30.57	c cleaning 7614 clauses out of 15237 with flag 28745/138123
16.53/30.83	c cleaning 7310 clauses out of 14623 with flag 52630/145124
17.11/31.13	c cleaning 7647 clauses out of 15312 with flag 80299/153123
17.71/31.48	c cleaning 8332 clauses out of 16666 with flag 113415/162125
18.52/31.90	c cleaning 9163 clauses out of 18331 with flag 150112/172123
19.73/32.41	c cleaning 10083 clauses out of 20168 with flag 193964/183123
20.73/32.97	c cleaning 11042 clauses out of 22083 with flag 243265/195123
21.92/33.59	c cleaning 12019 clauses out of 24038 with flag 294762/208123
23.54/34.30	c cleaning 13005 clauses out of 26018 with flag 353949/222124
24.94/35.08	c cleaning 14002 clauses out of 28013 with flag 421936/237124
26.76/35.94	c cleaning 15000 clauses out of 30005 with flag 491462/253125
27.58/36.36	c And the winner is solver0
28.62/37.38	c >>>>>>>>>> Solver number 0 (57 answers) <<<<<<<<<<<<<<<<<<
28.62/37.38	c starts		: 202
28.62/37.38	c conflicts		: 261308
28.62/37.38	c decisions		: 408723
28.62/37.38	c propagations		: 5947094
28.62/37.38	c inspects		: 128023281
28.62/37.38	c shortcuts		: 0
28.62/37.38	c learnt literals	: 33
28.62/37.38	c learnt binary clauses	: 104
28.62/37.38	c learnt ternary clauses	: 756
28.62/37.38	c learnt constraints	: 261274
28.62/37.38	c ignored constraints	: 0
28.62/37.38	c root simplifications	: 0
28.62/37.38	c removed literals (reason simplification)	: 2333623
28.62/37.38	c reason swapping (by a shorter reason)	: 0
28.62/37.38	c Calls to reduceDB	: 29
28.62/37.38	c Number of update (reduction) of LBD	: 64634
28.62/37.38	c Imported unit clauses	: 0
28.62/37.38	c number of reductions to clauses (during analyze)	: 0
28.62/37.38	c number of learned constraints concerned by reduction	: 0
28.62/37.38	c number of learning phase by resolution	: 0
28.62/37.38	c number of learning phase by cutting planes	: 0
28.62/37.38	c speed (assignments/second)	: 159876.7138018173
28.62/37.38	c non guided choices	2070
28.62/37.38	c learnt constraints type 
28.62/37.38	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
28.62/37.38	c starts		: 57
28.62/37.38	c conflicts		: 441
28.62/37.38	c decisions		: 5363
28.62/37.38	c propagations		: 20173
28.62/37.38	c inspects		: 929466
28.62/37.38	c shortcuts		: 0
28.62/37.38	c learnt literals	: 0
28.62/37.38	c learnt binary clauses	: 0
28.62/37.38	c learnt ternary clauses	: 0
28.62/37.38	c learnt constraints	: 399
28.62/37.38	c ignored constraints	: 0
28.62/37.38	c root simplifications	: 0
28.62/37.38	c removed literals (reason simplification)	: 0
28.62/37.38	c reason swapping (by a shorter reason)	: 0
28.62/37.38	c Calls to reduceDB	: 0
28.62/37.38	c Number of update (reduction) of LBD	: 0
28.62/37.38	c Imported unit clauses	: 0
28.62/37.38	c number of reductions to clauses (during analyze)	: 0
28.62/37.38	c number of learned constraints concerned by reduction	: 0
28.62/37.38	c number of learning phase by resolution	: 0
28.62/37.38	c number of learning phase by cutting planes	: 0
28.62/37.38	c speed (assignments/second)	: 2827.726380712083
28.62/37.38	c non guided choices	1568
28.62/37.38	c learnt constraints type 
28.62/37.38	s OPTIMUM FOUND
28.62/37.38	c Found 56 solution(s)
28.62/37.38	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.62/37.39	c objective function=59
28.62/37.39	c Total wall clock time (in seconds): 37.274

Verifier Data

OK	59

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

pid=14781
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.13 1.69 1.92 2/194 14784
/proc/meminfo: memFree=28400668/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2821724 98570240 977 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 24065 977 743 9 0 16771 0
[pid=14784/tid=14785] ppid=14781 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) R 14781 14784 3195 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2821724 98570240 977 33554432000 1073741824 1073778376 140736524228592 140334319242792 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 1.13 1.69 1.92 2/194 14784
/proc/meminfo: memFree=28400668/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 2821724 9787879424 6067 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2389619 6067 2141 9 0 2380296 0
[pid=14784/tid=14785] ppid=14781 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) R 14781 14784 3195 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 2821724 9787879424 6067 33554432000 1073741824 1073778376 140736524228592 140334319243016 217413903629 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.200314 s]
/proc/loadavg: 1.13 1.69 1.92 2/194 14784
/proc/meminfo: memFree=28400668/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 4752 0 1 0 23 2 0 0 20 0 22 0 2821724 10060525568 7874 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 7874 2208 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2417 0 1 0 15 1 0 0 20 0 22 0 2821724 10060525568 7874 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300355 s]
/proc/loadavg: 1.13 1.69 1.92 2/194 14784
/proc/meminfo: memFree=28400668/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 7951 0 1 0 57 4 0 0 20 0 19 0 2821724 10060525568 9604 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 9604 2248 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2417 0 1 0 15 1 0 0 20 0 19 0 2821724 10060525568 9604 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700188 s]
/proc/loadavg: 1.13 1.69 1.92 2/194 14784
/proc/meminfo: memFree=28400668/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 8608 0 1 0 70 4 0 0 20 0 22 0 2821724 10060525568 10537 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 10537 2249 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2417 0 1 0 15 1 0 0 20 0 22 0 2821724 10060525568 10537 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.13 1.69 1.92 1/213 14815
/proc/meminfo: memFree=28319476/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 19062 0 1 0 213 10 0 0 20 0 19 0 2821724 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 23341 2266 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2417 0 1 0 15 1 0 0 20 0 19 0 2821724 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14796] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14796/stat : 14796 (java) S 14781 14784 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334142138104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14797] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14797/stat : 14797 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334141085192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14798] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14798/stat : 14798 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334140033680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14799] ppid=14781 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 7486 0 0 0 62 1 0 0 20 0 19 0 2821729 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7801 0 0 0 61 2 0 0 20 0 19 0 2821729 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2821743 10060525568 23341 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.13 1.69 1.92 3/216 14830
/proc/meminfo: memFree=28309532/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 19092 0 1 0 225 16 0 0 20 0 19 0 2821724 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 27951 2267 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 2821724 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2821725 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14796] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14796/stat : 14796 (java) S 14781 14784 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334142138104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14797] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14797/stat : 14797 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2821726 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334141085192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14798] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14798/stat : 14798 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334140033680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14799] ppid=14781 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 7487 0 0 0 64 1 0 0 20 0 19 0 2821729 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7801 0 0 0 64 2 0 0 20 0 19 0 2821729 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2821729 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2821743 10060525568 27951 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (2.52 s) is less than in the last sample (2.53 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+4.20078 s]
/proc/loadavg: 1.13 1.69 1.92 1/213 14845
/proc/meminfo: memFree=28295072/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 19127 0 1 0 235 18 0 0 20 0 22 0 2821724 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 33080 2269 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 22 0 2821724 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33080 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33592 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2821725 10060525568 33592 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2821726 10060525568 33592 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 16245 0 0 0 194 3 0 0 20 0 22 0 2821729 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7809 0 0 0 93 2 0 0 20 0 22 0 2821729 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2821729 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2821729 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2821743 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=15202] ppid=14781 vsize=9824732 CPUtime=5.67 cores=0,2,4,6
/proc/14784/task/15202/stat : 15202 (java) R 14781 14784 3195 0 -1 4202560 6 0 0 0 567 0 0 0 20 0 22 0 2824749 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334132654480 140334181320920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=15203] ppid=14781 vsize=9824732 CPUtime=5.67 cores=0,2,4,6
/proc/14784/task/15203/stat : 15203 (java) R 14781 14784 3195 0 -1 4202560 2 0 0 0 567 0 0 0 20 0 22 0 2824749 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334133714336 140334181461745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=15204] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/15204/stat : 15204 (java) S 14781 14784 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2824749 10060525568 54616 33554432000 1073741824 1073778376 140736524228592 140334134768936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.95
Current children cumulated vsize (KiB) 9824732

[startup+36.8008 s]
/proc/loadavg: 1.32 1.67 1.90 3/216 15240
/proc/meminfo: memFree=28200412/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=28.11 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 28571 0 1 0 2705 106 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 54612 2287 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2421 0 1 0 19 2 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 15 0 0 0 0 7 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14796] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14796/stat : 14796 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334142138104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14797] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14797/stat : 14797 (java) S 14781 14784 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334141085192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14798] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14798/stat : 14798 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334140033680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14799] ppid=14781 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 16245 0 0 0 194 3 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7809 0 0 0 93 2 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2821743 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=15203] ppid=14781 vsize=9824732 CPUtime=6.47 cores=0,2,4,6
/proc/14784/task/15203/stat : 15203 (java) R 14781 14784 3195 0 -1 4202560 2 0 0 0 647 0 0 0 20 0 20 0 2824749 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334133714336 140334181461728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.11
Current children cumulated vsize (KiB) 9824732

[startup+37.2008 s]
/proc/loadavg: 1.32 1.67 1.90 3/216 15240
/proc/meminfo: memFree=28200412/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=28.51 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 28571 0 1 0 2745 106 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 54612 2287 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2421 0 1 0 19 2 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 15 0 0 0 0 7 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14796] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14796/stat : 14796 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334142138104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14797] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14797/stat : 14797 (java) S 14781 14784 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334141085192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14798] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14798/stat : 14798 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334140033680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14799] ppid=14781 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 16245 0 0 0 194 3 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7809 0 0 0 93 2 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2821743 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=15203] ppid=14781 vsize=9824732 CPUtime=6.87 cores=0,2,4,6
/proc/14784/task/15203/stat : 15203 (java) R 14781 14784 3195 0 -1 4202560 2 0 0 0 687 0 0 0 20 0 20 0 2824749 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334133714336 140334181834794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.51
Current children cumulated vsize (KiB) 9824732

[startup+37.3008 s]
/proc/loadavg: 1.32 1.67 1.90 3/216 15240
/proc/meminfo: memFree=28200412/32872528 swapFree=1522152/1652968
[pid=14784] ppid=14781 vsize=9824732 CPUtime=28.61 cores=0,2,4,6
/proc/14784/stat : 14784 (java) S 14781 14784 3195 0 -1 4202496 28571 0 1 0 2755 106 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140736524219728 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14784/statm: 2456183 54612 2287 9 0 2446860 0
[pid=14784/tid=14785] ppid=14781 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/14784/task/14785/stat : 14785 (java) S 14781 14784 3195 0 -1 4202560 2421 0 1 0 19 2 0 0 20 0 20 0 2821724 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334319248248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14787] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14787/stat : 14787 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334308310056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14788] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14788/stat : 14788 (java) S 14781 14784 3195 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334307257256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14789] ppid=14781 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14784/task/14789/stat : 14789 (java) S 14781 14784 3195 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334306204456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14790] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14790/stat : 14790 (java) S 14781 14784 3195 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334305151656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14791] ppid=14781 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14784/task/14791/stat : 14791 (java) S 14781 14784 3195 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334304098856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14792] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14792/stat : 14792 (java) S 14781 14784 3195 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334303046056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14793] ppid=14781 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14784/task/14793/stat : 14793 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334301993256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14794] ppid=14781 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14784/task/14794/stat : 14794 (java) S 14781 14784 3195 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 20 0 2821725 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334300940456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14795] ppid=14781 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14784/task/14795/stat : 14795 (java) S 14781 14784 3195 0 -1 4202560 15 0 0 0 0 7 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334143192040 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14796] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14796/stat : 14796 (java) S 14781 14784 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334142138104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14797] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14797/stat : 14797 (java) S 14781 14784 3195 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 20 0 2821726 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334141085192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14798] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14798/stat : 14798 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334140033680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14799] ppid=14781 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/14784/task/14799/stat : 14799 (java) S 14781 14784 3195 0 -1 4202560 16245 0 0 0 194 3 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334138980792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=14800] ppid=14781 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14784/task/14800/stat : 14800 (java) S 14781 14784 3195 0 -1 4202560 7809 0 0 0 93 2 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334137927992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14784/tid=14801] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14801/stat : 14801 (java) S 14781 14784 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334136875384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14784/tid=14802] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14802/stat : 14802 (java) S 14781 14784 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 2821729 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334135822792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14784/tid=14806] ppid=14781 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14784/task/14806/stat : 14806 (java) S 14781 14784 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2821743 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334131610920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14784/tid=15203] ppid=14781 vsize=9824732 CPUtime=6.97 cores=0,2,4,6
/proc/14784/task/15203/stat : 15203 (java) R 14781 14784 3195 0 -1 4202560 2 0 0 0 697 0 0 0 20 0 20 0 2824749 10060525568 54612 33554432000 1073741824 1073778376 140736524228592 140334133714336 140334181660131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.61
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 37.3937
CPU time (s): 28.7486
CPU user time (s): 27.6168
CPU system time (s): 1.13183
CPU usage (%): 76.881
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6068
system time used= 1.13183
maximum resident set size= 221668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28582
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= 2888
involuntary context switches= 1066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.241963 second user time and 0.232964 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:17:07
IDJOB=4109629
IDBENCH=78875
IDSOLVER=2552
FILE ID=node122/4109629-1467321427
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.1110971363--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109629-1467321427/watcher-4109629-1467321427 -o /tmp/evaluation-result-4109629-1467321427/solver-4109629-1467321427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109629-1467321427.wbo

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

MD5SUM BENCH= d1941e1c80c188b3aa73f66a6e35e5a0
RANDOM SEED=190508770

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:        28401196 kB
Buffers:           98916 kB
Cached:          1759552 kB
SwapCached:            0 kB
Active:           416492 kB
Inactive:        1650040 kB
Active(anon):     210492 kB
Inactive(anon):        4 kB
Active(file):     206000 kB
Inactive(file):  1650036 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1332 kB
Writeback:             0 kB
AnonPages:       1833824 kB
Mapped:            22268 kB
Shmem:               204 kB
Slab:             619284 kB
SReclaimable:      63040 kB
SUnreclaim:       556244 kB
KernelStack:        1768 kB
PageTables:         8064 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:    260096 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:17:45