Trace number 4092301

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) 1801.16 1810.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark5.42017
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092301-1466083389.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
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 => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
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.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
0.63/0.33	c And the winner is solver0
1.20/0.69	c SATISFIABLE
1.20/0.69	c OPTIMIZING...
1.20/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.20/0.69	o 1006
1.21/0.70	c And the winner is solver0
1.21/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
1.21/1.19	o 969
1.21/1.20	c And the winner is solver0
1.22/1.69	c Got one! Elapsed wall clock time (in seconds):1.572
1.22/1.69	o 883
1.23/1.70	c And the winner is solver0
1.25/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.25/2.19	o 876
1.28/2.21	c And the winner is solver0
1.28/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
1.28/2.69	o 872
1.30/2.71	c And the winner is solver0
1.39/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
1.39/3.20	o 870
1.39/3.20	c And the winner is solver0
1.39/3.70	c Got one! Elapsed wall clock time (in seconds):3.578
1.39/3.70	o 844
1.39/3.71	c And the winner is solver0
1.52/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
1.52/4.20	o 843
1.52/4.22	c And the winner is solver0
1.67/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
1.67/4.70	o 834
1.67/4.71	c And the winner is solver0
1.68/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
1.68/5.20	o 825
1.68/5.22	c And the winner is solver0
1.75/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
1.75/5.70	o 821
1.75/5.71	c And the winner is solver0
1.76/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
1.76/6.20	o 642
1.76/6.21	c And the winner is solver0
1.76/6.71	c Got one! Elapsed wall clock time (in seconds):6.587
1.76/6.71	o 640
1.76/6.79	c And the winner is solver0
2.16/7.21	c Got one! Elapsed wall clock time (in seconds):7.088
2.16/7.21	o 390
2.16/7.21	c And the winner is solver0
2.17/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
2.17/7.71	o 358
2.17/7.72	c And the winner is solver0
2.19/8.21	c Got one! Elapsed wall clock time (in seconds):8.091
2.19/8.21	o 349
2.19/8.22	c And the winner is solver0
2.22/8.71	c Got one! Elapsed wall clock time (in seconds):8.592
2.22/8.71	o 342
2.42/8.82	c And the winner is solver0
2.47/9.21	c Got one! Elapsed wall clock time (in seconds):9.093
2.47/9.21	o 339
2.75/9.34	c cleaning 4278 clauses out of 8555 with flag 3505/8555
2.75/9.39	c And the winner is solver0
3.36/9.71	c Got one! Elapsed wall clock time (in seconds):9.594
3.36/9.71	o 336
3.57/9.80	c And the winner is solver0
3.58/10.21	c Got one! Elapsed wall clock time (in seconds):10.096
3.58/10.21	o 333
3.75/10.37	c cleaning 5130 clauses out of 10265 with flag 10378/14543
3.96/10.44	c And the winner is solver0
4.08/10.72	c Got one! Elapsed wall clock time (in seconds):10.597
4.08/10.72	o 311
4.08/10.76	c And the winner is solver0
4.18/11.22	c Got one! Elapsed wall clock time (in seconds):11.098
4.18/11.22	o 305
4.18/11.25	c And the winner is solver0
4.26/11.72	c Got one! Elapsed wall clock time (in seconds):11.599
4.26/11.72	o 294
4.26/11.77	c And the winner is solver0
4.40/12.22	c Got one! Elapsed wall clock time (in seconds):12.1
4.40/12.22	o 287
4.55/12.31	c And the winner is solver0
4.60/12.72	c Got one! Elapsed wall clock time (in seconds):12.601
4.60/12.72	o 285
4.60/12.80	c cleaning 6098 clauses out of 12198 with flag 4068/21606
4.80/12.88	c And the winner is solver0
5.00/13.22	c Got one! Elapsed wall clock time (in seconds):13.102
5.00/13.22	o 282
5.00/13.29	c And the winner is solver0
5.19/13.72	c Got one! Elapsed wall clock time (in seconds):13.604
5.19/13.72	o 276
5.34/13.81	c And the winner is solver0
5.40/14.22	c Got one! Elapsed wall clock time (in seconds):14.105
5.40/14.22	o 275
5.56/14.33	c cleaning 6664 clauses out of 13338 with flag 6835/28844
5.56/14.33	c And the winner is solver0
5.67/14.72	c Got one! Elapsed wall clock time (in seconds):14.606
5.67/14.72	o 274
5.87/14.89	c And the winner is solver0
6.12/15.23	c Got one! Elapsed wall clock time (in seconds):15.107
6.12/15.23	o 273
6.26/15.33	c cleaning 5912 clauses out of 11833 with flag 8171/34003
6.26/15.35	c And the winner is solver0
6.40/15.73	c Got one! Elapsed wall clock time (in seconds):15.608
6.40/15.73	o 271
6.40/15.75	c And the winner is solver0
6.46/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
6.46/16.23	o 270
6.60/16.39	c And the winner is solver0
6.81/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
6.81/16.73	o 269
6.95/16.80	c And the winner is solver0
6.99/17.23	c Got one! Elapsed wall clock time (in seconds):17.111
6.99/17.23	o 268
7.14/17.32	c cleaning 6410 clauses out of 12829 with flag 4232/40911
7.14/17.38	c And the winner is solver0
7.33/17.73	c Got one! Elapsed wall clock time (in seconds):17.613
7.33/17.73	o 265
7.33/17.77	c And the winner is solver0
7.42/18.23	c Got one! Elapsed wall clock time (in seconds):18.114
7.42/18.23	o 261
7.75/18.47	c cleaning 6270 clauses out of 12540 with flag 19739/47032
7.95/18.55	c And the winner is solver0
8.10/18.74	c Got one! Elapsed wall clock time (in seconds):18.619
8.10/18.74	o 256
8.23/18.86	c And the winner is solver0
8.55/19.24	c Got one! Elapsed wall clock time (in seconds):19.12
8.55/19.24	o 255
8.55/19.28	c And the winner is solver0
8.65/19.74	c Got one! Elapsed wall clock time (in seconds):19.62
8.65/19.74	o 252
8.78/19.85	c cleaning 6488 clauses out of 12989 with flag 8461/53751
8.78/19.89	c And the winner is solver0
9.07/20.24	c Got one! Elapsed wall clock time (in seconds):20.121
9.07/20.24	o 241
9.61/20.50	c cleaning 6190 clauses out of 12388 with flag 23154/59638
9.61/20.50	c And the winner is solver0
9.65/20.74	c Got one! Elapsed wall clock time (in seconds):20.622
9.65/20.74	o 236
9.65/20.78	c And the winner is solver0
9.76/21.24	c Got one! Elapsed wall clock time (in seconds):21.123
9.76/21.24	o 231
9.87/21.37	c And the winner is solver0
10.16/21.74	c Got one! Elapsed wall clock time (in seconds):21.624
10.16/21.74	o 168
10.16/21.78	c And the winner is solver0
10.27/22.24	c Got one! Elapsed wall clock time (in seconds):22.125
10.27/22.24	o 167
10.57/22.42	c cleaning 6787 clauses out of 13582 with flag 12744/67022
10.57/22.49	c And the winner is solver0
10.79/22.74	c Got one! Elapsed wall clock time (in seconds):22.626
10.79/22.74	o 165
11.12/22.97	c cleaning 6071 clauses out of 12146 with flag 16844/72373
11.53/23.16	c And the winner is solver0
11.66/23.25	c Got one! Elapsed wall clock time (in seconds):23.127
11.66/23.25	o 160
11.76/23.31	c cleaning 5652 clauses out of 11311 with flag 4258/77609
11.76/23.38	c And the winner is solver0
12.07/23.75	c Got one! Elapsed wall clock time (in seconds):23.628
12.07/23.75	o 159
12.16/23.84	c And the winner is solver0
12.27/24.25	c Got one! Elapsed wall clock time (in seconds):24.129
12.27/24.25	o 158
12.27/24.29	c And the winner is solver0
12.38/24.75	c Got one! Elapsed wall clock time (in seconds):24.63
12.38/24.75	o 156
12.38/24.78	c And the winner is solver0
12.49/25.25	c Got one! Elapsed wall clock time (in seconds):25.131
12.49/25.25	o 152
12.49/25.26	c And the winner is solver0
12.54/25.75	c Got one! Elapsed wall clock time (in seconds):25.632
12.54/25.75	o 145
12.54/25.79	c And the winner is solver0
12.66/26.25	c Got one! Elapsed wall clock time (in seconds):26.133
12.66/26.25	o 143
12.66/26.27	c And the winner is solver0
12.73/26.75	c Got one! Elapsed wall clock time (in seconds):26.633
12.73/26.75	o 142
12.73/26.79	c And the winner is solver0
12.84/27.25	c Got one! Elapsed wall clock time (in seconds):27.134
12.84/27.25	o 140
13.13/27.45	c cleaning 7790 clauses out of 15583 with flag 10808/87533
13.13/27.49	c And the winner is solver0
13.65/27.75	c Got one! Elapsed wall clock time (in seconds):27.635
13.65/27.75	o 127
13.82/27.80	c And the winner is solver0
13.86/28.25	c Got one! Elapsed wall clock time (in seconds):28.136
13.86/28.25	o 125
13.95/28.31	c And the winner is solver0
13.99/28.76	c Got one! Elapsed wall clock time (in seconds):28.637
13.99/28.76	o 124
14.08/28.82	c And the winner is solver0
14.16/29.26	c Got one! Elapsed wall clock time (in seconds):29.138
14.16/29.26	o 115
14.24/29.39	c And the winner is solver0
14.57/29.76	c Got one! Elapsed wall clock time (in seconds):29.639
14.57/29.76	o 114
14.68/29.83	c cleaning 7868 clauses out of 15747 with flag 3469/95487
15.07/30.09	c cleaning 6937 clauses out of 13880 with flag 25866/101488
15.27/30.17	c And the winner is solver0
15.45/30.26	c Got one! Elapsed wall clock time (in seconds):30.14
15.45/30.26	o 102
15.73/30.42	c cleaning 5983 clauses out of 11968 with flag 11200/106513
15.73/30.47	c And the winner is solver0
15.89/30.76	c Got one! Elapsed wall clock time (in seconds):30.641
15.89/30.76	o 101
15.89/30.77	c And the winner is solver0
15.89/31.26	c Got one! Elapsed wall clock time (in seconds):31.142
15.89/31.26	o 51
16.17/31.42	c cleaning 5745 clauses out of 11500 with flag 11008/112028
16.57/31.65	c cleaning 5871 clauses out of 11756 with flag 28840/118029
17.19/31.92	c cleaning 6438 clauses out of 12883 with flag 49389/125027
17.79/32.26	c cleaning 7220 clauses out of 14444 with flag 72139/133026
18.59/32.65	c cleaning 8111 clauses out of 16224 with flag 98861/142026
19.60/33.11	c cleaning 9051 clauses out of 18113 with flag 131014/152026
20.59/33.69	c cleaning 10029 clauses out of 20062 with flag 170082/163026
22.01/34.35	c cleaning 11013 clauses out of 22033 with flag 208399/175026
22.51/34.51	c And the winner is solver0
22.57/34.76	c Got one! Elapsed wall clock time (in seconds):34.643
22.57/34.76	o 49
22.63/34.88	c cleaning 8314 clauses out of 16644 with flag 6900/180650
22.83/34.97	c And the winner is solver0
23.01/35.27	c Got one! Elapsed wall clock time (in seconds):35.149
23.01/35.27	o 47
23.26/35.40	c cleaning 6918 clauses out of 13850 with flag 10051/186170
23.66/35.65	c cleaning 6456 clauses out of 12930 with flag 29595/192168
24.07/35.83	c And the winner is solver0
24.19/36.28	c Got one! Elapsed wall clock time (in seconds):36.156
24.19/36.28	o 43
24.24/36.33	c cleaning 6129 clauses out of 12267 with flag 3162/197961
24.45/36.44	c And the winner is solver0
24.54/36.78	c Got one! Elapsed wall clock time (in seconds):36.663
24.54/36.78	o 34
24.56/36.88	c cleaning 5648 clauses out of 11309 with flag 6220/203132
25.18/37.10	c cleaning 5829 clauses out of 11663 with flag 24794/209134
25.38/37.29	c And the winner is solver0
25.57/37.34	c Got one! Elapsed wall clock time (in seconds):37.222
25.57/37.34	o 33
25.89/37.51	c And the winner is solver0
25.93/37.85	c Got one! Elapsed wall clock time (in seconds):37.731
25.93/37.85	o 32
26.02/37.95	c And the winner is solver0
26.15/38.36	c Got one! Elapsed wall clock time (in seconds):38.242
26.15/38.36	o 30
26.21/38.43	c cleaning 8810 clauses out of 17634 with flag 3123/220934
26.62/38.66	c cleaning 7410 clauses out of 14824 with flag 23155/226934
27.01/38.81	c And the winner is solver0
27.13/38.92	c Got one! Elapsed wall clock time (in seconds):38.803
27.13/38.92	o 29
27.13/38.98	c cleaning 6354 clauses out of 12720 with flag 3031/232240
27.47/39.15	c And the winner is solver0
27.64/39.43	c Got one! Elapsed wall clock time (in seconds):39.313
27.64/39.43	o 28
27.64/39.49	c cleaning 6123 clauses out of 12253 with flag 3107/238127
28.17/39.71	c cleaning 6066 clauses out of 12131 with flag 22168/244128
28.38/39.90	c And the winner is solver0
28.58/39.94	c Got one! Elapsed wall clock time (in seconds):39.824
28.58/39.94	o 25
28.69/40.00	c cleaning 5968 clauses out of 11939 with flag 3200/250002
29.09/40.23	c cleaning 5978 clauses out of 11970 with flag 22833/256001
29.49/40.48	c And the winner is solver0
29.70/40.95	c Got one! Elapsed wall clock time (in seconds):40.835
29.70/40.95	o 23
30.17/41.20	c cleaning 8931 clauses out of 17872 with flag 17650/267881
30.58/41.46	c cleaning 7465 clauses out of 14940 with flag 38746/273880
30.78/41.53	c And the winner is solver0
30.89/41.97	c Got one! Elapsed wall clock time (in seconds):41.848
30.89/41.97	o 22
30.94/42.03	c And the winner is solver0
31.03/42.48	c Got one! Elapsed wall clock time (in seconds):42.361
31.03/42.48	o 21
31.05/42.59	c And the winner is solver0
31.32/42.99	c Got one! Elapsed wall clock time (in seconds):42.873
31.32/42.99	o 18
31.52/43.10	c cleaning 7236 clauses out of 14471 with flag 7477/280876
31.92/43.33	c cleaning 6604 clauses out of 13236 with flag 31192/286877
32.32/43.51	c And the winner is solver0
32.37/44.00	c Got one! Elapsed wall clock time (in seconds):43.886
32.37/44.00	o 17
32.37/44.02	c And the winner is solver0
61.30/72.82	c Got one! Elapsed wall clock time (in seconds):72.698
61.30/72.82	o 10
61.30/72.84	c And the winner is solver0
1800.03/1809.90	c >>>>>>>>>> Solver number 0 (79 answers) <<<<<<<<<<<<<<<<<<
1800.03/1809.90	c starts		: 237
1800.03/1809.90	c conflicts		: 291940
1800.03/1809.90	c decisions		: 546620
1800.03/1809.90	c propagations		: 9822314
1800.03/1809.90	c inspects		: 126901441
1800.03/1809.90	c shortcuts		: 0
1800.03/1809.90	c learnt literals	: 1
1800.03/1809.90	c learnt binary clauses	: 36
1800.03/1809.90	c learnt ternary clauses	: 602
1800.03/1809.90	c learnt constraints	: 291939
1800.03/1809.90	c ignored constraints	: 0
1800.03/1809.90	c root simplifications	: 0
1800.03/1809.90	c removed literals (reason simplification)	: 455195
1800.03/1809.90	c reason swapping (by a shorter reason)	: 0
1800.03/1809.90	c Calls to reduceDB	: 41
1800.03/1809.90	c Number of update (reduction) of LBD	: 96251
1800.03/1809.90	c Imported unit clauses	: 0
1800.03/1809.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1809.90	c number of learned constraints concerned by reduction	: 0
1800.03/1809.90	c number of learning phase by resolution	: 0
1800.03/1809.90	c number of learning phase by cutting planes	: 0
1800.03/1809.90	c speed (assignments/second)	: 5427.5534297427275
1800.03/1809.90	c non guided choices	3765
1800.03/1809.91	c learnt constraints type 
1800.03/1809.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.03/1809.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11658
1800.03/1809.91	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1809.91	c starts		: 85
1800.03/1809.91	c conflicts		: 1695
1800.03/1809.91	c decisions		: 17713
1800.03/1809.91	c propagations		: 79091
1800.03/1809.91	c inspects		: 10211816
1800.03/1809.91	c shortcuts		: 0
1800.03/1809.91	c learnt literals	: 0
1800.03/1809.91	c learnt binary clauses	: 0
1800.03/1809.91	c learnt ternary clauses	: 0
1800.03/1809.91	c learnt constraints	: 1632
1800.03/1809.91	c ignored constraints	: 0
1800.03/1809.91	c root simplifications	: 0
1800.03/1809.91	c removed literals (reason simplification)	: 0
1800.03/1809.91	c reason swapping (by a shorter reason)	: 0
1800.03/1809.91	c Calls to reduceDB	: 0
1800.03/1809.91	c Number of update (reduction) of LBD	: 0
1800.03/1809.91	c Imported unit clauses	: 0
1800.03/1809.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1809.91	c number of learned constraints concerned by reduction	: 0
1800.03/1809.91	c number of learning phase by resolution	: 0
1800.03/1809.91	c number of learning phase by cutting planes	: 0
1800.03/1809.91	c speed (assignments/second)	: 45.53239529379797
1800.03/1809.91	c non guided choices	525
1800.03/1809.91	c learnt constraints type 
1800.03/1809.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1632
1800.03/1809.91	s SATISFIABLE
1800.03/1809.91	c Found 78 solution(s)
1800.03/1809.91	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
1800.24/1810.06	c objective function=10
1800.24/1810.06	c Total wall clock time (in seconds): 1809.937

