Trace number 4109597

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 1811.83

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-33-100-0.wbo
MD5SUM89a63c055aa545373493189617e0eb71
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark7.8598
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4109597-1466342413.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     238
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 69 literals
0.23/0.26	c And the winner is solver0
0.52/0.69	c SATISFIABLE
0.52/0.69	c OPTIMIZING...
0.52/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
0.52/0.69	o 433
0.54/0.79	c And the winner is solver0
1.24/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.24/1.19	o 432
1.28/1.23	c And the winner is solver0
1.36/1.69	c Got one! Elapsed wall clock time (in seconds):1.574
1.36/1.69	o 430
1.36/1.70	c And the winner is solver0
1.59/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.59/2.19	o 429
1.61/2.22	c And the winner is solver0
1.71/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
1.71/2.69	o 428
1.71/2.71	c And the winner is solver0
1.75/3.19	c Got one! Elapsed wall clock time (in seconds):3.077
1.75/3.19	o 427
1.76/3.28	c And the winner is solver0
2.18/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
2.18/3.70	o 426
2.18/3.70	c And the winner is solver0
2.18/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.18/4.20	o 425
2.18/4.29	c And the winner is solver0
2.48/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
2.48/4.70	o 423
2.48/4.72	c And the winner is solver0
2.54/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
2.54/5.20	o 420
2.54/5.22	c And the winner is solver0
2.59/5.70	c Got one! Elapsed wall clock time (in seconds):5.583
2.59/5.70	o 381
2.59/5.74	c And the winner is solver0
2.67/6.20	c Got one! Elapsed wall clock time (in seconds):6.084
2.67/6.20	o 380
2.67/6.29	c cleaning 4629 clauses out of 9270 with flag 3668/9270
2.93/6.31	c And the winner is solver0
3.04/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
3.04/6.70	o 379
3.04/6.71	c And the winner is solver0
3.04/7.21	c Got one! Elapsed wall clock time (in seconds):7.088
3.04/7.21	o 350
3.04/7.25	c And the winner is solver0
3.17/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
3.17/7.71	o 346
3.17/7.72	c And the winner is solver0
3.17/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
3.17/8.21	o 331
3.17/8.23	c And the winner is solver0
3.23/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
3.23/8.71	o 319
3.23/8.77	c And the winner is solver0
3.39/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
3.39/9.21	o 311
3.39/9.22	c And the winner is solver0
3.43/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
3.43/9.71	o 293
3.43/9.71	c And the winner is solver0
4.04/10.21	c Got one! Elapsed wall clock time (in seconds):10.094
4.04/10.21	o 290
4.04/10.22	c And the winner is solver0
4.07/10.71	c Got one! Elapsed wall clock time (in seconds):10.595
4.07/10.71	o 289
4.07/10.76	c And the winner is solver0
4.22/11.21	c Got one! Elapsed wall clock time (in seconds):11.096
4.22/11.21	o 266
4.22/11.27	c And the winner is solver0
4.36/11.71	c Got one! Elapsed wall clock time (in seconds):11.597
4.36/11.71	o 259
4.52/11.88	c cleaning 6883 clauses out of 13765 with flag 12546/18394
4.52/11.88	c And the winner is solver0
4.74/12.22	c Got one! Elapsed wall clock time (in seconds):12.098
4.74/12.22	o 249
4.74/12.23	c And the winner is solver0
4.79/12.72	c Got one! Elapsed wall clock time (in seconds):12.599
4.79/12.72	o 247
4.79/12.77	c And the winner is solver0
4.90/13.22	c Got one! Elapsed wall clock time (in seconds):13.1
4.90/13.22	o 246
5.09/13.33	c And the winner is solver0
5.15/13.72	c Got one! Elapsed wall clock time (in seconds):13.601
5.15/13.72	o 245
5.15/13.73	c And the winner is solver0
5.19/14.22	c Got one! Elapsed wall clock time (in seconds):14.101
5.19/14.22	o 242
5.19/14.29	c And the winner is solver0
5.34/14.72	c Got one! Elapsed wall clock time (in seconds):14.602
5.34/14.72	o 241
5.34/14.78	c cleaning 6742 clauses out of 13494 with flag 4010/25006
5.50/14.90	c And the winner is solver0
5.75/15.22	c Got one! Elapsed wall clock time (in seconds):15.103
5.75/15.22	o 240
5.75/15.23	c And the winner is solver0
5.75/15.72	c Got one! Elapsed wall clock time (in seconds):15.604
5.75/15.72	o 224
5.75/15.80	c And the winner is solver0
5.92/16.22	c Got one! Elapsed wall clock time (in seconds):16.105
5.92/16.22	o 223
6.07/16.32	c cleaning 6531 clauses out of 13068 with flag 7810/31322
6.27/16.47	c And the winner is solver0
6.47/16.72	c Got one! Elapsed wall clock time (in seconds):16.606
6.47/16.72	o 217
6.47/16.77	c And the winner is solver0
6.58/17.22	c Got one! Elapsed wall clock time (in seconds):17.107
6.58/17.22	o 216
6.58/17.26	c And the winner is solver0
6.67/17.73	c Got one! Elapsed wall clock time (in seconds):17.608
6.67/17.73	o 210
6.67/17.78	c cleaning 6329 clauses out of 12662 with flag 4220/37447
6.83/17.83	c And the winner is solver0
6.92/18.23	c Got one! Elapsed wall clock time (in seconds):18.109
6.92/18.23	o 208
6.92/18.28	c And the winner is solver0
7.05/18.73	c Got one! Elapsed wall clock time (in seconds):18.61
7.05/18.73	o 207
7.05/18.77	c And the winner is solver0
7.19/19.23	c Got one! Elapsed wall clock time (in seconds):19.111
7.19/19.23	o 205
7.33/19.35	c And the winner is solver0
7.46/19.73	c Got one! Elapsed wall clock time (in seconds):19.612
7.46/19.73	o 202
7.46/19.74	c And the winner is solver0
7.50/20.23	c Got one! Elapsed wall clock time (in seconds):20.112
7.50/20.23	o 190
7.50/20.28	c cleaning 6670 clauses out of 13351 with flag 4352/44465
7.64/20.38	c And the winner is solver0
7.86/20.73	c Got one! Elapsed wall clock time (in seconds):20.613
7.86/20.73	o 189
7.86/20.74	c And the winner is solver0
8.07/21.23	c Got one! Elapsed wall clock time (in seconds):21.114
8.07/21.23	o 188
8.07/21.23	c And the winner is solver0
8.07/21.73	c Got one! Elapsed wall clock time (in seconds):21.615
8.07/21.73	o 177
8.07/21.79	c And the winner is solver0
8.22/22.23	c Got one! Elapsed wall clock time (in seconds):22.116
8.22/22.23	o 172
8.35/22.33	c cleaning 6229 clauses out of 12465 with flag 9574/50249
8.55/22.48	c And the winner is solver0
8.73/22.73	c Got one! Elapsed wall clock time (in seconds):22.617
8.73/22.73	o 144
8.85/22.84	c cleaning 6100 clauses out of 12201 with flag 8804/56214
8.85/22.85	c And the winner is solver0
8.98/23.23	c Got one! Elapsed wall clock time (in seconds):23.118
8.98/23.23	o 142
8.98/23.27	c And the winner is solver0
9.09/23.74	c Got one! Elapsed wall clock time (in seconds):23.618
9.09/23.74	o 137
9.09/23.75	c And the winner is solver0
9.13/24.24	c Got one! Elapsed wall clock time (in seconds):24.119
9.13/24.24	o 136
9.26/24.31	c And the winner is solver0
9.28/24.74	c Got one! Elapsed wall clock time (in seconds):24.62
9.28/24.74	o 106
9.28/24.78	c And the winner is solver0
9.44/25.26	c Got one! Elapsed wall clock time (in seconds):25.139
9.44/25.26	o 105
9.44/25.29	c And the winner is solver0
9.54/25.76	c Got one! Elapsed wall clock time (in seconds):25.64
9.54/25.76	o 92
9.54/25.78	c And the winner is solver0
9.61/26.26	c Got one! Elapsed wall clock time (in seconds):26.141
9.61/26.26	o 91
9.61/26.27	c And the winner is solver0
9.65/26.76	c Got one! Elapsed wall clock time (in seconds):26.642
9.65/26.76	o 48
9.94/26.91	c And the winner is solver0
10.00/27.26	c Got one! Elapsed wall clock time (in seconds):27.144
10.00/27.26	o 46
10.07/27.34	c cleaning 7783 clauses out of 15575 with flag 3742/65688
10.36/27.42	c And the winner is solver0
10.74/27.77	c Got one! Elapsed wall clock time (in seconds):27.648
10.74/27.77	o 36
11.03/27.91	c cleaning 6485 clauses out of 12983 with flag 10222/70879
11.03/27.97	c And the winner is solver0
11.20/28.27	c Got one! Elapsed wall clock time (in seconds):28.153
11.20/28.27	o 34
11.45/28.40	c cleaning 5819 clauses out of 11641 with flag 10127/76022
11.86/28.63	c cleaning 5912 clauses out of 11824 with flag 31004/82024
12.28/28.83	c And the winner is solver0
12.36/29.28	c Got one! Elapsed wall clock time (in seconds):29.159
12.36/29.28	o 32
12.39/29.33	c cleaning 5927 clauses out of 11872 with flag 3639/87984
12.39/29.33	c And the winner is solver0
12.48/29.78	c Got one! Elapsed wall clock time (in seconds):29.667
12.48/29.78	o 31
12.51/29.85	c And the winner is solver0
12.62/30.29	c Got one! Elapsed wall clock time (in seconds):30.174
12.62/30.29	o 29
12.63/30.38	c And the winner is solver0
12.83/30.80	c Got one! Elapsed wall clock time (in seconds):30.683
12.83/30.80	o 28
12.84/30.89	c cleaning 6023 clauses out of 12061 with flag 7467/94100
13.23/31.05	c And the winner is solver0
13.36/31.31	c Got one! Elapsed wall clock time (in seconds):31.191
13.36/31.31	o 27
13.36/31.38	c cleaning 5893 clauses out of 11807 with flag 4188/99870
13.53/31.44	c And the winner is solver0
13.64/31.83	c Got one! Elapsed wall clock time (in seconds):31.709
13.64/31.83	o 26
13.79/31.94	c cleaning 5509 clauses out of 11030 with flag 11804/104987
14.18/32.17	c cleaning 5755 clauses out of 11521 with flag 34235/110987
14.18/32.17	c And the winner is solver0
14.35/32.33	c Got one! Elapsed wall clock time (in seconds):32.217
14.35/32.33	o 22
14.66/32.53	c cleaning 5430 clauses out of 10864 with flag 17892/116085
15.06/32.75	c cleaning 5709 clauses out of 11433 with flag 38709/122085
15.06/32.76	c And the winner is solver0
15.21/32.85	c Got one! Elapsed wall clock time (in seconds):32.726
15.21/32.85	o 21
15.21/32.87	c And the winner is solver0
20.52/38.02	c Got one! Elapsed wall clock time (in seconds):37.903
20.52/38.02	o 18
20.89/38.22	c cleaning 5716 clauses out of 11437 with flag 17586/127799
21.29/38.45	c cleaning 5856 clauses out of 11720 with flag 38827/133798
21.29/38.48	c And the winner is solver0
21.48/38.53	c Got one! Elapsed wall clock time (in seconds):38.417
21.48/38.53	o 16
21.48/38.57	c And the winner is solver0
21.56/39.05	c Got one! Elapsed wall clock time (in seconds):38.932
21.56/39.05	o 15
21.56/39.07	c And the winner is solver0
36.35/53.66	c Got one! Elapsed wall clock time (in seconds):53.545
36.35/53.66	o 12
36.39/53.70	c And the winner is solver0
43.36/60.55	c Got one! Elapsed wall clock time (in seconds):60.433
43.36/60.55	o 11
43.66/60.78	c cleaning 6502 clauses out of 13008 with flag 18550/140942
44.26/61.02	c cleaning 6244 clauses out of 12506 with flag 42223/146943
44.66/61.29	c cleaning 6629 clauses out of 13260 with flag 69005/153942
45.47/61.61	c cleaning 7313 clauses out of 14630 with flag 100312/161943
45.47/61.63	c And the winner is solver0
45.56/62.08	c Got one! Elapsed wall clock time (in seconds):61.965
45.56/62.08	o 10
45.96/62.32	c cleaning 6339 clauses out of 12682 with flag 21028/167309
46.16/62.40	c And the winner is solver0
46.30/62.62	c Got one! Elapsed wall clock time (in seconds):62.498
46.30/62.62	o 9
46.44/62.77	c cleaning 5865 clauses out of 11737 with flag 12188/172704
46.44/62.77	c And the winner is solver0
46.69/63.15	c Got one! Elapsed wall clock time (in seconds):63.032
46.69/63.15	o 8
46.97/63.37	c cleaning 5466 clauses out of 10939 with flag 21380/177773
47.37/63.59	c cleaning 5730 clauses out of 11473 with flag 44758/183774
47.98/63.86	c cleaning 6369 clauses out of 12741 with flag 72029/190774
48.57/64.16	c And the winner is solver0
48.74/64.23	c Got one! Elapsed wall clock time (in seconds):64.116
48.74/64.23	o 7
49.23/64.55	c cleaning 9295 clauses out of 18597 with flag 24132/203000
49.84/64.84	c cleaning 7649 clauses out of 15302 with flag 50265/209000
49.84/64.88	c And the winner is solver0
50.08/65.27	c Got one! Elapsed wall clock time (in seconds):65.151
50.08/65.27	o 6
50.30/65.49	c cleaning 6407 clauses out of 12820 with flag 17795/214175
50.50/65.54	c And the winner is solver0
50.64/65.81	c Got one! Elapsed wall clock time (in seconds):65.688
50.64/65.81	o 4
50.64/65.85	c And the winner is solver0
1800.06/1811.81	c >>>>>>>>>> Solver number 0 (76 answers) <<<<<<<<<<<<<<<<<<
1800.06/1811.81	c starts		: 198
1800.06/1811.81	c conflicts		: 215777
1800.06/1811.81	c decisions		: 357065
1800.06/1811.81	c propagations		: 5064936
1800.06/1811.81	c inspects		: 88530622
1800.06/1811.81	c shortcuts		: 0
1800.06/1811.81	c learnt literals	: 39
1800.06/1811.81	c learnt binary clauses	: 38
1800.06/1811.81	c learnt ternary clauses	: 308
1800.06/1811.81	c learnt constraints	: 215737
1800.06/1811.81	c ignored constraints	: 0
1800.06/1811.81	c root simplifications	: 0
1800.06/1811.81	c removed literals (reason simplification)	: 852674
1800.06/1811.81	c reason swapping (by a shorter reason)	: 0
1800.06/1811.81	c Calls to reduceDB	: 33
1800.06/1811.81	c Number of update (reduction) of LBD	: 57640
1800.06/1811.81	c Imported unit clauses	: 0
1800.06/1811.81	c number of reductions to clauses (during analyze)	: 0
1800.06/1811.81	c number of learned constraints concerned by reduction	: 0
1800.06/1811.81	c number of learning phase by resolution	: 0
1800.06/1811.81	c number of learning phase by cutting planes	: 0
1800.06/1811.81	c speed (assignments/second)	: 2795.8048597387974
1800.06/1811.81	c non guided choices	2522
1800.06/1811.81	c learnt constraints type 
1800.06/1811.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.06/1811.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7961
1800.06/1811.81	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/1811.81	c starts		: 96
1800.06/1811.81	c conflicts		: 3973
1800.06/1811.81	c decisions		: 22284
1800.06/1811.81	c propagations		: 132575
1800.06/1811.81	c inspects		: 60541149
1800.06/1811.81	c shortcuts		: 0
1800.06/1811.81	c learnt literals	: 0
1800.06/1811.81	c learnt binary clauses	: 0
1800.06/1811.81	c learnt ternary clauses	: 0
1800.06/1811.81	c learnt constraints	: 3929
1800.06/1811.81	c ignored constraints	: 0
1800.06/1811.81	c root simplifications	: 0
1800.06/1811.81	c removed literals (reason simplification)	: 0
1800.06/1811.81	c reason swapping (by a shorter reason)	: 0
1800.06/1811.81	c Calls to reduceDB	: 0
1800.06/1811.81	c Number of update (reduction) of LBD	: 0
1800.06/1811.81	c Imported unit clauses	: 0
1800.06/1811.81	c number of reductions to clauses (during analyze)	: 0
1800.06/1811.81	c number of learned constraints concerned by reduction	: 0
1800.06/1811.81	c number of learning phase by resolution	: 0
1800.06/1811.81	c number of learning phase by cutting planes	: 0
1800.06/1811.81	c speed (assignments/second)	: 75.93409098459152
1800.06/1811.81	c non guided choices	1377
1800.06/1811.82	c learnt constraints type 
1800.06/1811.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3929
1800.06/1811.82	s SATISFIABLE
1800.06/1811.82	c Found 75 solution(s)
1800.06/1811.82	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/1811.82	c objective function=4
1800.06/1811.82	c Total wall clock time (in seconds): 1811.703

