Trace number 4110289

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 20.7298 37.4473

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-0-100-0.wbo
MD5SUM3a8e3041affa71d2d7ed2f1bacdf271f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark7.2239
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4110289-1467322036.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     270
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 101 literals
0.67/0.38	c And the winner is solver0
1.31/0.68	c SATISFIABLE
1.31/0.68	c OPTIMIZING...
1.31/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.31/0.68	o 585
1.31/0.68	c And the winner is solver0
1.32/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.32/1.18	o 574
1.32/1.18	c And the winner is solver0
1.33/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.33/1.68	o 570
1.33/1.68	c And the winner is solver0
1.41/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.41/2.18	o 553
1.41/2.19	c And the winner is solver0
1.41/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.41/2.68	o 548
1.41/2.69	c And the winner is solver0
1.48/3.18	c Got one! Elapsed wall clock time (in seconds):3.078
1.48/3.18	o 547
1.48/3.19	c And the winner is solver0
1.49/3.68	c Got one! Elapsed wall clock time (in seconds):3.579
1.49/3.68	o 474
1.49/3.69	c And the winner is solver0
1.50/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
1.50/4.19	o 473
1.50/4.20	c And the winner is solver0
1.52/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.52/4.69	o 434
1.54/4.74	c And the winner is solver0
1.80/5.19	c Got one! Elapsed wall clock time (in seconds):5.083
1.80/5.19	o 429
1.80/5.20	c And the winner is solver0
1.82/5.69	c Got one! Elapsed wall clock time (in seconds):5.584
1.82/5.69	o 428
1.82/5.70	c And the winner is solver0
1.82/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
1.82/6.19	o 427
1.83/6.20	c And the winner is solver0
1.83/6.69	c Got one! Elapsed wall clock time (in seconds):6.587
1.83/6.69	o 415
1.83/6.70	c And the winner is solver0
1.83/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
1.83/7.19	o 414
1.84/7.20	c And the winner is solver0
1.85/7.70	c Got one! Elapsed wall clock time (in seconds):7.589
1.85/7.70	o 401
1.86/7.71	c And the winner is solver0
1.89/8.20	c Got one! Elapsed wall clock time (in seconds):8.091
1.89/8.20	o 398
1.89/8.20	c And the winner is solver0
1.95/8.70	c Got one! Elapsed wall clock time (in seconds):8.592
1.95/8.70	o 396
1.95/8.70	c And the winner is solver0
1.95/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
1.95/9.20	o 392
2.25/9.36	c cleaning 3274 clauses out of 6565 with flag 10147/6565
2.25/9.36	c And the winner is solver0
2.70/9.70	c Got one! Elapsed wall clock time (in seconds):9.594
2.70/9.70	o 390
2.70/9.71	c And the winner is solver0
2.70/10.20	c Got one! Elapsed wall clock time (in seconds):10.096
2.70/10.20	o 321
2.70/10.21	c And the winner is solver0
2.75/10.70	c Got one! Elapsed wall clock time (in seconds):10.597
2.75/10.70	o 312
2.75/10.71	c And the winner is solver0
2.76/11.20	c Got one! Elapsed wall clock time (in seconds):11.098
2.76/11.20	o 307
2.76/11.21	c And the winner is solver0
2.76/11.70	c Got one! Elapsed wall clock time (in seconds):11.599
2.76/11.70	o 298
2.76/11.71	c And the winner is solver0
2.76/12.21	c Got one! Elapsed wall clock time (in seconds):12.1
2.76/12.21	o 292
2.76/12.21	c And the winner is solver0
2.76/12.71	c Got one! Elapsed wall clock time (in seconds):12.601
2.76/12.71	o 266
2.76/12.71	c And the winner is solver0
2.76/13.21	c Got one! Elapsed wall clock time (in seconds):13.103
2.76/13.21	o 245
2.76/13.24	c And the winner is solver0
2.93/13.71	c Got one! Elapsed wall clock time (in seconds):13.604
2.93/13.71	o 236
2.93/13.75	c And the winner is solver0
3.03/14.21	c Got one! Elapsed wall clock time (in seconds):14.104
3.03/14.21	o 221
3.03/14.23	c And the winner is solver0
3.08/14.71	c Got one! Elapsed wall clock time (in seconds):14.605
3.08/14.71	o 209
3.08/14.72	c And the winner is solver0
3.08/15.21	c Got one! Elapsed wall clock time (in seconds):15.106
3.08/15.21	o 208
3.08/15.23	c And the winner is solver0
3.15/15.71	c Got one! Elapsed wall clock time (in seconds):15.607
3.15/15.71	o 201
3.15/15.73	c And the winner is solver0
3.17/16.21	c Got one! Elapsed wall clock time (in seconds):16.109
3.17/16.21	o 199
3.17/16.23	c And the winner is solver0
3.20/16.72	c Got one! Elapsed wall clock time (in seconds):16.61
3.20/16.72	o 178
3.39/16.82	c And the winner is solver0
3.48/17.22	c Got one! Elapsed wall clock time (in seconds):17.111
3.48/17.22	o 153
3.48/17.23	c And the winner is solver0
3.64/17.72	c Got one! Elapsed wall clock time (in seconds):17.612
3.64/17.72	o 151
3.99/17.95	c cleaning 6240 clauses out of 12479 with flag 16852/15753
3.99/17.95	c And the winner is solver0
4.12/18.22	c Got one! Elapsed wall clock time (in seconds):18.113
4.12/18.22	o 149
4.32/18.33	c And the winner is solver0
4.40/18.72	c Got one! Elapsed wall clock time (in seconds):18.614
4.40/18.72	o 144
4.40/18.73	c And the winner is solver0
4.50/19.22	c Got one! Elapsed wall clock time (in seconds):19.115
4.50/19.22	o 131
4.65/19.39	c And the winner is solver0
4.86/19.72	c Got one! Elapsed wall clock time (in seconds):19.616
4.86/19.72	o 123
4.86/19.79	c cleaning 6382 clauses out of 12763 with flag 4612/22277
5.03/19.84	c And the winner is solver0
5.13/20.22	c Got one! Elapsed wall clock time (in seconds):20.117
5.13/20.22	o 122
5.49/20.44	c cleaning 5690 clauses out of 11382 with flag 17947/27278
5.91/20.65	c And the winner is solver0
6.07/20.72	c Got one! Elapsed wall clock time (in seconds):20.618
6.07/20.72	o 121
6.07/20.77	c And the winner is solver0
6.19/21.22	c Got one! Elapsed wall clock time (in seconds):21.119
6.19/21.22	o 109
6.19/21.23	c And the winner is solver0
6.19/21.73	c Got one! Elapsed wall clock time (in seconds):21.62
6.19/21.73	o 108
6.19/21.73	c And the winner is solver0
6.19/22.23	c Got one! Elapsed wall clock time (in seconds):22.121
6.19/22.23	o 105
6.19/22.29	c cleaning 5993 clauses out of 11985 with flag 4530/33571
6.33/22.30	c And the winner is solver0
6.38/22.73	c Got one! Elapsed wall clock time (in seconds):22.622
6.38/22.73	o 100
6.38/22.77	c And the winner is solver0
6.51/23.23	c Got one! Elapsed wall clock time (in seconds):23.123
6.51/23.23	o 97
6.51/23.26	c And the winner is solver0
6.57/23.73	c Got one! Elapsed wall clock time (in seconds):23.624
6.57/23.73	o 95
6.57/23.76	c And the winner is solver0
6.64/24.23	c Got one! Elapsed wall clock time (in seconds):24.125
6.64/24.23	o 93
6.64/24.24	c And the winner is solver0
6.64/24.73	c Got one! Elapsed wall clock time (in seconds):24.626
6.64/24.73	o 83
6.64/24.77	c And the winner is solver0
6.74/25.23	c Got one! Elapsed wall clock time (in seconds):25.127
6.74/25.23	o 81
7.27/25.51	c cleaning 6837 clauses out of 13684 with flag 27157/41263
7.89/25.83	c cleaning 6418 clauses out of 12846 with flag 60809/47262
8.10/25.93	c And the winner is solver0
8.38/26.23	c Got one! Elapsed wall clock time (in seconds):26.128
8.38/26.23	o 80
8.38/26.26	c And the winner is solver0
8.45/26.74	c Got one! Elapsed wall clock time (in seconds):26.63
8.45/26.74	o 74
8.45/26.78	c And the winner is solver0
8.59/27.24	c Got one! Elapsed wall clock time (in seconds):27.132
8.59/27.24	o 49
8.59/27.29	c And the winner is solver0
8.73/27.74	c Got one! Elapsed wall clock time (in seconds):27.634
8.73/27.74	o 42
9.05/27.92	c cleaning 6685 clauses out of 13372 with flag 11959/54206
10.00/28.21	c cleaning 6339 clauses out of 12687 with flag 34481/60206
10.73/28.55	c cleaning 6674 clauses out of 13350 with flag 61598/67208
10.94/28.70	c And the winner is solver0
11.14/28.74	c Got one! Elapsed wall clock time (in seconds):28.638
11.14/28.74	o 38
11.14/28.79	c And the winner is solver0
11.30/29.25	c Got one! Elapsed wall clock time (in seconds):29.142
11.30/29.25	o 34
11.39/29.36	c cleaning 6528 clauses out of 13059 with flag 8580/73592
11.59/29.47	c And the winner is solver0
11.81/29.75	c Got one! Elapsed wall clock time (in seconds):29.646
11.81/29.75	o 30
11.92/29.88	c And the winner is solver0
12.18/30.26	c Got one! Elapsed wall clock time (in seconds):30.151
12.18/30.26	o 23
12.26/30.32	c cleaning 6453 clauses out of 12915 with flag 4551/79976
12.66/30.57	c cleaning 6232 clauses out of 12464 with flag 27115/85978
13.06/30.80	c And the winner is solver0
13.63/31.26	c Got one! Elapsed wall clock time (in seconds):31.156
13.63/31.26	o 20
14.11/31.52	c cleaning 8389 clauses out of 16785 with flag 20266/96531
14.51/31.79	c cleaning 7189 clauses out of 14394 with flag 44006/102531
14.71/31.83	c And the winner is solver0
14.81/32.28	c Got one! Elapsed wall clock time (in seconds):32.172
14.81/32.28	o 19
15.05/32.45	c cleaning 6230 clauses out of 12465 with flag 15785/107791
15.66/32.72	c cleaning 6113 clauses out of 12233 with flag 40197/113791
16.08/32.95	c And the winner is solver0
16.21/33.28	c Got one! Elapsed wall clock time (in seconds):33.179
16.21/33.28	o 18
16.43/33.42	c And the winner is solver0
16.51/33.79	c Got one! Elapsed wall clock time (in seconds):33.687
16.51/33.79	o 14
16.71/33.98	c cleaning 8657 clauses out of 17317 with flag 13710/124989
17.12/34.18	c And the winner is solver0
17.39/34.35	c Got one! Elapsed wall clock time (in seconds):34.246
17.39/34.35	o 13
17.39/34.38	c And the winner is solver0
17.49/34.86	c Got one! Elapsed wall clock time (in seconds):34.757
17.49/34.86	o 11
17.55/34.94	c cleaning 7274 clauses out of 14558 with flag 4788/130887
18.16/35.22	c cleaning 6634 clauses out of 13280 with flag 33707/136887
18.55/35.45	c And the winner is solver0
18.69/35.88	c Got one! Elapsed wall clock time (in seconds):35.773
18.69/35.88	o 10
18.91/36.03	c And the winner is solver0
19.00/36.39	c Got one! Elapsed wall clock time (in seconds):36.284
19.00/36.39	o 9
19.21/36.59	c cleaning 8981 clauses out of 17977 with flag 14870/148220
19.80/36.87	c cleaning 7498 clauses out of 14997 with flag 44450/154222
20.43/37.16	c And the winner is solver0
20.59/37.44	c >>>>>>>>>> Solver number 0 (67 answers) <<<<<<<<<<<<<<<<<<
20.59/37.44	c starts		: 153
20.59/37.44	c conflicts		: 160264
20.59/37.44	c decisions		: 267380
20.59/37.44	c propagations		: 4572217
20.59/37.44	c inspects		: 79108965
20.59/37.44	c shortcuts		: 0
20.59/37.44	c learnt literals	: 30
20.59/37.44	c learnt binary clauses	: 18
20.59/37.44	c learnt ternary clauses	: 608
20.59/37.44	c learnt constraints	: 160233
20.59/37.44	c ignored constraints	: 0
20.59/37.44	c root simplifications	: 0
20.59/37.44	c removed literals (reason simplification)	: 129850
20.59/37.44	c reason swapping (by a shorter reason)	: 0
20.59/37.44	c Calls to reduceDB	: 22
20.59/37.44	c Number of update (reduction) of LBD	: 46058
20.59/37.44	c Imported unit clauses	: 0
20.59/37.44	c number of reductions to clauses (during analyze)	: 0
20.59/37.44	c number of learned constraints concerned by reduction	: 0
20.59/37.44	c number of learning phase by resolution	: 0
20.59/37.44	c number of learning phase by cutting planes	: 0
20.59/37.44	c speed (assignments/second)	: 122717.72505233774
20.59/37.44	c non guided choices	2839
20.59/37.44	c learnt constraints type 
20.59/37.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
20.59/37.44	c starts		: 67
20.59/37.44	c conflicts		: 529
20.59/37.44	c decisions		: 9050
20.59/37.44	c propagations		: 28231
20.59/37.44	c inspects		: 1524111
20.59/37.44	c shortcuts		: 0
20.59/37.44	c learnt literals	: 0
20.59/37.44	c learnt binary clauses	: 0
20.59/37.44	c learnt ternary clauses	: 0
20.59/37.44	c learnt constraints	: 479
20.59/37.44	c ignored constraints	: 0
20.59/37.44	c root simplifications	: 0
20.59/37.44	c removed literals (reason simplification)	: 0
20.59/37.44	c reason swapping (by a shorter reason)	: 0
20.59/37.44	c Calls to reduceDB	: 0
20.59/37.44	c Number of update (reduction) of LBD	: 0
20.59/37.44	c Imported unit clauses	: 0
20.59/37.44	c number of reductions to clauses (during analyze)	: 0
20.59/37.44	c number of learned constraints concerned by reduction	: 0
20.59/37.44	c number of learning phase by resolution	: 0
20.59/37.44	c number of learning phase by cutting planes	: 0
20.59/37.44	c speed (assignments/second)	: 27951.48514851485
20.59/37.44	c non guided choices	1881
20.59/37.44	c learnt constraints type 
20.59/37.44	s OPTIMUM FOUND
20.59/37.44	c Found 66 solution(s)
20.59/37.44	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 
20.59/37.44	c objective function=9
20.59/37.44	c Total wall clock time (in seconds): 37.333

