Trace number 4090893

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 84.1192 81.9214

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900570242--soft-0-100-0.wbo
MD5SUM14bc8800f159591dc4e79c8dbc089eb4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark69.9584
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090893-1466068000.wbo
0.09/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.204s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.78/0.47	c SATISFIABLE
0.78/0.47	c OPTIMIZING...
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.358
0.78/0.47	o 815
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
1.08/0.51	o 797
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.465
1.08/0.58	o 637
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
1.37/0.60	o 277
1.71/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.71/0.80	o 276
1.71/0.82	c Got one! Elapsed wall clock time (in seconds):0.709
1.71/0.82	o 272
1.71/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.71/0.83	o 270
1.71/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.71/0.84	o 265
1.71/0.86	c Got one! Elapsed wall clock time (in seconds):0.749
1.71/0.86	o 259
2.04/1.02	c Got one! Elapsed wall clock time (in seconds):0.906
2.04/1.02	o 237
2.75/1.73	c cleaning 3584 clauses out of 7181 with flag 17393/7181
2.99/1.92	c Got one! Elapsed wall clock time (in seconds):1.806
2.99/1.92	o 236
2.99/1.93	c Got one! Elapsed wall clock time (in seconds):1.821
2.99/1.93	o 234
2.99/1.94	c Got one! Elapsed wall clock time (in seconds):1.831
2.99/1.94	o 221
2.99/1.98	c Got one! Elapsed wall clock time (in seconds):1.863
2.99/1.98	o 219
3.10/2.00	c Got one! Elapsed wall clock time (in seconds):1.891
3.10/2.00	o 217
3.10/2.09	c Got one! Elapsed wall clock time (in seconds):1.98
3.10/2.09	o 213
3.20/2.10	c Got one! Elapsed wall clock time (in seconds):1.988
3.20/2.10	o 209
3.20/2.13	c Got one! Elapsed wall clock time (in seconds):2.018
3.20/2.13	o 190
3.20/2.15	c Got one! Elapsed wall clock time (in seconds):2.035
3.20/2.15	o 189
3.20/2.17	c Got one! Elapsed wall clock time (in seconds):2.06
3.20/2.17	o 184
4.55/3.42	c cleaning 5275 clauses out of 10580 with flag 27431/14164
4.84/3.75	c Got one! Elapsed wall clock time (in seconds):3.642
4.84/3.75	o 181
4.84/3.78	c Got one! Elapsed wall clock time (in seconds):3.672
4.84/3.78	o 180
4.84/3.80	c Got one! Elapsed wall clock time (in seconds):3.683
4.84/3.80	o 162
5.24/4.16	c Got one! Elapsed wall clock time (in seconds):4.046
5.24/4.16	o 153
5.55/4.46	c Got one! Elapsed wall clock time (in seconds):4.347
5.55/4.46	o 148
5.55/4.48	c Got one! Elapsed wall clock time (in seconds):4.372
5.55/4.48	o 143
5.65/4.50	c Got one! Elapsed wall clock time (in seconds):4.392
5.65/4.50	o 95
6.04/4.92	c cleaning 5854 clauses out of 11707 with flag 10111/20566
6.22/5.03	c Got one! Elapsed wall clock time (in seconds):4.913
6.22/5.03	o 91
6.22/5.05	c Got one! Elapsed wall clock time (in seconds):4.941
6.22/5.05	o 90
6.35/5.14	c Got one! Elapsed wall clock time (in seconds):5.024
6.35/5.14	o 86
6.45/5.22	c Got one! Elapsed wall clock time (in seconds):5.106
6.45/5.22	o 81
7.16/5.94	c cleaning 6103 clauses out of 12213 with flag 22442/26926
7.75/6.30	c Got one! Elapsed wall clock time (in seconds):6.183
7.75/6.30	o 76
8.16/6.58	c Got one! Elapsed wall clock time (in seconds):6.469
8.16/6.58	o 75
8.27/6.64	c Got one! Elapsed wall clock time (in seconds):6.524
8.27/6.64	o 73
8.27/6.68	c Got one! Elapsed wall clock time (in seconds):6.564
8.27/6.68	o 72
8.27/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
8.27/6.70	o 71
8.66/7.07	c cleaning 6266 clauses out of 12539 with flag 11970/33355
9.55/7.53	c Got one! Elapsed wall clock time (in seconds):7.42
9.55/7.53	o 70
9.65/7.61	c Got one! Elapsed wall clock time (in seconds):7.494
9.65/7.61	o 63
9.65/7.70	c Got one! Elapsed wall clock time (in seconds):7.591
9.65/7.70	o 57
10.26/8.24	c cleaning 6418 clauses out of 12862 with flag 23078/39944
10.36/8.31	c Got one! Elapsed wall clock time (in seconds):8.2
10.36/8.31	o 53
10.66/8.65	c Got one! Elapsed wall clock time (in seconds):8.537
10.66/8.65	o 52
11.00/8.99	c Got one! Elapsed wall clock time (in seconds):8.878
11.00/8.99	o 51
11.19/9.15	c cleaning 6231 clauses out of 12474 with flag 6835/45974
11.29/9.22	c Got one! Elapsed wall clock time (in seconds):9.11
11.29/9.22	o 48
11.39/9.32	c Got one! Elapsed wall clock time (in seconds):9.208
11.39/9.32	o 39
11.70/9.67	c Got one! Elapsed wall clock time (in seconds):9.556
11.70/9.67	o 37
12.02/9.91	c cleaning 6368 clauses out of 12766 with flag 15001/52497
12.61/10.51	c cleaning 6193 clauses out of 12398 with flag 60556/58497
12.91/10.88	c Got one! Elapsed wall clock time (in seconds):10.763
12.91/10.88	o 32
13.01/11.00	c Got one! Elapsed wall clock time (in seconds):10.883
13.01/11.00	o 31
13.12/11.04	c Got one! Elapsed wall clock time (in seconds):10.931
13.12/11.04	o 30
13.22/11.16	c cleaning 6242 clauses out of 12495 with flag 7304/64787
13.81/11.80	c cleaning 6119 clauses out of 12253 with flag 50533/70787
13.91/11.81	c Got one! Elapsed wall clock time (in seconds):11.697
13.91/11.81	o 29
14.32/12.21	c cleaning 5633 clauses out of 11270 with flag 36872/75923
14.51/12.47	c Got one! Elapsed wall clock time (in seconds):12.359
14.51/12.47	o 28
14.61/12.58	c Got one! Elapsed wall clock time (in seconds):12.472
14.61/12.58	o 27
14.81/12.78	c cleaning 5743 clauses out of 11491 with flag 13675/81777
15.01/12.96	c Got one! Elapsed wall clock time (in seconds):12.852
15.01/12.96	o 26
15.11/13.00	c Got one! Elapsed wall clock time (in seconds):12.89
15.11/13.00	o 25
15.11/13.01	c Got one! Elapsed wall clock time (in seconds):12.898
15.11/13.01	o 24
15.23/13.19	c Got one! Elapsed wall clock time (in seconds):13.082
15.23/13.19	o 23
15.44/13.39	c cleaning 6222 clauses out of 12456 with flag 15988/88485
16.13/14.02	c cleaning 6110 clauses out of 12236 with flag 67220/94487
16.83/14.71	c cleaning 6558 clauses out of 13124 with flag 126507/101485
17.65/15.55	c cleaning 7271 clauses out of 14567 with flag 195889/109486
18.54/16.48	c cleaning 8141 clauses out of 16298 with flag 282816/118488
18.65/16.57	c Got one! Elapsed wall clock time (in seconds):16.462
18.65/16.57	o 21
18.94/16.82	c Got one! Elapsed wall clock time (in seconds):16.709
18.94/16.82	o 20
19.14/17.09	c cleaning 7415 clauses out of 14842 with flag 23699/125173
19.75/17.63	c cleaning 6710 clauses out of 13427 with flag 73968/131173
20.44/18.33	c cleaning 6846 clauses out of 13716 with flag 132835/138172
21.24/19.12	c cleaning 7434 clauses out of 14871 with flag 203832/146173
21.24/19.14	c Got one! Elapsed wall clock time (in seconds):19.027
21.24/19.14	o 19
21.64/19.56	c cleaning 6327 clauses out of 12670 with flag 41399/151406
21.94/19.83	c Got one! Elapsed wall clock time (in seconds):19.716
21.94/19.83	o 18
22.14/20.04	c cleaning 5937 clauses out of 11895 with flag 18326/156958
22.74/20.66	c cleaning 5970 clauses out of 11959 with flag 70979/162959
23.44/21.35	c cleaning 6493 clauses out of 12990 with flag 140976/169960
24.24/22.16	c cleaning 7242 clauses out of 14494 with flag 216788/177957
25.24/23.17	c cleaning 8122 clauses out of 16252 with flag 304017/186957
26.23/24.16	c cleaning 9057 clauses out of 18130 with flag 387551/196957
26.83/24.74	c Got one! Elapsed wall clock time (in seconds):24.625
26.83/24.74	o 17
27.23/25.17	c Got one! Elapsed wall clock time (in seconds):25.058
27.23/25.17	o 15
27.33/25.28	c cleaning 10346 clauses out of 20702 with flag 8341/208586
27.93/25.84	c cleaning 8160 clauses out of 16356 with flag 62418/214586
28.55/26.49	c cleaning 7580 clauses out of 15194 with flag 129079/221584
29.14/27.07	c Got one! Elapsed wall clock time (in seconds):26.958
29.14/27.07	o 14
29.65/27.55	c Got one! Elapsed wall clock time (in seconds):27.442
29.65/27.55	o 13
29.75/27.66	c cleaning 10117 clauses out of 20249 with flag 7309/234219
30.04/27.99	c Got one! Elapsed wall clock time (in seconds):27.873
30.04/27.99	o 12
30.14/28.07	c cleaning 7824 clauses out of 15653 with flag 8789/239740
30.64/28.50	c cleaning 6894 clauses out of 13826 with flag 58392/245737
31.14/29.01	c cleaning 6945 clauses out of 13931 with flag 113394/252736
31.64/29.59	c cleaning 7476 clauses out of 14988 with flag 174195/260738
32.44/30.30	c cleaning 8230 clauses out of 16510 with flag 248942/269736
33.14/31.08	c cleaning 9120 clauses out of 18284 with flag 328335/279740
34.15/32.01	c cleaning 10060 clauses out of 20160 with flag 417953/290736
34.54/32.49	c Got one! Elapsed wall clock time (in seconds):32.374
34.54/32.49	o 11
35.04/32.95	c cleaning 10778 clauses out of 21557 with flag 41905/302193
35.54/33.46	c cleaning 8381 clauses out of 16777 with flag 89932/308191
36.14/34.05	c cleaning 7686 clauses out of 15395 with flag 147835/315190
36.84/34.77	c cleaning 7850 clauses out of 15709 with flag 219295/323190
37.64/35.56	c cleaning 8429 clauses out of 16861 with flag 292994/332192
38.55/36.46	c cleaning 9206 clauses out of 18433 with flag 375082/342193
39.74/37.62	c cleaning 10105 clauses out of 20224 with flag 472609/353190
40.04/37.91	c Got one! Elapsed wall clock time (in seconds):37.796
40.04/37.91	o 9
40.14/38.08	c cleaning 7602 clauses out of 15219 with flag 16396/358290
40.65/38.58	c cleaning 6797 clauses out of 13613 with flag 67986/364286
41.24/39.17	c cleaning 6901 clauses out of 13817 with flag 130949/371287
41.94/39.87	c cleaning 7452 clauses out of 14916 with flag 200148/379287
42.74/40.67	c cleaning 8220 clauses out of 16463 with flag 270592/388286
43.64/41.59	c cleaning 9116 clauses out of 18243 with flag 354036/398286
44.74/42.67	c cleaning 10056 clauses out of 20128 with flag 447534/409287
46.04/43.94	c cleaning 11031 clauses out of 22072 with flag 556828/421287
47.35/45.29	c cleaning 12008 clauses out of 24039 with flag 657848/434286
48.85/46.79	c cleaning 13015 clauses out of 26036 with flag 765881/448291
50.65/48.53	c cleaning 14006 clauses out of 28017 with flag 881172/463287
52.65/50.54	c cleaning 14997 clauses out of 30012 with flag 1010153/479288
54.75/52.65	c cleaning 16006 clauses out of 32012 with flag 1141060/496286
56.96/54.87	c cleaning 16996 clauses out of 34006 with flag 1271371/514286
57.96/55.83	c Got one! Elapsed wall clock time (in seconds):55.715
57.96/55.83	o 8
58.56/56.46	c cleaning 15366 clauses out of 30761 with flag 36735/528037
59.16/57.05	c cleaning 10684 clauses out of 21395 with flag 81773/534037
59.86/57.76	c cleaning 8842 clauses out of 17710 with flag 134570/541036
60.66/58.58	c cleaning 8408 clauses out of 16869 with flag 198997/549037
61.57/59.46	c cleaning 8719 clauses out of 17460 with flag 267877/558036
62.67/60.51	c cleaning 9363 clauses out of 18741 with flag 335917/568036
63.77/61.66	c cleaning 10184 clauses out of 20377 with flag 404825/579036
65.16/63.04	c cleaning 11094 clauses out of 22195 with flag 482554/591038
66.68/64.52	c cleaning 12042 clauses out of 24103 with flag 564232/604041
68.38/66.24	c cleaning 13028 clauses out of 26055 with flag 650972/618036
70.28/68.11	c cleaning 14012 clauses out of 28027 with flag 742356/633037
72.48/70.32	c cleaning 15001 clauses out of 30015 with flag 839747/649039
74.08/71.96	c Got one! Elapsed wall clock time (in seconds):71.842
74.08/71.96	o 7
74.78/72.68	c cleaning 16007 clauses out of 32022 with flag 30237/666047
75.58/73.40	c cleaning 10996 clauses out of 22016 with flag 65929/672048
76.28/74.14	c cleaning 8998 clauses out of 18019 with flag 106375/679047
77.08/74.97	c cleaning 8499 clauses out of 17021 with flag 137901/687047
78.08/75.93	c cleaning 8758 clauses out of 17521 with flag 173230/696048
79.09/76.93	c cleaning 9368 clauses out of 18761 with flag 214090/706047
80.30/78.15	c cleaning 10194 clauses out of 20392 with flag 262136/717047
81.60/79.42	c cleaning 11095 clauses out of 22197 with flag 314052/729047
81.80/79.65	c Got one! Elapsed wall clock time (in seconds):79.534
81.80/79.65	o 6
82.10/79.97	c cleaning 8316 clauses out of 16662 with flag 13471/734608
82.70/80.50	c cleaning 7170 clauses out of 14346 with flag 33179/740608
83.00/80.88	c Got one! Elapsed wall clock time (in seconds):80.769
83.00/80.88	o 5
83.10/80.98	c cleaning 6178 clauses out of 12366 with flag 3495/745800
83.71/81.53	c cleaning 6027 clauses out of 12181 with flag 22802/751796
84.10/81.91	c starts		: 506
84.10/81.91	c conflicts		: 756005
84.10/81.91	c decisions		: 1259914
84.10/81.91	c propagations		: 78057328
84.10/81.91	c inspects		: 1059518681
84.10/81.91	c shortcuts		: 0
84.10/81.91	c learnt literals	: 34
84.10/81.91	c learnt binary clauses	: 78
84.10/81.91	c learnt ternary clauses	: 420
84.10/81.91	c learnt constraints	: 755970
84.10/81.91	c ignored constraints	: 0
84.10/81.91	c root simplifications	: 0
84.10/81.91	c removed literals (reason simplification)	: 0
84.10/81.91	c reason swapping (by a shorter reason)	: 0
84.10/81.91	c Calls to reduceDB	: 85
84.10/81.91	c Number of update (reduction) of LBD	: 281681
84.10/81.91	c Imported unit clauses	: 0
84.10/81.91	c number of reductions to clauses (during analyze)	: 0
84.10/81.91	c number of learned constraints concerned by reduction	: 0
84.10/81.91	c number of learning phase by resolution	: 0
84.10/81.91	c number of learning phase by cutting planes	: 0
84.10/81.91	c speed (assignments/second)	: 956842.8743043467
84.10/81.91	c non guided choices	9411
84.10/81.91	c learnt constraints type 
84.10/81.91	s OPTIMUM FOUND
84.10/81.91	c Found 70 solution(s)
84.10/81.91	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
84.10/81.91	c objective function=5
84.10/81.91	c Total wall clock time (in seconds): 81.8

