Trace number 4109241

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 13.461 35.8476

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-33-100-0.wbo
MD5SUMd78095cb3543dadc419b0cdccb2004b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.30119
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.03/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.12	c See www.sat4j.org for details.
0.03/0.12	c version PB16.v20160501
0.03/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.12	c java.vm.version	19.1-b02
0.03/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.12	c sun.arch.data.model	64
0.03/0.12	c java.version		1.6.0_24
0.03/0.12	c os.name		Linux
0.03/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.12	c os.arch		amd64
0.03/0.12	c Free memory 		501472288
0.03/0.12	c Max memory 		7480803328
0.03/0.12	c Total memory 		504102912
0.03/0.12	c Number of processors 	8
0.03/0.15	c Pseudo Boolean Optimization by upper bound
0.03/0.15	c ManyCore solver with 2 solvers running in parallel
0.03/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.03/0.15	c --- Begin Solver configuration ---
0.03/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.03/0.15	c Learn all clauses as in MiniSAT
0.03/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.15	c Expensive reason simplification
0.03/0.15	c Glucose 2.1 dynamic restart strategy
0.03/0.15	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.03/0.15	c timeout=2147483s
0.03/0.15	c DB Simplification allowed=false
0.03/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.03/0.15	c --- End Solver configuration ---
0.03/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.03/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.03/0.15	c --- Begin Solver configuration ---
0.03/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.03/0.15	c Learn all clauses as in MiniSAT
0.03/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.15	c No reason simplification
0.03/0.15	c Armin Biere (Picosat) restarts strategy
0.03/0.15	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.03/0.15	c timeout=2147483s
0.03/0.15	c DB Simplification allowed=false
0.03/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.03/0.15	c --- End Solver configuration ---
0.03/0.15	c solving HOME/instance-4109241-1467320654.wbo
0.03/0.15	c reading problem ... 
0.17/0.22	c ... done. Wall clock time 0.066s.
0.17/0.22	c declared #vars     169
0.17/0.22	c internal #vars     233
0.17/0.22	c #constraints  101
0.17/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.17/0.22	c constraints type 
0.17/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.17/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.17/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.17/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.17/0.22	c 101 constraints processed.
0.17/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.17/0.22	c constraints type 
0.17/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.17/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.17/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.17/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.17/0.22	c 101 constraints processed.
0.17/0.22	c objective function length is 64 literals
0.46/0.38	c And the winner is solver0
1.17/0.72	c SATISFIABLE
1.17/0.72	c OPTIMIZING...
1.17/0.72	c Got one! Elapsed wall clock time (in seconds):0.57
1.17/0.72	o 777
1.17/0.73	c And the winner is solver0
1.18/1.22	c Got one! Elapsed wall clock time (in seconds):1.072
1.18/1.22	o 753
1.18/1.23	c And the winner is solver0
1.19/1.73	c Got one! Elapsed wall clock time (in seconds):1.573
1.19/1.73	o 708
1.19/1.73	c And the winner is solver0
1.20/2.23	c Got one! Elapsed wall clock time (in seconds):2.074
1.20/2.23	o 636
1.20/2.23	c And the winner is solver0
1.20/2.73	c Got one! Elapsed wall clock time (in seconds):2.575
1.20/2.73	o 562
1.20/2.73	c And the winner is solver0
1.22/3.23	c Got one! Elapsed wall clock time (in seconds):3.076
1.22/3.23	o 524
1.22/3.23	c And the winner is solver0
1.22/3.73	c Got one! Elapsed wall clock time (in seconds):3.577
1.22/3.73	o 520
1.22/3.74	c And the winner is solver0
1.22/4.23	c Got one! Elapsed wall clock time (in seconds):4.078
1.22/4.23	o 515
1.22/4.24	c And the winner is solver0
1.24/4.73	c Got one! Elapsed wall clock time (in seconds):4.579
1.24/4.73	o 512
1.24/4.74	c And the winner is solver0
1.25/5.23	c Got one! Elapsed wall clock time (in seconds):5.08
1.25/5.23	o 480
1.25/5.24	c And the winner is solver0
1.40/5.73	c Got one! Elapsed wall clock time (in seconds):5.581
1.40/5.73	o 474
1.63/5.83	c And the winner is solver0
1.81/6.23	c Got one! Elapsed wall clock time (in seconds):6.082
1.81/6.23	o 468
1.81/6.25	c And the winner is solver0
1.95/6.74	c Got one! Elapsed wall clock time (in seconds):6.584
1.95/6.74	o 464
1.95/6.75	c And the winner is solver0
2.00/7.24	c Got one! Elapsed wall clock time (in seconds):7.085
2.00/7.24	o 460
2.00/7.25	c And the winner is solver0
2.02/7.74	c Got one! Elapsed wall clock time (in seconds):7.586
2.02/7.74	o 456
2.02/7.74	c And the winner is solver0
2.02/8.24	c Got one! Elapsed wall clock time (in seconds):8.087
2.02/8.24	o 448
2.02/8.25	c And the winner is solver0
2.03/8.74	c Got one! Elapsed wall clock time (in seconds):8.588
2.03/8.74	o 441
2.03/8.75	c And the winner is solver0
2.03/9.24	c Got one! Elapsed wall clock time (in seconds):9.089
2.03/9.24	o 422
2.03/9.25	c And the winner is solver0
2.05/9.74	c Got one! Elapsed wall clock time (in seconds):9.59
2.05/9.74	o 378
2.05/9.76	c And the winner is solver0
2.19/10.24	c Got one! Elapsed wall clock time (in seconds):10.091
2.19/10.24	o 375
2.19/10.25	c And the winner is solver0
2.22/10.74	c Got one! Elapsed wall clock time (in seconds):10.592
2.22/10.74	o 373
2.22/10.76	c And the winner is solver0
2.23/11.24	c Got one! Elapsed wall clock time (in seconds):11.093
2.23/11.24	o 370
2.23/11.25	c And the winner is solver0
2.27/11.75	c Got one! Elapsed wall clock time (in seconds):11.593
2.27/11.75	o 309
2.27/11.75	c And the winner is solver0
2.27/12.25	c Got one! Elapsed wall clock time (in seconds):12.094
2.27/12.25	o 299
2.27/12.25	c And the winner is solver0
2.27/12.75	c Got one! Elapsed wall clock time (in seconds):12.596
2.27/12.75	o 295
2.27/12.75	c And the winner is solver0
2.27/13.25	c Got one! Elapsed wall clock time (in seconds):13.097
2.27/13.25	o 289
2.27/13.25	c And the winner is solver0
2.27/13.75	c Got one! Elapsed wall clock time (in seconds):13.598
2.27/13.75	o 275
2.27/13.76	c And the winner is solver0
2.27/14.25	c Got one! Elapsed wall clock time (in seconds):14.098
2.27/14.25	o 273
2.27/14.25	c And the winner is solver0
2.29/14.75	c Got one! Elapsed wall clock time (in seconds):14.599
2.29/14.75	o 268
2.29/14.75	c And the winner is solver0
2.29/15.25	c Got one! Elapsed wall clock time (in seconds):15.1
2.29/15.25	o 265
2.29/15.27	c And the winner is solver0
2.33/15.75	c Got one! Elapsed wall clock time (in seconds):15.601
2.33/15.75	o 257
2.33/15.76	c And the winner is solver0
2.33/16.25	c Got one! Elapsed wall clock time (in seconds):16.102
2.33/16.25	o 256
2.33/16.26	c And the winner is solver0
2.33/16.75	c Got one! Elapsed wall clock time (in seconds):16.603
2.33/16.75	o 236
2.33/16.77	c And the winner is solver0
2.34/17.26	c Got one! Elapsed wall clock time (in seconds):17.103
2.34/17.26	o 235
2.42/17.35	c And the winner is solver0
2.61/17.76	c Got one! Elapsed wall clock time (in seconds):17.604
2.61/17.76	o 234
2.61/17.78	c And the winner is solver0
2.68/18.26	c Got one! Elapsed wall clock time (in seconds):18.105
2.68/18.26	o 231
2.68/18.27	c And the winner is solver0
2.72/18.76	c Got one! Elapsed wall clock time (in seconds):18.606
2.72/18.76	o 227
2.72/18.76	c And the winner is solver0
2.72/19.26	c Got one! Elapsed wall clock time (in seconds):19.107
2.72/19.26	o 221
2.72/19.28	c And the winner is solver0
2.80/19.76	c Got one! Elapsed wall clock time (in seconds):19.608
2.80/19.76	o 219
2.80/19.77	c And the winner is solver0
2.82/20.26	c Got one! Elapsed wall clock time (in seconds):20.109
2.82/20.26	o 218
2.89/20.34	c cleaning 7007 clauses out of 14027 with flag 2984/14027
2.89/20.39	c And the winner is solver0
3.12/20.76	c Got one! Elapsed wall clock time (in seconds):20.61
3.12/20.76	o 216
3.12/20.80	c And the winner is solver0
3.20/21.26	c Got one! Elapsed wall clock time (in seconds):21.111
3.20/21.26	o 215
3.20/21.28	c And the winner is solver0
3.36/21.76	c Got one! Elapsed wall clock time (in seconds):21.611
3.36/21.76	o 211
3.36/21.77	c And the winner is solver0
3.41/22.26	c Got one! Elapsed wall clock time (in seconds):22.112
3.41/22.26	o 191
3.41/22.29	c And the winner is solver0
3.48/22.77	c Got one! Elapsed wall clock time (in seconds):22.613
3.48/22.77	o 185
3.55/22.85	c And the winner is solver0
3.68/23.27	c Got one! Elapsed wall clock time (in seconds):23.114
3.68/23.27	o 180
3.73/23.32	c cleaning 7169 clauses out of 14340 with flag 3472/21347
3.73/23.36	c And the winner is solver0
3.92/23.77	c Got one! Elapsed wall clock time (in seconds):23.615
3.92/23.77	o 170
3.92/23.79	c And the winner is solver0
3.97/24.27	c Got one! Elapsed wall clock time (in seconds):24.116
3.97/24.27	o 165
4.06/24.34	c And the winner is solver0
4.16/24.77	c Got one! Elapsed wall clock time (in seconds):24.616
4.16/24.77	o 161
4.16/24.79	c And the winner is solver0
4.26/25.27	c Got one! Elapsed wall clock time (in seconds):25.117
4.26/25.27	o 158
4.34/25.36	c And the winner is solver0
4.47/25.77	c Got one! Elapsed wall clock time (in seconds):25.618
4.47/25.77	o 157
4.52/25.80	c And the winner is solver0
4.57/26.27	c Got one! Elapsed wall clock time (in seconds):26.119
4.57/26.27	o 155
4.62/26.35	c cleaning 7836 clauses out of 15696 with flag 3277/29872
4.96/26.41	c And the winner is solver0
5.27/26.77	c Got one! Elapsed wall clock time (in seconds):26.62
5.27/26.77	o 148
5.34/26.81	c And the winner is solver0
5.38/27.27	c Got one! Elapsed wall clock time (in seconds):27.121
5.38/27.27	o 133
5.43/27.31	c And the winner is solver0
5.47/27.77	c Got one! Elapsed wall clock time (in seconds):27.621
5.47/27.77	o 119
5.52/27.84	c And the winner is solver0
5.62/28.27	c Got one! Elapsed wall clock time (in seconds):28.122
5.62/28.27	o 117
5.62/28.29	c And the winner is solver0
5.69/28.78	c Got one! Elapsed wall clock time (in seconds):28.623
5.69/28.78	o 109
5.74/28.87	c cleaning 7999 clauses out of 15997 with flag 7316/38009
5.74/28.89	c And the winner is solver0
5.95/29.28	c Got one! Elapsed wall clock time (in seconds):29.125
5.95/29.28	o 108
6.00/29.30	c And the winner is solver0
6.03/29.78	c Got one! Elapsed wall clock time (in seconds):29.626
6.03/29.78	o 105
6.09/29.87	c And the winner is solver0
6.29/30.28	c Got one! Elapsed wall clock time (in seconds):30.13
6.29/30.28	o 104
6.52/30.40	c cleaning 7385 clauses out of 14779 with flag 10923/44790
6.72/30.52	c And the winner is solver0
6.78/30.78	c Got one! Elapsed wall clock time (in seconds):30.631
6.78/30.78	o 25
6.82/30.83	c And the winner is solver0
6.90/31.28	c Got one! Elapsed wall clock time (in seconds):31.132
6.90/31.28	o 20
6.92/31.33	c cleaning 6905 clauses out of 13823 with flag 3005/51219
7.33/31.51	c And the winner is solver0
7.38/31.79	c Got one! Elapsed wall clock time (in seconds):31.634
7.38/31.79	o 15
7.61/32.00	c cleaning 8787 clauses out of 17574 with flag 18058/61876
7.81/32.04	c And the winner is solver0
7.91/32.29	c Got one! Elapsed wall clock time (in seconds):32.137
7.91/32.29	o 4
8.12/32.45	c cleaning 7063 clauses out of 14132 with flag 15236/67222
8.53/32.67	c cleaning 6531 clauses out of 13068 with flag 37911/73222
9.14/32.98	c cleaning 6763 clauses out of 13537 with flag 66567/80223
9.14/32.99	c And the winner is solver0
9.41/33.29	c Got one! Elapsed wall clock time (in seconds):33.14
9.41/33.29	o 3
9.62/33.47	c cleaning 6061 clauses out of 12123 with flag 19651/85573
10.24/33.71	c cleaning 6026 clauses out of 12060 with flag 42702/91572
10.86/34.00	c cleaning 6511 clauses out of 13032 with flag 71608/98573
10.86/34.04	c And the winner is solver0
10.98/34.30	c Got one! Elapsed wall clock time (in seconds):34.144
10.98/34.30	o 2
11.18/34.47	c cleaning 5918 clauses out of 11848 with flag 16877/103902
11.77/34.71	c cleaning 5963 clauses out of 11929 with flag 44923/109903
12.39/35.00	c cleaning 6479 clauses out of 12962 with flag 76277/116903
13.00/35.34	c cleaning 7235 clauses out of 14473 with flag 113718/124902
13.18/35.45	c And the winner is solver0
13.31/35.84	c >>>>>>>>>> Solver number 0 (67 answers) <<<<<<<<<<<<<<<<<<
13.31/35.84	c starts		: 153
13.31/35.84	c conflicts		: 127766
13.31/35.84	c decisions		: 207206
13.31/35.84	c propagations		: 3093866
13.31/35.84	c inspects		: 56313994
13.31/35.84	c shortcuts		: 0
13.31/35.84	c learnt literals	: 43
13.31/35.84	c learnt binary clauses	: 15
13.31/35.84	c learnt ternary clauses	: 194
13.31/35.84	c learnt constraints	: 127722
13.31/35.84	c ignored constraints	: 0
13.31/35.84	c root simplifications	: 0
13.31/35.84	c removed literals (reason simplification)	: 592842
13.31/35.84	c reason swapping (by a shorter reason)	: 0
13.31/35.84	c Calls to reduceDB	: 17
13.31/35.84	c Number of update (reduction) of LBD	: 34402
13.31/35.84	c Imported unit clauses	: 0
13.31/35.84	c number of reductions to clauses (during analyze)	: 0
13.31/35.84	c number of learned constraints concerned by reduction	: 0
13.31/35.84	c number of learning phase by resolution	: 0
13.31/35.84	c number of learning phase by cutting planes	: 0
13.31/35.84	c speed (assignments/second)	: 86877.06391104122
13.31/35.84	c non guided choices	2340
13.31/35.84	c learnt constraints type 
13.31/35.84	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
13.31/35.84	c starts		: 67
13.31/35.84	c conflicts		: 629
13.31/35.84	c decisions		: 7318
13.31/35.84	c propagations		: 31923
13.31/35.84	c inspects		: 1113695
13.31/35.84	c shortcuts		: 0
13.31/35.84	c learnt literals	: 0
13.31/35.84	c learnt binary clauses	: 0
13.31/35.84	c learnt ternary clauses	: 0
13.31/35.84	c learnt constraints	: 574
13.31/35.84	c ignored constraints	: 0
13.31/35.84	c root simplifications	: 0
13.31/35.84	c removed literals (reason simplification)	: 0
13.31/35.84	c reason swapping (by a shorter reason)	: 0
13.31/35.84	c Calls to reduceDB	: 0
13.31/35.84	c Number of update (reduction) of LBD	: 0
13.31/35.84	c Imported unit clauses	: 0
13.31/35.84	c number of reductions to clauses (during analyze)	: 0
13.31/35.84	c number of learned constraints concerned by reduction	: 0
13.31/35.84	c number of learning phase by resolution	: 0
13.31/35.84	c number of learning phase by cutting planes	: 0
13.31/35.84	c speed (assignments/second)	: 20919.397116644825
13.31/35.84	c non guided choices	1004
13.31/35.84	c learnt constraints type 
13.31/35.84	s OPTIMUM FOUND
13.31/35.84	c Found 66 solution(s)
13.31/35.84	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 
13.31/35.84	c objective function=2
13.31/35.84	c Total wall clock time (in seconds): 35.687

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109241-1467320654/watcher-4109241-1467320654 -o /tmp/evaluation-result-4109241-1467320654/solver-4109241-1467320654 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109241-1467320654.wbo 

