Trace number 4091984

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 1813.33

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-66-100-0.wbo
MD5SUMb7777dd5fa41ca59afb23064bb503e66
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark14.5478
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4091984-1466077613.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     197
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 28 literals
1.85/0.61	c And the winner is solver1
1.85/0.67	c SATISFIABLE
1.85/0.67	c OPTIMIZING...
1.85/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.85/0.67	o 1039
2.14/0.79	c cleaning 2536 clauses out of 5075 with flag 3172/5075
2.93/0.90	c And the winner is solver1
3.11/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
3.11/1.17	o 997
3.16/1.23	c And the winner is solver0
3.29/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
3.29/1.68	o 957
3.33/1.74	c cleaning 4504 clauses out of 9007 with flag 3055/11543
3.58/1.82	c And the winner is solver0
3.66/2.18	c Got one! Elapsed wall clock time (in seconds):2.07
3.66/2.18	o 954
3.71/2.25	c cleaning 4852 clauses out of 9703 with flag 6630/16743
4.00/2.32	c And the winner is solver0
4.24/2.68	c Got one! Elapsed wall clock time (in seconds):2.571
4.24/2.68	o 947
4.27/2.77	c cleaning 5233 clauses out of 10468 with flag 10081/22360
4.49/2.87	c And the winner is solver0
4.65/3.18	c Got one! Elapsed wall clock time (in seconds):3.072
4.65/3.18	o 945
4.69/3.25	c cleaning 5490 clauses out of 10979 with flag 6395/28104
4.97/3.32	c And the winner is solver0
4.99/3.68	c Got one! Elapsed wall clock time (in seconds):3.573
4.99/3.68	o 939
5.02/3.77	c cleaning 5315 clauses out of 10630 with flag 10256/33245
5.22/3.88	c And the winner is solver0
5.45/4.18	c Got one! Elapsed wall clock time (in seconds):4.074
5.45/4.18	o 935
5.45/4.19	c And the winner is solver0
5.45/4.68	c Got one! Elapsed wall clock time (in seconds):4.575
5.45/4.68	o 544
5.48/4.70	c And the winner is solver0
5.50/5.18	c Got one! Elapsed wall clock time (in seconds):5.075
5.50/5.18	o 543
5.53/5.21	c And the winner is solver0
5.57/5.68	c Got one! Elapsed wall clock time (in seconds):5.577
5.57/5.68	o 522
5.61/5.73	c cleaning 5975 clauses out of 11954 with flag 3441/39884
5.61/5.73	c And the winner is solver0
5.74/6.18	c Got one! Elapsed wall clock time (in seconds):6.078
5.74/6.18	o 520
5.77/6.26	c And the winner is solver0
5.90/6.68	c Got one! Elapsed wall clock time (in seconds):6.579
5.90/6.68	o 511
5.94/6.74	c And the winner is solver0
6.02/7.19	c Got one! Elapsed wall clock time (in seconds):7.079
6.02/7.19	o 492
6.04/7.26	c cleaning 6444 clauses out of 12895 with flag 7200/46800
6.04/7.30	c And the winner is solver0
6.29/7.69	c Got one! Elapsed wall clock time (in seconds):7.58
6.29/7.69	o 490
6.31/7.76	c And the winner is solver0
6.44/8.19	c Got one! Elapsed wall clock time (in seconds):8.081
6.44/8.19	o 488
6.45/8.25	c And the winner is solver0
6.59/8.69	c Got one! Elapsed wall clock time (in seconds):8.582
6.59/8.69	o 484
6.60/8.77	c cleaning 6760 clauses out of 13530 with flag 7245/53879
6.60/8.79	c And the winner is solver0
6.81/9.19	c Got one! Elapsed wall clock time (in seconds):9.083
6.81/9.19	o 480
7.02/9.35	c cleaning 6232 clauses out of 12465 with flag 18088/59574
7.02/9.37	c And the winner is solver0
7.21/9.69	c Got one! Elapsed wall clock time (in seconds):9.584
7.21/9.69	o 479
7.21/9.78	c And the winner is solver0
7.41/10.19	c Got one! Elapsed wall clock time (in seconds):10.085
7.41/10.19	o 476
7.42/10.21	c And the winner is solver0
7.48/10.69	c Got one! Elapsed wall clock time (in seconds):10.586
7.48/10.69	o 472
7.49/10.74	c And the winner is solver0
7.59/11.19	c Got one! Elapsed wall clock time (in seconds):11.088
7.59/11.19	o 467
7.60/11.24	c And the winner is solver0
7.72/11.70	c Got one! Elapsed wall clock time (in seconds):11.589
7.72/11.70	o 456
7.72/11.74	c cleaning 7496 clauses out of 14995 with flag 3714/68336
7.72/11.75	c And the winner is solver0
7.86/12.20	c Got one! Elapsed wall clock time (in seconds):12.09
7.86/12.20	o 455
8.07/12.36	c cleaning 6449 clauses out of 12908 with flag 19889/73745
8.27/12.49	c And the winner is solver0
8.55/12.70	c Got one! Elapsed wall clock time (in seconds):12.59
8.55/12.70	o 454
8.55/12.75	c cleaning 6144 clauses out of 12292 with flag 4222/79578
8.55/12.80	c And the winner is solver0
8.77/13.20	c Got one! Elapsed wall clock time (in seconds):13.091
8.77/13.20	o 437
8.78/13.23	c And the winner is solver0
8.84/13.70	c Got one! Elapsed wall clock time (in seconds):13.592
8.84/13.70	o 432
8.84/13.71	c And the winner is solver0
8.84/14.20	c Got one! Elapsed wall clock time (in seconds):14.093
8.84/14.20	o 423
8.84/14.21	c And the winner is solver0
8.89/14.70	c Got one! Elapsed wall clock time (in seconds):14.594
8.89/14.70	o 417
9.08/14.81	c And the winner is solver0
9.14/15.20	c Got one! Elapsed wall clock time (in seconds):15.095
9.14/15.20	o 369
9.14/15.26	c cleaning 7162 clauses out of 14323 with flag 3918/87753
9.14/15.29	c And the winner is solver0
9.64/15.70	c Got one! Elapsed wall clock time (in seconds):15.596
9.64/15.70	o 367
9.83/15.82	c And the winner is solver0
9.92/16.20	c Got one! Elapsed wall clock time (in seconds):16.096
9.92/16.20	o 357
9.92/16.22	c And the winner is solver0
9.97/16.70	c Got one! Elapsed wall clock time (in seconds):16.597
9.97/16.70	o 348
9.97/16.73	c And the winner is solver0
10.05/17.20	c Got one! Elapsed wall clock time (in seconds):17.098
10.05/17.20	o 346
10.05/17.23	c And the winner is solver0
10.12/17.71	c Got one! Elapsed wall clock time (in seconds):17.599
10.12/17.71	o 344
10.12/17.73	c And the winner is solver0
10.19/18.21	c Got one! Elapsed wall clock time (in seconds):18.1
10.19/18.21	o 332
10.19/18.27	c cleaning 7722 clauses out of 15448 with flag 4051/96040
10.71/18.43	c And the winner is solver0
11.04/18.71	c Got one! Elapsed wall clock time (in seconds):18.601
11.04/18.71	o 329
11.41/18.90	c cleaning 9106 clauses out of 18215 with flag 20969/106529
11.61/19.01	c And the winner is solver0
11.72/19.21	c Got one! Elapsed wall clock time (in seconds):19.101
11.72/19.21	o 328
11.72/19.23	c And the winner is solver0
11.78/19.71	c Got one! Elapsed wall clock time (in seconds):19.602
11.78/19.71	o 323
11.78/19.76	c And the winner is solver0
11.89/20.21	c Got one! Elapsed wall clock time (in seconds):20.103
11.89/20.21	o 317
11.89/20.27	c cleaning 7772 clauses out of 15556 with flag 3785/112976
12.08/20.34	c And the winner is solver0
12.18/20.71	c Got one! Elapsed wall clock time (in seconds):20.604
12.18/20.71	o 316
12.18/20.76	c And the winner is solver0
12.29/21.21	c Got one! Elapsed wall clock time (in seconds):21.105
12.29/21.21	o 314
12.29/21.22	c And the winner is solver0
12.31/21.71	c Got one! Elapsed wall clock time (in seconds):21.606
12.31/21.71	o 309
12.31/21.79	c cleaning 6968 clauses out of 13940 with flag 7858/119132
12.68/21.95	c And the winner is solver0
12.82/22.21	c Got one! Elapsed wall clock time (in seconds):22.107
12.82/22.21	o 306
12.82/22.26	c And the winner is solver0
12.93/22.71	c Got one! Elapsed wall clock time (in seconds):22.607
12.93/22.71	o 301
12.93/22.76	c And the winner is solver0
13.04/23.21	c Got one! Elapsed wall clock time (in seconds):23.108
13.04/23.21	o 300
13.04/23.25	c And the winner is solver0
13.12/23.71	c Got one! Elapsed wall clock time (in seconds):23.609
13.12/23.71	o 289
13.27/23.83	c And the winner is solver0
13.36/24.22	c Got one! Elapsed wall clock time (in seconds):24.109
13.36/24.22	o 285
13.36/24.29	c cleaning 9927 clauses out of 19853 with flag 4097/132013
13.72/24.40	c And the winner is solver0
13.77/24.72	c Got one! Elapsed wall clock time (in seconds):24.61
13.77/24.72	o 284
13.77/24.78	c And the winner is solver0
13.91/25.22	c Got one! Elapsed wall clock time (in seconds):25.111
13.91/25.22	o 280
13.91/25.26	c cleaning 8190 clauses out of 16388 with flag 3853/138475
14.08/25.37	c And the winner is solver0
14.27/25.72	c Got one! Elapsed wall clock time (in seconds):25.612
14.27/25.72	o 270
14.27/25.76	c And the winner is solver0
14.44/26.22	c Got one! Elapsed wall clock time (in seconds):26.113
14.44/26.22	o 266
14.44/26.24	c And the winner is solver0
14.50/26.72	c Got one! Elapsed wall clock time (in seconds):26.614
14.50/26.72	o 259
14.50/26.76	c cleaning 7425 clauses out of 14859 with flag 4317/145136
14.85/26.94	c And the winner is solver0
14.98/27.22	c Got one! Elapsed wall clock time (in seconds):27.114
14.98/27.22	o 254
15.31/27.42	c cleaning 9133 clauses out of 18267 with flag 21022/155969
15.73/27.62	c cleaning 7562 clauses out of 15132 with flag 47441/161967
15.91/27.74	c And the winner is solver0
16.17/28.22	c Got one! Elapsed wall clock time (in seconds):28.115
16.17/28.22	o 249
16.31/28.30	c cleaning 6741 clauses out of 13484 with flag 8534/167881
16.31/28.33	c And the winner is solver0
16.41/28.72	c Got one! Elapsed wall clock time (in seconds):28.616
16.41/28.72	o 243
16.41/28.78	c And the winner is solver0
16.55/29.22	c Got one! Elapsed wall clock time (in seconds):29.116
16.55/29.22	o 233
16.69/29.33	c cleaning 6334 clauses out of 12675 with flag 13372/173813
16.69/29.39	c And the winner is solver0
16.92/29.72	c Got one! Elapsed wall clock time (in seconds):29.617
16.92/29.72	o 227
17.08/29.82	c cleaning 5775 clauses out of 11562 with flag 13167/179034
17.08/29.85	c And the winner is solver0
17.18/30.22	c Got one! Elapsed wall clock time (in seconds):30.118
17.18/30.22	o 217
17.34/30.35	c And the winner is solver0
17.46/30.72	c Got one! Elapsed wall clock time (in seconds):30.619
17.46/30.72	o 199
17.46/30.77	c cleaning 5815 clauses out of 11643 with flag 4516/184890
17.46/30.79	c And the winner is solver0
17.62/31.23	c Got one! Elapsed wall clock time (in seconds):31.119
17.62/31.23	o 193
17.76/31.38	c And the winner is solver0
17.98/31.73	c Got one! Elapsed wall clock time (in seconds):31.62
17.98/31.73	o 179
17.98/31.77	c cleaning 6298 clauses out of 12597 with flag 4635/191659
18.34/31.94	c And the winner is solver0
18.47/32.23	c Got one! Elapsed wall clock time (in seconds):32.121
18.47/32.23	o 158
18.47/32.25	c And the winner is solver0
18.54/32.73	c Got one! Elapsed wall clock time (in seconds):32.621
18.54/32.73	o 148
18.54/32.75	c And the winner is solver0
18.61/33.23	c Got one! Elapsed wall clock time (in seconds):33.122
18.61/33.23	o 142
18.74/33.33	c And the winner is solver0
18.83/33.73	c Got one! Elapsed wall clock time (in seconds):33.623
18.83/33.73	o 140
18.96/33.87	c cleaning 9211 clauses out of 18425 with flag 15251/203785
19.58/34.12	c cleaning 7606 clauses out of 15214 with flag 47325/209785
19.96/34.38	c cleaning 7304 clauses out of 14611 with flag 82167/216788
19.96/34.38	c And the winner is solver0
20.14/34.73	c Got one! Elapsed wall clock time (in seconds):34.623
20.14/34.73	o 137
20.27/34.87	c And the winner is solver0
20.49/35.23	c Got one! Elapsed wall clock time (in seconds):35.124
20.49/35.23	o 134
20.49/35.27	c cleaning 6490 clauses out of 12984 with flag 4723/222465
20.82/35.47	c cleaning 6243 clauses out of 12494 with flag 33528/228465
21.44/35.71	c cleaning 6622 clauses out of 13251 with flag 64845/235465
21.44/35.73	c And the winner is solver0
21.68/36.23	c Got one! Elapsed wall clock time (in seconds):36.125
21.68/36.23	o 130
21.68/36.30	c And the winner is solver0
21.83/36.73	c Got one! Elapsed wall clock time (in seconds):36.626
21.83/36.73	o 126
21.96/36.84	c cleaning 6307 clauses out of 12626 with flag 13855/241462
22.16/36.97	c And the winner is solver0
22.33/37.23	c Got one! Elapsed wall clock time (in seconds):37.126
22.33/37.23	o 116
22.33/37.23	c And the winner is solver0
22.33/37.73	c Got one! Elapsed wall clock time (in seconds):37.627
22.33/37.73	o 80
22.33/37.73	c And the winner is solver0
1800.02/1813.30	c >>>>>>>>>> Solver number 0 (71 answers) <<<<<<<<<<<<<<<<<<
1800.02/1813.30	c starts		: 1464
1800.02/1813.30	c conflicts		: 245484
1800.02/1813.30	c decisions		: 420032
1800.02/1813.30	c propagations		: 5582405
1800.02/1813.30	c inspects		: 85428840
1800.02/1813.30	c shortcuts		: 0
1800.02/1813.30	c learnt literals	: 1
1800.02/1813.30	c learnt binary clauses	: 36
1800.02/1813.30	c learnt ternary clauses	: 594
1800.02/1813.30	c learnt constraints	: 245483
1800.02/1813.30	c ignored constraints	: 0
1800.02/1813.30	c root simplifications	: 0
1800.02/1813.30	c removed literals (reason simplification)	: 2943300
1800.02/1813.30	c reason swapping (by a shorter reason)	: 0
1800.02/1813.30	c Calls to reduceDB	: 35
1800.02/1813.30	c Number of update (reduction) of LBD	: 64356
1800.02/1813.30	c Imported unit clauses	: 0
1800.02/1813.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1813.30	c number of learned constraints concerned by reduction	: 0
1800.02/1813.30	c number of learning phase by resolution	: 0
1800.02/1813.30	c number of learning phase by cutting planes	: 0
1800.02/1813.30	c speed (assignments/second)	: 3080.5781486858828
1800.02/1813.30	c non guided choices	2293
1800.02/1813.31	c learnt constraints type 
1800.02/1813.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.02/1813.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10304
1800.02/1813.31	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.02/1813.31	c starts		: 80
1800.02/1813.31	c conflicts		: 1014
1800.02/1813.31	c decisions		: 7005
1800.02/1813.31	c propagations		: 45803
1800.02/1813.31	c inspects		: 2851083
1800.02/1813.31	c shortcuts		: 0
1800.02/1813.31	c learnt literals	: 0
1800.02/1813.31	c learnt binary clauses	: 0
1800.02/1813.31	c learnt ternary clauses	: 0
1800.02/1813.31	c learnt constraints	: 944
1800.02/1813.31	c ignored constraints	: 0
1800.02/1813.31	c root simplifications	: 0
1800.02/1813.31	c removed literals (reason simplification)	: 0
1800.02/1813.31	c reason swapping (by a shorter reason)	: 0
1800.02/1813.31	c Calls to reduceDB	: 0
1800.02/1813.31	c Number of update (reduction) of LBD	: 0
1800.02/1813.31	c Imported unit clauses	: 0
1800.02/1813.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1813.31	c number of learned constraints concerned by reduction	: 0
1800.02/1813.31	c number of learning phase by resolution	: 0
1800.02/1813.31	c number of learning phase by cutting planes	: 0
1800.02/1813.31	c speed (assignments/second)	: 25.7961360144539
1800.02/1813.31	c non guided choices	60
1800.02/1813.31	c learnt constraints type 
1800.02/1813.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.02/1813.31	s SATISFIABLE
1800.02/1813.31	c Found 72 solution(s)
1800.02/1813.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/1813.31	c objective function=80
1800.02/1813.31	c Total wall clock time (in seconds): 1813.207