Verifier Data

OK	10

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-4092301-1466083389/watcher-4092301-1466083389 -o /tmp/evaluation-result-4092301-1466083389/solver-4092301-1466083389 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466075282-14447 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092301-1466083389.wbo 

pid=24211
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: 2.18 2.27 2.51 2/196 24214
/proc/meminfo: memFree=30128404/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24214/stat : 24214 (java) D 24211 24214 10365 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 10385377 9515008 186 33554432000 1073741824 1073778376 140736607900784 140736607889848 229346733351 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 5149 186 143 9 0 71 0

[startup+0.100095 s]
/proc/loadavg: 2.18 2.27 2.51 2/196 24214
/proc/meminfo: memFree=30128404/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 10385377 9787879424 6033 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.18 2.27 2.51 2/196 24214
/proc/meminfo: memFree=30128404/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 4834 0 1 0 23 2 0 0 20 0 22 0 10385377 10060525568 7918 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 7918 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300215 s]
/proc/loadavg: 2.18 2.27 2.51 2/196 24214
/proc/meminfo: memFree=30128404/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 7200 0 1 0 61 2 0 0 20 0 22 0 10385377 10060525568 9769 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 9769 2250 9 0 2446860 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700254 s]
/proc/loadavg: 2.18 2.27 2.51 2/196 24214
/proc/meminfo: memFree=30128404/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 14716 0 1 0 116 5 0 0 20 0 22 0 10385377 10060525568 15705 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 15705 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 2.18 2.27 2.51 2/215 24239
/proc/meminfo: memFree=30073956/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 14725 0 1 0 117 5 0 0 20 0 19 0 10385377 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 16723 2253 9 0 2446860 0
[pid=24214/tid=24216] ppid=24211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 19 0 10385378 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574596944760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10385380 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574421113064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10385381 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574420059128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10385381 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574419006728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385383 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574417955216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24229] ppid=24211 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24214/task/24229/stat : 24229 (java) S 24211 24214 10365 0 -1 4202560 4582 0 0 0 38 0 0 0 20 0 19 0 10385383 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574416902840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24230] ppid=24211 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24214/task/24230/stat : 24230 (java) S 24211 24214 10365 0 -1 4202560 6382 0 0 0 34 2 0 0 20 0 19 0 10385383 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140574415850040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24231] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24231/stat : 24231 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385383 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140573541395576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24232] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24232/stat : 24232 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385383 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140573540342984 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24236] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24236/stat : 24236 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10385397 10060525568 16723 33554432000 1073741824 1073778376 140736607900784 140573536130088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732

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