pid=21954
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.63 1.93 2.03 2/196 21957
/proc/meminfo: memFree=29568560/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/21957/stat : 21957 (java) R 21954 21957 16091 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 13026275 9445376 90 33554432000 1073741824 1073778376 140735254021600 140735254018728 272877270455 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2306 93 75 9 0 38 0

[startup+0.100133 s]
/proc/loadavg: 1.63 1.93 2.03 2/196 21957
/proc/meminfo: memFree=29568560/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9558428 CPUtime=0.03 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 3282 0 1 0 3 0 0 0 20 0 18 0 13026275 9787830272 4413 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2389607 4413 1761 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558428

[startup+0.200328 s]
/proc/loadavg: 1.63 1.93 2.03 2/196 21957
/proc/meminfo: memFree=29568560/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 4571 0 1 0 16 1 0 0 20 0 18 0 13026275 9787879424 7199 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2389619 7199 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 1.63 1.93 2.03 2/196 21957
/proc/meminfo: memFree=29568560/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9825068 CPUtime=0.46 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 7310 0 1 0 45 1 0 0 20 0 22 0 13026275 10060869632 9276 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456267 9276 2239 9 0 2446944 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9825068

[startup+0.700242 s]
/proc/loadavg: 1.63 1.93 2.03 2/196 21957
/proc/meminfo: memFree=29568560/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 14785 0 1 0 112 5 0 0 20 0 19 0 13026275 10060525568 13513 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 13513 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.63 1.93 2.03 2/215 21982
/proc/meminfo: memFree=29517336/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 14803 0 1 0 114 5 0 0 20 0 19 0 13026275 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 16073 2254 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2424 0 1 0 16 0 0 0 20 0 19 0 13026276 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 5702 0 0 0 31 2 0 0 20 0 19 0 13026284 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 5331 0 0 0 36 0 0 0 20 0 19 0 13026284 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026298 10060525568 16073 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 1.63 1.93 2.03 2/215 21988
/proc/meminfo: memFree=29506616/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 14831 0 1 0 117 5 0 0 20 0 19 0 13026275 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 19659 2255 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2424 0 1 0 16 0 0 0 20 0 19 0 13026276 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 5702 0 0 0 32 2 0 0 20 0 19 0 13026284 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 5332 0 0 0 37 0 0 0 20 0 19 0 13026284 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026298 10060525568 19659 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

