Trace number 4109669

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 88.8105 64.7715

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-66-100-0.wbo
MD5SUMaf1f4aa986dfaf7d995a788abb35be25
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark75.6935
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-4109669-1466342813.wbo
0.09/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.214s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     1192
0.46/0.33	c #constraints  2707
0.46/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.33	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2538
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2538
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 961 literals
0.97/0.58	c And the winner is solver0
1.71/0.84	c SATISFIABLE
1.71/0.84	c OPTIMIZING...
1.71/0.84	c Got one! Elapsed wall clock time (in seconds):0.72
1.71/0.84	o 574
1.71/0.85	c And the winner is solver0
1.88/1.34	c Got one! Elapsed wall clock time (in seconds):1.227
1.88/1.34	o 572
1.88/1.36	c And the winner is solver0
2.08/1.85	c Got one! Elapsed wall clock time (in seconds):1.734
2.08/1.85	o 550
2.08/1.86	c And the winner is solver0
2.20/2.36	c Got one! Elapsed wall clock time (in seconds):2.239
2.20/2.36	o 314
2.20/2.37	c And the winner is solver0
2.23/2.86	c Got one! Elapsed wall clock time (in seconds):2.742
2.23/2.86	o 304
2.23/2.88	c And the winner is solver0
2.31/3.36	c Got one! Elapsed wall clock time (in seconds):3.245
2.31/3.36	o 296
2.31/3.38	c And the winner is solver0
2.40/3.87	c Got one! Elapsed wall clock time (in seconds):3.749
2.40/3.87	o 253
2.40/3.88	c And the winner is solver0
2.45/4.37	c Got one! Elapsed wall clock time (in seconds):4.252
2.45/4.37	o 245
2.45/4.38	c And the winner is solver0
2.45/4.87	c Got one! Elapsed wall clock time (in seconds):4.755
2.45/4.87	o 237
2.51/4.91	c And the winner is solver0
2.60/5.38	c Got one! Elapsed wall clock time (in seconds):5.258
2.60/5.38	o 236
2.60/5.39	c And the winner is solver0
2.69/5.88	c Got one! Elapsed wall clock time (in seconds):5.76
2.69/5.88	o 235
2.69/5.89	c And the winner is solver0
2.75/6.38	c Got one! Elapsed wall clock time (in seconds):6.263
2.75/6.38	o 233
2.75/6.39	c And the winner is solver0
2.81/6.88	c Got one! Elapsed wall clock time (in seconds):6.765
2.81/6.88	o 230
2.85/6.91	c And the winner is solver0
2.89/7.38	c Got one! Elapsed wall clock time (in seconds):7.267
2.89/7.38	o 229
2.91/7.40	c And the winner is solver0
2.92/7.89	c Got one! Elapsed wall clock time (in seconds):7.769
2.92/7.89	o 225
2.92/7.89	c And the winner is solver0
2.92/8.39	c Got one! Elapsed wall clock time (in seconds):8.271
2.92/8.39	o 207
2.94/8.42	c And the winner is solver0
3.01/8.89	c Got one! Elapsed wall clock time (in seconds):8.773
3.01/8.89	o 206
3.04/8.92	c And the winner is solver0
3.09/9.39	c Got one! Elapsed wall clock time (in seconds):9.275
3.09/9.39	o 201
3.10/9.40	c And the winner is solver0
3.10/9.89	c Got one! Elapsed wall clock time (in seconds):9.776
3.10/9.89	o 194
3.10/9.90	c And the winner is solver0
3.11/10.40	c Got one! Elapsed wall clock time (in seconds):10.278
3.11/10.40	o 177
3.11/10.40	c And the winner is solver0
3.12/10.90	c Got one! Elapsed wall clock time (in seconds):10.78
3.12/10.90	o 173
3.12/10.90	c And the winner is solver0
3.12/11.40	c Got one! Elapsed wall clock time (in seconds):11.281
3.12/11.40	o 142
3.12/11.41	c And the winner is solver0
3.16/11.90	c Got one! Elapsed wall clock time (in seconds):11.783
3.16/11.90	o 133
3.16/11.96	c And the winner is solver0
3.30/12.40	c Got one! Elapsed wall clock time (in seconds):12.285
3.30/12.40	o 131
3.30/12.42	c And the winner is solver0
3.34/12.90	c Got one! Elapsed wall clock time (in seconds):12.786
3.34/12.90	o 129
3.54/13.05	c And the winner is solver0
3.76/13.41	c Got one! Elapsed wall clock time (in seconds):13.288
3.76/13.41	o 124
3.76/13.48	c And the winner is solver0
3.97/13.91	c Got one! Elapsed wall clock time (in seconds):13.79
3.97/13.91	o 123
4.15/14.02	c And the winner is solver0
4.21/14.41	c Got one! Elapsed wall clock time (in seconds):14.291
4.21/14.41	o 122
4.39/14.52	c And the winner is solver0
4.47/14.91	c Got one! Elapsed wall clock time (in seconds):14.793
4.47/14.91	o 120
4.47/14.92	c And the winner is solver0
4.47/15.41	c Got one! Elapsed wall clock time (in seconds):15.295
4.47/15.41	o 105
5.11/15.72	c cleaning 5744 clauses out of 11489 with flag 17350/11489
5.35/15.80	c And the winner is solver0
5.37/15.91	c Got one! Elapsed wall clock time (in seconds):15.796
5.37/15.91	o 103
6.16/16.32	c cleaning 5426 clauses out of 10879 with flag 29459/16623
7.38/16.76	c And the winner is solver0
7.54/16.92	c Got one! Elapsed wall clock time (in seconds):16.798
7.54/16.92	o 95
7.71/17.00	c cleaning 5382 clauses out of 10784 with flag 9044/21954
7.71/17.05	c And the winner is solver0
8.24/17.42	c Got one! Elapsed wall clock time (in seconds):17.3
8.24/17.42	o 94
8.24/17.45	c And the winner is solver0
8.33/17.92	c Got one! Elapsed wall clock time (in seconds):17.802
8.33/17.92	o 93
8.48/18.00	c And the winner is solver0
8.50/18.42	c Got one! Elapsed wall clock time (in seconds):18.304
8.50/18.42	o 92
8.91/18.61	c And the winner is solver0
8.96/18.92	c Got one! Elapsed wall clock time (in seconds):18.807
8.96/18.92	o 91
9.50/19.20	c And the winner is solver0
9.54/19.43	c Got one! Elapsed wall clock time (in seconds):19.309
9.54/19.43	o 90
9.67/19.50	c And the winner is solver0
9.72/19.93	c Got one! Elapsed wall clock time (in seconds):19.811
9.72/19.93	o 76
9.85/20.04	c cleaning 7164 clauses out of 14337 with flag 7539/30889
11.10/20.62	c And the winner is solver0
11.16/20.93	c Got one! Elapsed wall clock time (in seconds):20.814
11.16/20.93	o 72
12.16/21.49	c cleaning 8974 clauses out of 17961 with flag 40264/41677
12.36/21.51	c And the winner is solver0
12.41/21.94	c Got one! Elapsed wall clock time (in seconds):21.818
12.41/21.94	o 47
12.54/22.02	c And the winner is solver0
12.59/22.44	c Got one! Elapsed wall clock time (in seconds):22.322
12.59/22.44	o 44
13.10/22.80	c cleaning 7097 clauses out of 14210 with flag 30775/46900
14.11/23.29	c cleaning 6554 clauses out of 13117 with flag 79043/52904
15.57/23.97	c cleaning 6770 clauses out of 13559 with flag 148007/59900
17.18/24.76	c cleaning 7391 clauses out of 14789 with flag 233786/67900
18.78/25.58	c And the winner is solver0
19.03/25.95	c Got one! Elapsed wall clock time (in seconds):25.83
19.03/25.95	o 43
19.93/26.46	c cleaning 10340 clauses out of 20701 with flag 41651/81203
20.72/26.88	c And the winner is solver0
20.90/26.96	c Got one! Elapsed wall clock time (in seconds):26.838
20.90/26.96	o 39
20.99/27.07	c cleaning 8138 clauses out of 16300 with flag 9271/87142
22.21/27.61	c cleaning 7072 clauses out of 14162 with flag 63862/93142
23.60/28.32	c cleaning 7041 clauses out of 14088 with flag 136438/100140
23.80/28.48	c And the winner is solver0
24.00/28.96	c Got one! Elapsed wall clock time (in seconds):28.847
24.00/28.96	o 38
24.74/29.39	c cleaning 6426 clauses out of 12862 with flag 35120/105955
25.34/29.66	c And the winner is solver0
25.48/30.03	c Got one! Elapsed wall clock time (in seconds):29.903
25.48/30.03	o 36
25.83/30.21	c cleaning 5812 clauses out of 11650 with flag 17786/111169
26.83/30.78	c cleaning 5912 clauses out of 11839 with flag 72567/117170
27.25/30.96	c And the winner is solver0
27.38/31.03	c Got one! Elapsed wall clock time (in seconds):30.914
27.38/31.03	o 35
27.93/31.32	c cleaning 5466 clauses out of 10956 with flag 23702/122199
28.97/31.84	c And the winner is solver0
29.08/32.05	c Got one! Elapsed wall clock time (in seconds):31.927
29.08/32.05	o 34
30.05/32.58	c cleaning 8220 clauses out of 16447 with flag 46567/133156
31.27/33.19	c cleaning 7109 clauses out of 14227 with flag 105458/139156
31.65/33.38	c And the winner is solver0
31.86/33.56	c Got one! Elapsed wall clock time (in seconds):33.442
31.86/33.56	o 33
32.52/34.00	c cleaning 6436 clauses out of 12887 with flag 37474/144925
33.92/34.64	c cleaning 6226 clauses out of 12456 with flag 92868/150930
35.52/35.42	c cleaning 6610 clauses out of 13225 with flag 159103/157925
36.12/35.74	c And the winner is solver0
36.38/36.08	c Got one! Elapsed wall clock time (in seconds):35.957
36.38/36.08	o 32
36.60/36.30	c cleaning 5839 clauses out of 11684 with flag 16503/162994
37.60/36.78	c And the winner is solver0
37.81/37.09	c Got one! Elapsed wall clock time (in seconds):36.974
37.81/37.09	o 30
38.00/37.22	c cleaning 5910 clauses out of 11841 with flag 7043/168990
38.80/37.65	c And the winner is solver0
38.97/38.11	c Got one! Elapsed wall clock time (in seconds):37.992
38.97/38.11	o 29
39.12/38.24	c cleaning 5593 clauses out of 11196 with flag 7423/174255
40.32/38.86	c cleaning 5801 clauses out of 11604 with flag 52770/180256
41.95/39.61	c cleaning 6399 clauses out of 12803 with flag 109510/187256
43.53/40.46	c cleaning 7189 clauses out of 14402 with flag 170424/195254
44.20/40.74	c And the winner is solver0
44.26/41.13	c Got one! Elapsed wall clock time (in seconds):41.012
44.26/41.13	o 27
44.77/41.46	c cleaning 6422 clauses out of 12858 with flag 22349/200899
44.97/41.56	c And the winner is solver0
45.14/41.65	c Got one! Elapsed wall clock time (in seconds):41.534
45.14/41.65	o 26
45.62/41.97	c cleaning 5724 clauses out of 11462 with flag 24725/205925
46.81/42.59	c cleaning 5866 clauses out of 11739 with flag 72864/211926
48.21/43.29	c cleaning 6425 clauses out of 12870 with flag 124469/218923
49.01/43.65	c And the winner is solver0
49.17/43.73	c Got one! Elapsed wall clock time (in seconds):43.609
49.17/43.73	o 25
49.48/43.91	c cleaning 6186 clauses out of 12381 with flag 10500/224859
50.28/44.36	c cleaning 6091 clauses out of 12197 with flag 44649/230861
51.89/45.12	c cleaning 6549 clauses out of 13104 with flag 95972/237859
53.48/46.00	c cleaning 7271 clauses out of 14552 with flag 160105/245856
55.69/47.03	c And the winner is solver0
55.79/47.25	c Got one! Elapsed wall clock time (in seconds):47.136
55.79/47.25	o 20
57.33/48.03	c cleaning 10401 clauses out of 20806 with flag 39433/259381
58.73/48.76	c cleaning 8191 clauses out of 16404 with flag 88740/265380
60.34/49.58	c cleaning 7605 clauses out of 15215 with flag 147880/272382
62.33/50.60	c cleaning 7805 clauses out of 15609 with flag 224918/280381
64.74/51.71	c cleaning 8398 clauses out of 16803 with flag 310612/289380
67.33/53.05	c cleaning 9194 clauses out of 18405 with flag 426548/299380
69.14/53.98	c And the winner is solver0
69.32/54.29	c Got one! Elapsed wall clock time (in seconds):54.169
69.32/54.29	o 19
70.74/55.05	c cleaning 10867 clauses out of 21738 with flag 36575/311908
72.40/55.80	c cleaning 8427 clauses out of 16872 with flag 76251/317909
73.02/56.12	c And the winner is solver0
73.08/56.32	c Got one! Elapsed wall clock time (in seconds):56.204
73.08/56.32	o 18
73.80/56.71	c cleaning 7139 clauses out of 14285 with flag 21536/323749
75.02/57.37	c cleaning 6566 clauses out of 13143 with flag 59513/329746
76.61/58.15	c And the winner is solver0
76.75/58.36	c Got one! Elapsed wall clock time (in seconds):58.24
76.75/58.36	o 14
77.59/58.86	c cleaning 9092 clauses out of 18187 with flag 22412/341356
79.00/59.52	c cleaning 7542 clauses out of 15097 with flag 59143/347358
80.19/60.14	c And the winner is solver0
80.34/60.40	c Got one! Elapsed wall clock time (in seconds):60.279
80.34/60.40	o 12
81.09/60.89	c cleaning 9086 clauses out of 18173 with flag 25824/357977
82.49/61.58	c cleaning 7538 clauses out of 15087 with flag 65856/363977
83.91/62.28	c cleaning 7266 clauses out of 14544 with flag 107636/370975
85.77/63.12	c cleaning 7631 clauses out of 15276 with flag 148419/378976
87.38/63.93	c cleaning 8315 clauses out of 16640 with flag 194706/387976
88.37/64.40	c And the winner is solver0
88.66/64.76	c >>>>>>>>>> Solver number 0 (60 answers) <<<<<<<<<<<<<<<<<<
88.66/64.76	c starts		: 724
88.66/64.76	c conflicts		: 394189
88.66/64.76	c decisions		: 694584
88.66/64.76	c propagations		: 33535938
88.66/64.76	c inspects		: 528441938
88.66/64.76	c shortcuts		: 0
88.66/64.76	c learnt literals	: 24
88.66/64.76	c learnt binary clauses	: 219
88.66/64.76	c learnt ternary clauses	: 1080
88.66/64.76	c learnt constraints	: 394164
88.66/64.76	c ignored constraints	: 0
88.66/64.76	c root simplifications	: 0
88.66/64.76	c removed literals (reason simplification)	: 3418262
88.66/64.76	c reason swapping (by a shorter reason)	: 0
88.66/64.76	c Calls to reduceDB	: 53
88.66/64.76	c Number of update (reduction) of LBD	: 208054
88.66/64.76	c Imported unit clauses	: 0
88.66/64.76	c number of reductions to clauses (during analyze)	: 0
88.66/64.76	c number of learned constraints concerned by reduction	: 0
88.66/64.76	c number of learning phase by resolution	: 0
88.66/64.76	c number of learning phase by cutting planes	: 0
88.66/64.76	c speed (assignments/second)	: 520647.3638452462
88.66/64.76	c non guided choices	7177
88.66/64.76	c learnt constraints type 
88.66/64.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
88.66/64.76	c starts		: 84
88.66/64.76	c conflicts		: 4233
88.66/64.76	c decisions		: 69105
88.66/64.76	c propagations		: 261350
88.66/64.76	c inspects		: 54161861
88.66/64.76	c shortcuts		: 0
88.66/64.76	c learnt literals	: 0
88.66/64.76	c learnt binary clauses	: 0
88.66/64.76	c learnt ternary clauses	: 0
88.66/64.76	c learnt constraints	: 4199
88.66/64.76	c ignored constraints	: 0
88.66/64.76	c root simplifications	: 0
88.66/64.76	c removed literals (reason simplification)	: 0
88.66/64.76	c reason swapping (by a shorter reason)	: 0
88.66/64.76	c Calls to reduceDB	: 0
88.66/64.76	c Number of update (reduction) of LBD	: 0
88.66/64.76	c Imported unit clauses	: 0
88.66/64.76	c number of reductions to clauses (during analyze)	: 0
88.66/64.76	c number of learned constraints concerned by reduction	: 0
88.66/64.76	c number of learning phase by resolution	: 0
88.66/64.76	c number of learning phase by cutting planes	: 0
88.66/64.76	c speed (assignments/second)	: 61263.47866854196
88.66/64.76	c non guided choices	6409
88.66/64.76	c learnt constraints type 
88.66/64.76	s OPTIMUM FOUND
88.66/64.76	c Found 59 solution(s)
88.66/64.76	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 
88.66/64.76	c objective function=12
88.66/64.76	c Total wall clock time (in seconds): 64.64

