Trace number 4109861

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 41.2387 38.4474

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
MD5SUMb79c8ce52bbf55b2415ca4df8d18f0c8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.5578
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109861-1466344377.wbo
0.09/0.12	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.216s.
0.47/0.33	c declared #vars     231
0.47/0.33	c internal #vars     1137
0.47/0.33	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2529
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 155
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 155
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2529
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 906 literals
0.72/0.49	c And the winner is solver0
1.29/0.84	c SATISFIABLE
1.29/0.84	c OPTIMIZING...
1.29/0.84	c Got one! Elapsed wall clock time (in seconds):0.722
1.29/0.84	o 335
1.29/0.89	c And the winner is solver0
1.72/1.35	c Got one! Elapsed wall clock time (in seconds):1.229
1.72/1.35	o 328
1.72/1.37	c And the winner is solver0
1.88/1.87	c Got one! Elapsed wall clock time (in seconds):1.748
1.88/1.87	o 313
1.88/1.88	c And the winner is solver0
1.93/2.37	c Got one! Elapsed wall clock time (in seconds):2.252
1.93/2.37	o 297
1.93/2.38	c And the winner is solver0
2.03/2.87	c Got one! Elapsed wall clock time (in seconds):2.756
2.03/2.87	o 296
2.03/2.89	c And the winner is solver0
2.10/3.38	c Got one! Elapsed wall clock time (in seconds):3.259
2.10/3.38	o 292
2.10/3.38	c And the winner is solver0
2.12/3.88	c Got one! Elapsed wall clock time (in seconds):3.762
2.12/3.88	o 214
2.16/3.92	c And the winner is solver0
2.35/4.38	c Got one! Elapsed wall clock time (in seconds):4.266
2.35/4.38	o 213
2.38/4.41	c And the winner is solver0
2.41/4.89	c Got one! Elapsed wall clock time (in seconds):4.769
2.41/4.89	o 187
2.41/4.89	c And the winner is solver0
2.53/5.39	c Got one! Elapsed wall clock time (in seconds):5.271
2.53/5.39	o 176
2.54/5.45	c And the winner is solver0
2.69/5.89	c Got one! Elapsed wall clock time (in seconds):5.774
2.69/5.89	o 175
2.71/5.90	c And the winner is solver0
2.75/6.39	c Got one! Elapsed wall clock time (in seconds):6.277
2.75/6.39	o 173
2.78/6.41	c And the winner is solver0
2.83/6.90	c Got one! Elapsed wall clock time (in seconds):6.779
2.83/6.90	o 171
3.09/7.07	c And the winner is solver0
3.43/7.40	c Got one! Elapsed wall clock time (in seconds):7.282
3.43/7.40	o 169
3.43/7.42	c And the winner is solver0
3.49/7.90	c Got one! Elapsed wall clock time (in seconds):7.783
3.49/7.90	o 161
3.49/7.92	c And the winner is solver0
3.53/8.40	c Got one! Elapsed wall clock time (in seconds):8.285
3.53/8.40	o 155
3.53/8.43	c And the winner is solver0
3.62/8.90	c Got one! Elapsed wall clock time (in seconds):8.787
3.62/8.90	o 133
4.34/9.23	c cleaning 4544 clauses out of 9114 with flag 24338/9114
5.20/9.66	c cleaning 5279 clauses out of 10572 with flag 65320/15116
5.81/10.00	c And the winner is solver0
6.02/10.41	c Got one! Elapsed wall clock time (in seconds):10.288
6.02/10.41	o 130
6.02/10.41	c And the winner is solver0
6.02/10.91	c Got one! Elapsed wall clock time (in seconds):10.79
6.02/10.91	o 129
6.25/11.04	c cleaning 5580 clauses out of 11164 with flag 6425/20987
6.49/11.11	c And the winner is solver0
6.51/11.41	c Got one! Elapsed wall clock time (in seconds):11.292
6.51/11.41	o 119
6.51/11.43	c And the winner is solver0
6.57/11.91	c Got one! Elapsed wall clock time (in seconds):11.793
6.57/11.91	o 117
6.57/11.93	c And the winner is solver0
6.62/12.41	c Got one! Elapsed wall clock time (in seconds):12.295
6.62/12.41	o 108
7.23/12.76	c And the winner is solver0
7.36/12.92	c Got one! Elapsed wall clock time (in seconds):12.797
7.36/12.92	o 102
7.73/13.17	c cleaning 6172 clauses out of 12356 with flag 17087/27759
7.99/13.28	c And the winner is solver0
8.15/13.42	c Got one! Elapsed wall clock time (in seconds):13.299
8.15/13.42	o 101
8.96/13.85	c cleaning 5614 clauses out of 11260 with flag 31300/32835
10.19/14.39	c cleaning 5818 clauses out of 11649 with flag 81466/38838
10.19/14.40	c And the winner is solver0
10.45/14.42	c Got one! Elapsed wall clock time (in seconds):14.301
10.45/14.42	o 100
10.74/14.51	c And the winner is solver0
11.01/14.92	c Got one! Elapsed wall clock time (in seconds):14.802
11.01/14.92	o 85
11.01/14.94	c And the winner is solver0
11.07/15.42	c Got one! Elapsed wall clock time (in seconds):15.304
11.07/15.42	o 84
11.47/15.65	c And the winner is solver0
11.60/15.93	c Got one! Elapsed wall clock time (in seconds):15.807
11.60/15.93	o 82
11.94/16.14	c cleaning 5652 clauses out of 11308 with flag 19724/44315
12.34/16.33	c And the winner is solver0
12.42/16.43	c Got one! Elapsed wall clock time (in seconds):16.31
12.42/16.43	o 80
13.02/16.70	c And the winner is solver0
13.05/16.93	c Got one! Elapsed wall clock time (in seconds):16.813
13.05/16.93	o 78
13.18/17.05	c cleaning 5664 clauses out of 11339 with flag 9794/49998
14.60/17.71	c cleaning 5829 clauses out of 11675 with flag 75674/55998
15.18/18.07	c And the winner is solver0
15.34/18.44	c Got one! Elapsed wall clock time (in seconds):18.317
15.34/18.44	o 76
15.66/18.64	c cleaning 5633 clauses out of 11289 with flag 20663/61441
15.87/18.71	c And the winner is solver0
15.92/18.94	c Got one! Elapsed wall clock time (in seconds):18.821
15.92/18.94	o 74
17.09/19.50	c cleaning 5676 clauses out of 11353 with flag 52494/67138
18.49/20.20	c cleaning 5832 clauses out of 11676 with flag 119286/73137
19.70/20.88	c And the winner is solver0
19.90/20.94	c Got one! Elapsed wall clock time (in seconds):20.826
19.90/20.94	o 71
21.27/21.61	c cleaning 8645 clauses out of 17293 with flag 51555/84586
22.28/22.12	c And the winner is solver0
22.33/22.45	c Got one! Elapsed wall clock time (in seconds):22.332
22.33/22.45	o 67
22.42/22.54	c And the winner is solver0
22.53/22.96	c Got one! Elapsed wall clock time (in seconds):22.838
22.53/22.96	o 66
22.61/23.06	c cleaning 7524 clauses out of 15054 with flag 7659/90992
23.81/23.60	c cleaning 6759 clauses out of 13527 with flag 58733/96989
23.81/23.70	c And the winner is solver0
24.04/23.96	c Got one! Elapsed wall clock time (in seconds):23.844
24.04/23.96	o 63
24.51/24.21	c And the winner is solver0
24.56/24.47	c Got one! Elapsed wall clock time (in seconds):24.352
24.56/24.47	o 54
24.88/24.62	c And the winner is solver0
24.98/24.98	c Got one! Elapsed wall clock time (in seconds):24.861
24.98/24.98	o 53
25.20/25.10	c cleaning 6312 clauses out of 12638 with flag 9840/102859
25.20/25.18	c And the winner is solver0
25.40/25.49	c Got one! Elapsed wall clock time (in seconds):25.37
25.40/25.49	o 52
26.21/25.92	c cleaning 5669 clauses out of 11346 with flag 42959/107879
26.61/26.14	c And the winner is solver0
26.71/26.50	c Got one! Elapsed wall clock time (in seconds):26.38
26.71/26.50	o 51
27.30/26.82	c cleaning 5463 clauses out of 10938 with flag 30576/113140
27.30/26.84	c And the winner is solver0
27.41/27.01	c Got one! Elapsed wall clock time (in seconds):26.891
27.41/27.01	o 46
27.57/27.11	c And the winner is solver0
27.62/27.52	c Got one! Elapsed wall clock time (in seconds):27.403
27.62/27.52	o 43
27.77/27.64	c And the winner is solver0
27.89/28.03	c Got one! Elapsed wall clock time (in seconds):27.915
27.89/28.03	o 42
28.51/28.38	c cleaning 5522 clauses out of 11051 with flag 32642/118716
28.93/28.57	c And the winner is solver0
29.13/29.05	c Got one! Elapsed wall clock time (in seconds):28.928
29.13/29.05	o 41
29.44/29.23	c And the winner is solver0
29.54/29.56	c Got one! Elapsed wall clock time (in seconds):29.442
29.54/29.56	o 38
29.83/29.80	c cleaning 5797 clauses out of 11597 with flag 21745/124784
30.22/29.97	c And the winner is solver0
30.38/30.07	c Got one! Elapsed wall clock time (in seconds):29.955
30.38/30.07	o 33
31.01/30.46	c And the winner is solver0
31.19/30.59	c Got one! Elapsed wall clock time (in seconds):30.469
31.19/30.59	o 26
31.39/30.71	c cleaning 6244 clauses out of 12531 with flag 9082/131515
31.81/30.93	c And the winner is solver0
31.91/31.10	c Got one! Elapsed wall clock time (in seconds):30.984
31.91/31.10	o 25
32.28/31.38	c cleaning 5942 clauses out of 11912 with flag 20350/137140
32.68/31.57	c And the winner is solver0
32.86/31.62	c Got one! Elapsed wall clock time (in seconds):31.5
32.86/31.62	o 23
33.01/31.75	c And the winner is solver0
33.16/32.14	c Got one! Elapsed wall clock time (in seconds):32.018
33.16/32.14	o 20
33.46/32.34	c cleaning 5826 clauses out of 11661 with flag 15181/142831
34.26/32.72	c And the winner is solver0
34.34/33.16	c Got one! Elapsed wall clock time (in seconds):33.039
34.34/33.16	o 16
34.41/33.29	c cleaning 5592 clauses out of 11193 with flag 7959/148189
34.81/33.49	c And the winner is solver0
35.02/33.68	c Got one! Elapsed wall clock time (in seconds):33.562
35.02/33.68	o 14
35.23/33.89	c And the winner is solver0
35.54/34.20	c Got one! Elapsed wall clock time (in seconds):34.084
35.54/34.20	o 13
35.70/34.30	c cleaning 5807 clauses out of 11624 with flag 6474/154212
36.50/34.74	c cleaning 5903 clauses out of 11815 with flag 48199/160210
36.50/34.78	c And the winner is solver0
36.71/35.22	c Got one! Elapsed wall clock time (in seconds):35.106
36.71/35.22	o 8
37.23/35.55	c cleaning 5724 clauses out of 11475 with flag 33129/165773
38.03/35.90	c cleaning 5859 clauses out of 11750 with flag 69337/171772
39.05/36.42	c And the winner is solver0
39.11/36.75	c Got one! Elapsed wall clock time (in seconds):36.628
39.11/36.75	o 5
39.19/36.85	c And the winner is solver0
39.33/37.27	c Got one! Elapsed wall clock time (in seconds):37.151
39.33/37.27	o 1
40.16/37.70	c cleaning 8965 clauses out of 17933 with flag 33076/183816
40.77/38.07	c cleaning 7482 clauses out of 14966 with flag 66723/189817
40.77/38.08	c And the winner is solver0
41.09/38.43	c >>>>>>>>>> Solver number 0 (57 answers) <<<<<<<<<<<<<<<<<<
41.09/38.43	c starts		: 240
41.09/38.43	c conflicts		: 190626
41.09/38.43	c decisions		: 361572
41.09/38.43	c propagations		: 19371452
41.09/38.43	c inspects		: 192221101
41.09/38.43	c shortcuts		: 0
41.09/38.43	c learnt literals	: 16
41.09/38.43	c learnt binary clauses	: 80
41.09/38.43	c learnt ternary clauses	: 471
41.09/38.43	c learnt constraints	: 190609
41.09/38.43	c ignored constraints	: 0
41.09/38.43	c root simplifications	: 0
41.09/38.43	c removed literals (reason simplification)	: 1209308
41.09/38.43	c reason swapping (by a shorter reason)	: 0
41.09/38.43	c Calls to reduceDB	: 30
41.09/38.43	c Number of update (reduction) of LBD	: 96818
41.09/38.43	c Imported unit clauses	: 0
41.09/38.43	c number of reductions to clauses (during analyze)	: 0
41.09/38.43	c number of learned constraints concerned by reduction	: 0
41.09/38.43	c number of learning phase by resolution	: 0
41.09/38.43	c number of learning phase by cutting planes	: 0
41.09/38.43	c speed (assignments/second)	: 508583.8956129066
41.09/38.43	c non guided choices	7307
41.09/38.43	c learnt constraints type 
41.09/38.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
41.09/38.43	c starts		: 67
41.09/38.43	c conflicts		: 2967
41.09/38.43	c decisions		: 55452
41.09/38.43	c propagations		: 200540
41.09/38.43	c inspects		: 24191679
41.09/38.43	c shortcuts		: 0
41.09/38.43	c learnt literals	: 0
41.09/38.43	c learnt binary clauses	: 0
41.09/38.43	c learnt ternary clauses	: 0
41.09/38.43	c learnt constraints	: 2931
41.09/38.43	c ignored constraints	: 0
41.09/38.43	c root simplifications	: 0
41.09/38.43	c removed literals (reason simplification)	: 0
41.09/38.43	c reason swapping (by a shorter reason)	: 0
41.09/38.43	c Calls to reduceDB	: 0
41.09/38.43	c Number of update (reduction) of LBD	: 0
41.09/38.43	c Imported unit clauses	: 0
41.09/38.43	c number of reductions to clauses (during analyze)	: 0
41.09/38.43	c number of learned constraints concerned by reduction	: 0
41.09/38.43	c number of learning phase by resolution	: 0
41.09/38.43	c number of learning phase by cutting planes	: 0
41.09/38.44	c speed (assignments/second)	: 180504.0504050405
41.09/38.44	c non guided choices	5812
41.09/38.44	c learnt constraints type 
41.09/38.44	s OPTIMUM FOUND
41.09/38.44	c Found 56 solution(s)
41.09/38.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -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 
41.09/38.44	c objective function=1
41.09/38.44	c Total wall clock time (in seconds): 38.319