[startup+6.30071 s]
/proc/loadavg: 1.66 1.94 2.03 2/215 22009
/proc/meminfo: memFree=29474616/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 14987 0 1 0 184 10 0 0 20 0 19 0 13026275 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 31074 2269 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2425 0 1 0 17 0 0 0 20 0 19 0 13026276 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13026279 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 5712 0 0 0 50 2 0 0 20 0 19 0 13026284 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) R 21954 21957 16091 0 -1 4202560 5391 0 0 0 66 0 0 0 20 0 19 0 13026284 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290907810560 140291092923796 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026298 10060525568 31074 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.94

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

[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 13026279 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 72 0 0 0 0 5 0 0 20 0 22 0 13026280 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13026280 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 13026280 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 11321 0 0 0 117 3 0 0 20 0 22 0 13026284 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 6074 0 0 0 108 0 0 0 20 0 22 0 13026284 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13026298 10060525568 52468 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 9824732

[startup+35.2007 s]
/proc/loadavg: 1.74 1.93 2.02 4/218 22177
/proc/meminfo: memFree=29239816/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=12.8 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 22480 0 1 0 1191 89 0 0 20 0 22 0 13026275 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 84120 2288 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2426 0 1 0 20 2 0 0 20 0 22 0 13026276 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 13026279 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 143 0 0 0 0 5 0 0 20 0 22 0 13026280 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13026280 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 13026280 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 11323 0 0 0 119 3 0 0 20 0 22 0 13026284 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 6074 0 0 0 108 0 0 0 20 0 22 0 13026284 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13026284 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13026298 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=22175] ppid=21954 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21957/task/22175/stat : 22175 (java) R 21954 21957 16091 0 -1 4202560 3 0 0 0 86 0 0 0 20 0 22 0 13029705 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290903552272 140290961276399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=22176] ppid=21954 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/21957/task/22176/stat : 22176 (java) R 21954 21957 16091 0 -1 4202560 366 0 0 0 86 1 0 0 20 0 22 0 13029705 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290904612904 140290961207785 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=22177] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/22177/stat : 22177 (java) S 21954 21957 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13029706 10060525568 84120 33554432000 1073741824 1073778376 140735254021600 140290901456040 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 9824732