Verifier Data

OK	12

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-4109669-1466342813/watcher-4109669-1466342813 -o /tmp/evaluation-result-4109669-1466342813/solver-4109669-1466342813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466341820-24231 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109669-1466342813.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.11 1.41 3/196 28019
/proc/meminfo: memFree=29202744/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28019/stat : 28019 (java) D 28016 28019 24214 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 36329572 9515008 185 33554432000 1073741824 1073778376 140734928709680 140734928698744 226075176231 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2323 185 143 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 2.26 2.11 1.41 3/196 28019
/proc/meminfo: memFree=29202744/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 36329572 9787879424 6039 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 2.26 2.11 1.41 3/196 28019
/proc/meminfo: memFree=29202744/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 4696 0 1 0 21 1 0 0 20 0 18 0 36329572 9787879424 6783 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2389619 6783 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.26 2.11 1.41 3/196 28019
/proc/meminfo: memFree=29202744/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 5732 0 1 0 45 1 0 0 20 0 18 0 36329572 9787879424 8491 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2389619 8491 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.26 2.11 1.41 3/196 28019
/proc/meminfo: memFree=29202744/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 14293 0 1 0 146 5 0 0 20 0 19 0 36329572 10060525568 14657 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 14657 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 2.26 2.11 1.41 2/214 28044
/proc/meminfo: memFree=29139900/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 21006 0 1 0 197 11 0 0 20 0 19 0 36329572 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 19441 2259 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) S 28016 28019 24214 0 -1 4202560 2417 0 1 0 30 2 0 0 20 0 19 0 36329573 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038604817272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329576 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 9158 0 0 0 56 2 0 0 20 0 19 0 36329578 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 8081 0 0 0 65 1 0 0 20 0 19 0 36329578 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329607 10060525568 19441 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824732