Verifier Data

OK	80

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-4091984-1466077613/watcher-4091984-1466077613 -o /tmp/evaluation-result-4091984-1466077613/solver-4091984-1466077613 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13371 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091984-1466077613.wbo 

pid=15840
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.01 1.76 2.20 3/194 15843
/proc/meminfo: memFree=30316648/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 9806514 98570240 977 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 24065 977 743 9 0 16771 0
[pid=15843/tid=15844] ppid=15840 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) R 15840 15843 7986 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 9806514 98570240 977 33554432000 1073741824 1073778376 140733555047344 140527212183080 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 1.01 1.76 2.20 3/194 15843
/proc/meminfo: memFree=30316648/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 4483 0 1 0 11 0 0 0 20 0 18 0 9806514 9787879424 6107 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2389619 6107 2156 9 0 2380296 0
[pid=15843/tid=15844] ppid=15840 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) R 15840 15843 7986 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 9806514 9787879424 6107 33554432000 1073741824 1073778376 140733555047344 140527212186528 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 1.01 1.76 2.20 3/194 15843
/proc/meminfo: memFree=30316648/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 4824 0 1 0 25 0 0 0 20 0 22 0 9806514 10060525568 7930 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 7930 2218 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 9806514 10060525568 7930 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300275 s]
/proc/loadavg: 1.01 1.76 2.20 3/194 15843
/proc/meminfo: memFree=30316648/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 7381 0 1 0 65 1 0 0 20 0 22 0 9806514 10060525568 9605 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 9605 2250 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 9806514 10060525568 9605 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700222 s]
/proc/loadavg: 1.01 1.76 2.20 3/194 15843
/proc/meminfo: memFree=30316648/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 17758 0 1 0 209 5 0 0 20 0 22 0 9806514 10060525568 22817 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 22817 2262 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 9806514 10060525568 22817 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 1.01 1.76 2.20 2/213 15874
/proc/meminfo: memFree=30170048/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 24368 0 1 0 320 9 0 0 20 0 19 0 9806514 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 39750 2272 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 19 0 9806514 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526430971512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526429918856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806518 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 8153 0 0 0 81 1 0 0 20 0 19 0 9806518 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12403 0 0 0 80 2 0 0 20 0 19 0 9806519 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806519 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526425709048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806519 10060525568 39750 33554432000 1073741824 1073778376 140733555047344 140526424656712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 1.01 1.76 2.20 4/216 15889
/proc/meminfo: memFree=30122664/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 28274 0 1 0 448 17 0 0 20 0 19 0 9806514 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 45918 2285 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 9806514 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526430971512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526429918856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806518 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 11992 0 0 0 112 2 0 0 20 0 19 0 9806518 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12403 0 0 0 83 2 0 0 20 0 19 0 9806519 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806519 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526425709048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806519 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526424656712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15877] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15877/stat : 15877 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9806632 10060525568 45918 33554432000 1073741824 1073778376 140733555047344 140526421497256 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 1.09 1.77 2.20 3/214 15928
/proc/meminfo: memFree=30006028/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=5.9 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 28359 0 1 0 559 31 0 0 20 0 19 0 9806514 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 48744 2286 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 9806514 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527212188536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9806515 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140526430971512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9806516 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140526429918856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9806518 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 11992 0 0 0 117 2 0 0 20 0 19 0 9806518 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12403 0 0 0 83 2 0 0 20 0 19 0 9806519 10060525568 48744 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2429 0 1 0 36 14 0 0 20 0 21 0 9806514 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527212188664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 142 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 157 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 236 0 0 0 34 5 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 106 0 0 0 32 5 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 456 0 0 0 33 7 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 292 0 0 0 37 5 0 0 20 0 21 0 9806515 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 545 0 0 0 15 10 0 0 20 0 21 0 9806516 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526430971544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526429918888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806518 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 20335 0 0 0 189 3 0 0 20 0 21 0 9806518 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12407 0 0 0 98 2 0 0 20 0 21 0 9806519 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806519 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526425709048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 7986 0 -1 4202560 103 0 0 0 11 13 0 0 20 0 21 0 9806519 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526424656712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15877] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15877/stat : 15877 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9806632 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526421497256 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=16290] ppid=15840 vsize=9824732 CPUtime=1738.65 cores=1,3,5,7
/proc/15843/task/16290/stat : 16290 (java) R 15840 15843 7986 0 -1 4202560 3729 0 0 0 173831 34 0 0 20 0 21 0 9810288 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526422547984 140527052741656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=16291] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/16291/stat : 16291 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9810288 10060525568 218570 33554432000 1073741824 1073778376 140733555047344 140526420444840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/217 16797
/proc/meminfo: memFree=27075496/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 43197 0 1 0 179773 229 0 0 20 0 21 0 9806514 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 220106 2294 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2429 0 1 0 36 14 0 0 20 0 21 0 9806514 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527212188664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 144 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 157 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 238 0 0 0 34 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 106 0 0 0 32 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 459 0 0 0 33 7 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 295 0 0 0 38 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 545 0 0 0 15 10 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526430971544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526429918888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806518 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 20335 0 0 0 189 3 0 0 20 0 21 0 9806518 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12407 0 0 0 98 2 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526425709048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 7986 0 -1 4202560 105 0 0 0 11 13 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526424656712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15877] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15877/stat : 15877 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9806632 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526421497256 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=16290] ppid=15840 vsize=9824732 CPUtime=1769.57 cores=1,3,5,7
/proc/15843/task/16290/stat : 16290 (java) R 15840 15843 7986 0 -1 4202560 3730 0 0 0 176923 34 0 0 20 0 21 0 9810288 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526422548160 140527052700740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=16291] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/16291/stat : 16291 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9810288 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526420444840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 15843 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1813.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/217 16797
/proc/meminfo: memFree=27075496/32872528 swapFree=1399392/1569044
[pid=15843] ppid=15840 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/15843/stat : 15843 (java) S 15840 15843 7986 0 -1 4202496 43197 0 1 0 179773 229 0 0 20 0 21 0 9806514 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140733555038480 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15843/statm: 2456183 220106 2294 9 0 2446860 0
[pid=15843/tid=15844] ppid=15840 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/15843/task/15844/stat : 15844 (java) S 15840 15843 7986 0 -1 4202560 2429 0 1 0 36 14 0 0 20 0 21 0 9806514 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527212188664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15846] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15846/stat : 15846 (java) S 15840 15843 7986 0 -1 4202560 144 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527173679784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15847] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15847/stat : 15847 (java) S 15840 15843 7986 0 -1 4202560 157 0 0 0 33 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527172627240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15848] ppid=15840 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15843/task/15848/stat : 15848 (java) S 15840 15843 7986 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527171574696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15849] ppid=15840 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15843/task/15849/stat : 15849 (java) S 15840 15843 7986 0 -1 4202560 238 0 0 0 34 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527170522152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15850] ppid=15840 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15843/task/15850/stat : 15850 (java) S 15840 15843 7986 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527051729064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15851] ppid=15840 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15843/task/15851/stat : 15851 (java) S 15840 15843 7986 0 -1 4202560 106 0 0 0 32 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527050676520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15852] ppid=15840 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15843/task/15852/stat : 15852 (java) S 15840 15843 7986 0 -1 4202560 459 0 0 0 33 7 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527049623976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15853] ppid=15840 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/15843/task/15853/stat : 15853 (java) S 15840 15843 7986 0 -1 4202560 295 0 0 0 38 5 0 0 20 0 21 0 9806515 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527048571432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15854] ppid=15840 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15843/task/15854/stat : 15854 (java) S 15840 15843 7986 0 -1 4202560 545 0 0 0 15 10 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140527036373608 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15855] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15855/stat : 15855 (java) S 15840 15843 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526430971544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15856] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15856/stat : 15856 (java) S 15840 15843 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 9806516 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526429918888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15857] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15857/stat : 15857 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806518 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526428867600 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=15858] ppid=15840 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15843/task/15858/stat : 15858 (java) S 15840 15843 7986 0 -1 4202560 20335 0 0 0 189 3 0 0 20 0 21 0 9806518 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526427813944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15843/tid=15859] ppid=15840 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15843/task/15859/stat : 15859 (java) S 15840 15843 7986 0 -1 4202560 12407 0 0 0 98 2 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526426761400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15860] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15860/stat : 15860 (java) S 15840 15843 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526425709048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=15861] ppid=15840 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/15843/task/15861/stat : 15861 (java) S 15840 15843 7986 0 -1 4202560 105 0 0 0 11 13 0 0 20 0 21 0 9806519 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526424656712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15843/tid=15877] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/15877/stat : 15877 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9806632 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526421497256 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15843/tid=16290] ppid=15840 vsize=9824732 CPUtime=1769.57 cores=1,3,5,7
/proc/15843/task/16290/stat : 16290 (java) R 15840 15843 7986 0 -1 4202560 3730 0 0 0 176923 34 0 0 20 0 21 0 9810288 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526422548160 140527052700740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15843/tid=16291] ppid=15840 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15843/task/16291/stat : 16291 (java) S 15840 15843 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9810288 10060525568 220106 33554432000 1073741824 1073778376 140733555047344 140526420444840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15843 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=100407
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=740583
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.33
CPU time (s): 1800.02
CPU user time (s): 1797.73
CPU system time (s): 2.29
CPU usage (%): 99.2662
Max. virtual memory (cumulated for all children) (KiB): 9826204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 2.74058
maximum resident set size= 880820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80118
involuntary context switches= 36009

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

The end

Launcher Data

Begin job on node140 at 2016-06-16 13:46:53
IDJOB=4091984
IDBENCH=78857
IDSOLVER=2552
FILE ID=node140/4091984-1466077613
RUNJOBID= node140-1466075468-13371
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= b7777dd5fa41ca59afb23064bb503e66
RANDOM SEED=965310591

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        30317440 kB
Buffers:           21744 kB
Cached:            54004 kB
SwapCached:         2568 kB
Active:           238472 kB
Inactive:          47172 kB
Active(anon):     210332 kB
Inactive(anon):     1792 kB
Active(file):      28140 kB
Inactive(file):    45380 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096816 kB
Dirty:              1284 kB
Writeback:             0 kB
AnonPages:       1814428 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565932 kB
SReclaimable:       9892 kB
SUnreclaim:       556040 kB
KernelStack:        1768 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2377656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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 node140 at 2016-06-16 14:17:06