Trace number 4109329

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.09 1810.32

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
MD5SUMd94c91912b6010a0edcf7aeb8ba12985
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark6.40302
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 1231
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109329-1466341862.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.063s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 28 literals
1.46/0.55	c And the winner is solver1
1.77/0.67	c SATISFIABLE
1.77/0.67	c OPTIMIZING...
1.77/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.77/0.68	o 934
2.01/0.71	c And the winner is solver0
2.17/1.18	c Got one! Elapsed wall clock time (in seconds):1.069
2.17/1.18	o 869
2.23/1.27	c cleaning 3050 clauses out of 6104 with flag 6161/6104
2.23/1.27	c And the winner is solver0
2.48/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
2.48/1.68	o 865
2.52/1.77	c And the winner is solver0
2.69/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.69/2.18	o 856
2.75/2.24	c cleaning 4132 clauses out of 8263 with flag 6488/11313
3.01/2.39	c And the winner is solver1
3.25/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
3.25/2.68	o 851
3.28/2.75	c And the winner is solver0
3.41/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
3.41/3.18	o 846
3.45/3.29	c cleaning 7362 clauses out of 14731 with flag 10622/21913
3.69/3.40	c And the winner is solver0
3.95/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
3.95/3.68	o 844
3.95/3.69	c And the winner is solver0
3.97/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
3.97/4.18	o 794
4.28/4.31	c cleaning 6787 clauses out of 13583 with flag 7291/28127
4.28/4.36	c And the winner is solver0
4.74/4.68	c Got one! Elapsed wall clock time (in seconds):4.576
4.74/4.68	o 787
4.76/4.78	c And the winner is solver0
4.94/5.18	c Got one! Elapsed wall clock time (in seconds):5.077
4.94/5.18	o 778
4.96/5.21	c And the winner is solver0
5.00/5.68	c Got one! Elapsed wall clock time (in seconds):5.578
5.00/5.68	o 773
5.03/5.70	c And the winner is solver0
5.06/6.19	c Got one! Elapsed wall clock time (in seconds):6.079
5.06/6.19	o 772
5.06/6.19	c And the winner is solver0
5.06/6.69	c Got one! Elapsed wall clock time (in seconds):6.58
5.06/6.69	o 505
5.09/6.76	c cleaning 6907 clauses out of 13814 with flag 3933/35145
5.34/6.84	c And the winner is solver0
5.65/7.19	c Got one! Elapsed wall clock time (in seconds):7.081
5.65/7.19	o 453
5.65/7.19	c And the winner is solver0
5.66/7.69	c Got one! Elapsed wall clock time (in seconds):7.582
5.66/7.69	o 419
5.69/7.76	c cleaning 6013 clauses out of 12036 with flag 7218/40274
5.69/7.79	c And the winner is solver0
5.89/8.19	c Got one! Elapsed wall clock time (in seconds):8.083
5.89/8.19	o 416
5.90/8.23	c And the winner is solver0
5.99/8.69	c Got one! Elapsed wall clock time (in seconds):8.584
5.99/8.69	o 412
6.00/8.79	c And the winner is solver0
6.23/9.19	c Got one! Elapsed wall clock time (in seconds):9.085
6.23/9.19	o 407
6.24/9.24	c cleaning 6379 clauses out of 12766 with flag 3873/47017
6.24/9.25	c And the winner is solver0
6.38/9.69	c Got one! Elapsed wall clock time (in seconds):9.586
6.38/9.69	o 400
6.38/9.73	c And the winner is solver0
6.47/10.19	c Got one! Elapsed wall clock time (in seconds):10.087
6.47/10.19	o 396
6.48/10.21	c And the winner is solver0
6.52/10.69	c Got one! Elapsed wall clock time (in seconds):10.588
6.52/10.69	o 391
6.52/10.79	c And the winner is solver0
6.73/11.20	c Got one! Elapsed wall clock time (in seconds):11.089
6.73/11.20	o 390
6.73/11.24	c cleaning 6409 clauses out of 12820 with flag 3760/53450
6.73/11.26	c And the winner is solver0
6.93/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
6.93/11.70	o 389
6.93/11.80	c And the winner is solver0
7.17/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
7.17/12.20	o 388
7.17/12.24	c cleaning 5934 clauses out of 11883 with flag 4015/58922
7.35/12.30	c And the winner is solver0
7.39/12.70	c Got one! Elapsed wall clock time (in seconds):12.591
7.39/12.70	o 387
7.39/12.78	c And the winner is solver0
7.58/13.20	c Got one! Elapsed wall clock time (in seconds):13.092
7.58/13.20	o 386
7.58/13.26	c cleaning 5937 clauses out of 11884 with flag 3922/64857
7.82/13.32	c And the winner is solver0
7.87/13.70	c Got one! Elapsed wall clock time (in seconds):13.593
7.87/13.70	o 383
7.87/13.73	c And the winner is solver0
7.93/14.20	c Got one! Elapsed wall clock time (in seconds):14.094
7.93/14.20	o 378
7.93/14.30	c cleaning 5921 clauses out of 11845 with flag 12831/70755
8.55/14.50	c cleaning 5957 clauses out of 11924 with flag 36580/76755
8.55/14.52	c And the winner is solver0
8.62/14.70	c Got one! Elapsed wall clock time (in seconds):14.595
8.62/14.70	o 377
8.62/14.72	c And the winner is solver0
8.67/15.20	c Got one! Elapsed wall clock time (in seconds):15.096
8.67/15.20	o 369
8.67/15.22	c And the winner is solver0
8.74/15.71	c Got one! Elapsed wall clock time (in seconds):15.598
8.74/15.71	o 366
8.74/15.73	c And the winner is solver0
8.81/16.21	c Got one! Elapsed wall clock time (in seconds):16.099
8.81/16.21	o 364
8.81/16.27	c And the winner is solver0
8.97/16.71	c Got one! Elapsed wall clock time (in seconds):16.6
8.97/16.71	o 360
9.15/16.85	c cleaning 7177 clauses out of 14354 with flag 17090/85142
9.35/16.96	c And the winner is solver0
9.50/17.21	c Got one! Elapsed wall clock time (in seconds):17.101
9.50/17.21	o 356
9.50/17.29	c cleaning 6573 clauses out of 13158 with flag 8525/91123
9.68/17.31	c And the winner is solver0
9.74/17.71	c Got one! Elapsed wall clock time (in seconds):17.602
9.74/17.71	o 355
9.74/17.71	c And the winner is solver0
9.74/18.21	c Got one! Elapsed wall clock time (in seconds):18.103
9.74/18.21	o 354
9.91/18.32	c And the winner is solver0
9.99/18.71	c Got one! Elapsed wall clock time (in seconds):18.604
9.99/18.71	o 342
9.99/18.75	c And the winner is solver0
10.08/19.21	c Got one! Elapsed wall clock time (in seconds):19.104
10.08/19.21	o 338
10.08/19.24	c And the winner is solver0
10.19/19.71	c Got one! Elapsed wall clock time (in seconds):19.605
10.19/19.71	o 329
10.19/19.76	c cleaning 6773 clauses out of 13552 with flag 4443/98090
10.37/19.81	c And the winner is solver0
10.41/20.21	c Got one! Elapsed wall clock time (in seconds):20.106
10.41/20.21	o 322
10.41/20.27	c And the winner is solver0
10.54/20.71	c Got one! Elapsed wall clock time (in seconds):20.607
10.54/20.71	o 314
10.54/20.77	c And the winner is solver0
10.67/21.21	c Got one! Elapsed wall clock time (in seconds):21.108
10.67/21.21	o 312
10.85/21.31	c cleaning 7022 clauses out of 14046 with flag 9120/105357
10.85/21.34	c And the winner is solver0
11.24/21.72	c Got one! Elapsed wall clock time (in seconds):21.609
11.24/21.72	o 306
11.24/21.72	c And the winner is solver0
11.24/22.22	c Got one! Elapsed wall clock time (in seconds):22.11
11.24/22.22	o 300
11.24/22.22	c And the winner is solver0
11.24/22.72	c Got one! Elapsed wall clock time (in seconds):22.611
11.24/22.72	o 230
11.24/22.74	c And the winner is solver0
11.31/23.22	c Got one! Elapsed wall clock time (in seconds):23.111
11.31/23.22	o 225
11.46/23.37	c cleaning 6586 clauses out of 13172 with flag 16937/111505
12.01/23.57	c cleaning 6294 clauses out of 12588 with flag 43392/117507
12.31/23.62	c And the winner is solver0
12.47/23.72	c Got one! Elapsed wall clock time (in seconds):23.612
12.47/23.72	o 221
12.47/23.74	c And the winner is solver0
12.56/24.22	c Got one! Elapsed wall clock time (in seconds):24.113
12.56/24.22	o 208
12.73/24.36	c cleaning 6206 clauses out of 12420 with flag 16717/123633
12.73/24.38	c And the winner is solver0
12.91/24.72	c Got one! Elapsed wall clock time (in seconds):24.614
12.91/24.72	o 198
12.91/24.72	c And the winner is solver0
12.92/25.22	c Got one! Elapsed wall clock time (in seconds):25.115
12.92/25.22	o 193
13.09/25.31	c And the winner is solver0
13.13/25.72	c Got one! Elapsed wall clock time (in seconds):25.616
13.13/25.72	o 187
13.13/25.79	c And the winner is solver0
13.36/26.22	c Got one! Elapsed wall clock time (in seconds):26.116
13.36/26.22	o 176
13.36/26.27	c And the winner is solver0
13.46/26.72	c Got one! Elapsed wall clock time (in seconds):26.617
13.46/26.72	o 160
13.46/26.73	c And the winner is solver0
13.49/27.22	c Got one! Elapsed wall clock time (in seconds):27.118
13.49/27.22	o 155
13.49/27.27	c cleaning 7087 clauses out of 14173 with flag 4689/131592
13.83/27.46	c And the winner is solver0
14.00/27.73	c Got one! Elapsed wall clock time (in seconds):27.619
14.00/27.73	o 153
14.00/27.78	c And the winner is solver0
14.13/28.23	c Got one! Elapsed wall clock time (in seconds):28.12
14.13/28.23	o 151
14.13/28.23	c And the winner is solver0
14.13/28.73	c Got one! Elapsed wall clock time (in seconds):28.621
14.13/28.73	o 149
14.13/28.76	c And the winner is solver0
14.20/29.23	c Got one! Elapsed wall clock time (in seconds):29.122
14.20/29.23	o 148
14.33/29.32	c And the winner is solver0
14.41/29.73	c Got one! Elapsed wall clock time (in seconds):29.623
14.41/29.73	o 145
14.57/29.83	c cleaning 9787 clauses out of 19577 with flag 8889/144083
14.57/29.85	c And the winner is solver0
14.69/30.23	c Got one! Elapsed wall clock time (in seconds):30.124
14.69/30.23	o 133
14.82/30.35	c And the winner is solver0
14.94/30.73	c Got one! Elapsed wall clock time (in seconds):30.624
14.94/30.73	o 130
15.09/30.83	c cleaning 7927 clauses out of 15856 with flag 9710/150149
15.09/30.84	c And the winner is solver0
15.18/31.23	c Got one! Elapsed wall clock time (in seconds):31.125
15.18/31.23	o 129
15.18/31.24	c And the winner is solver0
15.20/31.73	c Got one! Elapsed wall clock time (in seconds):31.626
15.20/31.73	o 123
15.33/31.81	c And the winner is solver0
15.39/32.23	c Got one! Elapsed wall clock time (in seconds):32.127
15.39/32.23	o 109
15.52/32.35	c cleaning 6975 clauses out of 13957 with flag 14972/156177
15.92/32.55	c cleaning 6491 clauses out of 12983 with flag 40832/162178
15.92/32.57	c And the winner is solver0
16.12/32.73	c Got one! Elapsed wall clock time (in seconds):32.628
16.12/32.73	o 104
16.12/32.75	c And the winner is solver0
16.18/33.23	c Got one! Elapsed wall clock time (in seconds):33.128
16.18/33.23	o 81
16.50/33.41	c cleaning 6231 clauses out of 12466 with flag 22754/168152
16.50/33.46	c And the winner is solver0
16.67/33.74	c Got one! Elapsed wall clock time (in seconds):33.629
16.67/33.74	o 80
16.79/33.89	c cleaning 6073 clauses out of 12150 with flag 19099/174067
17.19/34.09	c cleaning 6038 clauses out of 12077 with flag 48004/180067
17.80/34.33	c cleaning 6514 clauses out of 13040 with flag 80951/187069
18.42/34.64	c cleaning 7260 clauses out of 14525 with flag 119774/195069
19.23/35.02	c cleaning 8132 clauses out of 16263 with flag 166872/204068
20.06/35.45	c cleaning 9064 clauses out of 18133 with flag 218773/214071
21.06/35.90	c cleaning 10032 clauses out of 20063 with flag 275833/225067
21.25/36.07	c And the winner is solver0
21.43/36.24	c Got one! Elapsed wall clock time (in seconds):36.131
21.43/36.24	o 73
21.43/36.29	c cleaning 7680 clauses out of 15376 with flag 5188/230413
21.95/36.51	c cleaning 6848 clauses out of 13697 with flag 36490/236416
22.35/36.76	c cleaning 6923 clauses out of 13845 with flag 70457/243413
22.97/37.05	c cleaning 7457 clauses out of 14921 with flag 108584/251416
22.97/37.07	c And the winner is solver0
23.14/37.24	c Got one! Elapsed wall clock time (in seconds):37.134
23.14/37.24	o 72
23.46/37.43	c cleaning 6568 clauses out of 13137 with flag 24064/257091
23.84/37.65	c cleaning 6281 clauses out of 12567 with flag 52589/263091
23.84/37.67	c And the winner is solver0
24.02/37.74	c Got one! Elapsed wall clock time (in seconds):37.637
24.02/37.74	o 70
24.12/37.83	c And the winner is solver0
24.21/38.25	c Got one! Elapsed wall clock time (in seconds):38.141
24.21/38.25	o 30
24.30/38.33	c And the winner is solver0
24.41/38.75	c Got one! Elapsed wall clock time (in seconds):38.645
24.41/38.75	o 29
24.41/38.77	c And the winner is solver0
29.98/44.27	c Got one! Elapsed wall clock time (in seconds):44.164
29.98/44.27	o 24
29.98/44.28	c And the winner is solver0
34.29/48.54	c Got one! Elapsed wall clock time (in seconds):48.435
34.29/48.54	o 23
34.29/48.55	c And the winner is solver0
1800.09/1810.30	c >>>>>>>>>> Solver number 0 (73 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.30	c starts		: 1851
1800.09/1810.30	c conflicts		: 268042
1800.09/1810.30	c decisions		: 424844
1800.09/1810.30	c propagations		: 5748596
1800.09/1810.30	c inspects		: 99292197
1800.09/1810.30	c shortcuts		: 0
1800.09/1810.30	c learnt literals	: 24
1800.09/1810.30	c learnt binary clauses	: 189
1800.09/1810.30	c learnt ternary clauses	: 864
1800.09/1810.30	c learnt constraints	: 268017
1800.09/1810.30	c ignored constraints	: 0
1800.09/1810.30	c root simplifications	: 0
1800.09/1810.30	c removed literals (reason simplification)	: 3355113
1800.09/1810.30	c reason swapping (by a shorter reason)	: 0
1800.09/1810.30	c Calls to reduceDB	: 38
1800.09/1810.30	c Number of update (reduction) of LBD	: 70071
1800.09/1810.30	c Imported unit clauses	: 0
1800.09/1810.30	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.30	c number of learned constraints concerned by reduction	: 0
1800.09/1810.30	c number of learning phase by resolution	: 0
1800.09/1810.30	c number of learning phase by cutting planes	: 0
1800.09/1810.30	c speed (assignments/second)	: 3180.196313058641
1800.09/1810.30	c non guided choices	2263
1800.09/1810.31	c learnt constraints type 
1800.09/1810.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 189
1800.09/1810.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11041
1800.09/1810.31	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.31	c starts		: 90
1800.09/1810.31	c conflicts		: 3528
1800.09/1810.31	c decisions		: 18784
1800.09/1810.31	c propagations		: 112318
1800.09/1810.31	c inspects		: 40213803
1800.09/1810.31	c shortcuts		: 0
1800.09/1810.31	c learnt literals	: 0
1800.09/1810.31	c learnt binary clauses	: 0
1800.09/1810.31	c learnt ternary clauses	: 0
1800.09/1810.31	c learnt constraints	: 3483
1800.09/1810.31	c ignored constraints	: 0
1800.09/1810.31	c root simplifications	: 0
1800.09/1810.31	c removed literals (reason simplification)	: 0
1800.09/1810.31	c reason swapping (by a shorter reason)	: 0
1800.09/1810.31	c Calls to reduceDB	: 0
1800.09/1810.31	c Number of update (reduction) of LBD	: 0
1800.09/1810.31	c Imported unit clauses	: 0
1800.09/1810.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.31	c number of learned constraints concerned by reduction	: 0
1800.09/1810.31	c number of learning phase by resolution	: 0
1800.09/1810.31	c number of learning phase by cutting planes	: 0
1800.09/1810.31	c speed (assignments/second)	: 63.7539073519804
1800.09/1810.31	c non guided choices	853
1800.09/1810.31	c learnt constraints type 
1800.09/1810.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.09/1810.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3481
1800.09/1810.31	s SATISFIABLE
1800.09/1810.31	c Found 74 solution(s)
1800.09/1810.31	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 
1800.09/1810.31	c objective function=23
1800.09/1810.31	c Total wall clock time (in seconds): 1810.207

Verifier Data

OK	23

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

pid=29987
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.64 0.59 0.31 6/199 29990
/proc/meminfo: memFree=29802004/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36232087 98570240 977 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 24065 978 744 9 0 16771 0
[pid=29990/tid=29991] ppid=29987 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) R 29987 29990 28908 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36232087 98570240 978 33554432000 1073741824 1073778376 140733836634976 140067828956712 215124624768 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100144 s]
/proc/loadavg: 1.64 0.59 0.31 6/199 29990
/proc/meminfo: memFree=29802004/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 36232087 9787879424 6104 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2389619 6104 2156 9 0 2380296 0
[pid=29990/tid=29991] ppid=29987 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) R 29987 29990 28908 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 36232087 9787879424 6104 33554432000 1073741824 1073778376 140733836634976 140067828960160 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 1.64 0.59 0.31 6/199 29990
/proc/meminfo: memFree=29802004/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 4791 0 1 0 25 1 0 0 20 0 22 0 36232087 10060525568 7908 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 7908 2219 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 22 0 36232087 10060525568 7908 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300279 s]
/proc/loadavg: 1.64 0.59 0.31 6/199 29990
/proc/meminfo: memFree=29802004/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 8374 0 1 0 63 2 0 0 20 0 22 0 36232087 10060525568 10052 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 10052 2247 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 22 0 36232087 10060525568 10052 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700217 s]
/proc/loadavg: 1.64 0.59 0.31 6/199 29990
/proc/meminfo: memFree=29802004/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 17853 0 1 0 195 6 0 0 20 0 22 0 36232087 10060525568 20217 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 20217 2260 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2410 0 1 0 14 1 0 0 20 0 22 0 36232087 10060525568 20217 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 1.64 0.59 0.31 2/215 30021
/proc/meminfo: memFree=29726928/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 18235 0 1 0 237 11 0 0 20 0 19 0 36232087 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 26416 2268 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2411 0 1 0 14 1 0 0 20 0 19 0 36232087 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29993] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29993/stat : 29993 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067818023208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29994] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29994/stat : 29994 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067816970408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=29995] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29995/stat : 29995 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067815918120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29996] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29996/stat : 29996 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067814865320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5582 0 0 0 59 2 0 0 20 0 19 0 36232092 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 8871 0 0 0 64 2 0 0 20 0 19 0 36232092 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30007/stat : 30007 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067646524536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30008] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30008/stat : 30008 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067645471944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30018] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30018/stat : 30018 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232155 10060525568 26416 33554432000 1073741824 1073778376 140733836634976 140067642312360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.59 0.60 0.32 5/218 30036
/proc/meminfo: memFree=29672920/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 18487 0 1 0 324 17 0 0 20 0 19 0 36232087 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 45896 2284 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2412 0 1 0 14 2 0 0 20 0 19 0 36232087 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29993] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29993/stat : 29993 (java) S 29987 29990 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067818023208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29994] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29994/stat : 29994 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067816970408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=29995] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29995/stat : 29995 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067815918120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29996] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29996/stat : 29996 (java) S 29987 29990 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067814865320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5742 0 0 0 65 2 0 0 20 0 19 0 36232092 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 8871 0 0 0 75 2 0 0 20 0 19 0 36232092 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30007/stat : 30007 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067646524536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30008] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30008/stat : 30008 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 45896 33554432000 1073741824 1073778376 140733836634976 140067645471944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30081 s]
/proc/loadavg: 1.59 0.60 0.32 3/218 30075
/proc/meminfo: memFree=29588628/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 22697 0 1 0 475 31 0 0 20 0 19 0 36232087 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 48814 2286 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2413 0 1 0 15 2 0 0 20 0 19 0 36232087 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067828962168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29993] ppid=29987 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29990/task/29993/stat : 29993 (java) S 29987 29990 28908 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067818023208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29994] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29994/stat : 29994 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067816970408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29995] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29995/stat : 29995 (java) S 29987 29990 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067815918120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29996] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29996/stat : 29996 (java) S 29987 29990 28908 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067814865320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232088 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 7 0 0 0 0 2 0 0 20 0 19 0 36232089 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36232089 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232092 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5743 0 0 0 77 2 0 0 20 0 19 0 36232092 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 12991 0 0 0 107 2 0 0 20 0 19 0 36232092 10060525568 48814 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 164 0 0 0 81 7 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 133 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 187 0 0 0 76 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 151 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 720 0 0 0 50 12 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5750 0 0 0 85 2 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 22857 0 0 0 216 3 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30007/stat : 30007 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067646524536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30008] ppid=29987 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29990/task/30008/stat : 30008 (java) S 29987 29990 28908 0 -1 4202560 103 0 0 0 12 13 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067645471944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30042] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30042/stat : 30042 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36232355 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067642311848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30535] ppid=29987 vsize=9824732 CPUtime=1726.73 cores=1,3,5,7
/proc/29990/task/30535/stat : 30535 (java) R 29987 29990 28908 0 -1 4202560 678 0 0 0 172641 32 0 0 20 0 21 0 36236942 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067644414784 140067692571479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30536] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30536/stat : 30536 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236944 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067643364136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.08
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.27 2.24 1.88 3/219 1437
/proc/meminfo: memFree=28531996/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 36757 0 1 0 179769 239 0 0 20 0 21 0 36232087 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 171057 2294 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2437 0 1 0 42 15 0 0 20 0 21 0 36232087 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067828962296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29993] ppid=29987 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/29990/task/29993/stat : 29993 (java) S 29987 29990 28908 0 -1 4202560 181 0 0 0 80 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067818023208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29994] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/29994/stat : 29994 (java) S 29987 29990 28908 0 -1 4202560 133 0 0 0 76 7 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067816970408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=29995] ppid=29987 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/29990/task/29995/stat : 29995 (java) S 29987 29990 28908 0 -1 4202560 145 0 0 0 78 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067815918120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29996] ppid=29987 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/29990/task/29996/stat : 29996 (java) S 29987 29990 28908 0 -1 4202560 193 0 0 0 81 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067814865320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 164 0 0 0 81 7 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 133 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 187 0 0 0 76 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 151 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 720 0 0 0 50 12 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5750 0 0 0 85 2 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 22857 0 0 0 216 3 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30007/stat : 30007 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067646524536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30008] ppid=29987 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29990/task/30008/stat : 30008 (java) S 29987 29990 28908 0 -1 4202560 103 0 0 0 12 13 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067645471944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30042] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30042/stat : 30042 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36232355 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067642311848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30535] ppid=29987 vsize=9824732 CPUtime=1754.65 cores=1,3,5,7
/proc/29990/task/30535/stat : 30535 (java) R 29987 29990 28908 0 -1 4202560 678 0 0 0 175433 32 0 0 20 0 21 0 36236942 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067644414784 140067692653381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30536] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30536/stat : 30536 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236944 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067643364136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 29990 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1810.3 s]
/proc/loadavg: 2.27 2.24 1.88 3/219 1437
/proc/meminfo: memFree=28531996/32872528 swapFree=1505436/1685308
[pid=29990] ppid=29987 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/29990/stat : 29990 (java) S 29987 29990 28908 0 -1 4202496 36757 0 1 0 179769 239 0 0 20 0 21 0 36232087 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140733836626112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29990/statm: 2456183 171057 2294 9 0 2446860 0
[pid=29990/tid=29991] ppid=29987 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29990/task/29991/stat : 29991 (java) S 29987 29990 28908 0 -1 4202560 2437 0 1 0 42 15 0 0 20 0 21 0 36232087 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067828962296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29993] ppid=29987 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/29990/task/29993/stat : 29993 (java) S 29987 29990 28908 0 -1 4202560 181 0 0 0 80 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067818023208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29994] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/29994/stat : 29994 (java) S 29987 29990 28908 0 -1 4202560 133 0 0 0 76 7 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067816970408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=29995] ppid=29987 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/29990/task/29995/stat : 29995 (java) S 29987 29990 28908 0 -1 4202560 145 0 0 0 78 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067815918120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=29996] ppid=29987 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/29990/task/29996/stat : 29996 (java) S 29987 29990 28908 0 -1 4202560 193 0 0 0 81 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067814865320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=29997] ppid=29987 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/29990/task/29997/stat : 29997 (java) S 29987 29990 28908 0 -1 4202560 164 0 0 0 81 7 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067813813032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29998] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/29998/stat : 29998 (java) S 29987 29990 28908 0 -1 4202560 133 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067812760232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=29999] ppid=29987 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/29990/task/29999/stat : 29999 (java) S 29987 29990 28908 0 -1 4202560 187 0 0 0 76 8 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067811707944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30000] ppid=29987 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/29990/task/30000/stat : 30000 (java) S 29987 29990 28908 0 -1 4202560 151 0 0 0 77 6 0 0 20 0 21 0 36232088 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067810655144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30001] ppid=29987 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29990/task/30001/stat : 30001 (java) S 29987 29990 28908 0 -1 4202560 720 0 0 0 50 12 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067652839656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30002] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30002/stat : 30002 (java) S 29987 29990 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067651785720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30003] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30003/stat : 30003 (java) S 29987 29990 28908 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 36232089 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067650733320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30004] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30004/stat : 30004 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067649681808 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30005] ppid=29987 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/29990/task/30005/stat : 30005 (java) S 29987 29990 28908 0 -1 4202560 5750 0 0 0 85 2 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067648629432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29990/tid=30006] ppid=29987 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/29990/task/30006/stat : 30006 (java) S 29987 29990 28908 0 -1 4202560 22857 0 0 0 216 3 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067647576632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30007] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30007/stat : 30007 (java) S 29987 29990 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067646524536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29990/tid=30008] ppid=29987 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29990/task/30008/stat : 30008 (java) S 29987 29990 28908 0 -1 4202560 103 0 0 0 12 13 0 0 20 0 21 0 36232092 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067645471944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30042] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30042/stat : 30042 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36232355 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067642311848 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29990/tid=30535] ppid=29987 vsize=9824732 CPUtime=1754.65 cores=1,3,5,7
/proc/29990/task/30535/stat : 30535 (java) R 29987 29990 28908 0 -1 4202560 678 0 0 0 175433 32 0 0 20 0 21 0 36236942 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067644414784 140067692653381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29990/tid=30536] ppid=29987 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29990/task/30536/stat : 30536 (java) S 29987 29990 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236944 10060525568 171057 33554432000 1073741824 1073778376 140733836634976 140067643364136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999975
#  lost CPU user time (s): 0.00999975
#  lost CPU system time (s): 0