Verifier Data

OK	5

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-4090893-1466068000/watcher-4090893-1466068000 -o /tmp/evaluation-result-4090893-1466068000/solver-4090893-1466068000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090893-1466068000.wbo 

pid=19725
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.33 2.26 2.19 4/194 19728
/proc/meminfo: memFree=30253940/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/19728/stat : 19728 (java) R 19725 19728 17390 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 8845741 9379840 123 33554432000 1073741824 1073778376 140734458835120 140734458832248 225448071648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2323 128 98 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.33 2.26 2.19 4/194 19728
/proc/meminfo: memFree=30253940/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 8845741 9787879424 6034 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.33 2.26 2.19 4/194 19728
/proc/meminfo: memFree=30253940/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 4773 0 1 0 24 1 0 0 20 0 18 0 8845741 9787879424 6860 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2389619 6860 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.33 2.26 2.19 4/194 19728
/proc/meminfo: memFree=30253940/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 6572 0 1 0 47 1 0 0 20 0 18 0 8845741 9787879424 8872 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2389619 8872 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.33 2.26 2.19 4/194 19728
/proc/meminfo: memFree=30253940/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 12127 0 1 0 159 2 0 0 20 0 19 0 8845741 9856040960 13097 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 13097 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.39 2.27 2.20 4/213 19747
/proc/meminfo: memFree=30201824/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 12795 0 1 0 253 2 0 0 20 0 19 0 8845741 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 15180 2272 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2421 0 1 0 145 1 0 0 20 0 19 0 8845742 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072872518120 140072725328012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5327 0 0 0 57 0 0 0 20 0 19 0 8845747 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 3770 0 0 0 48 0 0 0 20 0 19 0 8845747 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 15180 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.39 2.27 2.20 4/213 19747
/proc/meminfo: memFree=30191080/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 12806 0 1 0 421 3 0 0 20 0 19 0 8845741 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 18256 2276 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2428 0 1 0 305 2 0 0 20 0 19 0 8845742 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072872516120 140072725334894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5327 0 0 0 62 0 0 0 20 0 19 0 8845747 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 3774 0 0 0 51 0 0 0 20 0 19 0 8845747 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 18256 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.35 2.27 2.20 4/213 19747
/proc/meminfo: memFree=30178672/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=7.95 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 18643 0 1 0 791 4 0 0 20 0 19 0 8845741 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 24804 2277 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2438 0 1 0 624 2 0 0 20 0 19 0 8845742 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072872515872 140072725388184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5327 0 0 0 73 0 0 0 20 0 19 0 8845747 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) R 19725 19728 17390 0 -1 4202560 9600 0 0 0 90 2 0 0 20 0 19 0 8845747 9856040960 24804 33554432000 1073741824 1073778376 140734458835120 140072220706824 140072874329435 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 25316 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 25316 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 25316 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9625040


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

