Trace number 4109824

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 52.63 50.8627

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
MD5SUM992c28e15fa8da7f001d610f6b39cc4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.9929
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4109824-1466343737.wbo
0.07/0.12	c reading problem ... 
0.43/0.31	c ... done. Wall clock time 0.189s.
0.43/0.31	c declared #vars     231
0.43/0.31	c internal #vars     1158
0.43/0.31	c #constraints  2707
0.43/0.31	c constraints type 
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.43/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.43/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.43/0.31	c 2707 constraints processed.
0.43/0.31	c objective function length is 927 literals
0.72/0.47	c SATISFIABLE
0.72/0.47	c OPTIMIZING...
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.72/0.47	o 774
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.366
0.72/0.49	o 773
0.96/0.50	c Got one! Elapsed wall clock time (in seconds):0.381
0.96/0.50	o 766
0.96/0.54	c Got one! Elapsed wall clock time (in seconds):0.421
0.96/0.54	o 734
0.96/0.56	c Got one! Elapsed wall clock time (in seconds):0.44
0.96/0.56	o 731
0.96/0.57	c Got one! Elapsed wall clock time (in seconds):0.452
0.96/0.57	o 445
0.96/0.59	c Got one! Elapsed wall clock time (in seconds):0.466
0.96/0.59	o 440
1.25/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
1.25/0.62	o 431
1.25/0.63	c Got one! Elapsed wall clock time (in seconds):0.508
1.25/0.63	o 362
1.25/0.64	c Got one! Elapsed wall clock time (in seconds):0.515
1.25/0.64	o 350
1.25/0.65	c Got one! Elapsed wall clock time (in seconds):0.524
1.25/0.65	o 341
1.25/0.66	c Got one! Elapsed wall clock time (in seconds):0.541
1.25/0.66	o 339
1.25/0.67	c Got one! Elapsed wall clock time (in seconds):0.549
1.25/0.67	o 325
1.25/0.68	c Got one! Elapsed wall clock time (in seconds):0.559
1.25/0.68	o 317
1.55/0.70	c Got one! Elapsed wall clock time (in seconds):0.575
1.55/0.70	o 310
1.55/0.70	c Got one! Elapsed wall clock time (in seconds):0.579
1.55/0.70	o 306
1.55/0.72	c Got one! Elapsed wall clock time (in seconds):0.6
1.55/0.72	o 302
1.55/0.73	c Got one! Elapsed wall clock time (in seconds):0.61
1.55/0.73	o 296
1.55/0.74	c Got one! Elapsed wall clock time (in seconds):0.614
1.55/0.74	o 295
1.55/0.76	c Got one! Elapsed wall clock time (in seconds):0.635
1.55/0.76	o 293
1.71/0.80	c Got one! Elapsed wall clock time (in seconds):0.677
1.71/0.80	o 291
1.71/0.81	c Got one! Elapsed wall clock time (in seconds):0.682
1.71/0.81	o 285
1.71/0.82	c Got one! Elapsed wall clock time (in seconds):0.701
1.71/0.82	o 277
1.71/0.83	c Got one! Elapsed wall clock time (in seconds):0.708
1.71/0.83	o 275
1.82/0.90	c Got one! Elapsed wall clock time (in seconds):0.781
1.82/0.90	o 273
1.82/0.92	c Got one! Elapsed wall clock time (in seconds):0.802
1.82/0.92	o 270
1.82/0.94	c Got one! Elapsed wall clock time (in seconds):0.815
1.82/0.94	o 262
1.82/0.96	c Got one! Elapsed wall clock time (in seconds):0.834
1.82/0.96	o 254
1.82/0.97	c Got one! Elapsed wall clock time (in seconds):0.849
1.82/0.97	o 220
1.82/0.98	c Got one! Elapsed wall clock time (in seconds):0.854
1.82/0.98	o 219
1.92/1.00	c Got one! Elapsed wall clock time (in seconds):0.882
1.92/1.00	o 218
1.92/1.08	c Got one! Elapsed wall clock time (in seconds):0.955
1.92/1.08	o 210
1.92/1.08	c Got one! Elapsed wall clock time (in seconds):0.96
1.92/1.08	o 209
2.03/1.14	c Got one! Elapsed wall clock time (in seconds):1.019
2.03/1.14	o 207
2.03/1.19	c Got one! Elapsed wall clock time (in seconds):1.07
2.03/1.19	o 203
2.12/1.22	c Got one! Elapsed wall clock time (in seconds):1.098
2.12/1.22	o 198
2.22/1.36	c Got one! Elapsed wall clock time (in seconds):1.234
2.22/1.36	o 193
2.45/1.57	c Got one! Elapsed wall clock time (in seconds):1.444
2.45/1.57	o 183
2.67/1.71	c cleaning 6958 clauses out of 13924 with flag 6971/13924
2.67/1.79	c Got one! Elapsed wall clock time (in seconds):1.664
2.67/1.79	o 182
2.77/1.81	c Got one! Elapsed wall clock time (in seconds):1.686
2.77/1.81	o 178
2.77/1.84	c Got one! Elapsed wall clock time (in seconds):1.721
2.77/1.84	o 176
2.87/1.93	c Got one! Elapsed wall clock time (in seconds):1.812
2.87/1.93	o 156
3.18/2.21	c Got one! Elapsed wall clock time (in seconds):2.086
3.18/2.21	o 147
3.18/2.22	c Got one! Elapsed wall clock time (in seconds):2.097
3.18/2.22	o 146
3.18/2.24	c Got one! Elapsed wall clock time (in seconds):2.118
3.18/2.24	o 138
3.40/2.47	c Got one! Elapsed wall clock time (in seconds):2.35
3.40/2.47	o 137
3.50/2.54	c Got one! Elapsed wall clock time (in seconds):2.417
3.50/2.54	o 125
3.60/2.68	c cleaning 8167 clauses out of 16340 with flag 10485/23298
4.21/2.98	c Got one! Elapsed wall clock time (in seconds):2.862
4.21/2.98	o 123
4.58/3.22	c cleaning 6684 clauses out of 13391 with flag 16139/28516
5.51/3.87	c cleaning 6350 clauses out of 12711 with flag 66849/34520
6.31/4.61	c cleaning 6667 clauses out of 13357 with flag 128279/41516
7.01/5.38	c Got one! Elapsed wall clock time (in seconds):5.26
7.01/5.38	o 118
7.41/5.72	c Got one! Elapsed wall clock time (in seconds):5.595
7.41/5.72	o 117
7.51/5.82	c Got one! Elapsed wall clock time (in seconds):5.699
7.51/5.82	o 112
7.51/5.88	c Got one! Elapsed wall clock time (in seconds):5.76
7.51/5.88	o 106
7.82/6.12	c cleaning 10357 clauses out of 20717 with flag 14969/55543
8.12/6.48	c Got one! Elapsed wall clock time (in seconds):6.353
8.12/6.48	o 101
8.33/6.66	c Got one! Elapsed wall clock time (in seconds):6.536
8.33/6.66	o 98
8.43/6.79	c cleaning 8409 clauses out of 16820 with flag 8361/62003
9.12/7.47	c cleaning 7197 clauses out of 14411 with flag 62644/68003
10.02/8.34	c cleaning 7095 clauses out of 14213 with flag 131304/75002
11.04/9.38	c cleaning 7556 clauses out of 15118 with flag 217980/83002
12.14/10.48	c cleaning 8275 clauses out of 16562 with flag 322913/92002
13.55/11.84	c cleaning 9142 clauses out of 18287 with flag 450572/102002
13.55/11.86	c Got one! Elapsed wall clock time (in seconds):11.736
13.55/11.86	o 87
14.06/12.34	c cleaning 7102 clauses out of 14252 with flag 46897/107109
14.16/12.44	c Got one! Elapsed wall clock time (in seconds):12.313
14.16/12.44	o 85
14.56/12.84	c cleaning 6194 clauses out of 12412 with flag 34993/112371
15.16/13.42	c cleaning 6094 clauses out of 12215 with flag 82898/118368
15.86/14.11	c cleaning 6548 clauses out of 13123 with flag 141060/125370
16.66/14.96	c cleaning 7263 clauses out of 14573 with flag 208496/133368
17.56/15.80	c Got one! Elapsed wall clock time (in seconds):15.675
17.56/15.80	o 79
18.07/16.30	c cleaning 10090 clauses out of 20204 with flag 48445/146262
18.67/16.95	c cleaning 8048 clauses out of 16114 with flag 118559/152262
19.48/17.76	c cleaning 7523 clauses out of 15067 with flag 193354/159263
20.37/18.68	c cleaning 7749 clauses out of 15544 with flag 284791/167263
21.47/19.77	c cleaning 8374 clauses out of 16795 with flag 380433/176263
22.47/20.71	c Got one! Elapsed wall clock time (in seconds):20.584
22.47/20.71	o 78
22.68/20.98	c Got one! Elapsed wall clock time (in seconds):20.861
22.68/20.98	o 48
23.07/21.33	c cleaning 10596 clauses out of 21209 with flag 28365/189051
23.78/22.01	c cleaning 8299 clauses out of 16613 with flag 93679/195051
24.47/22.71	c cleaning 7646 clauses out of 15316 with flag 162546/202053
25.27/23.56	c cleaning 7811 clauses out of 15669 with flag 244133/210052
26.27/24.53	c cleaning 8420 clauses out of 16857 with flag 337029/219051
26.97/25.22	c Got one! Elapsed wall clock time (in seconds):25.096
26.97/25.22	o 43
27.57/25.82	c cleaning 9964 clauses out of 19939 with flag 49471/230553
28.17/26.50	c cleaning 7979 clauses out of 15978 with flag 107550/236556
28.87/27.15	c cleaning 7483 clauses out of 14996 with flag 168349/243553
29.76/28.00	c cleaning 7754 clauses out of 15513 with flag 244954/251553
30.66/28.96	c cleaning 8378 clauses out of 16759 with flag 328013/260553
31.86/30.12	c cleaning 9163 clauses out of 18381 with flag 430333/270553
32.96/31.29	c cleaning 10110 clauses out of 20222 with flag 536103/281557
34.36/32.65	c cleaning 11049 clauses out of 22112 with flag 648691/293557
34.77/33.02	c Got one! Elapsed wall clock time (in seconds):32.898
34.77/33.02	o 42
34.96/33.23	c cleaning 8241 clauses out of 16499 with flag 15827/298993
35.16/33.44	c Got one! Elapsed wall clock time (in seconds):33.316
35.16/33.44	o 39
35.26/33.59	c Got one! Elapsed wall clock time (in seconds):33.466
35.26/33.59	o 36
35.56/33.81	c cleaning 7219 clauses out of 14452 with flag 17231/305187
35.56/33.87	c Got one! Elapsed wall clock time (in seconds):33.745
35.56/33.87	o 33
35.66/33.95	c Got one! Elapsed wall clock time (in seconds):33.827
35.66/33.95	o 32
35.76/34.06	c Got one! Elapsed wall clock time (in seconds):33.933
35.76/34.06	o 27
36.16/34.40	c cleaning 7005 clauses out of 14024 with flag 29287/311978
36.16/34.48	c Got one! Elapsed wall clock time (in seconds):34.362
36.16/34.48	o 26
36.66/34.97	c cleaning 6490 clauses out of 13003 with flag 39724/317962
36.66/34.98	c Got one! Elapsed wall clock time (in seconds):34.861
36.66/34.98	o 25
37.16/35.45	c cleaning 5789 clauses out of 11602 with flag 36171/323051
37.76/36.03	c cleaning 5896 clauses out of 11814 with flag 81267/329052
37.86/36.16	c Got one! Elapsed wall clock time (in seconds):36.041
37.86/36.16	o 23
38.18/36.49	c cleaning 5804 clauses out of 11625 with flag 27621/334759
38.78/37.05	c cleaning 5905 clauses out of 11821 with flag 77906/340759
39.48/37.70	c cleaning 6453 clauses out of 12915 with flag 134324/347758
40.18/38.42	c cleaning 7223 clauses out of 14464 with flag 192442/355760
40.98/39.29	c cleaning 8118 clauses out of 16240 with flag 264254/364759
41.58/39.83	c Got one! Elapsed wall clock time (in seconds):39.708
41.58/39.83	o 22
41.98/40.26	c cleaning 9354 clauses out of 18734 with flag 30321/375372
42.38/40.62	c Got one! Elapsed wall clock time (in seconds):40.494
42.38/40.62	o 20
42.49/40.71	c cleaning 7576 clauses out of 15168 with flag 6802/381160
42.88/41.14	c cleaning 6777 clauses out of 13592 with flag 40473/387160
42.88/41.15	c Got one! Elapsed wall clock time (in seconds):41.023
42.88/41.15	o 19
43.28/41.59	c cleaning 5952 clauses out of 11927 with flag 34449/392272
43.78/42.09	c cleaning 5984 clauses out of 11980 with flag 69583/398277
44.48/42.73	c cleaning 6496 clauses out of 12994 with flag 110505/405275
45.28/43.50	c cleaning 7248 clauses out of 14495 with flag 157204/413272
46.18/44.42	c cleaning 8111 clauses out of 16249 with flag 210137/422274
46.48/44.77	c Got one! Elapsed wall clock time (in seconds):44.647
46.48/44.77	o 15
46.68/44.97	c cleaning 6766 clauses out of 13541 with flag 12138/427677
47.28/45.52	c cleaning 6376 clauses out of 12775 with flag 49625/433677
47.68/45.97	c Got one! Elapsed wall clock time (in seconds):45.852
47.68/45.97	o 14
47.80/46.08	c cleaning 6190 clauses out of 12384 with flag 3948/439662
47.91/46.16	c Got one! Elapsed wall clock time (in seconds):46.04
47.91/46.16	o 13
48.32/46.50	c cleaning 5661 clauses out of 11337 with flag 20149/444805
48.52/46.76	c Got one! Elapsed wall clock time (in seconds):46.636
48.52/46.76	o 12
48.72/46.92	c cleaning 5356 clauses out of 10733 with flag 6711/449862
48.82/47.08	c Got one! Elapsed wall clock time (in seconds):46.962
48.82/47.08	o 10
49.12/47.32	c cleaning 5213 clauses out of 10442 with flag 10526/454927
49.52/47.74	c Got one! Elapsed wall clock time (in seconds):47.614
49.52/47.74	o 8
49.62/47.81	c cleaning 5522 clauses out of 11063 with flag 3042/460761
50.02/48.21	c cleaning 5761 clauses out of 11544 with flag 24294/466764
50.52/48.72	c cleaning 6386 clauses out of 12784 with flag 51894/473765
51.12/49.32	c cleaning 7193 clauses out of 14395 with flag 87282/481762
51.52/49.78	c Got one! Elapsed wall clock time (in seconds):49.66
51.52/49.78	o 6
51.82/50.06	c Got one! Elapsed wall clock time (in seconds):49.941
51.82/50.06	o 2
52.12/50.30	c cleaning 9285 clauses out of 18570 with flag 14242/493130
52.32/50.54	c cleaning 7625 clauses out of 15279 with flag 38028/499126
52.63/50.81	c cleaning 7321 clauses out of 14646 with flag 62765/506126
52.63/50.85	c starts		: 352
52.63/50.85	c conflicts		: 507930
52.63/50.85	c decisions		: 850166
52.63/50.85	c propagations		: 49276082
52.63/50.85	c inspects		: 626763215
52.63/50.85	c shortcuts		: 0
52.63/50.85	c learnt literals	: 30
52.63/50.85	c learnt binary clauses	: 60
52.63/50.85	c learnt ternary clauses	: 584
52.63/50.85	c learnt constraints	: 507899
52.63/50.85	c ignored constraints	: 0
52.63/50.85	c root simplifications	: 0
52.63/50.85	c removed literals (reason simplification)	: 0
52.63/50.85	c reason swapping (by a shorter reason)	: 0
52.63/50.85	c Calls to reduceDB	: 67
52.63/50.85	c Number of update (reduction) of LBD	: 214807
52.63/50.85	c Imported unit clauses	: 0
52.63/50.85	c number of reductions to clauses (during analyze)	: 0
52.63/50.85	c number of learned constraints concerned by reduction	: 0
52.63/50.85	c number of learning phase by resolution	: 0
52.63/50.85	c number of learning phase by cutting planes	: 0
52.63/50.85	c speed (assignments/second)	: 975126.7884352799
52.63/50.85	c non guided choices	9344
52.63/50.85	c learnt constraints type 
52.63/50.85	s OPTIMUM FOUND
52.63/50.85	c Found 80 solution(s)
52.63/50.85	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 
52.63/50.85	c objective function=2
52.63/50.85	c Total wall clock time (in seconds): 50.732

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109824-1466343737/watcher-4109824-1466343737 -o /tmp/evaluation-result-4109824-1466343737/solver-4109824-1466343737 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109824-1466343737.wbo 