Verifier Data

OK	9

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-4110289-1467322036/watcher-4110289-1467322036 -o /tmp/evaluation-result-4110289-1467322036/solver-4110289-1467322036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467318739-25000 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110289-1467322036.wbo 

pid=1068
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.87 0.88 1.07 2/168 1071
/proc/meminfo: memFree=28996020/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1071/stat : 1071 (java) R 1068 1071 22681 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 13154744 23793664 707 33554432000 1073741824 1073778376 140733659306112 140733659295176 239863904336 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 5809 708 523 9 0 128 0
[pid=1071/tid=1072] ppid=1068 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) R 1068 1071 22681 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13154745 98570240 977 33554432000 1073741824 1073778376 140733659306112 139908796247592 239873115520 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 0.87 0.88 1.07 2/168 1071
/proc/meminfo: memFree=28996020/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 13154744 9787879424 6118 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2389619 6118 2156 9 0 2380296 0
[pid=1071/tid=1072] ppid=1068 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) R 1068 1071 22681 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 13154745 9787879424 6118 33554432000 1073741824 1073778376 140733659306112 139908796251040 239876498701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 0.87 0.88 1.07 2/168 1071
/proc/meminfo: memFree=28996020/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 4842 0 1 0 26 1 0 0 20 0 22 0 13154744 10060525568 7925 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 7925 2222 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 22 0 13154745 10060525568 7925 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300275 s]
/proc/loadavg: 0.87 0.88 1.07 2/168 1071
/proc/meminfo: memFree=28996020/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 7420 0 1 0 65 2 0 0 20 0 22 0 13154744 10060525568 9735 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 9735 2245 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 22 0 13154745 10060525568 9735 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700356 s]
/proc/loadavg: 0.87 0.88 1.07 2/168 1071
/proc/meminfo: memFree=28996020/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 15563 0 1 0 127 5 0 0 20 0 19 0 13154744 10060525568 16214 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 16214 2256 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 19 0 13154745 10060525568 16214 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 0.87 0.88 1.07 1/188 1097
/proc/meminfo: memFree=28939004/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 15574 0 1 0 128 5 0 0 20 0 19 0 13154744 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 17239 2256 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2420 0 1 0 14 2 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13154746 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 4824 0 0 0 34 0 0 0 20 0 19 0 13154749 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 6981 0 0 0 35 2 0 0 20 0 19 0 13154749 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154762 10060525568 17239 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 0.87 0.88 1.07 1/188 1106
/proc/meminfo: memFree=28924024/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 16519 0 1 0 143 5 0 0 20 0 19 0 13154744 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 20409 2256 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2421 0 1 0 15 2 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13154746 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 5285 0 0 0 41 0 0 0 20 0 19 0 13154749 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 7439 0 0 0 44 2 0 0 20 0 19 0 13154749 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154762 10060525568 20409 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=33 pid=1810 uid=0 cmd=