[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5399 0 0 0 83 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 11975 0 0 0 131 2 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 83
Current children cumulated vsize (KiB) 9625040

[startup+81.6008 s]
/proc/loadavg: 2.32 2.28 2.20 3/192 20663
/proc/meminfo: memFree=30235636/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=83.8 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 21187 0 1 0 8372 8 0 0 20 0 19 0 8845741 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 47820 2291 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=81.55 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2489 0 1 0 8150 5 0 0 20 0 19 0 8845742 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072872509168 140072725310380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5399 0 0 0 83 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 11975 0 0 0 131 2 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 83.8
Current children cumulated vsize (KiB) 9625040

[startup+81.8008 s]
/proc/loadavg: 2.32 2.28 2.20 3/192 20663
/proc/meminfo: memFree=30235636/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=84 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 21187 0 1 0 8392 8 0 0 20 0 19 0 8845741 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 47820 2291 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=81.75 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2489 0 1 0 8170 5 0 0 20 0 19 0 8845742 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072872509168 140072725334449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5399 0 0 0 83 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 11975 0 0 0 131 2 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84
Current children cumulated vsize (KiB) 9625040

[startup+81.9009 s]
/proc/loadavg: 2.32 2.28 2.20 3/192 20663
/proc/meminfo: memFree=30235636/32872528 swapFree=1499116/1695340
[pid=19728] ppid=19725 vsize=9625040 CPUtime=84.1 cores=1,3,5,7
/proc/19728/stat : 19728 (java) S 19725 19728 17390 0 -1 4202496 21187 0 1 0 8402 8 0 0 20 0 19 0 8845741 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140734458826256 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19728/statm: 2406260 47820 2291 9 0 2396937 0
[pid=19728/tid=19730] ppid=19725 vsize=9625040 CPUtime=81.85 cores=1,3,5,7
/proc/19728/task/19730/stat : 19730 (java) R 19725 19728 17390 0 -1 4202560 2489 0 1 0 8180 5 0 0 20 0 19 0 8845742 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072872509168 140072725334796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19731] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19731/stat : 19731 (java) S 19725 19728 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072844971048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19732] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19732/stat : 19732 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072843918248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19733] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19733/stat : 19733 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072713759528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19734] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19734/stat : 19734 (java) S 19725 19728 17390 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072712706728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19735] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19735/stat : 19735 (java) S 19725 19728 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072711653928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19728/tid=19736] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19736/stat : 19736 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072710601128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19737] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19737/stat : 19737 (java) S 19725 19728 17390 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072709548328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19738] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19738/stat : 19738 (java) S 19725 19728 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8845743 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072238180520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19739] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19739/stat : 19739 (java) S 19725 19728 17390 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8845744 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072225983464 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19740] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19740/stat : 19740 (java) S 19725 19728 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072224929528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19741] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19741/stat : 19741 (java) S 19725 19728 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8845745 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072223876616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19742] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19742/stat : 19742 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072222825104 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19743] ppid=19725 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/19728/task/19743/stat : 19743 (java) S 19725 19728 17390 0 -1 4202560 5399 0 0 0 83 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072221772216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19744] ppid=19725 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/19728/task/19744/stat : 19744 (java) S 19725 19728 17390 0 -1 4202560 11975 0 0 0 131 2 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072220719416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19728/tid=19745] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19745/stat : 19745 (java) S 19725 19728 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072219666808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19728/tid=19746] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19746/stat : 19746 (java) S 19725 19728 17390 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8845747 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072218614216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19728/tid=19747] ppid=19725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19728/task/19747/stat : 19747 (java) S 19725 19728 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8845775 9856040960 47820 33554432000 1073741824 1073778376 140734458835120 140072217462440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84.1
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 81.9214
CPU time (s): 84.1192
CPU user time (s): 83.9992
CPU system time (s): 0.119981
CPU usage (%): 102.683
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.9992
system time used= 0.119981
maximum resident set size= 191340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21206
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2103
involuntary context switches= 182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.451931 second user time and 0.598908 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:06:40
IDJOB=4090893
IDBENCH=79309
IDSOLVER=2551
FILE ID=node137/4090893-1466068000
RUNJOBID= node137-1466062115-17407
PBS_JOBID= 19904003
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/tsp/normalized-t3002.11tsp11.1900570242--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090893-1466068000/watcher-4090893-1466068000 -o /tmp/evaluation-result-4090893-1466068000/solver-4090893-1466068000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090893-1466068000.wbo

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

MD5SUM BENCH= 14bc8800f159591dc4e79c8dbc089eb4
RANDOM SEED=859692193

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        30254476 kB
Buffers:            9268 kB
Cached:            41584 kB
SwapCached:         2460 kB
Active:           186644 kB
Inactive:          28160 kB
Active(anon):     164852 kB
Inactive(anon):     1776 kB
Active(file):      21792 kB
Inactive(file):    26384 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1809380 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             565864 kB
SReclaimable:       9872 kB
SUnreclaim:       555992 kB
KernelStack:        1760 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node137 at 2016-06-16 11:08:02