Trace number 4110269

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.02 1819.35

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
MD5SUM46ce32984e1f0f7f043d562c42c4188a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.15321
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
Number of bits of the biggest sum of numbers11
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110269-1466345851.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.065s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     270
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
0.26/0.25	c And the winner is solver0
0.57/0.68	c SATISFIABLE
0.57/0.68	c OPTIMIZING...
0.57/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
0.57/0.68	o 701
0.62/0.76	c And the winner is solver0
1.15/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.15/1.18	o 637
1.19/1.22	c And the winner is solver0
1.44/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.44/1.68	o 624
1.44/1.69	c And the winner is solver0
1.45/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.45/2.19	o 623
1.45/2.19	c And the winner is solver0
1.46/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
1.46/2.69	o 557
1.46/2.70	c And the winner is solver0
1.48/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
1.48/3.19	o 550
1.48/3.19	c And the winner is solver0
1.51/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.51/3.69	o 549
1.53/3.70	c And the winner is solver0
1.53/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
1.53/4.19	o 542
1.55/4.20	c And the winner is solver0
1.63/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.63/4.69	o 464
1.63/4.70	c And the winner is solver0
1.66/5.19	c Got one! Elapsed wall clock time (in seconds):5.084
1.66/5.19	o 440
1.66/5.20	c And the winner is solver0
1.67/5.70	c Got one! Elapsed wall clock time (in seconds):5.585
1.67/5.70	o 434
1.67/5.71	c And the winner is solver0
1.70/6.20	c Got one! Elapsed wall clock time (in seconds):6.086
1.70/6.20	o 417
1.70/6.25	c And the winner is solver0
1.94/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
1.94/6.70	o 408
1.95/6.75	c And the winner is solver0
2.08/7.20	c Got one! Elapsed wall clock time (in seconds):7.089
2.08/7.20	o 403
2.08/7.20	c And the winner is solver0
2.08/7.70	c Got one! Elapsed wall clock time (in seconds):7.59
2.08/7.70	o 399
2.08/7.75	c And the winner is solver0
2.31/8.20	c Got one! Elapsed wall clock time (in seconds):8.091
2.31/8.20	o 379
2.31/8.24	c And the winner is solver0
2.41/8.70	c Got one! Elapsed wall clock time (in seconds):8.593
2.41/8.70	o 378
2.41/8.78	c And the winner is solver0
2.58/9.21	c Got one! Elapsed wall clock time (in seconds):9.094
2.58/9.21	o 374
3.15/9.42	c cleaning 5572 clauses out of 11151 with flag 10293/11151
3.62/9.68	c And the winner is solver1
3.79/9.71	c Got one! Elapsed wall clock time (in seconds):9.595
3.79/9.71	o 373
3.79/9.72	c And the winner is solver0
3.83/10.21	c Got one! Elapsed wall clock time (in seconds):10.097
3.83/10.21	o 345
3.83/10.26	c And the winner is solver0
3.95/10.71	c Got one! Elapsed wall clock time (in seconds):10.598
3.95/10.71	o 335
3.95/10.72	c And the winner is solver0
4.07/11.21	c Got one! Elapsed wall clock time (in seconds):11.099
4.07/11.21	o 326
4.07/11.23	c And the winner is solver0
4.12/11.71	c Got one! Elapsed wall clock time (in seconds):11.6
4.12/11.71	o 321
4.12/11.74	c And the winner is solver0
4.19/12.21	c Got one! Elapsed wall clock time (in seconds):12.101
4.19/12.21	o 320
4.19/12.24	c And the winner is solver0
4.26/12.71	c Got one! Elapsed wall clock time (in seconds):12.603
4.26/12.71	o 319
4.26/12.75	c And the winner is solver0
4.35/13.22	c Got one! Elapsed wall clock time (in seconds):13.104
4.35/13.22	o 318
4.35/13.24	c And the winner is solver0
4.40/13.72	c Got one! Elapsed wall clock time (in seconds):13.605
4.40/13.72	o 312
4.40/13.74	c And the winner is solver0
4.46/14.22	c Got one! Elapsed wall clock time (in seconds):14.106
4.46/14.22	o 311
4.46/14.23	c And the winner is solver0
4.51/14.72	c Got one! Elapsed wall clock time (in seconds):14.607
4.51/14.72	o 304
4.51/14.74	c And the winner is solver0
4.57/15.22	c Got one! Elapsed wall clock time (in seconds):15.108
4.57/15.22	o 287
4.57/15.25	c And the winner is solver0
4.68/15.72	c Got one! Elapsed wall clock time (in seconds):15.61
4.68/15.72	o 286
4.68/15.74	c And the winner is solver0
4.72/16.22	c Got one! Elapsed wall clock time (in seconds):16.111
4.72/16.22	o 274
4.72/16.25	c And the winner is solver0
4.79/16.72	c Got one! Elapsed wall clock time (in seconds):16.612
4.79/16.72	o 273
4.79/16.75	c And the winner is solver0
4.85/17.22	c Got one! Elapsed wall clock time (in seconds):17.113
4.85/17.22	o 270
4.85/17.24	c And the winner is solver0
4.97/17.73	c Got one! Elapsed wall clock time (in seconds):17.614
4.97/17.73	o 267
4.97/17.76	c And the winner is solver0
5.18/18.23	c Got one! Elapsed wall clock time (in seconds):18.115
5.18/18.23	o 253
5.18/18.26	c And the winner is solver0
5.26/18.73	c Got one! Elapsed wall clock time (in seconds):18.616
5.26/18.73	o 243
5.26/18.76	c And the winner is solver0
5.39/19.23	c Got one! Elapsed wall clock time (in seconds):19.118
5.39/19.23	o 236
5.39/19.24	c And the winner is solver0
5.42/19.73	c Got one! Elapsed wall clock time (in seconds):19.619
5.42/19.73	o 232
5.42/19.75	c And the winner is solver0
5.47/20.23	c Got one! Elapsed wall clock time (in seconds):20.12
5.47/20.23	o 215
5.47/20.24	c And the winner is solver0
5.52/20.73	c Got one! Elapsed wall clock time (in seconds):20.621
5.52/20.73	o 208
5.52/20.75	c And the winner is solver0
5.57/21.23	c Got one! Elapsed wall clock time (in seconds):21.122
5.57/21.23	o 207
5.57/21.25	c And the winner is solver0
5.62/21.73	c Got one! Elapsed wall clock time (in seconds):21.623
5.62/21.73	o 199
5.62/21.75	c And the winner is solver0
5.67/22.23	c Got one! Elapsed wall clock time (in seconds):22.124
5.67/22.23	o 193
5.67/22.27	c And the winner is solver0
5.77/22.74	c Got one! Elapsed wall clock time (in seconds):22.625
5.77/22.74	o 192
5.77/22.77	c And the winner is solver0
5.85/23.24	c Got one! Elapsed wall clock time (in seconds):23.126
5.85/23.24	o 191
5.85/23.26	c And the winner is solver0
5.91/23.74	c Got one! Elapsed wall clock time (in seconds):23.627
5.91/23.74	o 180
5.91/23.75	c And the winner is solver0
5.95/24.24	c Got one! Elapsed wall clock time (in seconds):24.128
5.95/24.24	o 179
5.95/24.25	c And the winner is solver0
5.97/24.74	c Got one! Elapsed wall clock time (in seconds):24.629
5.97/24.74	o 172
5.97/24.77	c And the winner is solver0
6.07/25.24	c Got one! Elapsed wall clock time (in seconds):25.13
6.07/25.24	o 169
6.07/25.27	c And the winner is solver0
6.14/25.74	c Got one! Elapsed wall clock time (in seconds):25.631
6.14/25.74	o 155
6.14/25.77	c And the winner is solver0
6.21/26.24	c Got one! Elapsed wall clock time (in seconds):26.132
6.21/26.24	o 150
6.21/26.26	c And the winner is solver0
6.27/26.74	c Got one! Elapsed wall clock time (in seconds):26.633
6.27/26.74	o 137
6.27/26.76	c And the winner is solver0
6.37/27.25	c Got one! Elapsed wall clock time (in seconds):27.134
6.37/27.25	o 115
6.37/27.26	c And the winner is solver0
6.41/27.75	c Got one! Elapsed wall clock time (in seconds):27.635
6.41/27.75	o 113
6.41/27.77	c And the winner is solver0
6.50/28.25	c Got one! Elapsed wall clock time (in seconds):28.136
6.50/28.25	o 98
6.50/28.28	c And the winner is solver0
6.59/28.75	c Got one! Elapsed wall clock time (in seconds):28.637
6.59/28.75	o 94
6.59/28.76	c And the winner is solver0
6.63/29.25	c Got one! Elapsed wall clock time (in seconds):29.138
6.63/29.25	o 82
6.63/29.27	c And the winner is solver0
6.68/29.75	c Got one! Elapsed wall clock time (in seconds):29.639
6.68/29.75	o 81
6.68/29.78	c And the winner is solver0
6.78/30.25	c Got one! Elapsed wall clock time (in seconds):30.141
6.78/30.25	o 79
6.78/30.27	c And the winner is solver0
6.84/30.75	c Got one! Elapsed wall clock time (in seconds):30.642
6.84/30.75	o 71
6.84/30.76	c And the winner is solver0
6.84/31.26	c Got one! Elapsed wall clock time (in seconds):31.144
6.84/31.26	o 68
6.84/31.28	c And the winner is solver0
6.97/31.76	c Got one! Elapsed wall clock time (in seconds):31.646
6.97/31.76	o 67
6.97/31.78	c And the winner is solver0
7.05/32.26	c Got one! Elapsed wall clock time (in seconds):32.148
7.05/32.26	o 62
7.05/32.28	c And the winner is solver0
7.10/32.76	c Got one! Elapsed wall clock time (in seconds):32.65
7.10/32.76	o 58
7.10/32.78	c And the winner is solver0
7.14/33.26	c Got one! Elapsed wall clock time (in seconds):33.153
7.14/33.26	o 55
7.14/33.28	c And the winner is solver0
7.16/33.77	c Got one! Elapsed wall clock time (in seconds):33.655
7.16/33.77	o 54
7.22/33.88	c cleaning 12887 clauses out of 25773 with flag 3083/31345
7.53/33.99	c And the winner is solver0
8.06/34.27	c Got one! Elapsed wall clock time (in seconds):34.158
8.06/34.27	o 48
8.59/34.50	c cleaning 9342 clauses out of 18686 with flag 13650/37145
9.49/34.84	c cleaning 7671 clauses out of 15348 with flag 35864/43149
10.19/35.19	c cleaning 7336 clauses out of 14673 with flag 63313/50145
10.60/35.36	c And the winner is solver0
10.75/35.77	c Got one! Elapsed wall clock time (in seconds):35.662
10.75/35.77	o 47
10.80/35.84	c cleaning 6278 clauses out of 12559 with flag 3640/55367
11.39/36.12	c cleaning 6138 clauses out of 12280 with flag 27320/61367
12.04/36.48	c cleaning 6567 clauses out of 13142 with flag 58152/68367
12.82/36.89	c cleaning 7284 clauses out of 14576 with flag 99685/76368
13.02/36.94	c And the winner is solver0
13.13/37.28	c Got one! Elapsed wall clock time (in seconds):37.167
13.13/37.28	o 40
13.38/37.46	c cleaning 6197 clauses out of 12394 with flag 13842/81470
13.77/37.60	c And the winner is solver0
13.87/37.78	c Got one! Elapsed wall clock time (in seconds):37.673
13.87/37.78	o 39
13.98/37.89	c cleaning 6021 clauses out of 12049 with flag 7324/87322
14.58/38.14	c cleaning 6009 clauses out of 12028 with flag 30853/93322
15.18/38.42	c And the winner is solver0
15.36/38.80	c Got one! Elapsed wall clock time (in seconds):38.686
15.36/38.80	o 36
15.75/39.06	c cleaning 8774 clauses out of 17564 with flag 18207/104868
15.96/39.10	c And the winner is solver0
16.06/39.30	c Got one! Elapsed wall clock time (in seconds):39.193
16.06/39.30	o 35
16.43/39.55	c cleaning 7339 clauses out of 14696 with flag 19449/110775
16.43/39.60	c And the winner is solver0
16.73/39.81	c Got one! Elapsed wall clock time (in seconds):39.701
16.73/39.81	o 12
16.89/39.99	c cleaning 6320 clauses out of 12644 with flag 14565/116062
17.09/40.04	c And the winner is solver0
17.31/40.32	c Got one! Elapsed wall clock time (in seconds):40.208
17.31/40.32	o 11
17.45/40.43	c And the winner is solver0
17.62/40.83	c Got one! Elapsed wall clock time (in seconds):40.717
17.62/40.83	o 10
17.74/40.92	c cleaning 6027 clauses out of 12062 with flag 7445/121801
18.14/41.17	c cleaning 6017 clauses out of 12033 with flag 29681/127800
18.74/41.46	c cleaning 6507 clauses out of 13014 with flag 56746/134800
19.34/41.80	c And the winner is solver0
19.65/41.94	c Got one! Elapsed wall clock time (in seconds):41.827
19.65/41.94	o 8
20.17/42.21	c cleaning 9728 clauses out of 19465 with flag 20027/147762
20.17/42.26	c And the winner is solver0
20.42/42.45	c Got one! Elapsed wall clock time (in seconds):42.34
20.42/42.45	o 7
20.50/42.58	c And the winner is solver0
20.86/42.96	c Got one! Elapsed wall clock time (in seconds):42.849
20.86/42.96	o 6
20.94/43.08	c cleaning 7774 clauses out of 15554 with flag 7845/153580
21.13/43.14	c And the winner is solver0
21.36/43.47	c Got one! Elapsed wall clock time (in seconds):43.359
21.36/43.47	o 5
21.60/43.67	c cleaning 6756 clauses out of 13520 with flag 17617/159321
22.20/43.93	c cleaning 6373 clauses out of 12762 with flag 44084/165321
22.42/44.08	c And the winner is solver0
22.64/44.48	c Got one! Elapsed wall clock time (in seconds):44.369
22.64/44.48	o 4
22.66/44.59	c cleaning 6112 clauses out of 12237 with flag 8396/171173
22.87/44.63	c And the winner is solver0
23.11/44.99	c Got one! Elapsed wall clock time (in seconds):44.879
23.11/44.99	o 3
23.33/45.17	c cleaning 5601 clauses out of 11205 with flag 17355/176256
23.53/45.24	c And the winner is solver0
23.67/45.50	c Got one! Elapsed wall clock time (in seconds):45.389
23.67/45.50	o 2
23.67/45.55	c And the winner is solver0
23.77/46.01	c Got one! Elapsed wall clock time (in seconds):45.9
23.77/46.01	o 1
23.77/46.02	c And the winner is solver0
1800.02/1819.30	c >>>>>>>>>> Solver number 0 (84 answers) <<<<<<<<<<<<<<<<<<
1800.02/1819.30	c starts		: 742
1800.02/1819.30	c conflicts		: 178939
1800.02/1819.30	c decisions		: 304003
1800.02/1819.30	c propagations		: 4822714
1800.02/1819.30	c inspects		: 90219451
1800.02/1819.30	c shortcuts		: 0
1800.02/1819.30	c learnt literals	: 24
1800.02/1819.30	c learnt binary clauses	: 12
1800.02/1819.30	c learnt ternary clauses	: 386
1800.02/1819.30	c learnt constraints	: 178915
1800.02/1819.30	c ignored constraints	: 0
1800.02/1819.30	c root simplifications	: 0
1800.02/1819.30	c removed literals (reason simplification)	: 61030
1800.02/1819.30	c reason swapping (by a shorter reason)	: 0
1800.02/1819.30	c Calls to reduceDB	: 24
1800.02/1819.30	c Number of update (reduction) of LBD	: 48843
1800.02/1819.30	c Imported unit clauses	: 0
1800.02/1819.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1819.30	c number of learned constraints concerned by reduction	: 0
1800.02/1819.30	c number of learning phase by resolution	: 0
1800.02/1819.30	c number of learning phase by cutting planes	: 0
1800.02/1819.30	c speed (assignments/second)	: 2665.0777300568748
1800.02/1819.30	c non guided choices	3511
1800.02/1819.31	c learnt constraints type 
1800.02/1819.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.02/1819.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8273
1800.02/1819.31	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/1819.31	c starts		: 90
1800.02/1819.31	c conflicts		: 1176
1800.02/1819.31	c decisions		: 13044
1800.02/1819.31	c propagations		: 51533
1800.02/1819.31	c inspects		: 5692507
1800.02/1819.31	c shortcuts		: 0
1800.02/1819.31	c learnt literals	: 0
1800.02/1819.31	c learnt binary clauses	: 0
1800.02/1819.31	c learnt ternary clauses	: 0
1800.02/1819.31	c learnt constraints	: 1108
1800.02/1819.31	c ignored constraints	: 0
1800.02/1819.31	c root simplifications	: 0
1800.02/1819.31	c removed literals (reason simplification)	: 0
1800.02/1819.31	c reason swapping (by a shorter reason)	: 0
1800.02/1819.31	c Calls to reduceDB	: 0
1800.02/1819.31	c Number of update (reduction) of LBD	: 0
1800.02/1819.31	c Imported unit clauses	: 0
1800.02/1819.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1819.31	c number of learned constraints concerned by reduction	: 0
1800.02/1819.31	c number of learning phase by resolution	: 0
1800.02/1819.31	c number of learning phase by cutting planes	: 0
1800.02/1819.31	c speed (assignments/second)	: 29.061000298882856
1800.02/1819.31	c non guided choices	2110
1800.02/1819.31	c learnt constraints type 
1800.02/1819.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1108
1800.02/1819.31	s SATISFIABLE
1800.02/1819.31	c Found 84 solution(s)
1800.02/1819.31	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 
1800.02/1819.32	c objective function=1
1800.02/1819.32	c Total wall clock time (in seconds): 1819.211

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110269-1466345851/watcher-4110269-1466345851 -o /tmp/evaluation-result-4110269-1466345851/solver-4110269-1466345851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21760 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110269-1466345851.wbo 