pid=13702
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.36 2.34 2.01 4/194 13705
/proc/meminfo: memFree=29789396/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/13705/stat : 13705 (java) D 13702 13705 12165 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 36422176 278528 34 33554432000 1073741824 1073778376 140733731348848 140733731346024 217401355559 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.36 2.34 2.01 4/194 13705
/proc/meminfo: memFree=29789396/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 4277 0 1 0 6 1 0 0 20 0 18 0 36422176 9787879424 5401 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2389619 5401 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.36 2.34 2.01 4/194 13705
/proc/meminfo: memFree=29789396/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 4706 0 1 0 21 1 0 0 20 0 18 0 36422176 9787879424 6788 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2389619 6788 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300214 s]
/proc/loadavg: 2.36 2.34 2.01 4/194 13705
/proc/meminfo: memFree=29789396/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 5314 0 1 0 42 1 0 0 20 0 18 0 36422176 9787879424 8040 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2389619 8040 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700156 s]
/proc/loadavg: 2.36 2.34 2.01 4/194 13705
/proc/meminfo: memFree=29789396/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 12588 0 1 0 152 3 0 0 20 0 19 0 36422176 9856040960 13226 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 13226 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.41 2.35 2.01 4/213 13724
/proc/meminfo: memFree=29734124/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 12600 0 1 0 242 3 0 0 20 0 19 0 36422176 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 16303 2264 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2427 0 1 0 144 1 0 0 20 0 19 0 36422178 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580477549112 140580336723847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 4134 0 0 0 48 0 0 0 20 0 19 0 36422183 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 4763 0 0 0 46 1 0 0 20 0 19 0 36422183 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 16303 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.41 2.35 2.01 4/213 13724
/proc/meminfo: memFree=29723264/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 16882 0 1 0 444 4 0 0 20 0 19 0 36422176 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 20918 2270 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2434 0 1 0 303 1 0 0 20 0 19 0 36422178 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580477542112 140580336724527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 4629 0 0 0 54 0 0 0 20 0 19 0 36422183 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8542 0 0 0 82 2 0 0 20 0 19 0 36422183 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 20918 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.41 2.35 2.01 3/213 13724
/proc/meminfo: memFree=29697932/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=8.02 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 21012 0 1 0 797 5 0 0 20 0 19 0 36422176 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 22356 2270 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2441 0 1 0 621 2 0 0 20 0 19 0 36422178 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580477542704 140580336757566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 8747 0 0 0 85 2 0 0 20 0 19 0 36422183 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8547 0 0 0 84 2 0 0 20 0 19 0 36422183 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 22356 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9625040


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

