Trace number 4090929

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 Resolution PB16OPTIMUM 17.9003 15.9599

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
MD5SUM033c12179045731c4fd222e5d353b2b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.33804
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
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.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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090929-1466067812.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.154
0.28/0.26	o 862
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.28/0.26	o 835
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.28/0.27	o 824
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.173
0.28/0.27	o 766
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.28/0.28	o 587
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.28/0.29	o 584
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.201
0.52/0.30	o 582
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.31	o 543
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.52/0.32	o 513
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.242
0.52/0.34	o 508
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.267
0.52/0.37	o 502
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.52/0.37	o 467
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.70/0.41	o 463
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.327
0.70/0.43	o 445
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.345
0.70/0.45	o 431
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.351
0.70/0.45	o 425
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.70/0.46	o 424
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.70/0.47	o 422
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.381
0.70/0.48	o 420
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.70/0.49	o 414
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.70/0.49	o 408
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.97/0.60	o 405
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.51
0.97/0.61	o 381
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
0.97/0.64	o 380
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.542
0.97/0.64	o 377
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
0.97/0.65	o 374
0.97/0.67	c Got one! Elapsed wall clock time (in seconds):0.573
0.97/0.67	o 363
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
0.97/0.68	o 325
1.21/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.21/0.73	o 311
1.39/0.80	c cleaning 6158 clauses out of 12318 with flag 3528/12318
1.50/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
1.50/0.91	o 305
1.50/0.93	c Got one! Elapsed wall clock time (in seconds):0.828
1.50/0.93	o 303
1.50/0.96	c Got one! Elapsed wall clock time (in seconds):0.861
1.50/0.96	o 302
1.60/1.08	c Got one! Elapsed wall clock time (in seconds):0.978
1.60/1.08	o 278
1.60/1.09	c Got one! Elapsed wall clock time (in seconds):0.991
1.60/1.09	o 271
1.71/1.15	c cleaning 6857 clauses out of 13735 with flag 3506/19893
1.91/1.32	c Got one! Elapsed wall clock time (in seconds):1.223
1.91/1.32	o 267
2.01/1.43	c cleaning 6360 clauses out of 12721 with flag 7633/25736
2.33/1.72	c cleaning 6173 clauses out of 12362 with flag 34080/31737
2.43/1.82	c Got one! Elapsed wall clock time (in seconds):1.718
2.43/1.82	o 261
2.53/1.96	c cleaning 5701 clauses out of 11404 with flag 12696/36952
2.83/2.26	c cleaning 5850 clauses out of 11703 with flag 38863/42952
2.83/2.29	c Got one! Elapsed wall clock time (in seconds):2.187
2.83/2.29	o 259
3.06/2.42	c Got one! Elapsed wall clock time (in seconds):2.323
3.06/2.42	o 258
3.21/2.53	c Got one! Elapsed wall clock time (in seconds):2.429
3.21/2.53	o 257
3.21/2.54	c Got one! Elapsed wall clock time (in seconds):2.442
3.21/2.54	o 255
3.31/2.61	c cleaning 6404 clauses out of 12820 with flag 4195/49919
3.41/2.79	c Got one! Elapsed wall clock time (in seconds):2.691
3.41/2.79	o 231
3.61/2.90	c cleaning 6154 clauses out of 12330 with flag 7167/55833
3.81/3.15	c Got one! Elapsed wall clock time (in seconds):3.051
3.81/3.15	o 229
3.91/3.29	c Got one! Elapsed wall clock time (in seconds):3.185
3.91/3.29	o 226
4.11/3.48	c cleaning 8317 clauses out of 16633 with flag 12532/66290
4.11/3.48	c Got one! Elapsed wall clock time (in seconds):3.382
4.11/3.48	o 223
4.21/3.54	c Got one! Elapsed wall clock time (in seconds):3.439
4.21/3.54	o 209
4.31/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
4.31/3.68	o 207
4.41/3.77	c Got one! Elapsed wall clock time (in seconds):3.665
4.41/3.77	o 206
4.51/3.83	c cleaning 7541 clauses out of 15084 with flag 4455/73058
4.61/3.90	c Got one! Elapsed wall clock time (in seconds):3.801
4.61/3.90	o 202
4.61/3.97	c Got one! Elapsed wall clock time (in seconds):3.867
4.61/3.97	o 200
4.71/4.03	c Got one! Elapsed wall clock time (in seconds):3.931
4.71/4.03	o 197
4.81/4.13	c Got one! Elapsed wall clock time (in seconds):4.027
4.81/4.13	o 195
4.81/4.15	c Got one! Elapsed wall clock time (in seconds):4.046
4.81/4.15	o 194
4.81/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
4.81/4.18	o 186
4.81/4.19	c Got one! Elapsed wall clock time (in seconds):4.089
4.81/4.19	o 183
4.91/4.20	c Got one! Elapsed wall clock time (in seconds):4.102
4.91/4.20	o 182
4.91/4.21	c Got one! Elapsed wall clock time (in seconds):4.107
4.91/4.21	o 181
4.91/4.27	c cleaning 7928 clauses out of 15870 with flag 3831/81385
5.03/4.30	c Got one! Elapsed wall clock time (in seconds):4.205
5.03/4.30	o 174
5.03/4.31	c Got one! Elapsed wall clock time (in seconds):4.214
5.03/4.31	o 172
5.03/4.36	c Got one! Elapsed wall clock time (in seconds):4.255
5.03/4.36	o 170
5.03/4.36	c Got one! Elapsed wall clock time (in seconds):4.26
5.03/4.36	o 165
5.25/4.53	c Got one! Elapsed wall clock time (in seconds):4.426
5.25/4.53	o 164
5.34/4.60	c Got one! Elapsed wall clock time (in seconds):4.5
5.34/4.60	o 163
5.34/4.66	c cleaning 7690 clauses out of 15381 with flag 4357/88824
5.44/4.77	c Got one! Elapsed wall clock time (in seconds):4.673
5.44/4.77	o 162
5.64/4.90	c Got one! Elapsed wall clock time (in seconds):4.8
5.64/4.90	o 145
5.64/4.95	c Got one! Elapsed wall clock time (in seconds):4.849
5.64/4.95	o 113
5.74/5.03	c cleaning 7287 clauses out of 14581 with flag 3880/95714
6.15/5.25	c Got one! Elapsed wall clock time (in seconds):5.146
6.15/5.25	o 106
6.15/5.25	c Got one! Elapsed wall clock time (in seconds):5.154
6.15/5.25	o 95
6.39/5.33	c cleaning 6598 clauses out of 13211 with flag 3871/101631
6.39/5.37	c Got one! Elapsed wall clock time (in seconds):5.272
6.39/5.37	o 84
6.60/5.43	c Got one! Elapsed wall clock time (in seconds):5.326
6.60/5.43	o 81
7.02/5.63	c cleaning 6441 clauses out of 12901 with flag 17611/107919
7.02/5.66	c Got one! Elapsed wall clock time (in seconds):5.556
7.02/5.66	o 79
7.30/5.85	c Got one! Elapsed wall clock time (in seconds):5.746
7.30/5.85	o 78
7.30/5.89	c Got one! Elapsed wall clock time (in seconds):5.789
7.30/5.89	o 76
7.40/5.96	c cleaning 6770 clauses out of 13542 with flag 3858/115001
7.40/5.96	c Got one! Elapsed wall clock time (in seconds):5.862
7.40/5.96	o 73
7.40/5.99	c Got one! Elapsed wall clock time (in seconds):5.888
7.40/5.99	o 63
7.56/6.00	c Got one! Elapsed wall clock time (in seconds):5.897
7.56/6.00	o 60
7.56/6.03	c Got one! Elapsed wall clock time (in seconds):5.928
7.56/6.03	o 59
7.96/6.26	c cleaning 6828 clauses out of 13659 with flag 19633/121888
8.15/6.38	c Got one! Elapsed wall clock time (in seconds):6.284
8.15/6.38	o 57
8.27/6.41	c Got one! Elapsed wall clock time (in seconds):6.305
8.27/6.41	o 54
8.27/6.42	c Got one! Elapsed wall clock time (in seconds):6.322
8.27/6.42	o 51
8.37/6.51	c cleaning 6453 clauses out of 12916 with flag 7558/127973
8.37/6.54	c Got one! Elapsed wall clock time (in seconds):6.439
8.37/6.54	o 47
8.37/6.58	c Got one! Elapsed wall clock time (in seconds):6.479
8.37/6.58	o 46
8.47/6.70	c cleaning 5832 clauses out of 11667 with flag 11018/133177
8.67/6.88	c Got one! Elapsed wall clock time (in seconds):6.78
8.67/6.88	o 43
8.77/6.92	c cleaning 5799 clauses out of 11621 with flag 3450/138963
8.97/7.16	c cleaning 5909 clauses out of 11822 with flag 28140/144963
9.27/7.44	c cleaning 6455 clauses out of 12913 with flag 55957/151964
9.27/7.47	c Got one! Elapsed wall clock time (in seconds):7.374
9.27/7.47	o 36
9.47/7.64	c cleaning 5759 clauses out of 11519 with flag 17797/157025
9.69/7.86	c cleaning 5878 clauses out of 11762 with flag 42813/163027
9.98/8.12	c Got one! Elapsed wall clock time (in seconds):8.021
9.98/8.12	o 35
10.18/8.35	c cleaning 8808 clauses out of 17626 with flag 17113/174770
10.48/8.60	c cleaning 7401 clauses out of 14819 with flag 39918/180771
10.69/8.89	c cleaning 7204 clauses out of 14418 with flag 66569/187771
11.09/9.20	c cleaning 7606 clauses out of 15213 with flag 96657/195770
11.39/9.59	c cleaning 8299 clauses out of 16608 with flag 130453/204771
11.49/9.66	c Got one! Elapsed wall clock time (in seconds):9.562
11.49/9.66	o 34
11.59/9.78	c cleaning 6731 clauses out of 13467 with flag 11704/209929
11.90/10.01	c cleaning 6363 clauses out of 12735 with flag 36442/215928
11.90/10.03	c Got one! Elapsed wall clock time (in seconds):9.927
11.90/10.03	o 32
12.11/10.21	c cleaning 5913 clauses out of 11833 with flag 18724/221389
12.31/10.44	c cleaning 5953 clauses out of 11920 with flag 41883/227390
12.61/10.71	c cleaning 6478 clauses out of 12968 with flag 71378/234391
12.81/10.91	c Got one! Elapsed wall clock time (in seconds):10.814
12.81/10.91	o 30
13.01/11.13	c cleaning 8590 clauses out of 17180 with flag 18663/245081
13.21/11.37	c cleaning 7288 clauses out of 14588 with flag 43402/251079
13.51/11.65	c cleaning 7144 clauses out of 14299 with flag 71204/258079
13.81/11.96	c cleaning 7570 clauses out of 15156 with flag 104575/266080
13.91/12.08	c Got one! Elapsed wall clock time (in seconds):11.981
13.91/12.08	o 28
14.01/12.17	c cleaning 6602 clauses out of 13224 with flag 8563/271718
14.21/12.39	c cleaning 6302 clauses out of 12622 with flag 34950/277718
14.41/12.53	c Got one! Elapsed wall clock time (in seconds):12.431
14.41/12.53	o 25
14.41/12.54	c Got one! Elapsed wall clock time (in seconds):12.444
14.41/12.54	o 17
14.41/12.55	c Got one! Elapsed wall clock time (in seconds):12.453
14.41/12.55	o 16
14.53/12.64	c cleaning 6429 clauses out of 12869 with flag 7880/284267
14.53/12.69	c Got one! Elapsed wall clock time (in seconds):12.588
14.53/12.69	o 15
14.73/12.84	c cleaning 6138 clauses out of 12282 with flag 16576/290109
14.93/13.06	c cleaning 6070 clauses out of 12145 with flag 41358/296110
15.26/13.32	c cleaning 6528 clauses out of 13072 with flag 68671/303109
15.26/13.36	c Got one! Elapsed wall clock time (in seconds):13.263
15.26/13.36	o 14
15.35/13.40	c Got one! Elapsed wall clock time (in seconds):13.3
15.35/13.40	o 11
15.45/13.51	c cleaning 6085 clauses out of 12185 with flag 11458/308750
15.65/13.72	c cleaning 6044 clauses out of 12101 with flag 35964/314752
15.85/13.98	c cleaning 6523 clauses out of 13054 with flag 65057/321750
16.15/14.28	c cleaning 7265 clauses out of 14532 with flag 99677/329752
16.55/14.66	c cleaning 8133 clauses out of 16267 with flag 137826/338752
16.95/15.10	c cleaning 9065 clauses out of 18132 with flag 179919/348750
17.05/15.13	c Got one! Elapsed wall clock time (in seconds):15.031
17.05/15.13	o 9
17.25/15.30	c cleaning 7040 clauses out of 14086 with flag 17983/353771
17.36/15.46	c Got one! Elapsed wall clock time (in seconds):15.357
17.36/15.46	o 7
17.46/15.51	c cleaning 6168 clauses out of 12353 with flag 4365/359078
17.65/15.74	c cleaning 6085 clauses out of 12185 with flag 31378/365078
17.75/15.84	c Got one! Elapsed wall clock time (in seconds):15.737
17.75/15.84	o 3
17.87/15.91	c cleaning 5551 clauses out of 11112 with flag 8525/370095
17.87/15.95	c starts		: 292
17.87/15.95	c conflicts		: 371187
17.87/15.95	c decisions		: 657151
17.87/15.95	c propagations		: 11272199
17.87/15.95	c inspects		: 165415719
17.87/15.95	c shortcuts		: 0
17.87/15.95	c learnt literals	: 26
17.87/15.95	c learnt binary clauses	: 22
17.87/15.95	c learnt ternary clauses	: 628
17.87/15.95	c learnt constraints	: 371160
17.87/15.95	c ignored constraints	: 0
17.87/15.95	c root simplifications	: 0
17.87/15.95	c removed literals (reason simplification)	: 0
17.87/15.95	c reason swapping (by a shorter reason)	: 0
17.87/15.95	c Calls to reduceDB	: 54
17.87/15.95	c Number of update (reduction) of LBD	: 122335
17.87/15.95	c Imported unit clauses	: 0
17.87/15.95	c number of reductions to clauses (during analyze)	: 0
17.87/15.95	c number of learned constraints concerned by reduction	: 0
17.87/15.95	c number of learning phase by resolution	: 0
17.87/15.95	c number of learning phase by cutting planes	: 0
17.87/15.95	c speed (assignments/second)	: 713746.5332742354
17.87/15.95	c non guided choices	4763
17.87/15.95	c learnt constraints type 
17.87/15.95	s OPTIMUM FOUND
17.87/15.95	c Found 97 solution(s)
17.87/15.95	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 
17.87/15.95	c objective function=3
17.87/15.95	c Total wall clock time (in seconds): 15.852