[startup+3.10075 s]
/proc/loadavg: 2.24 2.11 1.41 2/214 28050
/proc/meminfo: memFree=29128528/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 21120 0 1 0 218 13 0 0 20 0 19 0 36329572 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 23113 2265 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) S 28016 28019 24214 0 -1 4202560 2418 0 1 0 31 2 0 0 20 0 19 0 36329573 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038604817272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329576 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 9241 0 0 0 69 2 0 0 20 0 19 0 36329578 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 8086 0 0 0 69 2 0 0 20 0 19 0 36329578 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329607 10060525568 23113 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=29 pid=1814 uid=0 cmd=

[startup+6.30077 s]
/proc/loadavg: 2.24 2.11 1.41 2/214 28071
/proc/meminfo: memFree=29091868/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 22564 0 1 0 253 22 0 0 20 0 19 0 36329572 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 32258 2268 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) S 28016 28019 24214 0 -1 4202560 2422 0 1 0 33 2 0 0 20 0 19 0 36329573 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038604817272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36329574 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329576 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 10065 0 0 0 84 3 0 0 20 0 19 0 36329578 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 8627 0 0 0 77 2 0 0 20 0 19 0 36329578 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329607 10060525568 32258 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.75

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

/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 17129 0 0 0 147 3 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 11791 0 0 0 157 2 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36329607 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28218] ppid=28016 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/28019/task/28218/stat : 28218 (java) R 28016 28019 24214 0 -1 4202560 2 0 0 0 350 0 0 0 20 0 22 0 36335616 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038419448192 140038432654873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28219] ppid=28016 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/28019/task/28219/stat : 28219 (java) R 28016 28019 24214 0 -1 4202560 3 0 0 0 350 0 0 0 20 0 22 0 36335616 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038418402176 140038432920879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28220] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28220/stat : 28220 (java) S 28016 28019 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36335621 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038420509480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 87.56
Current children cumulated vsize (KiB) 9824732

