Trace number 4110325

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 PB16MSAT (TO) 1800.97 1776.75

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUMc6df963ff1848506ee15e7c5bdbc3c3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark26.067
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4110325-1466345928.wbo
0.10/0.12	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.228s.
0.47/0.35	c declared #vars     231
0.47/0.35	c internal #vars     2938
0.47/0.35	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 2707 literals
0.76/0.48	c And the winner is solver0
1.31/0.85	c SATISFIABLE
1.31/0.85	c OPTIMIZING...
1.31/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.31/0.85	o 429
1.44/0.93	c And the winner is solver0
1.72/1.38	c Got one! Elapsed wall clock time (in seconds):1.264
1.72/1.38	o 426
1.76/1.40	c And the winner is solver0
1.83/1.90	c Got one! Elapsed wall clock time (in seconds):1.777
1.83/1.90	o 397
1.84/1.92	c And the winner is solver0
1.94/2.41	c Got one! Elapsed wall clock time (in seconds):2.287
1.94/2.41	o 389
1.94/2.42	c And the winner is solver0
2.00/2.91	c Got one! Elapsed wall clock time (in seconds):2.794
2.00/2.91	o 364
2.00/2.93	c And the winner is solver0
2.07/3.42	c Got one! Elapsed wall clock time (in seconds):3.3
2.07/3.42	o 323
2.07/3.43	c And the winner is solver0
2.11/3.92	c Got one! Elapsed wall clock time (in seconds):3.806
2.11/3.92	o 318
2.11/3.95	c And the winner is solver0
2.19/4.43	c Got one! Elapsed wall clock time (in seconds):4.31
2.19/4.43	o 316
2.19/4.44	c And the winner is solver0
2.19/4.93	c Got one! Elapsed wall clock time (in seconds):4.815
2.19/4.93	o 292
2.19/4.96	c And the winner is solver0
2.24/5.44	c Got one! Elapsed wall clock time (in seconds):5.319
2.24/5.44	o 290
2.74/5.61	c And the winner is solver0
2.79/5.94	c Got one! Elapsed wall clock time (in seconds):5.823
2.79/5.94	o 288
2.79/5.99	c And the winner is solver0
2.91/6.45	c Got one! Elapsed wall clock time (in seconds):6.328
2.91/6.45	o 286
2.91/6.47	c And the winner is solver0
2.94/6.95	c Got one! Elapsed wall clock time (in seconds):6.833
2.94/6.95	o 280
3.04/7.00	c And the winner is solver0
3.06/7.46	c Got one! Elapsed wall clock time (in seconds):7.336
3.06/7.46	o 261
3.06/7.48	c And the winner is solver0
3.14/7.96	c Got one! Elapsed wall clock time (in seconds):7.84
3.14/7.96	o 260
3.22/8.03	c And the winner is solver0
3.31/8.46	c Got one! Elapsed wall clock time (in seconds):8.344
3.31/8.46	o 259
3.65/8.64	c And the winner is solver0
3.78/8.97	c Got one! Elapsed wall clock time (in seconds):8.848
3.78/8.97	o 253
3.78/8.99	c And the winner is solver0
3.84/9.47	c Got one! Elapsed wall clock time (in seconds):9.351
3.84/9.47	o 251
3.89/9.54	c And the winner is solver0
4.01/9.97	c Got one! Elapsed wall clock time (in seconds):9.855
4.01/9.97	o 250
4.01/9.99	c And the winner is solver0
4.06/10.48	c Got one! Elapsed wall clock time (in seconds):10.359
4.06/10.48	o 236
4.06/10.50	c And the winner is solver0
4.11/10.98	c Got one! Elapsed wall clock time (in seconds):10.863
4.11/10.98	o 233
4.35/11.16	c And the winner is solver0
4.48/11.49	c Got one! Elapsed wall clock time (in seconds):11.367
4.48/11.49	o 229
4.50/11.57	c And the winner is solver0
4.67/11.99	c Got one! Elapsed wall clock time (in seconds):11.871
4.67/11.99	o 227
4.68/12.06	c And the winner is solver0
4.86/12.49	c Got one! Elapsed wall clock time (in seconds):12.375
4.86/12.49	o 216
4.86/12.53	c And the winner is solver0
4.93/13.00	c Got one! Elapsed wall clock time (in seconds):12.879
4.93/13.00	o 209
4.93/13.04	c And the winner is solver0
5.02/13.50	c Got one! Elapsed wall clock time (in seconds):13.383
5.02/13.50	o 203
5.02/13.59	c And the winner is solver0
5.22/14.01	c Got one! Elapsed wall clock time (in seconds):13.887
5.22/14.01	o 202
5.40/14.14	c And the winner is solver0
5.50/14.51	c Got one! Elapsed wall clock time (in seconds):14.391
5.50/14.51	o 191
5.50/14.58	c And the winner is solver0
5.70/15.02	c Got one! Elapsed wall clock time (in seconds):14.895
5.70/15.02	o 187
5.70/15.06	c And the winner is solver0
5.81/15.52	c Got one! Elapsed wall clock time (in seconds):15.398
5.81/15.52	o 186
5.81/15.54	c And the winner is solver0
5.88/16.02	c Got one! Elapsed wall clock time (in seconds):15.902
5.88/16.02	o 184
5.88/16.08	c And the winner is solver0
6.06/16.52	c Got one! Elapsed wall clock time (in seconds):16.406
6.06/16.52	o 177
6.06/16.54	c And the winner is solver0
6.08/17.03	c Got one! Elapsed wall clock time (in seconds):16.91
6.08/17.03	o 150
6.22/17.14	c And the winner is solver0
6.41/17.54	c Got one! Elapsed wall clock time (in seconds):17.414
6.41/17.54	o 148
6.41/17.60	c And the winner is solver0
6.56/18.04	c Got one! Elapsed wall clock time (in seconds):17.918
6.56/18.04	o 141
6.89/18.20	c And the winner is solver0
6.93/18.54	c Got one! Elapsed wall clock time (in seconds):18.421
6.93/18.54	o 140
6.93/18.55	c And the winner is solver0
6.93/19.05	c Got one! Elapsed wall clock time (in seconds):18.925
6.93/19.05	o 138
6.93/19.08	c And the winner is solver0
7.01/19.55	c Got one! Elapsed wall clock time (in seconds):19.429
7.01/19.55	o 135
7.14/19.65	c And the winner is solver0
7.29/20.05	c Got one! Elapsed wall clock time (in seconds):19.933
7.29/20.05	o 124
7.29/20.08	c And the winner is solver0
7.37/20.56	c Got one! Elapsed wall clock time (in seconds):20.437
7.37/20.56	o 122
9.58/21.64	c cleaning 6910 clauses out of 13827 with flag 35475/13827
10.03/21.89	c And the winner is solver0
10.30/22.06	c Got one! Elapsed wall clock time (in seconds):21.941
10.30/22.06	o 119
10.39/22.17	c And the winner is solver0
10.55/22.57	c Got one! Elapsed wall clock time (in seconds):22.444
10.55/22.57	o 117
10.55/22.59	c And the winner is solver0
10.63/23.07	c Got one! Elapsed wall clock time (in seconds):22.948
10.63/23.07	o 115
10.70/23.19	c And the winner is solver0
10.91/23.57	c Got one! Elapsed wall clock time (in seconds):23.452
10.91/23.57	o 114
11.17/23.71	c And the winner is solver0
11.23/24.08	c Got one! Elapsed wall clock time (in seconds):23.956
11.23/24.08	o 113
11.28/24.10	c And the winner is solver0
11.32/24.58	c Got one! Elapsed wall clock time (in seconds):24.461
11.32/24.58	o 112
11.99/24.93	c And the winner is solver0
12.09/25.09	c Got one! Elapsed wall clock time (in seconds):24.965
12.09/25.09	o 111
12.11/25.10	c And the winner is solver0
12.12/25.59	c Got one! Elapsed wall clock time (in seconds):25.469
12.12/25.59	o 110
12.33/25.70	c And the winner is solver0
12.37/26.09	c Got one! Elapsed wall clock time (in seconds):25.973
12.37/26.09	o 109
12.80/26.31	c And the winner is solver0
12.87/26.60	c Got one! Elapsed wall clock time (in seconds):26.477
12.87/26.60	o 107
13.13/26.79	c And the winner is solver0
13.36/27.10	c Got one! Elapsed wall clock time (in seconds):26.981
13.36/27.10	o 105
13.36/27.14	c And the winner is solver0
13.47/27.60	c Got one! Elapsed wall clock time (in seconds):27.486
13.47/27.60	o 95
13.47/27.61	c And the winner is solver0
13.47/28.11	c Got one! Elapsed wall clock time (in seconds):27.99
13.47/28.11	o 94
13.64/28.25	c And the winner is solver0
13.79/28.61	c Got one! Elapsed wall clock time (in seconds):28.496
13.79/28.61	o 93
15.55/29.51	c cleaning 8676 clauses out of 17358 with flag 20292/24268
19.11/31.18	c cleaning 7337 clauses out of 14682 with flag 71406/30268
21.43/32.00	c And the winner is solver0
21.49/32.12	c Got one! Elapsed wall clock time (in seconds):32.003
21.49/32.12	o 92
21.63/32.20	c And the winner is solver0
21.69/32.63	c Got one! Elapsed wall clock time (in seconds):32.509
21.69/32.63	o 90
21.82/32.71	c And the winner is solver0
21.89/33.13	c Got one! Elapsed wall clock time (in seconds):33.016
21.89/33.13	o 89
21.89/33.17	c And the winner is solver0
21.98/33.65	c Got one! Elapsed wall clock time (in seconds):33.524
21.98/33.65	o 88
22.78/34.05	c And the winner is solver0
22.94/34.15	c Got one! Elapsed wall clock time (in seconds):34.032
22.94/34.15	o 87
22.94/34.18	c And the winner is solver0
22.99/34.66	c Got one! Elapsed wall clock time (in seconds):34.54
22.99/34.66	o 74
23.06/34.73	c And the winner is solver0
23.17/35.17	c Got one! Elapsed wall clock time (in seconds):35.05
23.17/35.17	o 44
23.23/35.26	c And the winner is solver0
23.38/35.68	c Got one! Elapsed wall clock time (in seconds):35.563
23.38/35.68	o 41
24.19/36.18	c And the winner is solver0
24.38/36.26	c Got one! Elapsed wall clock time (in seconds):36.137
24.38/36.26	o 40
25.14/36.61	c cleaning 10643 clauses out of 21300 with flag 13664/44223
25.14/36.66	c And the winner is solver0
25.30/36.78	c Got one! Elapsed wall clock time (in seconds):36.663
25.30/36.78	o 37
26.95/37.60	c cleaning 7969 clauses out of 15959 with flag 39276/49525
28.55/38.44	c cleaning 6983 clauses out of 13990 with flag 89299/55525
29.15/38.74	c And the winner is solver0
29.27/38.81	c Got one! Elapsed wall clock time (in seconds):38.693
29.27/38.81	o 36
30.02/39.23	c cleaning 6230 clauses out of 12469 with flag 27277/60987
30.02/39.26	c And the winner is solver0
30.19/39.34	c Got one! Elapsed wall clock time (in seconds):39.221
30.19/39.34	o 29
31.15/39.85	c And the winner is solver0
31.30/39.92	c Got one! Elapsed wall clock time (in seconds):39.802
31.30/39.92	o 27
31.42/40.07	c cleaning 5895 clauses out of 11803 with flag 6976/66551
32.62/40.66	c cleaning 5942 clauses out of 11908 with flag 52896/72551
32.62/40.69	c And the winner is solver0
32.82/40.96	c Got one! Elapsed wall clock time (in seconds):40.838
32.82/40.96	o 21
33.86/41.52	c cleaning 5573 clauses out of 11165 with flag 41449/77750
34.26/41.73	c And the winner is solver0
34.35/42.00	c Got one! Elapsed wall clock time (in seconds):41.879
34.35/42.00	o 18
35.10/42.47	c cleaning 5681 clauses out of 11369 with flag 35983/83527
35.70/42.77	c And the winner is solver0
35.89/43.05	c Got one! Elapsed wall clock time (in seconds):42.929
35.89/43.05	o 13
36.53/43.40	c cleaning 5818 clauses out of 11637 with flag 25678/89476
37.21/43.72	c And the winner is solver0
37.29/44.11	c Got one! Elapsed wall clock time (in seconds):43.987
37.29/44.11	o 11
37.81/44.43	c cleaning 5785 clauses out of 11580 with flag 25392/95237
39.01/45.01	c cleaning 5893 clauses out of 11796 with flag 79053/101239
40.42/45.76	c cleaning 6444 clauses out of 12902 with flag 148094/108238
41.82/46.47	c And the winner is solver0
42.01/46.66	c Got one! Elapsed wall clock time (in seconds):46.544
42.01/46.66	o 9
43.50/47.41	c cleaning 9101 clauses out of 18209 with flag 45356/119989
44.08/47.76	c And the winner is solver0
44.25/48.23	c Got one! Elapsed wall clock time (in seconds):48.11
44.25/48.23	o 8
44.73/48.52	c cleaning 7272 clauses out of 14564 with flag 16715/125446
45.31/48.87	c And the winner is solver0
45.50/49.30	c Got one! Elapsed wall clock time (in seconds):49.18
45.50/49.30	o 7
45.62/49.42	c And the winner is solver0
335.51/335.36	c cleaning 0 clauses out of 7572 with flag 0/7605
993.87/983.79	c cleaning 0 clauses out of 13569 with flag 0/13602
1800.04/1776.70	c >>>>>>>>>> Solver number 0 (75 answers) <<<<<<<<<<<<<<<<<<
1800.04/1776.70	c starts		: 217
1800.04/1776.70	c conflicts		: 129292
1800.04/1776.70	c decisions		: 430923
1800.04/1776.70	c propagations		: 30717705
1800.04/1776.70	c inspects		: 110373757
1800.04/1776.70	c shortcuts		: 0
1800.04/1776.70	c learnt literals	: 2
1800.04/1776.70	c learnt binary clauses	: 54
1800.04/1776.70	c learnt ternary clauses	: 150
1800.04/1776.70	c learnt constraints	: 129290
1800.04/1776.70	c ignored constraints	: 0
1800.04/1776.70	c root simplifications	: 0
1800.04/1776.70	c removed literals (reason simplification)	: 412610
1800.04/1776.70	c reason swapping (by a shorter reason)	: 0
1800.04/1776.70	c Calls to reduceDB	: 17
1800.04/1776.70	c Number of update (reduction) of LBD	: 66032
1800.04/1776.70	c Imported unit clauses	: 0
1800.04/1776.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1776.70	c number of learned constraints concerned by reduction	: 0
1800.04/1776.70	c number of learning phase by resolution	: 0
1800.04/1776.70	c number of learning phase by cutting planes	: 0
1800.04/1776.70	c speed (assignments/second)	: 17292.78214476919
1800.04/1776.70	c non guided choices	8133
1800.04/1776.71	c learnt constraints type 
1800.04/1776.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.04/1776.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11084
1800.04/1776.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1776.71	c starts		: 117
1800.04/1776.71	c conflicts		: 18779
1800.04/1776.71	c decisions		: 221236
1800.04/1776.71	c propagations		: 1077393
1800.04/1776.71	c inspects		: 1283223205
1800.04/1776.71	c shortcuts		: 0
1800.04/1776.71	c learnt literals	: 0
1800.04/1776.71	c learnt binary clauses	: 0
1800.04/1776.71	c learnt ternary clauses	: 0
1800.04/1776.71	c learnt constraints	: 18745
1800.04/1776.71	c ignored constraints	: 0
1800.04/1776.71	c root simplifications	: 0
1800.04/1776.71	c removed literals (reason simplification)	: 0
1800.04/1776.71	c reason swapping (by a shorter reason)	: 0
1800.04/1776.71	c Calls to reduceDB	: 2
1800.04/1776.71	c Number of update (reduction) of LBD	: 0
1800.04/1776.71	c Imported unit clauses	: 0
1800.04/1776.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1776.71	c number of learned constraints concerned by reduction	: 0
1800.04/1776.71	c number of learning phase by resolution	: 0
1800.04/1776.71	c number of learning phase by cutting planes	: 0
1800.04/1776.71	c speed (assignments/second)	: 623.7616883707116
1800.04/1776.71	c non guided choices	6784
1800.04/1776.72	c learnt constraints type 
1800.04/1776.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 750
1800.04/1776.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17995
1800.04/1776.72	s SATISFIABLE
1800.04/1776.72	c Found 74 solution(s)
1800.04/1776.72	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 
1800.04/1776.72	c objective function=7
1800.04/1776.72	c Total wall clock time (in seconds): 1776.6

