Trace number 4109581

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.06 1807.93

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-66-100-0.wbo
MD5SUMc010566414bbd5e3504a69202a9a8e12
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 benchmark16.8444
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 1246
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109581-1467321381.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     197
0.09/0.18	c #constraints  101
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.18	c 101 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 28 literals
1.82/0.64	c And the winner is solver1
1.82/0.68	c SATISFIABLE
1.82/0.68	c OPTIMIZING...
1.82/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.82/0.68	o 1130
2.55/0.82	c cleaning 2552 clauses out of 5103 with flag 2929/5103
2.55/0.84	c And the winner is solver0
3.03/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
3.03/1.19	o 790
3.07/1.28	c And the winner is solver0
3.28/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
3.28/1.69	o 787
3.30/1.79	c cleaning 4226 clauses out of 8453 with flag 6540/11005
3.63/1.81	c And the winner is solver0
3.96/2.19	c Got one! Elapsed wall clock time (in seconds):2.071
3.96/2.19	o 785
4.22/2.31	c And the winner is solver0
4.26/2.69	c Got one! Elapsed wall clock time (in seconds):2.572
4.26/2.69	o 783
4.26/2.69	c And the winner is solver0
4.26/3.19	c Got one! Elapsed wall clock time (in seconds):3.073
4.26/3.19	o 539
4.26/3.19	c And the winner is solver0
4.26/3.69	c Got one! Elapsed wall clock time (in seconds):3.573
4.26/3.69	o 507
4.28/3.71	c And the winner is solver0
4.30/4.19	c Got one! Elapsed wall clock time (in seconds):4.074
4.30/4.19	o 503
4.31/4.24	c cleaning 5562 clauses out of 11127 with flag 3478/17905
4.31/4.28	c And the winner is solver0
4.79/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
4.79/4.69	o 501
4.79/4.69	c And the winner is solver0
4.79/5.19	c Got one! Elapsed wall clock time (in seconds):5.075
4.79/5.19	o 428
4.99/5.35	c cleaning 5427 clauses out of 10856 with flag 14006/23196
5.24/5.47	c And the winner is solver0
5.41/5.69	c Got one! Elapsed wall clock time (in seconds):5.576
5.41/5.69	o 427
5.41/5.70	c And the winner is solver0
5.41/6.19	c Got one! Elapsed wall clock time (in seconds):6.077
5.41/6.19	o 412
5.41/6.23	c cleaning 5493 clauses out of 10991 with flag 3525/28758
5.41/6.26	c And the winner is solver0
5.55/6.69	c Got one! Elapsed wall clock time (in seconds):6.578
5.55/6.69	o 409
5.57/6.77	c And the winner is solver0
5.71/7.19	c Got one! Elapsed wall clock time (in seconds):7.078
5.71/7.19	o 407
5.92/7.31	c cleaning 6108 clauses out of 12221 with flag 11019/35481
5.92/7.39	c And the winner is solver0
6.12/7.70	c Got one! Elapsed wall clock time (in seconds):7.579
6.12/7.70	o 402
6.14/7.78	c And the winner is solver0
6.32/8.20	c Got one! Elapsed wall clock time (in seconds):8.08
6.32/8.20	o 400
6.32/8.24	c cleaning 6336 clauses out of 12676 with flag 3758/42044
6.73/8.46	c cleaning 6171 clauses out of 12342 with flag 27520/48046
6.73/8.49	c And the winner is solver0
7.23/8.70	c Got one! Elapsed wall clock time (in seconds):8.581
7.23/8.70	o 396
7.54/8.83	c cleaning 5668 clauses out of 11348 with flag 15154/53223
7.54/8.84	c And the winner is solver0
7.63/9.20	c Got one! Elapsed wall clock time (in seconds):9.082
7.63/9.20	o 395
7.63/9.25	c And the winner is solver0
7.74/9.70	c Got one! Elapsed wall clock time (in seconds):9.583
7.74/9.70	o 394
7.74/9.73	c And the winner is solver0
7.89/10.20	c Got one! Elapsed wall clock time (in seconds):10.084
7.89/10.20	o 390
8.08/10.30	c cleaning 5784 clauses out of 11573 with flag 11920/59116
8.08/10.34	c And the winner is solver0
8.19/10.70	c Got one! Elapsed wall clock time (in seconds):10.584
8.19/10.70	o 388
8.19/10.73	c And the winner is solver0
8.27/11.20	c Got one! Elapsed wall clock time (in seconds):11.085
8.27/11.20	o 366
8.48/11.31	c And the winner is solver0
8.58/11.70	c Got one! Elapsed wall clock time (in seconds):11.586
8.58/11.70	o 365
8.58/11.72	c And the winner is solver0
8.63/12.20	c Got one! Elapsed wall clock time (in seconds):12.087
8.63/12.20	o 347
8.63/12.24	c And the winner is solver0
8.75/12.70	c Got one! Elapsed wall clock time (in seconds):12.588
8.75/12.70	o 345
8.75/12.75	c cleaning 6681 clauses out of 13370 with flag 4188/66697
8.95/12.86	c And the winner is solver0
9.11/13.20	c Got one! Elapsed wall clock time (in seconds):13.088
9.11/13.20	o 334
9.11/13.23	c And the winner is solver0
9.22/13.71	c Got one! Elapsed wall clock time (in seconds):13.589
9.22/13.71	o 326
9.22/13.76	c And the winner is solver0
9.36/14.21	c Got one! Elapsed wall clock time (in seconds):14.09
9.36/14.21	o 320
9.36/14.25	c cleaning 6857 clauses out of 13722 with flag 4455/73730
9.55/14.34	c And the winner is solver0
9.67/14.71	c Got one! Elapsed wall clock time (in seconds):14.591
9.67/14.71	o 319
9.67/14.72	c And the winner is solver0
9.71/15.21	c Got one! Elapsed wall clock time (in seconds):15.091
9.71/15.21	o 308
9.91/15.33	c cleaning 6543 clauses out of 13085 with flag 12333/79950
9.91/15.38	c And the winner is solver0
10.11/15.71	c Got one! Elapsed wall clock time (in seconds):15.592
10.11/15.71	o 303
10.11/15.71	c And the winner is solver0
10.12/16.21	c Got one! Elapsed wall clock time (in seconds):16.093
10.12/16.21	o 286
10.12/16.24	c And the winner is solver0
10.19/16.71	c Got one! Elapsed wall clock time (in seconds):16.594
10.19/16.71	o 281
10.19/16.76	c And the winner is solver0
10.33/17.21	c Got one! Elapsed wall clock time (in seconds):17.094
10.33/17.21	o 276
10.33/17.28	c And the winner is solver0
10.49/17.71	c Got one! Elapsed wall clock time (in seconds):17.595
10.49/17.71	o 272
10.49/17.73	c And the winner is solver0
10.54/18.21	c Got one! Elapsed wall clock time (in seconds):18.096
10.54/18.21	o 268
10.54/18.22	c And the winner is solver0
10.54/18.71	c Got one! Elapsed wall clock time (in seconds):18.596
10.54/18.71	o 262
10.54/18.73	c And the winner is solver0
10.60/19.21	c Got one! Elapsed wall clock time (in seconds):19.097
10.60/19.21	o 259
10.60/19.26	c And the winner is solver0
10.73/19.71	c Got one! Elapsed wall clock time (in seconds):19.598
10.73/19.71	o 255
10.73/19.75	c And the winner is solver0
10.85/20.21	c Got one! Elapsed wall clock time (in seconds):20.099
10.85/20.21	o 254
10.85/20.24	c And the winner is solver0
10.90/20.72	c Got one! Elapsed wall clock time (in seconds):20.6
10.90/20.72	o 253
10.90/20.78	c cleaning 8349 clauses out of 16698 with flag 4256/90106
11.29/20.99	c cleaning 7174 clauses out of 14348 with flag 30860/96105
11.49/21.05	c And the winner is solver0
11.61/21.22	c Got one! Elapsed wall clock time (in seconds):21.1
11.61/21.22	o 243
11.61/21.28	c And the winner is solver0
11.75/21.72	c Got one! Elapsed wall clock time (in seconds):21.601
11.75/21.72	o 239
11.75/21.79	c cleaning 6584 clauses out of 13181 with flag 8153/102112
12.11/21.95	c And the winner is solver0
12.27/22.22	c Got one! Elapsed wall clock time (in seconds):22.102
12.27/22.22	o 238
12.43/22.37	c And the winner is solver0
12.68/22.72	c Got one! Elapsed wall clock time (in seconds):22.603
12.68/22.72	o 237
12.68/22.73	c And the winner is solver0
12.70/23.22	c Got one! Elapsed wall clock time (in seconds):23.104
12.70/23.22	o 236
12.70/23.27	c cleaning 8641 clauses out of 17291 with flag 4452/112806
12.85/23.32	c And the winner is solver0
12.91/23.72	c Got one! Elapsed wall clock time (in seconds):23.604
12.91/23.72	o 228
12.91/23.77	c And the winner is solver0
13.01/24.22	c Got one! Elapsed wall clock time (in seconds):24.105
13.01/24.22	o 226
13.18/24.34	c cleaning 7105 clauses out of 14210 with flag 12553/118366
13.18/24.38	c And the winner is solver0
13.45/24.72	c Got one! Elapsed wall clock time (in seconds):24.606
13.45/24.72	o 223
13.45/24.74	c And the winner is solver0
13.50/25.22	c Got one! Elapsed wall clock time (in seconds):25.107
13.50/25.22	o 222
13.66/25.36	c cleaning 6380 clauses out of 12765 with flag 17227/124026
14.05/25.54	c cleaning 6190 clauses out of 12387 with flag 42983/130028
14.26/25.66	c And the winner is solver0
14.51/25.82	c Got one! Elapsed wall clock time (in seconds):25.708
14.51/25.82	o 217
14.51/25.87	c cleaning 5599 clauses out of 11202 with flag 4714/135033
14.88/26.06	c cleaning 5795 clauses out of 11602 with flag 29249/141032
14.88/26.08	c And the winner is solver0
15.42/26.42	c Got one! Elapsed wall clock time (in seconds):26.308
15.42/26.42	o 215
15.77/26.61	c cleaning 5844 clauses out of 11696 with flag 24120/146921
16.17/26.81	c cleaning 5921 clauses out of 11852 with flag 51618/152921
16.17/26.89	c And the winner is solver0
16.46/27.03	c Got one! Elapsed wall clock time (in seconds):26.911
16.46/27.03	o 213
16.46/27.07	c And the winner is solver0
16.60/27.53	c Got one! Elapsed wall clock time (in seconds):27.412
16.60/27.53	o 212
16.60/27.56	c And the winner is solver0
16.67/28.03	c Got one! Elapsed wall clock time (in seconds):27.912
16.67/28.03	o 204
16.81/28.11	c cleaning 6386 clauses out of 12780 with flag 8670/159770
17.21/28.30	c cleaning 6193 clauses out of 12390 with flag 35751/165766
17.21/28.39	c And the winner is solver0
17.61/28.63	c Got one! Elapsed wall clock time (in seconds):28.513
17.61/28.63	o 203
17.77/28.71	c And the winner is solver0
17.81/29.13	c Got one! Elapsed wall clock time (in seconds):29.014
17.81/29.13	o 197
17.81/29.17	c cleaning 6236 clauses out of 12482 with flag 4325/172051
18.14/29.30	c And the winner is solver0
18.23/29.63	c Got one! Elapsed wall clock time (in seconds):29.515
18.23/29.63	o 191
18.23/29.67	c cleaning 5735 clauses out of 11473 with flag 4571/177278
18.37/29.79	c And the winner is solver0
18.63/30.13	c Got one! Elapsed wall clock time (in seconds):30.016
18.63/30.13	o 187
18.63/30.17	c cleaning 5378 clauses out of 10762 with flag 4710/182302
18.97/30.33	c And the winner is solver0
19.10/30.63	c Got one! Elapsed wall clock time (in seconds):30.518
19.10/30.63	o 186
19.44/30.83	c cleaning 7750 clauses out of 15507 with flag 23023/192425
19.64/30.97	c And the winner is solver0
20.01/31.28	c Got one! Elapsed wall clock time (in seconds):31.169
20.01/31.28	o 138
20.01/31.29	c And the winner is solver0
20.09/31.79	c Got one! Elapsed wall clock time (in seconds):31.67
20.09/31.79	o 136
20.11/31.80	c And the winner is solver0
20.13/32.29	c Got one! Elapsed wall clock time (in seconds):32.17
20.13/32.29	o 129
20.15/32.34	c cleaning 6828 clauses out of 13661 with flag 4778/198329
20.15/32.34	c And the winner is solver0
20.26/32.79	c Got one! Elapsed wall clock time (in seconds):32.671
20.26/32.79	o 123
20.48/32.92	c And the winner is solver0
20.66/33.29	c Got one! Elapsed wall clock time (in seconds):33.172
20.66/33.29	o 113
20.67/33.33	c And the winner is solver0
20.77/33.79	c Got one! Elapsed wall clock time (in seconds):33.672
20.77/33.79	o 94
20.78/33.84	c cleaning 6557 clauses out of 13119 with flag 4611/204615
21.18/34.05	c cleaning 6277 clauses out of 12562 with flag 31932/210615
21.18/34.07	c And the winner is solver0
21.55/34.39	c Got one! Elapsed wall clock time (in seconds):34.273
21.55/34.39	o 93
21.55/34.39	c And the winner is solver0
21.64/34.89	c Got one! Elapsed wall clock time (in seconds):34.774
21.64/34.89	o 80
21.64/34.89	c And the winner is solver0
1800.06/1807.90	c >>>>>>>>>> Solver number 0 (68 answers) <<<<<<<<<<<<<<<<<<
1800.06/1807.90	c starts		: 779
1800.06/1807.90	c conflicts		: 211293
1800.06/1807.90	c decisions		: 339586
1800.06/1807.90	c propagations		: 4474947
1800.06/1807.90	c inspects		: 73325266
1800.06/1807.90	c shortcuts		: 0
1800.06/1807.90	c learnt literals	: 1
1800.06/1807.90	c learnt binary clauses	: 26
1800.06/1807.90	c learnt ternary clauses	: 388
1800.06/1807.90	c learnt constraints	: 211292
1800.06/1807.90	c ignored constraints	: 0
1800.06/1807.90	c root simplifications	: 0
1800.06/1807.90	c removed literals (reason simplification)	: 2832115
1800.06/1807.90	c reason swapping (by a shorter reason)	: 0
1800.06/1807.90	c Calls to reduceDB	: 33
1800.06/1807.90	c Number of update (reduction) of LBD	: 53653
1800.06/1807.90	c Imported unit clauses	: 0
1800.06/1807.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1807.90	c number of learned constraints concerned by reduction	: 0
1800.06/1807.90	c number of learning phase by resolution	: 0
1800.06/1807.90	c number of learning phase by cutting planes	: 0
1800.06/1807.90	c speed (assignments/second)	: 2476.1522959598674
1800.06/1807.90	c non guided choices	2067
1800.06/1807.91	c learnt constraints type 
1800.06/1807.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.06/1807.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6936
1800.06/1807.91	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.06/1807.91	c starts		: 87
1800.06/1807.91	c conflicts		: 4120
1800.06/1807.91	c decisions		: 17906
1800.06/1807.91	c propagations		: 147935
1800.06/1807.91	c inspects		: 57241960
1800.06/1807.91	c shortcuts		: 0
1800.06/1807.91	c learnt literals	: 0
1800.06/1807.91	c learnt binary clauses	: 0
1800.06/1807.91	c learnt ternary clauses	: 0
1800.06/1807.91	c learnt constraints	: 4063
1800.06/1807.91	c ignored constraints	: 0
1800.06/1807.91	c root simplifications	: 0
1800.06/1807.91	c removed literals (reason simplification)	: 0
1800.06/1807.91	c reason swapping (by a shorter reason)	: 0
1800.06/1807.91	c Calls to reduceDB	: 0
1800.06/1807.91	c Number of update (reduction) of LBD	: 0
1800.06/1807.91	c Imported unit clauses	: 0
1800.06/1807.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1807.91	c number of learned constraints concerned by reduction	: 0
1800.06/1807.91	c number of learning phase by resolution	: 0
1800.06/1807.91	c number of learning phase by cutting planes	: 0
1800.06/1807.91	c speed (assignments/second)	: 83.43692329905652
1800.06/1807.91	c non guided choices	870
1800.06/1807.91	c learnt constraints type 
1800.06/1807.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/1807.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4062
1800.06/1807.91	s SATISFIABLE
1800.06/1807.91	c Found 68 solution(s)
1800.06/1807.91	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.06/1807.92	c objective function=80
1800.06/1807.92	c Total wall clock time (in seconds): 1807.8

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-4109581-1467321381/watcher-4109581-1467321381 -o /tmp/evaluation-result-4109581-1467321381/solver-4109581-1467321381 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109581-1467321381.wbo 