Verifier Data

OK	1

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-4109861-1466344377/watcher-4109861-1466344377 -o /tmp/evaluation-result-4109861-1466344377/solver-4109861-1466344377 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109861-1466344377.wbo 

pid=2511
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.23 2.19 2.02 3/198 2514
/proc/meminfo: memFree=26367260/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (java) R 2511 2514 28908 0 -1 4202496 504 0 0 0 0 0 0 0 20 0 1 0 36483590 9515008 157 33554432000 1073741824 1073778376 140734224623664 140734224620792 215124957815 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2323 174 132 9 0 71 0

[startup+0.100164 s]
/proc/loadavg: 2.23 2.19 2.02 3/198 2514
/proc/meminfo: memFree=26367260/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 36483590 9787879424 6052 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2389619 6052 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.23 2.19 2.02 3/198 2514
/proc/meminfo: memFree=26367260/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 4697 0 1 0 21 1 0 0 20 0 18 0 36483590 9787879424 6794 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2389619 6794 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.23 2.19 2.02 3/198 2514
/proc/meminfo: memFree=26367260/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 5816 0 1 0 45 2 0 0 20 0 18 0 36483590 9787879424 8405 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2389619 8405 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700227 s]
/proc/loadavg: 2.23 2.19 2.02 3/198 2514
/proc/meminfo: memFree=26367260/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 12995 0 1 0 124 5 0 0 20 0 19 0 36483590 10060525568 13908 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 13908 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.23 2.19 2.02 3/217 2539
/proc/meminfo: memFree=26309580/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 18844 0 1 0 179 9 0 0 20 0 20 0 36483590 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 17260 2262 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) S 2511 2514 28908 0 -1 4202560 2422 0 1 0 31 1 0 0 20 0 20 0 36483591 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562220721016 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 36483592 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36483593 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 36483594 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36483594 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483596 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 9052 0 0 0 64 2 0 0 20 0 20 0 36483596 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 6025 0 0 0 48 2 0 0 20 0 20 0 36483596 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483596 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36483596 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36483625 10060525568 17260 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 2.13 2.17 2.02 2/217 2544
/proc/meminfo: memFree=26301132/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 18927 0 1 0 198 12 0 0 20 0 19 0 36483590 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 20871 2265 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) S 2511 2514 28908 0 -1 4202560 2423 0 1 0 32 2 0 0 20 0 19 0 36483591 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562220721016 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36483593 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 9081 0 0 0 69 2 0 0 20 0 19 0 36483596 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 6054 0 0 0 58 2 0 0 20 0 19 0 36483596 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36483625 10060525568 20871 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1841 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 2.13 2.17 2.02 2/217 2565
/proc/meminfo: memFree=26253072/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 20847 0 1 0 254 21 0 0 20 0 19 0 36483590 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 32097 2270 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) S 2511 2514 28908 0 -1 4202560 2427 0 1 0 33 2 0 0 20 0 19 0 36483591 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562220721016 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36483592 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36483593 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 10440 0 0 0 82 2 0 0 20 0 19 0 36483596 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 6536 0 0 0 79 2 0 0 20 0 19 0 36483596 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36483625 10060525568 32097 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.75

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