[startup+2.20074 s]
/proc/loadavg: 2.08 2.25 2.50 5/218 24248
/proc/meminfo: memFree=30059000/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 14744 0 1 0 121 7 0 0 20 0 22 0 10385377 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 19290 2253 9 0 2446860 0
[pid=24214/tid=24216] ppid=24211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 22 0 10385378 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574596944760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10385379 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10385380 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574421113064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10385381 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574420059128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10385381 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574419006728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385383 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574417955216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24229] ppid=24211 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24214/task/24229/stat : 24229 (java) R 24211 24214 10365 0 -1 4202560 4582 0 0 0 38 0 0 0 20 0 22 0 10385383 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574416902840 140574600548612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24230] ppid=24211 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24214/task/24230/stat : 24230 (java) S 24211 24214 10365 0 -1 4202560 6382 0 0 0 35 2 0 0 20 0 22 0 10385383 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140574415850040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24231] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24231/stat : 24231 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385383 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573541395576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24232] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24232/stat : 24232 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10385383 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573540342984 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24236] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24236/stat : 24236 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10385397 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573536130088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24246] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24246/stat : 24246 (java) R 24211 24214 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10385597 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573539287728 140574430861162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24247] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24247/stat : 24247 (java) R 24211 24214 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10385597 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573538234640 140574431187064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24248] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24248/stat : 24248 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10385597 10060525568 19290 33554432000 1073741824 1073778376 140736607900784 140573537183272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9824732