pid=25675
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.85 1.86 1.94 3/194 25678
/proc/meminfo: memFree=29757216/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/25678/stat : 25678 (java) R 25675 25678 16156 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 11164123 278528 33 33554432000 1073741824 1073778376 140733957785120 140737278872328 227503336743 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 1.85 1.86 1.94 3/194 25678
/proc/meminfo: memFree=29757216/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 4440 0 1 0 8 1 0 0 20 0 18 0 11164123 9787879424 5568 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2389619 5568 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 1.85 1.86 1.94 3/194 25678
/proc/meminfo: memFree=29757216/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 4825 0 1 0 22 1 0 0 20 0 22 0 11164123 10060525568 7434 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 7434 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300183 s]
/proc/loadavg: 1.85 1.86 1.94 3/194 25678
/proc/meminfo: memFree=29757216/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 7652 0 1 0 60 2 0 0 20 0 22 0 11164123 10060525568 9686 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 9686 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700177 s]
/proc/loadavg: 1.85 1.86 1.94 3/194 25678
/proc/meminfo: memFree=29757216/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 16083 0 1 0 210 5 0 0 20 0 22 0 11164123 10060525568 20458 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 20458 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.85 1.86 1.94 2/213 25703
/proc/meminfo: memFree=29656756/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 20178 0 1 0 318 10 0 0 20 0 19 0 11164123 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 35891 2271 9 0 2446860 0
[pid=25678/tid=25680] ppid=25675 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2473 0 1 0 14 1 0 0 20 0 19 0 11164124 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263700611960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 10059 0 0 0 85 2 0 0 20 0 19 0 11164128 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 6252 0 0 0 77 0 0 0 20 0 19 0 11164128 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164192 10060525568 35891 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 1.87 1.86 1.94 4/216 25712
/proc/meminfo: memFree=29578380/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 24167 0 1 0 411 15 0 0 20 0 19 0 11164123 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 46633 2285 9 0 2446860 0
[pid=25678/tid=25680] ppid=25675 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2473 0 1 0 14 2 0 0 20 0 19 0 11164124 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263700611960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 13964 0 0 0 123 2 0 0 20 0 19 0 11164128 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 6260 0 0 0 83 0 0 0 20 0 19 0 11164128 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164192 10060525568 46633 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 1.87 1.86 1.94 2/213 25730
/proc/meminfo: memFree=29574744/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=5.55 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 27004 0 1 0 530 25 0 0 20 0 19 0 11164123 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 47751 2286 9 0 2446860 0
[pid=25678/tid=25680] ppid=25675 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2475 0 1 0 15 2 0 0 20 0 19 0 11164124 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263700611960 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11164125 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11164126 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 13965 0 0 0 128 2 0 0 20 0 19 0 11164128 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 9016 0 0 0 112 1 0 0 20 0 19 0 11164128 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164128 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164192 10060525568 47751 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 9824732


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