[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 8750 0 0 0 90 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8547 0 0 0 88 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 9625040

[startup+49.6077 s]
/proc/loadavg: 2.38 2.35 2.02 4/213 13854
/proc/meminfo: memFree=29660472/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=51.42 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 21089 0 1 0 5135 7 0 0 20 0 19 0 36422176 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 43880 2284 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=49.43 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2490 0 1 0 4941 2 0 0 20 0 19 0 36422178 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580477542144 140580336724482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 8750 0 0 0 90 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8547 0 0 0 88 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 51.42
Current children cumulated vsize (KiB) 9625040

[startup+50.4008 s]
/proc/loadavg: 2.38 2.35 2.02 4/213 13854
/proc/meminfo: memFree=29660472/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=52.22 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 21089 0 1 0 5215 7 0 0 20 0 19 0 36422176 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 43880 2284 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=50.22 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2490 0 1 0 5020 2 0 0 20 0 19 0 36422178 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580477542704 140580336704496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 8750 0 0 0 90 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8547 0 0 0 88 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 52.22
Current children cumulated vsize (KiB) 9625040

[startup+50.8008 s]
/proc/loadavg: 2.38 2.35 2.02 4/213 13854
/proc/meminfo: memFree=29656376/32872528 swapFree=1534436/1655032
[pid=13705] ppid=13702 vsize=9625040 CPUtime=52.63 cores=0,2,4,6
/proc/13705/stat : 13705 (java) S 13702 13705 12165 0 -1 4202496 21089 0 1 0 5256 7 0 0 20 0 19 0 36422176 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140733233086080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13705/statm: 2406260 43880 2284 9 0 2396937 0
[pid=13705/tid=13707] ppid=13702 vsize=9625040 CPUtime=50.62 cores=0,2,4,6
/proc/13705/task/13707/stat : 13707 (java) R 13702 13705 12165 0 -1 4202560 2490 0 1 0 5060 2 0 0 20 0 19 0 36422178 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580477542704 140580336757474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13708] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13708/stat : 13708 (java) S 13702 13705 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580455652264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13709] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13709/stat : 13709 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580252281896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13710] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13710/stat : 13710 (java) S 13702 13705 12165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580251228840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13711] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13711/stat : 13711 (java) S 13702 13705 12165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580250176296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13712] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13712/stat : 13712 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580249123240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13713] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13713/stat : 13713 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580248070696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13714] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13714/stat : 13714 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580247017640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13705/tid=13715] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13715/stat : 13715 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422179 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580245965096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13716] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13716/stat : 13716 (java) S 13702 13705 12165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422180 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580233767784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13717] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13717/stat : 13717 (java) S 13702 13705 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580232714104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13718] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13718/stat : 13718 (java) S 13702 13705 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422181 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580231660936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13719] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13719/stat : 13719 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580230609680 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13720] ppid=13702 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13705/task/13720/stat : 13720 (java) S 13702 13705 12165 0 -1 4202560 8750 0 0 0 90 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580229556536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13721] ppid=13702 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13705/task/13721/stat : 13721 (java) S 13702 13705 12165 0 -1 4202560 8547 0 0 0 89 2 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580228503992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13705/tid=13722] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13722/stat : 13722 (java) S 13702 13705 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580227451128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13705/tid=13723] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13723/stat : 13723 (java) S 13702 13705 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422183 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580226398792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13705/tid=13724] ppid=13702 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13705/task/13724/stat : 13724 (java) S 13702 13705 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422208 9856040960 43880 33554432000 1073741824 1073778376 140733233094944 140580225246760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 52.63
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13705 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=464024
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=91986
# CPU time returned by wait4() is 52.556
# while last known CPU time is 52.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 50.8627
CPU time (s): 52.63
CPU user time (s): 52.56
CPU system time (s): 0.07
CPU usage (%): 103.475
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.464
system time used= 0.091986
maximum resident set size= 175568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21105
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1437
involuntary context switches= 159

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

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:42:18
IDJOB=4109824
IDBENCH=78937
IDSOLVER=2551
FILE ID=node122/4109824-1466343737
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109824-1466343737/watcher-4109824-1466343737 -o /tmp/evaluation-result-4109824-1466343737/solver-4109824-1466343737 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109824-1466343737.wbo

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

MD5SUM BENCH= 992c28e15fa8da7f001d610f6b39cc4c
RANDOM SEED=48037293

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29789652 kB
Buffers:          176424 kB
Cached:           350388 kB
SwapCached:            0 kB
Active:           278760 kB
Inactive:         398392 kB
Active(anon):     143268 kB
Inactive(anon):     9900 kB
Active(file):     135492 kB
Inactive(file):   388492 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1832 kB
Writeback:             4 kB
AnonPages:       1805640 kB
Mapped:            21028 kB
Shmem:               204 kB
Slab:             615556 kB
SReclaimable:      58956 kB
SUnreclaim:       556600 kB
KernelStack:        1576 kB
PageTables:         8048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2344104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71744 MiB
End job on node122 at 2016-06-19 15:43:08