[startup+2.30797 s]
/proc/loadavg: 2.08 2.25 2.50 5/218 24248
/proc/meminfo: memFree=30059000/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 14744 0 1 0 120 6 0 0 20 0 19 0 10385377 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 19284 2253 9 0 2446860 0
[pid=24214/tid=24216] ppid=24211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 19 0 10385378 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574596944760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10385379 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10385380 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574421113064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10385381 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574420059128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10385381 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574419006728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385383 10060525568 19284 33554432000 1073741824 1073778376 140736607900784 140574417955216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/24214/task/24236/stat : 24236 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10385397 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573536130088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24470] ppid=24211 vsize=9824732 CPUtime=1708.4 cores=1,3,5,7
/proc/24214/task/24470/stat : 24470 (java) R 24211 24214 10365 0 -1 4202560 174 0 0 0 170810 30 0 0 20 0 21 0 10392661 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573537181472 140574431222112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24471] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24471/stat : 24471 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10392666 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573538235688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.42
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.23 2.23 2.24 3/217 24929
/proc/meminfo: memFree=28062316/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 30654 0 1 0 179781 220 0 0 20 0 21 0 10385377 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2456183 161548 2293 9 0 2446860 0
[pid=24214/tid=24216] ppid=24211 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2440 0 1 0 53 13 0 0 20 0 21 0 10385378 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574596944888 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 130 0 0 0 35 5 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 91 0 0 0 33 5 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 141 0 0 0 36 8 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 138 0 0 0 36 6 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 95 0 0 0 31 4 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 144 0 0 0 36 6 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 158 0 0 0 41 6 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 121 0 0 0 32 7 0 0 20 0 21 0 10385379 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) S 24211 24214 10365 0 -1 4202560 510 0 0 0 20 8 0 0 20 0 21 0 10385380 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574421113064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10385381 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574420059160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 21 0 10385381 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574419006760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10385383 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574417955216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24229] ppid=24211 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/24214/task/24229/stat : 24229 (java) S 24211 24214 10365 0 -1 4202560 8143 0 0 0 108 2 0 0 20 0 21 0 10385383 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574416902840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24230] ppid=24211 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/24214/task/24230/stat : 24230 (java) S 24211 24214 10365 0 -1 4202560 15765 0 0 0 162 3 0 0 20 0 21 0 10385383 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140574415850040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24231] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24231/stat : 24231 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10385383 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573541395576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24232] ppid=24211 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/24214/task/24232/stat : 24232 (java) S 24211 24214 10365 0 -1 4202560 106 0 0 0 12 16 0 0 20 0 21 0 10385383 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573540342984 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24236] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24236/stat : 24236 (java) S 24211 24214 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10385397 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573536130088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24470] ppid=24211 vsize=9824732 CPUtime=1735.99 cores=1,3,5,7
/proc/24214/task/24470/stat : 24470 (java) R 24211 24214 10365 0 -1 4202560 174 0 0 0 173568 31 0 0 20 0 21 0 10392661 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573537181472 140574431222141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24471] ppid=24211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24471/stat : 24471 (java) S 24211 24214 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10392666 10060525568 161548 33554432000 1073741824 1073778376 140736607900784 140573538235688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24214 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1810.01 s]
/proc/loadavg: 2.23 2.23 2.24 3/217 24929
/proc/meminfo: memFree=28062316/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9891296 CPUtime=1800.22 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 30687 0 1 0 179794 228 0 0 20 0 21 0 10385377 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2472824 161573 2297 9 0 2463501 0
[pid=24214/tid=24216] ppid=24211 vsize=9891296 CPUtime=0.66 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2441 0 1 0 53 13 0 0 20 0 21 0 10385378 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574596944600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9891296 CPUtime=0.4 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 130 0 0 0 35 5 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9891296 CPUtime=0.38 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 91 0 0 0 33 5 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9891296 CPUtime=0.44 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 141 0 0 0 36 8 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9891296 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 138 0 0 0 36 6 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9891296 CPUtime=0.35 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 95 0 0 0 31 4 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9891296 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 144 0 0 0 36 6 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9891296 CPUtime=0.47 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 158 0 0 0 41 6 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9891296 CPUtime=0.39 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 121 0 0 0 32 7 0 0 20 0 21 0 10385379 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9891296 CPUtime=0.37 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) R 24211 24214 10365 0 -1 4202560 511 0 0 0 22 15 0 0 20 0 21 0 10385380 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574421113240 229355850887 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10385381 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574420059160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 21 0 10385381 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574419006760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 10385383 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574417955216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24229] ppid=24211 vsize=9891296 CPUtime=1.1 cores=1,3,5,7
/proc/24214/task/24229/stat : 24229 (java) S 24211 24214 10365 0 -1 4202560 8145 0 0 0 108 2 0 0 20 0 21 0 10385383 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574416902840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24230] ppid=24211 vsize=9891296 CPUtime=1.65 cores=1,3,5,7
/proc/24214/task/24230/stat : 24230 (java) S 24211 24214 10365 0 -1 4202560 15768 0 0 0 162 3 0 0 20 0 21 0 10385383 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140574415843000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24231] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24231/stat : 24231 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10385383 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140573541395576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24232] ppid=24211 vsize=9891296 CPUtime=0.28 cores=1,3,5,7
/proc/24214/task/24232/stat : 24232 (java) S 24211 24214 10365 0 -1 4202560 106 0 0 0 12 16 0 0 20 0 21 0 10385383 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140573540342984 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24470] ppid=24211 vsize=9891296 CPUtime=1736.09 cores=1,3,5,7
/proc/24214/task/24470/stat : 24470 (java) R 24211 24214 10365 0 -1 4202560 174 0 0 0 173578 31 0 0 20 0 21 0 10392661 10128687104 161573 33554432000 1073741824 1073778376 140736607900784 140573537181472 140574431222129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 9891296