Verifier Data

OK	4

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-4109597-1466342413/watcher-4109597-1466342413 -o /tmp/evaluation-result-4109597-1466342413/solver-4109597-1466342413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109597-1466342413.wbo 

pid=1153
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.92 1.64 0.97 3/199 1156
/proc/meminfo: memFree=29223624/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1156/stat : 1156 (java) D 1153 1156 28908 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36287269 9515008 175 33554432000 1073741824 1073778376 140733881912368 140733881895096 215124624272 0 0 4096 0 18446744072100756772 0 0 17 2 0 0 0 0 0
/proc/1156/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 1.92 1.64 0.97 3/199 1156
/proc/meminfo: memFree=29223624/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 36287269 9787879424 6028 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2389619 6028 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 1.92 1.64 0.97 3/199 1156
/proc/meminfo: memFree=29223624/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 4775 0 1 0 22 1 0 0 20 0 22 0 36287269 10060525568 7895 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 7895 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300314 s]
/proc/loadavg: 1.92 1.64 0.97 3/199 1156
/proc/meminfo: memFree=29223624/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 7272 0 1 0 49 3 0 0 20 0 19 0 36287269 10060525568 9120 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 9120 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+0.700171 s]
/proc/loadavg: 1.92 1.64 0.97 3/199 1156
/proc/meminfo: memFree=29223624/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 7282 0 1 0 51 3 0 0 20 0 22 0 36287269 10060525568 10152 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 10152 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.92 1.64 0.97 2/218 1181
/proc/meminfo: memFree=29173748/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 16371 0 1 0 127 9 0 0 20 0 19 0 36287269 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 15411 2257 9 0 2446860 0
[pid=1156/tid=1158] ppid=1153 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2414 0 1 0 14 2 0 0 20 0 19 0 36287270 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783551050616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36287272 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36287272 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783374214392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36287273 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783373161480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 28908 0 -1 4202560 7945 0 0 0 38 2 0 0 20 0 19 0 36287275 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783371058104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) S 1153 1156 28908 0 -1 4202560 4666 0 0 0 37 0 0 0 20 0 19 0 36287275 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783370005304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36287288 10060525568 15411 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.92 1.64 0.97 4/221 1190
/proc/meminfo: memFree=29157908/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 18238 0 1 0 161 14 0 0 20 0 19 0 36287269 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 20116 2260 9 0 2446860 0
[pid=1156/tid=1158] ppid=1153 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2415 0 1 0 15 2 0 0 20 0 19 0 36287270 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783551050616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36287271 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36287272 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36287272 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783374214392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36287273 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783373161480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 28908 0 -1 4202560 9189 0 0 0 54 2 0 0 20 0 19 0 36287275 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783371058104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) S 1153 1156 28908 0 -1 4202560 5257 0 0 0 48 0 0 0 20 0 19 0 36287275 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783370005304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36287275 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36287288 10060525568 20116 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1841 uid=0 cmd=