[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 973 0 0 0 0 4 0 0 20 0 21 0 36483593 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36483594 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 36483594 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36483596 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 18852 0 0 0 185 3 0 0 20 0 21 0 36483596 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 7551 0 0 0 113 2 0 0 20 0 21 0 36483596 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36483596 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 36483596 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36483625 10060525568 351380 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.19
Current children cumulated vsize (KiB) 9824732

[startup+37.6009 s]
/proc/loadavg: 2.14 2.18 2.02 4/220 2703
/proc/meminfo: memFree=24960024/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=39.96 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 32657 0 1 0 3849 147 0 0 20 0 22 0 36483590 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 353945 2288 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) S 2511 2514 28908 0 -1 4202560 2449 0 1 0 71 2 0 0 20 0 22 0 36483591 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562220721016 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 68 0 0 0 16 4 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 4 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 60 0 0 0 11 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 973 0 0 0 0 4 0 0 20 0 22 0 36483593 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36483594 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 36483594 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 18852 0 0 0 185 3 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 7551 0 0 0 113 2 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36483625 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2701] ppid=2511 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2514/task/2701/stat : 2701 (java) R 2511 2514 28908 0 -1 4202560 5 0 0 0 29 0 0 0 20 0 22 0 36487320 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562034367592 140562083122585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2702] ppid=2511 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2514/task/2702/stat : 2702 (java) R 2511 2514 28908 0 -1 4202560 7 0 0 0 29 0 0 0 20 0 22 0 36487320 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562035418264 140562083358215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2703] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2703/stat : 2703 (java) S 2511 2514 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36487323 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562036471464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.96
Current children cumulated vsize (KiB) 9824732