pid=26599
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: 1.86 1.87 1.93 3/196 26602
/proc/meminfo: memFree=29802464/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (java) R 26599 26602 21743 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 36635651 23793664 707 33554432000 1073741824 1073778376 140733721707856 140733721696920 249640826216 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 5809 707 521 9 0 128 0

[startup+0.100047 s]
/proc/loadavg: 1.86 1.87 1.93 3/196 26602
/proc/meminfo: memFree=29802464/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 4474 0 1 0 9 1 0 0 20 0 18 0 36635651 9787879424 5598 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2389619 5598 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 1.86 1.87 1.93 3/196 26602
/proc/meminfo: memFree=29802464/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 4855 0 1 0 25 1 0 0 20 0 22 0 36635651 10060525568 7475 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 7475 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300208 s]
/proc/loadavg: 1.86 1.87 1.93 3/196 26602
/proc/meminfo: memFree=29802464/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 7760 0 1 0 53 4 0 0 20 0 19 0 36635651 10060525568 9033 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 9033 2252 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700127 s]
/proc/loadavg: 1.86 1.87 1.93 3/196 26602
/proc/meminfo: memFree=29802464/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 7784 0 1 0 58 4 0 0 20 0 22 0 36635651 10060525568 10079 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 10079 2252 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.86 1.87 1.93 2/215 26627
/proc/meminfo: memFree=29756700/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 17383 0 1 0 135 9 0 0 20 0 19 0 36635651 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 15605 2253 9 0 2446860 0
[pid=26602/tid=26604] ppid=26599 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/26602/task/26604/stat : 26604 (java) S 26599 26602 21743 0 -1 4202560 2469 0 1 0 15 1 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762464777080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26605] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26605/stat : 26605 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762308766504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26606] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26606/stat : 26606 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762307713704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26607] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26607/stat : 26607 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762306661416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26608] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26608/stat : 26608 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762305608616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36635653 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36635654 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762287932920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36635654 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762286880520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 7761 0 0 0 39 2 0 0 20 0 19 0 36635656 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 5805 0 0 0 43 0 0 0 20 0 19 0 36635656 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26619/stat : 26619 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762282670712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26620] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26620/stat : 26620 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762281618120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26624] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26624/stat : 26624 (java) S 26599 26602 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36635670 10060525568 15605 33554432000 1073741824 1073778376 140733721707856 139762277406248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 1.87 1.88 1.93 2/215 26636
/proc/meminfo: memFree=29739216/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 17413 0 1 0 139 9 0 0 20 0 19 0 36635651 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 19193 2256 9 0 2446860 0
[pid=26602/tid=26604] ppid=26599 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/26602/task/26604/stat : 26604 (java) S 26599 26602 21743 0 -1 4202560 2470 0 1 0 15 1 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762464777080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26605] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26605/stat : 26605 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762308766504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26606] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26606/stat : 26606 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762307713704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26607] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26607/stat : 26607 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762306661416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26608] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26608/stat : 26608 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762305608616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36635652 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36635653 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36635654 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762287932920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36635654 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762286880520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 7761 0 0 0 40 2 0 0 20 0 19 0 36635656 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 5808 0 0 0 46 0 0 0 20 0 19 0 36635656 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26619/stat : 26619 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762282670712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26620] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26620/stat : 26620 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36635656 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762281618120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26624] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26624/stat : 26624 (java) S 26599 26602 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36635670 10060525568 19193 33554432000 1073741824 1073778376 140733721707856 139762277406248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824732
heavy processes:

############
# WARNING:
# current cumulated CPU time (1.52 s) is less than in the last sample (1.53 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+3.70071 s]
/proc/loadavg: 1.87 1.88 1.93 2/214 26642
/proc/meminfo: memFree=29728976/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 17434 0 1 0 143 10 0 0 20 0 22 0 36635651 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 21761 2256 9 0 2446860 0
[pid=26602/tid=26604] ppid=26599 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/26602/task/26604/stat : 26604 (java) S 26599 26602 21743 0 -1 4202560 2471 0 1 0 15 1 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762464777080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26605] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26605/stat : 26605 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762308766504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26606] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26606/stat : 26606 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762307713704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26607] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26607/stat : 26607 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762306661416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26608] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26608/stat : 26608 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762305608616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36635652 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36635653 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36635654 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762287932920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36635654 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762286880520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36635656 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 7763 0 0 0 43 2 0 0 20 0 22 0 36635656 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 5808 0 0 0 46 0 0 0 20 0 22 0 36635656 10060525568 21761 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 345 0 0 0 48 8 0 0 20 0 21 0 36635652 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 162 0 0 0 43 7 0 0 20 0 21 0 36635652 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 209 0 0 0 48 8 0 0 20 0 21 0 36635652 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 356 0 0 0 51 10 0 0 20 0 21 0 36635652 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 1008 0 0 0 38 10 0 0 20 0 21 0 36635653 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762287932952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762286880552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 15672 0 0 0 194 4 0 0 20 0 21 0 36635656 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 7084 0 0 0 109 0 0 0 20 0 21 0 36635656 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26619/stat : 26619 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762282670712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26620] ppid=26599 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/26602/task/26620/stat : 26620 (java) S 26599 26602 21743 0 -1 4202560 104 0 0 0 7 15 0 0 20 0 21 0 36635656 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762281618120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26682] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26682/stat : 26682 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636622 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762277405608 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26876] ppid=26599 vsize=9824732 CPUtime=1730.01 cores=1,3,5,7
/proc/26602/task/26876/stat : 26876 (java) R 26599 26602 21743 0 -1 4202560 2742 0 0 0 172968 33 0 0 20 0 21 0 36640254 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762279509552 139762337918908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26877] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26877/stat : 26877 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36640255 10060525568 255637 33554432000 1073741824 1073778376 140733721707856 139762280563752 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.3 s]
/proc/loadavg: 2.10 2.09 2.01 3/216 27412
/proc/meminfo: memFree=28386040/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 33796 0 1 0 179748 253 0 0 20 0 21 0 36635651 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 257109 2293 9 0 2446860 0
[pid=26602/tid=26604] ppid=26599 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/26602/task/26604/stat : 26604 (java) S 26599 26602 21743 0 -1 4202560 2502 0 1 0 53 15 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762464777208 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26605] ppid=26599 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/26602/task/26605/stat : 26605 (java) S 26599 26602 21743 0 -1 4202560 316 0 0 0 50 9 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762308766504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26606] ppid=26599 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/26602/task/26606/stat : 26606 (java) S 26599 26602 21743 0 -1 4202560 273 0 0 0 49 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762307713704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26607] ppid=26599 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/26602/task/26607/stat : 26607 (java) S 26599 26602 21743 0 -1 4202560 332 0 0 0 52 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762306661416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26608] ppid=26599 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/26602/task/26608/stat : 26608 (java) S 26599 26602 21743 0 -1 4202560 180 0 0 0 46 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762305608616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 345 0 0 0 50 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 374 0 0 0 44 7 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 423 0 0 0 50 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 356 0 0 0 52 10 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 1010 0 0 0 38 10 0 0 20 0 21 0 36635653 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762287932952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762286880552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 15672 0 0 0 194 4 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 7084 0 0 0 109 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26619/stat : 26619 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762282670712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26620] ppid=26599 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/26602/task/26620/stat : 26620 (java) S 26599 26602 21743 0 -1 4202560 106 0 0 0 7 15 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762281618120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26682] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26682/stat : 26682 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636622 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762277405608 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26876] ppid=26599 vsize=9824732 CPUtime=1766.87 cores=1,3,5,7
/proc/26602/task/26876/stat : 26876 (java) R 26599 26602 21743 0 -1 4202560 2743 0 0 0 176654 33 0 0 20 0 21 0 36640254 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762279509536 139762337918908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26877] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26877/stat : 26877 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36640255 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762280563752 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 26602 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1819.3 s]
/proc/loadavg: 2.10 2.09 2.01 3/216 27412
/proc/meminfo: memFree=28386040/32872528 swapFree=190484/190484
[pid=26602] ppid=26599 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/26602/stat : 26602 (java) S 26599 26602 21743 0 -1 4202496 33796 0 1 0 179748 253 0 0 20 0 21 0 36635651 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 140733721698992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26602/statm: 2456183 257109 2293 9 0 2446860 0
[pid=26602/tid=26604] ppid=26599 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/26602/task/26604/stat : 26604 (java) S 26599 26602 21743 0 -1 4202560 2502 0 1 0 53 15 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762464777208 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26605] ppid=26599 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/26602/task/26605/stat : 26605 (java) S 26599 26602 21743 0 -1 4202560 316 0 0 0 50 9 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762308766504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26606] ppid=26599 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/26602/task/26606/stat : 26606 (java) S 26599 26602 21743 0 -1 4202560 273 0 0 0 49 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762307713704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26607] ppid=26599 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/26602/task/26607/stat : 26607 (java) S 26599 26602 21743 0 -1 4202560 332 0 0 0 52 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762306661416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26608] ppid=26599 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/26602/task/26608/stat : 26608 (java) S 26599 26602 21743 0 -1 4202560 180 0 0 0 46 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762305608616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26609] ppid=26599 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/26602/task/26609/stat : 26609 (java) S 26599 26602 21743 0 -1 4202560 345 0 0 0 50 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762304555304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26610] ppid=26599 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/26602/task/26610/stat : 26610 (java) S 26599 26602 21743 0 -1 4202560 374 0 0 0 44 7 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762303502504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26611] ppid=26599 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/26602/task/26611/stat : 26611 (java) S 26599 26602 21743 0 -1 4202560 423 0 0 0 50 8 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762302450216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26612] ppid=26599 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26602/task/26612/stat : 26612 (java) S 26599 26602 21743 0 -1 4202560 356 0 0 0 52 10 0 0 20 0 21 0 36635652 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762301397416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26613] ppid=26599 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/26602/task/26613/stat : 26613 (java) S 26599 26602 21743 0 -1 4202560 1010 0 0 0 38 10 0 0 20 0 21 0 36635653 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762288986856 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26614] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26614/stat : 26614 (java) S 26599 26602 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762287932952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26615] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26615/stat : 26615 (java) S 26599 26602 21743 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36635654 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762286880552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26602/tid=26616] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26616/stat : 26616 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762285829008 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26617] ppid=26599 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/26602/task/26617/stat : 26617 (java) S 26599 26602 21743 0 -1 4202560 15672 0 0 0 194 4 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762284775608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26618] ppid=26599 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/26602/task/26618/stat : 26618 (java) S 26599 26602 21743 0 -1 4202560 7084 0 0 0 109 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762283722808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26602/tid=26619] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26619/stat : 26619 (java) S 26599 26602 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762282670712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26620] ppid=26599 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/26602/task/26620/stat : 26620 (java) S 26599 26602 21743 0 -1 4202560 106 0 0 0 7 15 0 0 20 0 21 0 36635656 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762281618120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26682] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26682/stat : 26682 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636622 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762277405608 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26602/tid=26876] ppid=26599 vsize=9824732 CPUtime=1766.87 cores=1,3,5,7
/proc/26602/task/26876/stat : 26876 (java) R 26599 26602 21743 0 -1 4202560 2743 0 0 0 176654 33 0 0 20 0 21 0 36640254 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762279509536 139762337918908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26602/tid=26877] ppid=26599 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26877/stat : 26877 (java) S 26599 26602 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36640255 10060525568 257109 33554432000 1073741824 1073778376 140733721707856 139762280563752 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26602 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=20419
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=10542
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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
#  lost CPU system time (s): 0.01