[startup+6.30071 s]
/proc/loadavg: 1.84 1.63 0.97 2/218 1208
/proc/meminfo: memFree=29086124/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 21530 0 1 0 267 26 0 0 20 0 22 0 36287269 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 43660 2285 9 0 2446860 0
[pid=1156/tid=1158] ppid=1153 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2417 0 1 0 15 2 0 0 20 0 22 0 36287270 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783551050616 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36287271 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36287272 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36287272 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783374214392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36287273 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783373161480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36287275 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) R 1153 1156 28908 0 -1 4202560 9192 0 0 0 72 2 0 0 20 0 22 0 36287275 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783371051048 139783552859504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) R 1153 1156 28908 0 -1 4202560 8401 0 0 0 75 2 0 0 20 0 22 0 36287275 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783369993056 139783552605384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36287275 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36287275 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36287288 10060525568 43660 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.93

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

/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2445 0 1 0 78 13 0 0 20 0 21 0 36287270 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783551050744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 178 0 0 0 74 8 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 210 0 0 0 73 6 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 494 0 0 0 75 7 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 199 0 0 0 75 7 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 182 0 0 0 71 8 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 162 0 0 0 73 6 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 210 0 0 0 69 6 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 159 0 0 0 68 7 0 0 20 0 21 0 36287271 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 744 0 0 0 59 11 0 0 20 0 21 0 36287272 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36287272 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783374214424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36287273 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783373161512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 28908 0 -1 4202560 15155 0 0 0 159 3 0 0 20 0 21 0 36287275 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783371058104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) S 1153 1156 28908 0 -1 4202560 8414 0 0 0 99 2 0 0 20 0 21 0 36287275 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783370005304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 100 0 0 0 14 14 0 0 20 0 21 0 36287275 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36287288 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1405] ppid=1153 vsize=9824732 CPUtime=1649.96 cores=0,2,4,6
/proc/1156/task/1405/stat : 1405 (java) R 1153 1156 28908 0 -1 4202560 130 0 0 0 164970 26 0 0 20 0 21 0 36293853 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783366843520 139783419128839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1406] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1406/stat : 1406 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36293858 10060525568 191375 33554432000 1073741824 1073778376 140735559637424 139783363687464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1710.53
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.30 2.23 2.01 4/219 1667
/proc/meminfo: memFree=25722620/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=1770.57 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 31455 0 1 0 176823 234 0 0 20 0 21 0 36287269 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 189335 2294 9 0 2446860 0
[pid=1156/tid=1158] ppid=1153 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2445 0 1 0 78 14 0 0 20 0 21 0 36287270 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783551050744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 178 0 0 0 75 8 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 211 0 0 0 74 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 494 0 0 0 75 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 202 0 0 0 77 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 182 0 0 0 71 8 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 163 0 0 0 75 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 210 0 0 0 70 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 159 0 0 0 69 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 746 0 0 0 59 11 0 0 20 0 21 0 36287272 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36287272 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783374214424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36287273 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783373161512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 28908 0 -1 4202560 15155 0 0 0 159 3 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783371058104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) S 1153 1156 28908 0 -1 4202560 8414 0 0 0 99 2 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783370005304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 104 0 0 0 14 15 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36287288 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1405] ppid=1153 vsize=9824732 CPUtime=1709.75 cores=0,2,4,6
/proc/1156/task/1405/stat : 1405 (java) R 1153 1156 28908 0 -1 4202560 133 0 0 0 170948 27 0 0 20 0 21 0 36293853 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783366843424 139783419128748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1406] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1406/stat : 1406 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36293858 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783363687464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.81 s]
/proc/loadavg: 2.24 2.23 2.01 3/220 1672
/proc/meminfo: memFree=25704628/32872528 swapFree=1505436/1685308
[pid=1156] ppid=1153 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 28908 0 -1 4202496 31457 0 1 0 179772 234 0 0 20 0 21 0 36287269 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 140735559628560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1156/statm: 2456183 189335 2294 9 0 2446860 0
[pid=1156/tid=1158] ppid=1153 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) S 1153 1156 28908 0 -1 4202560 2445 0 1 0 78 14 0 0 20 0 21 0 36287270 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783551050744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1159] ppid=1153 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 28908 0 -1 4202560 178 0 0 0 75 8 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783540111912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1160] ppid=1153 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 28908 0 -1 4202560 211 0 0 0 74 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783539059112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1161] ppid=1153 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 28908 0 -1 4202560 494 0 0 0 75 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783538006312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1162] ppid=1153 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 28908 0 -1 4202560 202 0 0 0 77 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783536953512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1163] ppid=1153 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 28908 0 -1 4202560 182 0 0 0 71 8 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783390837800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1164] ppid=1153 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 28908 0 -1 4202560 163 0 0 0 75 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783389785000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1165] ppid=1153 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 28908 0 -1 4202560 210 0 0 0 70 6 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783388732200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1166] ppid=1153 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 28908 0 -1 4202560 159 0 0 0 69 7 0 0 20 0 21 0 36287271 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783387679400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1167] ppid=1153 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 28908 0 -1 4202560 746 0 0 0 59 11 0 0 20 0 21 0 36287272 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783375268328 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1168] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36287272 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783374214424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1169] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 28908 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 36287273 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783373161512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1170] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783372109968 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1171] ppid=1153 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 28908 0 -1 4202560 15155 0 0 0 159 3 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783371058104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1156/tid=1172] ppid=1153 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/1156/task/1172/stat : 1172 (java) S 1153 1156 28908 0 -1 4202560 8414 0 0 0 99 2 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783370005304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1156/tid=1173] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1173/stat : 1173 (java) S 1153 1156 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783368952696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1174] ppid=1153 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/1156/task/1174/stat : 1174 (java) S 1153 1156 28908 0 -1 4202560 106 0 0 0 14 15 0 0 20 0 21 0 36287275 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783367900104 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1177] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1177/stat : 1177 (java) S 1153 1156 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36287288 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783364740008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1156/tid=1405] ppid=1153 vsize=9824732 CPUtime=1739.17 cores=0,2,4,6
/proc/1156/task/1405/stat : 1405 (java) R 1153 1156 28908 0 -1 4202560 133 0 0 0 173889 28 0 0 20 0 21 0 36293853 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783366843424 139783419206359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1156/tid=1406] ppid=1153 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1406/stat : 1406 (java) S 1153 1156 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36293858 10060525568 189335 33554432000 1073741824 1073778376 140735559637424 139783363687464 215127996329 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 1156 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1156 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=370366
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=802573
# CPU time returned by wait4() is 1796.17
# 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): 1811.83
CPU time (s): 1800.06
CPU user time (s): 1797.72
CPU system time (s): 2.34
CPU usage (%): 99.3504
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.37
system time used= 2.80257
maximum resident set size= 888684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80910
involuntary context switches= 30474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.348 second user time and 16.1635 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:20:13
IDJOB=4109597
IDBENCH=78865
IDSOLVER=2552
FILE ID=node135/4109597-1466342413
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
Free space on /tmp= 71704 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.1111216823--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109597-1466342413/watcher-4109597-1466342413 -o /tmp/evaluation-result-4109597-1466342413/solver-4109597-1466342413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109597-1466342413.wbo

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

MD5SUM BENCH= 89a63c055aa545373493189617e0eb71
RANDOM SEED=250805801

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        29224144 kB
Buffers:          190312 kB
Cached:           279176 kB
SwapCached:          772 kB
Active:           886728 kB
Inactive:         332724 kB
Active(anon):     750624 kB
Inactive(anon):     1964 kB
Active(file):     136104 kB
Inactive(file):   330760 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       2525068 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             607636 kB
SReclaimable:      51260 kB
SUnreclaim:       556376 kB
KernelStack:        1816 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2575168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 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 node135 at 2016-06-19 15:50:25