/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2514 0 1 0 38 15 0 0 20 0 21 0 11164124 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263700612088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 202 0 0 0 88 7 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 175 0 0 0 81 7 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 233 0 0 0 88 8 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 195 0 0 0 92 8 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 194 0 0 0 93 9 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 216 0 0 0 95 9 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 169 0 0 0 89 8 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 234 0 0 0 90 8 0 0 20 0 21 0 11164125 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 1146 0 0 0 54 12 0 0 20 0 21 0 11164126 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 19028 0 0 0 178 3 0 0 20 0 21 0 11164128 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 9019 0 0 0 122 1 0 0 20 0 21 0 11164128 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 103 0 0 0 14 13 0 0 20 0 21 0 11164128 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11164192 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25903] ppid=25675 vsize=9824732 CPUtime=1739.74 cores=0,2,4,6
/proc/25678/task/25903/stat : 25903 (java) R 25675 25678 16156 0 -1 4202560 1646 0 0 0 173930 44 0 0 20 0 21 0 11167612 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263513149184 140263641293563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25904] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25904/stat : 25904 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11167612 10060525568 350531 33554432000 1073741824 1073778376 140733957785120 140263516309032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 1.11 1.12 1.39 2/188 27411
/proc/meminfo: memFree=28807864/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 37075 0 1 0 179763 243 0 0 20 0 21 0 11164123 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 341587 2294 9 0 2446860 0
[pid=25678/tid=25680] ppid=25675 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2514 0 1 0 38 15 0 0 20 0 21 0 11164124 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263700612088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 205 0 0 0 91 7 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 177 0 0 0 84 7 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 236 0 0 0 92 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 195 0 0 0 94 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 195 0 0 0 94 9 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 217 0 0 0 97 9 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 172 0 0 0 91 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 238 0 0 0 92 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 1148 0 0 0 54 12 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 19028 0 0 0 178 3 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 9019 0 0 0 122 1 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 105 0 0 0 14 14 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11164192 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25903] ppid=25675 vsize=9824732 CPUtime=1765.21 cores=0,2,4,6
/proc/25678/task/25903/stat : 25903 (java) R 25675 25678 16156 0 -1 4202560 1653 0 0 0 176477 44 0 0 20 0 21 0 11167612 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263513149152 140263641210009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25904] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25904/stat : 25904 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11167612 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263516309032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 25678 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1807.9 s]
/proc/loadavg: 1.11 1.12 1.39 2/188 27411
/proc/meminfo: memFree=28807864/32872528 swapFree=1299868/1463388
[pid=25678] ppid=25675 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 16156 0 -1 4202496 37075 0 1 0 179763 243 0 0 20 0 21 0 11164123 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140733957776256 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25678/statm: 2456183 341587 2294 9 0 2446860 0
[pid=25678/tid=25680] ppid=25675 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/25678/task/25680/stat : 25680 (java) S 25675 25678 16156 0 -1 4202560 2514 0 1 0 38 15 0 0 20 0 21 0 11164124 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263700612088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25681] ppid=25675 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/25678/task/25681/stat : 25681 (java) S 25675 25678 16156 0 -1 4202560 205 0 0 0 91 7 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263639341352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25682] ppid=25675 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/25678/task/25682/stat : 25682 (java) S 25675 25678 16156 0 -1 4202560 177 0 0 0 84 7 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263638288552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25683] ppid=25675 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25683/stat : 25683 (java) S 25675 25678 16156 0 -1 4202560 236 0 0 0 92 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263637236264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25684] ppid=25675 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/25678/task/25684/stat : 25684 (java) S 25675 25678 16156 0 -1 4202560 195 0 0 0 94 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263636183464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25685] ppid=25675 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/25678/task/25685/stat : 25685 (java) S 25675 25678 16156 0 -1 4202560 195 0 0 0 94 9 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263635131176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25686] ppid=25675 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/25678/task/25686/stat : 25686 (java) S 25675 25678 16156 0 -1 4202560 217 0 0 0 97 9 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263634078376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25687] ppid=25675 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/25678/task/25687/stat : 25687 (java) S 25675 25678 16156 0 -1 4202560 172 0 0 0 91 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263537982504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25688] ppid=25675 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25688/stat : 25688 (java) S 25675 25678 16156 0 -1 4202560 238 0 0 0 92 8 0 0 20 0 21 0 11164125 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263536929704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25689] ppid=25675 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/25678/task/25689/stat : 25689 (java) S 25675 25678 16156 0 -1 4202560 1148 0 0 0 54 12 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263524731112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25690] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25690/stat : 25690 (java) S 25675 25678 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263523677176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25691] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25691/stat : 25691 (java) S 25675 25678 16156 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11164126 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263522624776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25678/tid=25692] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25692/stat : 25692 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263521573264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25693] ppid=25675 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/25678/task/25693/stat : 25693 (java) S 25675 25678 16156 0 -1 4202560 19028 0 0 0 178 3 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263520520888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25678/tid=25694] ppid=25675 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/25678/task/25694/stat : 25694 (java) S 25675 25678 16156 0 -1 4202560 9019 0 0 0 122 1 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263519468088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25695] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25695/stat : 25695 (java) S 25675 25678 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263518415992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25696] ppid=25675 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/25678/task/25696/stat : 25696 (java) S 25675 25678 16156 0 -1 4202560 105 0 0 0 14 14 0 0 20 0 21 0 11164128 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263517363400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25678/tid=25703] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25703/stat : 25703 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11164192 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263514203816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25903] ppid=25675 vsize=9824732 CPUtime=1765.21 cores=0,2,4,6
/proc/25678/task/25903/stat : 25903 (java) R 25675 25678 16156 0 -1 4202560 1653 0 0 0 176477 44 0 0 20 0 21 0 11167612 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263513149152 140263641210009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25678/tid=25904] ppid=25675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25678/task/25904/stat : 25904 (java) S 25675 25678 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11167612 10060525568 341587 33554432000 1073741824 1073778376 140733957785120 140263516309032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 1807.93
CPU time (s): 1800.06
CPU user time (s): 1797.63
CPU system time (s): 2.43
CPU usage (%): 99.5649
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.16
system time used= 2.88356
maximum resident set size= 1484112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37103
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82904
involuntary context switches= 30086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1223 second user time and 10.8224 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 23:16:21
IDJOB=4109581
IDBENCH=78859
IDSOLVER=2552
FILE ID=node121/4109581-1467321381
RUNJOBID= node121-1467318467-16220
PBS_JOBID= 20005290
Free space on /tmp= 71700 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.1110973364--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109581-1467321381/watcher-4109581-1467321381 -o /tmp/evaluation-result-4109581-1467321381/solver-4109581-1467321381 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109581-1467321381.wbo

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

MD5SUM BENCH= c010566414bbd5e3504a69202a9a8e12
RANDOM SEED=1171928047

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        29757876 kB
Buffers:          130600 kB
Cached:           346348 kB
SwapCached:            0 kB
Active:           658100 kB
Inactive:         244732 kB
Active(anon):     413748 kB
Inactive(anon):    14568 kB
Active(file):     244352 kB
Inactive(file):   230164 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:       2003780 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             611472 kB
SReclaimable:      55436 kB
SUnreclaim:       556036 kB
KernelStack:        1768 kB
PageTables:         8084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2054804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node121 at 2016-06-30 23:46:29