[startup+1810.2 s]
/proc/loadavg: 2.23 2.23 2.24 3/217 24929
/proc/meminfo: memFree=28062316/32872528 swapFree=1370072/1517240
[pid=24214] ppid=24211 vsize=9891296 CPUtime=1800.65 cores=1,3,5,7
/proc/24214/stat : 24214 (java) S 24211 24214 10365 0 -1 4202496 30694 0 1 0 179818 247 0 0 20 0 19 0 10385377 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140736607891920 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24214/statm: 2472824 161575 2297 9 0 2463501 0
[pid=24214/tid=24216] ppid=24211 vsize=9891296 CPUtime=0.66 cores=1,3,5,7
/proc/24214/task/24216/stat : 24216 (java) S 24211 24214 10365 0 -1 4202560 2441 0 1 0 53 13 0 0 20 0 19 0 10385378 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574596944600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24217] ppid=24211 vsize=9891296 CPUtime=0.4 cores=1,3,5,7
/proc/24214/task/24217/stat : 24217 (java) S 24211 24214 10365 0 -1 4202560 130 0 0 0 35 5 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574558435624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24218] ppid=24211 vsize=9891296 CPUtime=0.38 cores=1,3,5,7
/proc/24214/task/24218/stat : 24218 (java) S 24211 24214 10365 0 -1 4202560 91 0 0 0 33 5 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574557382824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24219] ppid=24211 vsize=9891296 CPUtime=0.44 cores=1,3,5,7
/proc/24214/task/24219/stat : 24219 (java) S 24211 24214 10365 0 -1 4202560 141 0 0 0 36 8 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574556330536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24220] ppid=24211 vsize=9891296 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24220/stat : 24220 (java) S 24211 24214 10365 0 -1 4202560 138 0 0 0 36 6 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574555277736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24221] ppid=24211 vsize=9891296 CPUtime=0.35 cores=1,3,5,7
/proc/24214/task/24221/stat : 24221 (java) S 24211 24214 10365 0 -1 4202560 95 0 0 0 31 4 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574554225448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24222] ppid=24211 vsize=9891296 CPUtime=0.42 cores=1,3,5,7
/proc/24214/task/24222/stat : 24222 (java) S 24211 24214 10365 0 -1 4202560 144 0 0 0 36 6 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574553172648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24223] ppid=24211 vsize=9891296 CPUtime=0.47 cores=1,3,5,7
/proc/24214/task/24223/stat : 24223 (java) S 24211 24214 10365 0 -1 4202560 158 0 0 0 41 6 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574552120360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24214/tid=24224] ppid=24211 vsize=9891296 CPUtime=0.39 cores=1,3,5,7
/proc/24214/task/24224/stat : 24224 (java) S 24211 24214 10365 0 -1 4202560 121 0 0 0 32 7 0 0 20 0 19 0 10385379 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574551067560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24214/tid=24225] ppid=24211 vsize=9891296 CPUtime=0.56 cores=1,3,5,7
/proc/24214/task/24225/stat : 24225 (java) R 24211 24214 10365 0 -1 4202560 511 0 0 0 26 30 0 0 20 0 19 0 10385380 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574421113064 229355850887 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24226] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24226/stat : 24226 (java) S 24211 24214 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10385381 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574420059160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24227] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24227/stat : 24227 (java) S 24211 24214 10365 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 10385381 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574419006760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24228] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24228/stat : 24228 (java) S 24211 24214 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10385383 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574417954760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24229] ppid=24211 vsize=9891296 CPUtime=1.1 cores=1,3,5,7
/proc/24214/task/24229/stat : 24229 (java) S 24211 24214 10365 0 -1 4202560 8145 0 0 0 108 2 0 0 20 0 19 0 10385383 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574416902840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24230] ppid=24211 vsize=9891296 CPUtime=1.65 cores=1,3,5,7
/proc/24214/task/24230/stat : 24230 (java) S 24211 24214 10365 0 -1 4202560 15774 0 0 0 162 3 0 0 20 0 19 0 10385383 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140574415840344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24214/tid=24231] ppid=24211 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24214/task/24231/stat : 24231 (java) S 24211 24214 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10385383 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140573541395576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24214/tid=24470] ppid=24211 vsize=9891296 CPUtime=1736.29 cores=1,3,5,7
/proc/24214/task/24470/stat : 24470 (java) R 24211 24214 10365 0 -1 4202560 174 0 0 0 173598 31 0 0 20 0 19 0 10392661 10128687104 161575 33554432000 1073741824 1073778376 140736607900784 140573537180480 140574431222129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 9891296

Child status: 143

# 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.0200011
#  lost CPU user time (s): 0.0200002
#  lost CPU system time (s): 1.11759e-08

Real time (s): 1810.21
CPU time (s): 1801.16
CPU user time (s): 1798.25
CPU system time (s): 2.91356
CPU usage (%): 99.5003
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 2.91356
maximum resident set size= 849168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30694
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78556
involuntary context switches= 26703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9003 second user time and 12.7361 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 15:23:09
IDJOB=4092301
IDBENCH=79250
IDSOLVER=2552
FILE ID=node129/4092301-1466083389
RUNJOBID= node129-1466075282-14447
PBS_JOBID= 19904010
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=1158274131

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30128924 kB
Buffers:           29068 kB
Cached:            60076 kB
SwapCached:          672 kB
Active:           468296 kB
Inactive:          56372 kB
Active(anon):     437212 kB
Inactive(anon):      912 kB
Active(file):      31084 kB
Inactive(file):    55460 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2023996 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             566784 kB
SReclaimable:      10608 kB
SUnreclaim:       556176 kB
KernelStack:        1624 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2148288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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= 71736 MiB
End job on node129 at 2016-06-16 15:53:19