[startup+35.6009 s]
/proc/loadavg: 1.74 1.93 2.02 4/218 22177
/proc/meminfo: memFree=29239816/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=13.31 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 22480 0 1 0 1239 92 0 0 20 0 19 0 13026275 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 84114 2288 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2426 0 1 0 20 2 0 0 20 0 19 0 13026276 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 143 0 0 0 0 5 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 11323 0 0 0 119 3 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 6074 0 0 0 108 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026298 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 9824732

[startup+35.8008 s]
/proc/loadavg: 1.74 1.93 2.02 4/218 22177
/proc/meminfo: memFree=29239816/32872528 swapFree=1254912/1391860
[pid=21957] ppid=21954 vsize=9824732 CPUtime=13.31 cores=0,2,4,6
/proc/21957/stat : 21957 (java) S 21954 21957 16091 0 -1 4202496 22480 0 1 0 1239 92 0 0 20 0 19 0 13026275 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140735254012736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21957/statm: 2456183 84114 2288 9 0 2446860 0
[pid=21957/tid=21959] ppid=21954 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/21957/task/21959/stat : 21959 (java) S 21954 21957 16091 0 -1 4202560 2426 0 1 0 20 2 0 0 20 0 19 0 13026276 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140291088831352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21960] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21960/stat : 21960 (java) S 21954 21957 16091 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290932865448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21961] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21961/stat : 21961 (java) S 21954 21957 16091 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290931812904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21962] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21962/stat : 21962 (java) S 21954 21957 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290930759848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21963] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21963/stat : 21963 (java) S 21954 21957 16091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290929707304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21964] ppid=21954 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21957/task/21964/stat : 21964 (java) S 21954 21957 16091 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290928655272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21965] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21965/stat : 21965 (java) S 21954 21957 16091 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290927602728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21966] ppid=21954 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21957/task/21966/stat : 21966 (java) S 21954 21957 16091 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290926549672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21967] ppid=21954 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21957/task/21967/stat : 21967 (java) S 21954 21957 16091 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 13026279 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290925497128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21968] ppid=21954 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21957/task/21968/stat : 21968 (java) S 21954 21957 16091 0 -1 4202560 143 0 0 0 0 5 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290913085800 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21969] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21969/stat : 21969 (java) S 21954 21957 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290912032120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21970] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21970/stat : 21970 (java) S 21954 21957 16091 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 13026280 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290910978952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21971] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21971/stat : 21971 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290909927696 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21957/tid=21972] ppid=21954 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21957/task/21972/stat : 21972 (java) S 21954 21957 16091 0 -1 4202560 11323 0 0 0 119 3 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290908875576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21957/tid=21973] ppid=21954 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21957/task/21973/stat : 21973 (java) S 21954 21957 16091 0 -1 4202560 6074 0 0 0 108 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290907823032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21974] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21974/stat : 21974 (java) S 21954 21957 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290906770168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21957/tid=21975] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21975/stat : 21975 (java) S 21954 21957 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13026284 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290905717832 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21957/tid=21978] ppid=21954 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21957/task/21978/stat : 21978 (java) S 21954 21957 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13026298 10060525568 84114 33554432000 1073741824 1073778376 140735254021600 140290902508328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 35.8476
CPU time (s): 13.461
CPU user time (s): 12.4691
CPU system time (s): 0.991849
CPU usage (%): 37.5505
Max. virtual memory (cumulated for all children) (KiB): 9825068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4691
system time used= 0.991849
maximum resident set size= 336480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22494
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= 3080
involuntary context switches= 756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.211967 second user time and 0.299954 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:04:14
IDJOB=4109241
IDBENCH=78749
IDSOLVER=2552
FILE ID=node119/4109241-1467320654
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 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.1110974180--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109241-1467320654/watcher-4109241-1467320654 -o /tmp/evaluation-result-4109241-1467320654/solver-4109241-1467320654 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109241-1467320654.wbo

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

MD5SUM BENCH= d78095cb3543dadc419b0cdccb2004b4
RANDOM SEED=402788327

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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.444
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:        29569584 kB
Buffers:          173116 kB
Cached:           262020 kB
SwapCached:            0 kB
Active:           938820 kB
Inactive:         217300 kB
Active(anon):     705912 kB
Inactive(anon):    17912 kB
Active(file):     232908 kB
Inactive(file):   199388 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       2123456 kB
Mapped:            22108 kB
Shmem:               204 kB
Slab:             611796 kB
SReclaimable:      55204 kB
SUnreclaim:       556592 kB
KernelStack:        1584 kB
PageTables:         8476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2485600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 71732 MiB
End job on node119 at 2016-06-30 23:04:50