[startup+6.30078 s]
/proc/loadavg: 0.80 0.87 1.07 1/188 1124
/proc/meminfo: memFree=28891516/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 17439 0 1 0 173 10 0 0 20 0 19 0 13154744 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 30869 2266 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2423 0 1 0 15 2 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13154745 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13154746 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 30869 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=0.53 cores=1,3,5,7

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

[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13154745 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 47 0 0 0 1 7 0 0 20 0 22 0 13154746 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13154747 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 13154747 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 10238 0 0 0 127 2 0 0 20 0 22 0 13154749 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 12721 0 0 0 131 3 0 0 20 0 22 0 13154749 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13154762 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1284] ppid=1068 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/1071/task/1284/stat : 1284 (java) R 1068 1071 22681 0 -1 4202560 3 0 0 0 31 0 0 0 20 0 22 0 13158232 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908141218408 139908644015546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1285] ppid=1068 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/1071/task/1285/stat : 1285 (java) R 1068 1071 22681 0 -1 4202560 2 0 0 0 31 0 0 0 20 0 22 0 13158232 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908138058456 139908644462176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1286] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1286/stat : 1286 (java) S 1068 1071 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13158234 10060525568 66236 33554432000 1073741824 1073778376 140733659306112 139908140164264 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 9824732

[startup+36.8009 s]
/proc/loadavg: 0.77 0.85 1.05 1/188 1289
/proc/meminfo: memFree=28738228/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=19.8 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 27838 0 1 0 1879 101 0 0 20 0 22 0 13154744 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 67769 2286 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2432 0 1 0 27 2 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 13154745 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 47 0 0 0 1 7 0 0 20 0 22 0 13154746 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13154747 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 13154747 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 10239 0 0 0 128 2 0 0 20 0 22 0 13154749 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 12721 0 0 0 131 3 0 0 20 0 22 0 13154749 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13154749 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13154762 10060525568 67769 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 9824732