[startup+38.001 s]
/proc/loadavg: 2.14 2.18 2.02 4/220 2703
/proc/meminfo: memFree=24960024/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=40.77 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 32659 0 1 0 3930 147 0 0 20 0 22 0 36483590 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 353945 2288 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) S 2511 2514 28908 0 -1 4202560 2449 0 1 0 71 2 0 0 20 0 22 0 36483591 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562220721016 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 68 0 0 0 16 4 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 4 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 60 0 0 0 11 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 22 0 36483592 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 973 0 0 0 0 4 0 0 20 0 22 0 36483593 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36483594 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 36483594 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 18852 0 0 0 185 3 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 7552 0 0 0 115 2 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36483596 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36483625 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2701] ppid=2511 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/2514/task/2701/stat : 2701 (java) R 2511 2514 28908 0 -1 4202560 6 0 0 0 69 0 0 0 20 0 22 0 36487320 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562034365544 140562083275957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2702] ppid=2511 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/2514/task/2702/stat : 2702 (java) R 2511 2514 28908 0 -1 4202560 7 0 0 0 69 0 0 0 20 0 22 0 36487320 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562035415992 140562083384760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2514/tid=2703] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2703/stat : 2703 (java) S 2511 2514 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36487323 10060525568 353945 33554432000 1073741824 1073778376 140734224623664 140562036471464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 40.77
Current children cumulated vsize (KiB) 9824732