Verifier Data

OK	3

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-4090929-1466067812/watcher-4090929-1466067812 -o /tmp/evaluation-result-4090929-1466067812/solver-4090929-1466067812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090929-1466067812.wbo 

pid=9408
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: 2.20 2.21 2.18 3/194 9411
/proc/meminfo: memFree=29802748/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8826399 98570240 977 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 24065 977 744 9 0 16771 0
[pid=9411/tid=9412] ppid=9408 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8826399 98570240 977 33554432000 1073741824 1073778376 140736128422272 139889096605224 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9411
/proc/meminfo: memFree=29802748/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 4551 0 1 0 10 1 0 0 20 0 18 0 8826399 9787879424 5674 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2389619 5674 2157 9 0 2380296 0
[pid=9411/tid=9412] ppid=9408 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 8826399 9787879424 5674 33554432000 1073741824 1073778376 140736128422272 139889096608328 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9411
/proc/meminfo: memFree=29802748/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 6615 0 1 0 27 1 0 0 20 0 19 0 8826399 9856040960 7657 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 7667 2233 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 19 0 8826399 9856040960 7681 33554432000 1073741824 1073778376 140736128422272 139889096610432 139889036397607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300267 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9411
/proc/meminfo: memFree=29802748/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 7159 0 1 0 51 1 0 0 20 0 19 0 8826399 9856040960 8147 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 8147 2243 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 19 0 8826399 9856040960 8147 33554432000 1073741824 1073778376 140736128422272 139889096609368 139889036751344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700169 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9411
/proc/meminfo: memFree=29802748/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 11992 0 1 0 119 2 0 0 20 0 19 0 8826399 9856040960 10934 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 10934 2256 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2461 0 1 0 67 0 0 0 20 0 19 0 8826399 9856040960 10934 33554432000 1073741824 1073778376 140736128422272 139889096609368 139889036737936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9430
/proc/meminfo: memFree=29768588/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 12041 0 1 0 211 2 0 0 20 0 19 0 8826399 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 10901 2262 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2464 0 1 0 147 0 0 0 20 0 19 0 8826399 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139889096608424 139889036801337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 5367 0 0 0 32 0 0 0 20 0 19 0 8826403 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 2940 0 0 0 29 0 0 0 20 0 19 0 8826403 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 10901 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9430
/proc/meminfo: memFree=29762320/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 12836 0 1 0 379 2 0 0 20 0 19 0 8826399 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 13472 2262 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2470 0 1 0 307 0 0 0 20 0 19 0 8826399 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139889096610296 139889036729368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 5369 0 0 0 33 0 0 0 20 0 19 0 8826403 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 3727 0 0 0 36 0 0 0 20 0 19 0 8826403 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 13472 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.18 2.20 2.18 4/213 9430
/proc/meminfo: memFree=29727768/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=8.15 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 25316 0 1 0 810 5 0 0 20 0 19 0 8826399 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 22817 2264 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2482 0 1 0 625 1 0 0 20 0 19 0 8826399 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139889096610312 139889036707168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) R 9408 9411 7986 0 -1 4202560 17441 0 0 0 134 3 0 0 20 0 19 0 8826403 9856040960 22817 33554432000 1073741824 1073778376 140736128422272 139888916522944 139889099081773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.46 cores=1,3,5,7

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