[startup+64.4009 s]
/proc/loadavg: 2.40 2.15 1.47 5/218 28220
/proc/meminfo: memFree=26912952/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=88.36 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 36177 0 1 0 8673 163 0 0 20 0 22 0 36329572 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 577118 2289 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) S 28016 28019 24214 0 -1 4202560 2432 0 1 0 76 2 0 0 20 0 22 0 36329573 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038604817272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 100 0 0 0 17 4 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 79 0 0 0 12 3 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 98 0 0 0 18 4 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 92 0 0 0 19 5 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 130 0 0 0 20 7 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 81 0 0 0 17 4 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 22 0 36329574 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 1271 0 0 0 0 4 0 0 20 0 22 0 36329575 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36329575 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 22 0 36329576 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 17129 0 0 0 147 3 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 11791 0 0 0 157 2 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 22 0 36329578 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36329607 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28218] ppid=28016 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/28019/task/28218/stat : 28218 (java) R 28016 28019 24214 0 -1 4202560 2 0 0 0 390 0 0 0 20 0 22 0 36335616 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038419448192 140038432698476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28219] ppid=28016 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/28019/task/28219/stat : 28219 (java) R 28016 28019 24214 0 -1 4202560 3 0 0 0 390 0 0 0 20 0 22 0 36335616 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038418402176 140038432919960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28220] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28220/stat : 28220 (java) S 28016 28019 24214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36335621 10060525568 577118 33554432000 1073741824 1073778376 140734928709680 140038420509480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 88.36
Current children cumulated vsize (KiB) 9824732