[startup+37.2009 s]
/proc/loadavg: 0.77 0.85 1.05 1/188 1289
/proc/meminfo: memFree=28738228/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=20.59 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 27895 0 1 0 1956 103 0 0 20 0 19 0 13154744 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 68836 2286 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) S 1068 1071 22681 0 -1 4202560 2432 0 1 0 27 2 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908796253048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 96 0 0 0 1 7 0 0 20 0 19 0 13154746 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 10239 0 0 0 129 2 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 12721 0 0 0 131 3 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154762 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 9824732

[startup+37.4008 s]
/proc/loadavg: 0.77 0.85 1.05 1/188 1292
/proc/meminfo: memFree=28727972/32872528 swapFree=1459604/1655828
[pid=1071] ppid=1068 vsize=9824732 CPUtime=20.59 cores=1,3,5,7
/proc/1071/stat : 1071 (java) S 1068 1071 22681 0 -1 4202496 27895 0 1 0 1956 103 0 0 20 0 19 0 13154744 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 140733659297248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1071/statm: 2456183 68836 2286 9 0 2446860 0
[pid=1071/tid=1072] ppid=1068 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/1071/task/1072/stat : 1072 (java) R 1068 1071 22681 0 -1 4202560 2432 0 1 0 28 2 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908796253048 139908644741840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1074] ppid=1068 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1071/task/1074/stat : 1074 (java) S 1068 1071 22681 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908768704680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1075] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1075/stat : 1075 (java) S 1068 1071 22681 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908767652136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1076] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1076/stat : 1076 (java) S 1068 1071 22681 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908766599592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1077] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1077/stat : 1077 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908765547048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1078] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1078/stat : 1078 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908764494504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1079] ppid=1068 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1071/task/1079/stat : 1079 (java) S 1068 1071 22681 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908763441960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1080] ppid=1068 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1071/task/1080/stat : 1080 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908762389416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1081] ppid=1068 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1071/task/1081/stat : 1081 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 13154745 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908632587304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1082] ppid=1068 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1071/task/1082/stat : 1082 (java) S 1068 1071 22681 0 -1 4202560 96 0 0 0 1 7 0 0 20 0 19 0 13154746 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908149639272 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1083] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1083/stat : 1083 (java) S 1068 1071 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908148585592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1084] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1084/stat : 1084 (java) S 1068 1071 22681 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 13154747 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908147532936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1085] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1085/stat : 1085 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908146481680 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1086] ppid=1068 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1071/task/1086/stat : 1086 (java) S 1068 1071 22681 0 -1 4202560 10239 0 0 0 129 2 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908145429048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1071/tid=1087] ppid=1068 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/1071/task/1087/stat : 1087 (java) S 1068 1071 22681 0 -1 4202560 12721 0 0 0 131 3 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908144376504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1071/tid=1088] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1088/stat : 1088 (java) S 1068 1071 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908143324152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1071/tid=1089] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1089/stat : 1089 (java) S 1068 1071 22681 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13154749 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908142271816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1071/tid=1092] ppid=1068 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1071/task/1092/stat : 1092 (java) S 1068 1071 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13154762 10060525568 68836 33554432000 1073741824 1073778376 140733659306112 139908139111464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 37.4473
CPU time (s): 20.7298
CPU user time (s): 19.63
CPU system time (s): 1.09983
CPU usage (%): 55.3574
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.63
system time used= 1.09983
maximum resident set size= 275372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27902
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= 3237
involuntary context switches= 1222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.146977 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 23:27:16
IDJOB=4110289
IDBENCH=79235
IDSOLVER=2552
FILE ID=node136/4110289-1467322036
RUNJOBID= node136-1467318739-25000
PBS_JOBID= 20005289
Free space on /tmp= 71648 MiB

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

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

MD5SUM BENCH= 3a8e3041affa71d2d7ed2f1bacdf271f
RANDOM SEED=2001072402

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28996656 kB
Buffers:          106448 kB
Cached:          1342464 kB
SwapCached:            0 kB
Active:           235320 kB
Inactive:        1239788 kB
Active(anon):       6220 kB
Inactive(anon):    22644 kB
Active(file):     229100 kB
Inactive(file):  1217144 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       1659340 kB
Mapped:            13976 kB
Shmem:               204 kB
Slab:             613272 kB
SReclaimable:      57476 kB
SUnreclaim:       555796 kB
KernelStack:        1576 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1766988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71644 MiB
End job on node136 at 2016-06-30 23:27:53