[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 17471 0 0 0 137 3 0 0 20 0 19 0 8826403 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 4230 0 0 0 53 0 0 0 20 0 19 0 8826403 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 33827 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.15
Current children cumulated vsize (KiB) 9625040

[startup+15.6007 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 9430
/proc/meminfo: memFree=29673596/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=17.55 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 25485 0 1 0 1749 6 0 0 20 0 19 0 8826399 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 34339 2264 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=15.53 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2513 0 1 0 1552 1 0 0 20 0 19 0 8826399 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889096610312 139889036755069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 17471 0 0 0 137 3 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 4230 0 0 0 53 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.55
Current children cumulated vsize (KiB) 9625040

[startup+15.8007 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 9430
/proc/meminfo: memFree=29673596/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=17.75 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 25485 0 1 0 1769 6 0 0 20 0 19 0 8826399 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 34339 2264 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=15.73 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2513 0 1 0 1572 1 0 0 20 0 19 0 8826399 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889096601296 139889036786343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 17471 0 0 0 137 3 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 4230 0 0 0 53 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 34339 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.75
Current children cumulated vsize (KiB) 9625040

[startup+15.9008 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 9430
/proc/meminfo: memFree=29673596/32872528 swapFree=1399392/1569044
[pid=9411] ppid=9408 vsize=9625040 CPUtime=17.87 cores=1,3,5,7
/proc/9411/stat : 9411 (java) S 9408 9411 7986 0 -1 4202496 25489 0 1 0 1781 6 0 0 20 0 19 0 8826399 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 140736128413408 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9411/statm: 2406260 34854 2266 9 0 2396937 0
[pid=9411/tid=9412] ppid=9408 vsize=9625040 CPUtime=15.83 cores=1,3,5,7
/proc/9411/task/9412/stat : 9412 (java) R 9408 9411 7986 0 -1 4202560 2514 0 1 0 1582 1 0 0 20 0 19 0 8826399 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139889096601296 139889036783156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9414] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9414/stat : 9414 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139889035340456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9415] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9415/stat : 9415 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139889034287912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9416] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9416/stat : 9416 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139889033235368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9417] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9417/stat : 9417 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139889032182824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9418] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9418/stat : 9418 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888936302760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9419] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9419/stat : 9419 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888935250216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9411/tid=9420] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9420/stat : 9420 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888934197672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9421] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9421/stat : 9421 (java) S 9408 9411 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8826400 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888933145128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9422] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9422/stat : 9422 (java) S 9408 9411 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888920734312 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9423] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9423/stat : 9423 (java) S 9408 9411 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888919680632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9424] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9424/stat : 9424 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826401 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888918627976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9425] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9425/stat : 9425 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888917576720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9426] ppid=9408 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/9411/task/9426/stat : 9426 (java) S 9408 9411 7986 0 -1 4202560 17472 0 0 0 138 3 0 0 20 0 19 0 8826403 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888916523064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9411/tid=9427] ppid=9408 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9411/task/9427/stat : 9427 (java) S 9408 9411 7986 0 -1 4202560 4232 0 0 0 54 0 0 0 20 0 19 0 8826403 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888915470520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9428] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9428/stat : 9428 (java) S 9408 9411 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888914418168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9411/tid=9429] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9429/stat : 9429 (java) S 9408 9411 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8826403 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888913365832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9411/tid=9430] ppid=9408 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9411/task/9430/stat : 9430 (java) S 9408 9411 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8826415 9856040960 34854 33554432000 1073741824 1073778376 140736128422272 139888912311592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.87
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.9599
CPU time (s): 17.9003
CPU user time (s): 17.8293
CPU system time (s): 0.070989
CPU usage (%): 112.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8293
system time used= 0.070989
maximum resident set size= 141528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25514
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 660
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046992 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:03:32
IDJOB=4090929
IDBENCH=79212
IDSOLVER=2551
FILE ID=node140/4090929-1466067812
RUNJOBID= node140-1466062109-8003
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090929-1466067812/watcher-4090929-1466067812 -o /tmp/evaluation-result-4090929-1466067812/solver-4090929-1466067812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090929-1466067812.wbo

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

MD5SUM BENCH= 033c12179045731c4fd222e5d353b2b2
RANDOM SEED=894275891

node140.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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        29802904 kB
Buffers:            9128 kB
Cached:            43084 kB
SwapCached:         2572 kB
Active:           772564 kB
Inactive:          29824 kB
Active(anon):     750740 kB
Inactive(anon):     1792 kB
Active(file):      21824 kB
Inactive(file):    28032 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:       2401912 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             564676 kB
SReclaimable:       8676 kB
SUnreclaim:       556000 kB
KernelStack:        1760 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2613076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 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= 71740 MiB
End job on node140 at 2016-06-16 11:03:48