Real time (s): 1810.32
CPU time (s): 1800.09
CPU user time (s): 1797.7
CPU system time (s): 2.39
CPU usage (%): 99.4347
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.2
system time used= 2.82157
maximum resident set size= 849652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36789
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82008
involuntary context switches= 45468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3613 second user time and 12.876 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:11:02
IDJOB=4109329
IDBENCH=78779
IDSOLVER=2552
FILE ID=node135/4109329-1466341862
RUNJOBID= node135-1466341810-28925
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.1110974180--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109329-1466341862/watcher-4109329-1466341862 -o /tmp/evaluation-result-4109329-1466341862/solver-4109329-1466341862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28925 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109329-1466341862.wbo

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

MD5SUM BENCH= d94c91912b6010a0edcf7aeb8ba12985
RANDOM SEED=235399521

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:        29802268 kB
Buffers:          189456 kB
Cached:           278648 kB
SwapCached:          772 kB
Active:           310704 kB
Inactive:         332288 kB
Active(anon):     175548 kB
Inactive(anon):     1964 kB
Active(file):     135156 kB
Inactive(file):   330324 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:              1736 kB
Writeback:             0 kB
AnonPages:       1859748 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             608104 kB
SReclaimable:      51172 kB
SUnreclaim:       556932 kB
KernelStack:        1624 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:41:12