Real time (s): 1819.35
CPU time (s): 1800.02
CPU user time (s): 1797.48
CPU system time (s): 2.54
CPU usage (%): 98.9378
Max. virtual memory (cumulated for all children) (KiB): 9826348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 3.01054
maximum resident set size= 1033116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80332
involuntary context switches= 31936

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

The end

Launcher Data

Begin job on node102 at 2016-06-19 16:17:31
IDJOB=4110269
IDBENCH=79223
IDSOLVER=2552
FILE ID=node102/4110269-1466345851
RUNJOBID= node102-1466341826-21760
PBS_JOBID= 19922046
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110269-1466345851/watcher-4110269-1466345851 -o /tmp/evaluation-result-4110269-1466345851/solver-4110269-1466345851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21760 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110269-1466345851.wbo

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

MD5SUM BENCH= 46ce32984e1f0f7f043d562c42c4188a
RANDOM SEED=1678658778

node102.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.746
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.49
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.746
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.746
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.746
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.746
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.746
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.746
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.746
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:        29802720 kB
Buffers:          174452 kB
Cached:           271336 kB
SwapCached:         2092 kB
Active:          1787860 kB
Inactive:         329244 kB
Active(anon):    1670892 kB
Inactive(anon):     3036 kB
Active(file):     116968 kB
Inactive(file):   326208 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1886444 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             611136 kB
SReclaimable:      54912 kB
SUnreclaim:       556224 kB
KernelStack:        1776 kB
PageTables:         8536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1652736 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= 71728 MiB
End job on node102 at 2016-06-19 16:47:51