[startup+64.6008 s]
/proc/loadavg: 2.40 2.15 1.47 5/218 28220
/proc/meminfo: memFree=26912952/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=88.54 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 36180 0 1 0 8689 165 0 0 20 0 19 0 36329572 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 577112 2289 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) R 28016 28019 24214 0 -1 4202560 2432 0 1 0 87 2 0 0 20 0 19 0 36329573 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038604817032 140038432364482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 100 0 0 0 17 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 79 0 0 0 12 3 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 98 0 0 0 18 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 92 0 0 0 19 5 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 130 0 0 0 20 7 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 81 0 0 0 17 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 1271 0 0 0 0 4 0 0 20 0 19 0 36329575 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 36329576 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 17130 0 0 0 147 3 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 11792 0 0 0 157 2 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329607 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 88.54
Current children cumulated vsize (KiB) 9824732

[startup+64.7008 s]
/proc/loadavg: 2.40 2.15 1.47 5/218 28220
/proc/meminfo: memFree=26912952/32872528 swapFree=1590544/1721360
[pid=28019] ppid=28016 vsize=9824732 CPUtime=88.65 cores=1,3,5,7
/proc/28019/stat : 28019 (java) S 28016 28019 24214 0 -1 4202496 36180 0 1 0 8700 165 0 0 20 0 19 0 36329572 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140734928700816 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28019/statm: 2456183 577112 2289 9 0 2446860 0
[pid=28019/tid=28021] ppid=28016 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/28019/task/28021/stat : 28021 (java) R 28016 28019 24214 0 -1 4202560 2432 0 1 0 97 2 0 0 20 0 19 0 36329573 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038604817032 140038432364470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28022] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28022/stat : 28022 (java) S 28016 28019 24214 0 -1 4202560 100 0 0 0 17 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038566308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28023] ppid=28016 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/28019/task/28023/stat : 28023 (java) S 28016 28019 24214 0 -1 4202560 79 0 0 0 12 3 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038565255976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28024] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28024/stat : 28024 (java) S 28016 28019 24214 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038564203432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28019/tid=28025] ppid=28016 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/28019/task/28025/stat : 28025 (java) S 28016 28019 24214 0 -1 4202560 98 0 0 0 18 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038563150888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28026] ppid=28016 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28019/task/28026/stat : 28026 (java) S 28016 28019 24214 0 -1 4202560 92 0 0 0 19 5 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038562097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28027] ppid=28016 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/28019/task/28027/stat : 28027 (java) S 28016 28019 24214 0 -1 4202560 130 0 0 0 20 7 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038561044776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28028] ppid=28016 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/28019/task/28028/stat : 28028 (java) S 28016 28019 24214 0 -1 4202560 81 0 0 0 17 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038559992232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28029] ppid=28016 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/28019/task/28029/stat : 28029 (java) S 28016 28019 24214 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 36329574 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038558939688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28030] ppid=28016 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28019/task/28030/stat : 28030 (java) S 28016 28019 24214 0 -1 4202560 1271 0 0 0 0 4 0 0 20 0 19 0 36329575 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038428932712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28031] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28031/stat : 28031 (java) S 28016 28019 24214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36329575 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038427879032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28032] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28032/stat : 28032 (java) S 28016 28019 24214 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 36329576 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038426826376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28033] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28033/stat : 28033 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038425775120 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28034] ppid=28016 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/28019/task/28034/stat : 28034 (java) S 28016 28019 24214 0 -1 4202560 17130 0 0 0 148 3 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038424721464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28019/tid=28035] ppid=28016 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28019/task/28035/stat : 28035 (java) S 28016 28019 24214 0 -1 4202560 11792 0 0 0 157 2 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038423668920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28036] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28036/stat : 28036 (java) S 28016 28019 24214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038422616568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28019/tid=28037] ppid=28016 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28019/task/28037/stat : 28037 (java) S 28016 28019 24214 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 36329578 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038421564232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28019/tid=28041] ppid=28016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28019/task/28041/stat : 28041 (java) S 28016 28019 24214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36329607 10060525568 577112 33554432000 1073741824 1073778376 140734928709680 140038417352360 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 88.65
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 64.7715
CPU time (s): 88.8105
CPU user time (s): 87.0188
CPU system time (s): 1.79173
CPU usage (%): 137.114
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0088
system time used= 1.79173
maximum resident set size= 2325720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36187
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3798
involuntary context switches= 2315

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