Verifier Data

OK	6

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-4110325-1466345928/watcher-4110325-1466345928 -o /tmp/evaluation-result-4110325-1466345928/solver-4110325-1466345928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466345807-8835 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110325-1466345928.wbo 

pid=10368
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.01 1.99 1.99 4/197 10371
/proc/meminfo: memFree=30973180/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36639499 98570240 977 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 24065 977 743 9 0 16771 0
[pid=10371/tid=10372] ppid=10368 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) R 10368 10371 5514 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36639499 98570240 977 33554432000 1073741824 1073778376 140737264896352 139811852537384 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.01 1.99 1.99 4/197 10371
/proc/meminfo: memFree=30973180/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 36639499 9787879424 5585 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2389619 5585 2126 9 0 2380296 0
[pid=10371/tid=10372] ppid=10368 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) R 10368 10371 5514 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 36639499 9787879424 5585 33554432000 1073741824 1073778376 140737264896352 139811852541000 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.01 1.99 1.99 4/197 10371
/proc/meminfo: memFree=30973180/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 4790 0 1 0 23 1 0 0 20 0 18 0 36639499 9787879424 6373 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2389619 6373 2198 9 0 2380296 0
[pid=10371/tid=10372] ppid=10368 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) R 10368 10371 5514 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 18 0 36639499 9787879424 6373 33554432000 1073741824 1073778376 140737264896352 139811852541000 139811792312800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.01 1.99 1.99 4/197 10371
/proc/meminfo: memFree=30973180/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 5607 0 1 0 46 1 0 0 20 0 18 0 36639499 9787879424 7909 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2389619 7909 2232 9 0 2380296 0
[pid=10371/tid=10372] ppid=10368 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) R 10368 10371 5514 0 -1 4202560 2462 0 1 0 27 0 0 0 20 0 18 0 36639499 9787879424 7909 33554432000 1073741824 1073778376 140737264896352 139811852541000 139811856840270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700327 s]
/proc/loadavg: 2.01 1.99 1.99 4/197 10371
/proc/meminfo: memFree=30973180/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 10174 0 1 0 127 4 0 0 20 0 19 0 36639499 10060525568 13401 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 13401 2268 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2517 0 1 0 33 0 0 0 20 0 19 0 36639499 10060525568 13401 33554432000 1073741824 1073778376 140737264896352 139811852542840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.01 1.99 1.99 1/213 10399
/proc/meminfo: memFree=30853656/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 12324 0 1 0 176 7 0 0 20 0 19 0 36639499 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 16635 2274 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2518 0 1 0 37 0 0 0 20 0 19 0 36639499 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811852542840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36639501 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 3133 0 0 0 46 0 0 0 20 0 19 0 36639504 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10387] ppid=10368 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/10371/task/10387/stat : 10387 (java) S 10368 10371 5514 0 -1 4202560 5325 0 0 0 52 0 0 0 20 0 19 0 36639504 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811671275704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10388] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10388/stat : 10388 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811670223352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10389] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10389/stat : 10389 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811669171016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10393] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10393/stat : 10393 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639536 10060525568 16635 33554432000 1073741824 1073778376 140737264896352 139811664959144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.01 1.99 1.99 1/213 10408
/proc/meminfo: memFree=30752204/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 12425 0 1 0 198 9 0 0 20 0 19 0 36639499 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 21818 2277 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2521 0 1 0 40 0 0 0 20 0 19 0 36639499 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811852542840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639501 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 3151 0 0 0 53 0 0 0 20 0 19 0 36639504 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10387] ppid=10368 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/10371/task/10387/stat : 10387 (java) S 10368 10371 5514 0 -1 4202560 5374 0 0 0 63 0 0 0 20 0 19 0 36639504 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811671275704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10388] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10388/stat : 10388 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811670223352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10389] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10389/stat : 10389 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811669171016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10393] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10393/stat : 10393 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639536 10060525568 21818 33554432000 1073741824 1073778376 140737264896352 139811664959144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 2.01 1.99 1.99 4/216 10503
/proc/meminfo: memFree=31132008/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 14443 0 1 0 274 17 0 0 20 0 19 0 36639499 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 40310 2279 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2526 0 1 0 41 2 0 0 20 0 19 0 36639499 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811852542840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639500 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639501 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639502 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639504 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 5051 0 0 0 68 0 0 0 20 0 19 0 36639504 10060525568 40310 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=10371/tid=10793] ppid=10368 vsize=9824732 CPUtime=1596.17 cores=0,2,4,6
/proc/10371/task/10793/stat : 10793 (java) R 10368 10371 5514 0 -1 4202560 1268 0 0 0 159572 45 0 0 20 0 21 0 36644436 10060525568 1011183 33554432000 1073741824 1073778376 140737264896352 139811668115104 139811793112921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10794] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10794/stat : 10794 (java) S 10368 10371 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36644445 10060525568 1011183 33554432000 1073741824 1073778376 140737264896352 139811667064232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1683.89
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.08 2.12 2.07 3/217 10838
/proc/meminfo: memFree=23186380/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=1744.89 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 44283 0 1 0 174064 425 0 0 20 0 21 0 36639499 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 1023012 2303 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2617 0 1 0 175 22 0 0 20 0 21 0 36639499 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811852542968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 774 0 0 0 413 26 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 961 0 0 0 439 29 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 569 0 0 0 414 24 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 736 0 0 0 435 27 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 840 0 0 0 429 26 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 847 0 0 0 431 30 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 787 0 0 0 432 30 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=4.51 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 699 0 0 0 425 26 0 0 20 0 21 0 36639500 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 3052 0 0 0 773 7 0 0 20 0 21 0 36639501 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 12209 0 0 0 134 3 0 0 20 0 21 0 36639504 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10387] ppid=10368 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/10371/task/10387/stat : 10387 (java) S 10368 10371 5514 0 -1 4202560 16417 0 0 0 178 2 0 0 20 0 21 0 36639504 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811671275704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10388] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10388/stat : 10388 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811670223352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10389] ppid=10368 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/10371/task/10389/stat : 10389 (java) S 10368 10371 5514 0 -1 4202560 99 0 0 0 39 25 0 0 20 0 21 0 36639504 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811669171016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10393] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10393/stat : 10393 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639536 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811664959144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10793] ppid=10368 vsize=9824732 CPUtime=1655.81 cores=0,2,4,6
/proc/10371/task/10793/stat : 10793 (java) R 10368 10371 5514 0 -1 4202560 1268 0 0 0 165535 46 0 0 20 0 21 0 36644436 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811668114928 139811793112722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10794] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10794/stat : 10794 (java) S 10368 10371 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36644445 10060525568 1023012 33554432000 1073741824 1073778376 140737264896352 139811667064232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1744.89
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 2.11 2.11 2.07 4/218 10914
/proc/meminfo: memFree=27028296/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 44345 0 1 0 179577 427 0 0 20 0 21 0 36639499 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 1027138 2303 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2620 0 1 0 177 22 0 0 20 0 21 0 36639499 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811852542968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 778 0 0 0 427 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 969 0 0 0 452 29 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 575 0 0 0 424 24 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 744 0 0 0 450 27 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 847 0 0 0 438 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 853 0 0 0 441 30 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 796 0 0 0 445 30 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 702 0 0 0 438 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 3056 0 0 0 773 7 0 0 20 0 21 0 36639501 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 12209 0 0 0 134 3 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10387] ppid=10368 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/10371/task/10387/stat : 10387 (java) S 10368 10371 5514 0 -1 4202560 16417 0 0 0 178 2 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811671275704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10388] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10388/stat : 10388 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811670223352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10389] ppid=10368 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/10371/task/10389/stat : 10389 (java) S 10368 10371 5514 0 -1 4202560 103 0 0 0 40 26 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811669171016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10393] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10393/stat : 10393 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639536 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811664959144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10793] ppid=10368 vsize=9824732 CPUtime=1709.97 cores=0,2,4,6
/proc/10371/task/10793/stat : 10793 (java) R 10368 10371 5514 0 -1 4202560 1268 0 0 0 170951 46 0 0 20 0 21 0 36644436 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811668115120 139811792979485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10794] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10794/stat : 10794 (java) S 10368 10371 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36644445 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811667064232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10371 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1776.7 s]
/proc/loadavg: 2.11 2.11 2.07 4/218 10914
/proc/meminfo: memFree=27028296/32872528 swapFree=338416/354768
[pid=10371] ppid=10368 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/10371/stat : 10371 (java) S 10368 10371 5514 0 -1 4202496 44345 0 1 0 179577 427 0 0 20 0 21 0 36639499 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 140737264887488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10371/statm: 2456183 1027138 2303 9 0 2446860 0
[pid=10371/tid=10372] ppid=10368 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/10371/task/10372/stat : 10372 (java) S 10368 10371 5514 0 -1 4202560 2620 0 1 0 177 22 0 0 20 0 21 0 36639499 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811852542968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10374] ppid=10368 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/10371/task/10374/stat : 10374 (java) S 10368 10371 5514 0 -1 4202560 778 0 0 0 427 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811791272616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10375] ppid=10368 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/10371/task/10375/stat : 10375 (java) S 10368 10371 5514 0 -1 4202560 969 0 0 0 452 29 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811790220072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10376] ppid=10368 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/10371/task/10376/stat : 10376 (java) S 10368 10371 5514 0 -1 4202560 575 0 0 0 424 24 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811694001064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10377] ppid=10368 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/10371/task/10377/stat : 10377 (java) S 10368 10371 5514 0 -1 4202560 744 0 0 0 450 27 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811692948520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10378] ppid=10368 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/10371/task/10378/stat : 10378 (java) S 10368 10371 5514 0 -1 4202560 847 0 0 0 438 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811691894952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10379] ppid=10368 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/10371/task/10379/stat : 10379 (java) S 10368 10371 5514 0 -1 4202560 853 0 0 0 441 30 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811690842408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10380] ppid=10368 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/10371/task/10380/stat : 10380 (java) S 10368 10371 5514 0 -1 4202560 796 0 0 0 445 30 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811689789864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10381] ppid=10368 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/10371/task/10381/stat : 10381 (java) S 10368 10371 5514 0 -1 4202560 702 0 0 0 438 26 0 0 20 0 21 0 36639500 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811688737320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10382] ppid=10368 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/10371/task/10382/stat : 10382 (java) S 10368 10371 5514 0 -1 4202560 3056 0 0 0 773 7 0 0 20 0 21 0 36639501 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811676539496 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10383] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10383/stat : 10383 (java) S 10368 10371 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811675485816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10384] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10384/stat : 10384 (java) S 10368 10371 5514 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 36639502 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811674433160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10385] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10385/stat : 10385 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811673381904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10386] ppid=10368 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/10371/task/10386/stat : 10386 (java) S 10368 10371 5514 0 -1 4202560 12209 0 0 0 134 3 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811672328248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10387] ppid=10368 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/10371/task/10387/stat : 10387 (java) S 10368 10371 5514 0 -1 4202560 16417 0 0 0 178 2 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811671275704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10371/tid=10388] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10388/stat : 10388 (java) S 10368 10371 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811670223352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10371/tid=10389] ppid=10368 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/10371/task/10389/stat : 10389 (java) S 10368 10371 5514 0 -1 4202560 103 0 0 0 40 26 0 0 20 0 21 0 36639504 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811669171016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10371/tid=10393] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10393/stat : 10393 (java) S 10368 10371 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639536 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811664959144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10793] ppid=10368 vsize=9824732 CPUtime=1709.97 cores=0,2,4,6
/proc/10371/task/10793/stat : 10793 (java) R 10368 10371 5514 0 -1 4202560 1268 0 0 0 170951 46 0 0 20 0 21 0 36644436 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811668115120 139811792979485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10371/tid=10794] ppid=10368 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10371/task/10794/stat : 10794 (java) S 10368 10371 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36644445 10060525568 1027138 33554432000 1073741824 1073778376 140737264896352 139811667064232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1776.75
CPU time (s): 1800.97
CPU user time (s): 1796.14
CPU system time (s): 4.83027
CPU usage (%): 101.363
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.14
system time used= 4.83026
maximum resident set size= 4108624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44371
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78385
involuntary context switches= 44216

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

The end

Launcher Data

Begin job on node126 at 2016-06-19 16:18:48
IDJOB=4110325
IDBENCH=79256
IDSOLVER=2552
FILE ID=node126/4110325-1466345928
RUNJOBID= node126-1466345807-8835
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= c6df963ff1848506ee15e7c5bdbc3c3f
RANDOM SEED=1411245389

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        30973748 kB
Buffers:          176592 kB
Cached:           279816 kB
SwapCached:         1796 kB
Active:           440916 kB
Inactive:         348776 kB
Active(anon):     333336 kB
Inactive(anon):     1916 kB
Active(file):     107580 kB
Inactive(file):   346860 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1324 kB
Writeback:             0 kB
AnonPages:        701132 kB
Mapped:            17056 kB
Shmem:                 0 kB
Slab:             609552 kB
SReclaimable:      53368 kB
SUnreclaim:       556184 kB
KernelStack:        1624 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1308760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 16:48:25