[startup+38.4007 s]
/proc/loadavg: 2.14 2.18 2.02 4/220 2703
/proc/meminfo: memFree=24960024/32872528 swapFree=1505436/1685308
[pid=2514] ppid=2511 vsize=9824732 CPUtime=41.09 cores=0,2,4,6
/proc/2514/stat : 2514 (java) S 2511 2514 28908 0 -1 4202496 32661 0 1 0 3960 149 0 0 20 0 19 0 36483590 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140734224614800 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2514/statm: 2456183 354960 2288 9 0 2446860 0
[pid=2514/tid=2516] ppid=2511 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/2514/task/2516/stat : 2516 (java) R 2511 2514 28908 0 -1 4202560 2451 0 1 0 81 2 0 0 20 0 19 0 36483591 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562220720696 140562082830256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2517] ppid=2511 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2514/task/2517/stat : 2517 (java) S 2511 2514 28908 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562209782568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2518] ppid=2511 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2514/task/2518/stat : 2518 (java) S 2511 2514 28908 0 -1 4202560 68 0 0 0 16 4 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562208729768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2519] ppid=2511 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2514/task/2519/stat : 2519 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562207677480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2520] ppid=2511 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2514/task/2520/stat : 2520 (java) S 2511 2514 28908 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562206624680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2521] ppid=2511 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/2514/task/2521/stat : 2521 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 4 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562205571368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2522] ppid=2511 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2514/task/2522/stat : 2522 (java) S 2511 2514 28908 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562204518568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2523] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2523/stat : 2523 (java) S 2511 2514 28908 0 -1 4202560 60 0 0 0 11 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562203466280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2524] ppid=2511 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2514/task/2524/stat : 2524 (java) S 2511 2514 28908 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 36483592 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562202413480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2525] ppid=2511 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2514/task/2525/stat : 2525 (java) S 2511 2514 28908 0 -1 4202560 973 0 0 0 0 4 0 0 20 0 19 0 36483593 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562044893928 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2526] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2526/stat : 2526 (java) S 2511 2514 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562043839992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2527] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2527/stat : 2527 (java) S 2511 2514 28908 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 19 0 36483594 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562042787592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2528] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2528/stat : 2528 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562041736080 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2529] ppid=2511 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2514/task/2529/stat : 2529 (java) S 2511 2514 28908 0 -1 4202560 18852 0 0 0 185 3 0 0 20 0 19 0 36483596 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562040682680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2514/tid=2530] ppid=2511 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/2514/task/2530/stat : 2530 (java) S 2511 2514 28908 0 -1 4202560 7552 0 0 0 115 2 0 0 20 0 19 0 36483596 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562039629880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2514/tid=2531] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2531/stat : 2531 (java) S 2511 2514 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562038577784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2532] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2532/stat : 2532 (java) S 2511 2514 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36483596 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562037525192 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2514/tid=2536] ppid=2511 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2514/task/2536/stat : 2536 (java) S 2511 2514 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36483625 10060525568 354960 33554432000 1073741824 1073778376 140734224623664 140562033313320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 38.4474
CPU time (s): 41.2387
CPU user time (s): 39.588
CPU system time (s): 1.65075
CPU usage (%): 107.26
Max. virtual memory (cumulated for all children) (KiB): 9825940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.588
system time used= 1.65075
maximum resident set size= 1419852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32667
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= 3046
involuntary context switches= 2182

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

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:52:57
IDJOB=4109861
IDBENCH=78949
IDSOLVER=2552
FILE ID=node135/4109861-1466344377
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109861-1466344377/watcher-4109861-1466344377 -o /tmp/evaluation-result-4109861-1466344377/solver-4109861-1466344377 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109861-1466344377.wbo

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

MD5SUM BENCH= b79c8ce52bbf55b2415ca4df8d18f0c8
RANDOM SEED=1945913621

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        26366896 kB
Buffers:          191488 kB
Cached:           280064 kB
SwapCached:          772 kB
Active:          3736384 kB
Inactive:         334596 kB
Active(anon):    3598992 kB
Inactive(anon):     2792 kB
Active(file):     137392 kB
Inactive(file):   331804 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       5284440 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             607596 kB
SReclaimable:      51292 kB
SUnreclaim:       556304 kB
KernelStack:        1632 kB
PageTables:        14716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5770124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3710976 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= 71700 MiB
End job on node135 at 2016-06-19 15:53:35