The end

Launcher Data

Begin job on node120 at 2016-06-19 15:26:53
IDJOB=4109669
IDBENCH=78886
IDSOLVER=2552
FILE ID=node120/4109669-1466342813
RUNJOBID= node120-1466341820-24231
PBS_JOBID= 19922033
Free space on /tmp= 71720 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.1900584106--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109669-1466342813/watcher-4109669-1466342813 -o /tmp/evaluation-result-4109669-1466342813/solver-4109669-1466342813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466341820-24231 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109669-1466342813.wbo

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

MD5SUM BENCH= af1f4aa986dfaf7d995a788abb35be25
RANDOM SEED=977266640

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29203644 kB
Buffers:          173784 kB
Cached:           343648 kB
SwapCached:         2280 kB
Active:           806376 kB
Inactive:         381448 kB
Active(anon):     669680 kB
Inactive(anon):     3076 kB
Active(file):     136696 kB
Inactive(file):   378372 kB
Unevictable:     1721360 kB
Mlocked:         1590544 kB
SwapTotal:      67108856 kB
SwapFree:       67099720 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       2395092 kB
Mapped:            16568 kB
Shmem:                 0 kB
Slab:             620312 kB
SReclaimable:      64104 kB
SUnreclaim:       556208 kB
KernelStack:        1600 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2626324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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= 71720 MiB
End job on node120 at 2016-06-19 15:27:57