Trace number 4090618

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 Resolution PB16OPTIMUM 14.3138 12.729

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-33-100-0.wbo
MD5SUM4d45122e251aca3cc1eaa7c8fe64e1aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark6.16106
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
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.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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090618-1466065027.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.06s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.25/0.29	c SATISFIABLE
0.25/0.29	c OPTIMIZING...
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.176
0.25/0.29	o 1432
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.54/0.30	o 1061
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.32	o 1045
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.217
0.54/0.33	o 1037
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.54/0.38	o 1036
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.54/0.38	o 1020
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.54/0.39	o 1000
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.289
0.67/0.40	o 855
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.67/0.40	o 839
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.67/0.41	o 836
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.67/0.41	o 826
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.335
0.67/0.45	o 821
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.346
0.67/0.46	o 800
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.67/0.46	o 799
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.67/0.46	o 793
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.67/0.47	o 789
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.84/0.50	o 788
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
0.84/0.51	o 773
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.417
0.84/0.53	o 772
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.84/0.53	o 753
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.84/0.55	o 746
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
0.84/0.57	o 744
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.468
0.84/0.58	o 735
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.84/0.58	o 733
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
0.84/0.59	o 709
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
0.96/0.60	o 705
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.5
0.96/0.61	o 616
0.96/0.62	c Got one! Elapsed wall clock time (in seconds):0.514
0.96/0.62	o 601
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.526
0.96/0.64	o 600
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.534
0.96/0.64	o 598
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
0.96/0.65	o 596
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
0.96/0.66	o 590
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
0.96/0.67	o 586
0.96/0.69	c Got one! Elapsed wall clock time (in seconds):0.578
0.96/0.69	o 582
1.10/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
1.10/0.70	o 580
1.10/0.71	c Got one! Elapsed wall clock time (in seconds):0.601
1.10/0.71	o 574
1.10/0.71	c Got one! Elapsed wall clock time (in seconds):0.603
1.10/0.71	o 570
1.10/0.72	c Got one! Elapsed wall clock time (in seconds):0.61
1.10/0.72	o 569
1.10/0.74	c Got one! Elapsed wall clock time (in seconds):0.626
1.10/0.74	o 566
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.641
1.10/0.75	o 561
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.644
1.10/0.75	o 538
1.10/0.76	c Got one! Elapsed wall clock time (in seconds):0.654
1.10/0.76	o 532
1.10/0.77	c Got one! Elapsed wall clock time (in seconds):0.662
1.10/0.77	o 529
1.10/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.10/0.78	o 528
1.10/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.10/0.79	o 527
1.10/0.79	c Got one! Elapsed wall clock time (in seconds):0.683
1.10/0.79	o 521
1.29/0.81	c Got one! Elapsed wall clock time (in seconds):0.697
1.29/0.81	o 511
1.29/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.29/0.81	o 507
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.717
1.29/0.83	o 506
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.744
1.29/0.85	o 505
1.29/0.86	c Got one! Elapsed wall clock time (in seconds):0.747
1.29/0.86	o 466
1.29/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.29/0.86	o 453
1.29/0.87	c Got one! Elapsed wall clock time (in seconds):0.756
1.29/0.87	o 437
1.29/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
1.29/0.88	o 433
1.29/0.89	c Got one! Elapsed wall clock time (in seconds):0.775
1.29/0.89	o 430
1.29/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.29/0.89	o 426
1.53/0.90	c Got one! Elapsed wall clock time (in seconds):0.786
1.53/0.90	o 409
1.53/0.90	c Got one! Elapsed wall clock time (in seconds):0.788
1.53/0.90	o 399
1.53/0.91	c Got one! Elapsed wall clock time (in seconds):0.798
1.53/0.91	o 388
1.53/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.53/0.92	o 385
1.53/0.92	c Got one! Elapsed wall clock time (in seconds):0.809
1.53/0.92	o 375
1.53/0.92	c Got one! Elapsed wall clock time (in seconds):0.814
1.53/0.92	o 372
1.53/0.93	c Got one! Elapsed wall clock time (in seconds):0.822
1.53/0.93	o 370
1.53/0.94	c Got one! Elapsed wall clock time (in seconds):0.826
1.53/0.94	o 360
1.53/0.94	c Got one! Elapsed wall clock time (in seconds):0.829
1.53/0.94	o 357
1.53/0.97	c Got one! Elapsed wall clock time (in seconds):0.864
1.53/0.97	o 354
1.68/1.03	c Got one! Elapsed wall clock time (in seconds):0.916
1.68/1.03	o 349
1.68/1.05	c Got one! Elapsed wall clock time (in seconds):0.944
1.68/1.05	o 315
1.68/1.07	c Got one! Elapsed wall clock time (in seconds):0.956
1.68/1.07	o 311
1.68/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.68/1.08	o 310
1.79/1.11	c Got one! Elapsed wall clock time (in seconds):1.001
1.79/1.11	o 309
1.79/1.13	c Got one! Elapsed wall clock time (in seconds):1.018
1.79/1.13	o 307
1.79/1.15	c Got one! Elapsed wall clock time (in seconds):1.041
1.79/1.15	o 306
1.79/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.79/1.16	o 294
1.79/1.19	c Got one! Elapsed wall clock time (in seconds):1.084
1.79/1.19	o 293
1.89/1.22	c Got one! Elapsed wall clock time (in seconds):1.11
1.89/1.22	o 291
1.89/1.25	c Got one! Elapsed wall clock time (in seconds):1.142
1.89/1.25	o 242
1.89/1.29	c Got one! Elapsed wall clock time (in seconds):1.175
1.89/1.29	o 240
1.98/1.32	c Got one! Elapsed wall clock time (in seconds):1.21
1.98/1.32	o 231
1.98/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
1.98/1.33	o 228
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.318
2.08/1.43	o 222
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.322
2.08/1.43	o 221
2.08/1.46	c Got one! Elapsed wall clock time (in seconds):1.348
2.08/1.46	o 219
2.19/1.55	c Got one! Elapsed wall clock time (in seconds):1.439
2.19/1.55	o 214
2.19/1.56	c Got one! Elapsed wall clock time (in seconds):1.454
2.19/1.56	o 205
2.29/1.70	c cleaning 14680 clauses out of 29359 with flag 2810/29359
2.47/1.75	c Got one! Elapsed wall clock time (in seconds):1.638
2.47/1.75	o 204
2.47/1.77	c Got one! Elapsed wall clock time (in seconds):1.655
2.47/1.77	o 202
2.65/1.81	c Got one! Elapsed wall clock time (in seconds):1.7
2.65/1.81	o 198
2.65/1.83	c Got one! Elapsed wall clock time (in seconds):1.722
2.65/1.83	o 197
2.65/1.87	c Got one! Elapsed wall clock time (in seconds):1.755
2.65/1.87	o 191
2.75/1.95	c Got one! Elapsed wall clock time (in seconds):1.843
2.75/1.95	o 190
2.85/2.00	c Got one! Elapsed wall clock time (in seconds):1.887
2.85/2.00	o 187
2.95/2.11	c Got one! Elapsed wall clock time (in seconds):1.998
2.95/2.11	o 186
2.95/2.13	c Got one! Elapsed wall clock time (in seconds):2.025
2.95/2.13	o 184
3.07/2.21	c cleaning 12650 clauses out of 25300 with flag 3284/39980
3.17/2.38	c Got one! Elapsed wall clock time (in seconds):2.272
3.17/2.38	o 183
3.27/2.44	c cleaning 8841 clauses out of 17695 with flag 3529/45025
3.37/2.51	c Got one! Elapsed wall clock time (in seconds):2.396
3.37/2.51	o 181
3.47/2.61	c Got one! Elapsed wall clock time (in seconds):2.503
3.47/2.61	o 180
3.47/2.63	c Got one! Elapsed wall clock time (in seconds):2.517
3.47/2.63	o 179
3.57/2.73	c cleaning 7859 clauses out of 15718 with flag 6476/51889
3.57/2.76	c Got one! Elapsed wall clock time (in seconds):2.653
3.57/2.76	o 175
3.57/2.80	c Got one! Elapsed wall clock time (in seconds):2.686
3.57/2.80	o 174
3.87/3.01	c Got one! Elapsed wall clock time (in seconds):2.905
3.87/3.01	o 167
3.87/3.06	c Got one! Elapsed wall clock time (in seconds):2.945
3.87/3.06	o 155
3.97/3.10	c Got one! Elapsed wall clock time (in seconds):2.989
3.97/3.10	o 154
3.97/3.13	c Got one! Elapsed wall clock time (in seconds):3.016
3.97/3.13	o 148
3.97/3.18	c Got one! Elapsed wall clock time (in seconds):3.07
3.97/3.18	o 147
4.07/3.25	c cleaning 9313 clauses out of 18642 with flag 3342/62672
4.29/3.49	c cleaning 7660 clauses out of 15330 with flag 23299/68673
4.39/3.55	c Got one! Elapsed wall clock time (in seconds):3.44
4.39/3.55	o 146
4.49/3.63	c Got one! Elapsed wall clock time (in seconds):3.521
4.49/3.63	o 122
4.59/3.72	c cleaning 6793 clauses out of 13590 with flag 7556/74593
4.79/3.96	c cleaning 6398 clauses out of 12797 with flag 28461/80593
4.79/3.97	c Got one! Elapsed wall clock time (in seconds):3.86
4.79/3.97	o 121
4.89/4.07	c Got one! Elapsed wall clock time (in seconds):3.961
4.89/4.07	o 113
5.09/4.20	c cleaning 6255 clauses out of 12514 with flag 11201/86708
5.09/4.28	c Got one! Elapsed wall clock time (in seconds):4.172
5.09/4.28	o 112
5.30/4.43	c cleaning 5786 clauses out of 11578 with flag 11938/92027
5.30/4.43	c Got one! Elapsed wall clock time (in seconds):4.323
5.30/4.43	o 109
5.52/4.57	c Got one! Elapsed wall clock time (in seconds):4.46
5.52/4.57	o 107
5.71/4.68	c cleaning 5680 clauses out of 11361 with flag 7430/97596
5.91/4.72	c Got one! Elapsed wall clock time (in seconds):4.61
5.91/4.72	o 106
6.03/4.89	c cleaning 5421 clauses out of 10853 with flag 13505/102768
6.15/4.91	c Got one! Elapsed wall clock time (in seconds):4.797
6.15/4.91	o 105
6.15/4.91	c Got one! Elapsed wall clock time (in seconds):4.804
6.15/4.91	o 104
6.54/5.10	c Got one! Elapsed wall clock time (in seconds):4.991
6.54/5.10	o 100
6.54/5.16	c cleaning 5951 clauses out of 11911 with flag 3076/109247
6.88/5.38	c Got one! Elapsed wall clock time (in seconds):5.269
6.88/5.38	o 97
6.98/5.45	c Got one! Elapsed wall clock time (in seconds):5.337
6.98/5.45	o 88
7.19/5.66	c cleaning 8571 clauses out of 17153 with flag 14202/120440
7.48/5.94	c cleaning 7287 clauses out of 14584 with flag 37180/126442
7.58/6.04	c Got one! Elapsed wall clock time (in seconds):5.931
7.58/6.04	o 80
7.68/6.17	c cleaning 6469 clauses out of 12953 with flag 10150/132098
7.88/6.39	c cleaning 6235 clauses out of 12484 with flag 28769/138098
8.19/6.67	c cleaning 6622 clauses out of 13249 with flag 54172/145098
8.58/7.02	c cleaning 7313 clauses out of 14627 with flag 85167/153098
8.98/7.41	c cleaning 8151 clauses out of 16313 with flag 118770/162098
9.39/7.87	c cleaning 9072 clauses out of 18161 with flag 152285/172098
9.59/8.00	c Got one! Elapsed wall clock time (in seconds):7.894
9.59/8.00	o 77
9.69/8.10	c cleaning 7234 clauses out of 14483 with flag 7626/177492
9.89/8.35	c cleaning 6619 clauses out of 13250 with flag 30059/183493
10.20/8.64	c cleaning 6809 clauses out of 13630 with flag 56553/190493
10.20/8.69	c Got one! Elapsed wall clock time (in seconds):8.583
10.20/8.69	o 75
10.41/8.82	c Got one! Elapsed wall clock time (in seconds):8.707
10.41/8.82	o 72
10.41/8.87	c cleaning 6170 clauses out of 12356 with flag 4476/196028
10.41/8.88	c Got one! Elapsed wall clock time (in seconds):8.766
10.41/8.88	o 41
10.61/9.06	c cleaning 5721 clauses out of 11451 with flag 16468/201294
10.81/9.24	c Got one! Elapsed wall clock time (in seconds):9.134
10.81/9.24	o 24
10.91/9.38	c Got one! Elapsed wall clock time (in seconds):9.272
10.91/9.38	o 23
11.01/9.48	c cleaning 8559 clauses out of 17121 with flag 6863/212686
11.31/9.71	c cleaning 7271 clauses out of 14562 with flag 28118/218686
11.41/9.80	c Got one! Elapsed wall clock time (in seconds):9.69
11.41/9.80	o 22
11.51/9.92	c cleaning 6550 clauses out of 13120 with flag 11337/224515
11.71/10.12	c cleaning 6279 clauses out of 12569 with flag 31605/230514
11.71/10.19	c Got one! Elapsed wall clock time (in seconds):10.08
11.71/10.19	o 18
11.81/10.29	c cleaning 5902 clauses out of 11811 with flag 11625/236035
12.11/10.50	c cleaning 5951 clauses out of 11907 with flag 34829/242033
12.31/10.75	c cleaning 6475 clauses out of 12956 with flag 61291/249033
12.61/11.06	c cleaning 7240 clauses out of 14481 with flag 92175/257033
13.00/11.42	c cleaning 8118 clauses out of 16240 with flag 126962/266034
13.10/11.50	c Got one! Elapsed wall clock time (in seconds):11.394
13.10/11.50	o 17
13.10/11.53	c Got one! Elapsed wall clock time (in seconds):11.421
13.10/11.53	o 16
13.20/11.66	c cleaning 7111 clauses out of 14228 with flag 13100/272143
13.40/11.88	c cleaning 6552 clauses out of 13114 with flag 36768/278142
13.60/12.01	c Got one! Elapsed wall clock time (in seconds):11.898
13.60/12.01	o 15
13.60/12.09	c cleaning 6226 clauses out of 12459 with flag 7974/284041
13.81/12.26	c Got one! Elapsed wall clock time (in seconds):12.148
13.81/12.26	o 14
13.91/12.31	c cleaning 5977 clauses out of 11955 with flag 4052/289765
13.91/12.38	c Got one! Elapsed wall clock time (in seconds):12.265
13.91/12.38	o 11
14.01/12.49	c cleaning 5606 clauses out of 11217 with flag 12634/295007
14.31/12.71	c cleaning 5795 clauses out of 11593 with flag 36190/301007
14.31/12.72	c starts		: 414
14.31/12.72	c conflicts		: 301290
14.31/12.72	c decisions		: 532139
14.31/12.72	c propagations		: 8378004
14.31/12.72	c inspects		: 136449945
14.31/12.72	c shortcuts		: 0
14.31/12.72	c learnt literals	: 47
14.31/12.72	c learnt binary clauses	: 4
14.31/12.72	c learnt ternary clauses	: 453
14.31/12.72	c learnt constraints	: 301242
14.31/12.72	c ignored constraints	: 0
14.31/12.72	c root simplifications	: 0
14.31/12.72	c removed literals (reason simplification)	: 0
14.31/12.72	c reason swapping (by a shorter reason)	: 0
14.31/12.72	c Calls to reduceDB	: 41
14.31/12.72	c Number of update (reduction) of LBD	: 84736
14.31/12.72	c Imported unit clauses	: 0
14.31/12.72	c number of reductions to clauses (during analyze)	: 0
14.31/12.72	c number of learned constraints concerned by reduction	: 0
14.31/12.72	c number of learning phase by resolution	: 0
14.31/12.72	c number of learning phase by cutting planes	: 0
14.31/12.72	c speed (assignments/second)	: 667782.8790052606
14.31/12.72	c non guided choices	4691
14.31/12.72	c learnt constraints type 
14.31/12.72	s OPTIMUM FOUND
14.31/12.72	c Found 132 solution(s)
14.31/12.72	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 
14.31/12.72	c objective function=11
14.31/12.72	c Total wall clock time (in seconds): 12.611

Verifier Data

OK	11

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-4090618-1466065027/watcher-4090618-1466065027 -o /tmp/evaluation-result-4090618-1466065027/solver-4090618-1466065027 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090618-1466065027.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.01 1.91 2/173 9529
/proc/meminfo: memFree=32059852/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 1345 0 0 0 0 0 0 0 20 0 2 0 8547491 98570240 969 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 24065 974 740 9 0 16771 0
[pid=9529/tid=9530] ppid=9526 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8547492 98570240 977 33554432000 1073741824 1073778376 140736652938112 140174546423336 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.10 2.01 1.91 2/173 9529
/proc/meminfo: memFree=32059852/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 4393 0 1 0 9 1 0 0 20 0 18 0 8547491 9787879424 6028 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2389619 6028 2125 9 0 2380296 0
[pid=9529/tid=9530] ppid=9526 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 8547492 9787879424 6028 33554432000 1073741824 1073778376 140736652938112 140174546426784 140174394778608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.10 2.01 1.91 2/173 9529
/proc/meminfo: memFree=32059852/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 4788 0 1 0 24 1 0 0 20 0 19 0 8547491 9856040960 7394 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 7394 2222 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625300 CPUtime=0.17 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 19 0 8547492 9856307200 7409 33554432000 1073741824 1073778376 140736652938112 140174546428544 140174394720246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300259 s]
/proc/loadavg: 2.10 2.01 1.91 2/173 9529
/proc/meminfo: memFree=32059852/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 7246 0 1 0 52 2 0 0 20 0 19 0 8547491 9856040960 8549 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 8549 2246 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 8547492 9856040960 8549 33554432000 1073741824 1073778376 140736652938112 140174546427856 140174395103455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700181 s]
/proc/loadavg: 2.10 2.01 1.91 2/173 9529
/proc/meminfo: memFree=32059852/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 8555 0 1 0 108 2 0 0 20 0 19 0 8547491 9856040960 9100 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 9100 2256 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 8547492 9856040960 9100 33554432000 1073741824 1073778376 140736652938112 140174546427856 140174395129388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.10 2.01 1.91 3/213 9598
/proc/meminfo: memFree=31962424/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 12921 0 1 0 216 3 0 0 20 0 19 0 8547491 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 12651 2259 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2414 0 1 0 146 2 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174546428600 140174395083568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9532] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9532/stat : 9532 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174518881192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9533] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9533/stat : 9533 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174517828648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9534] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174516775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9529/tid=9535] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174515723048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9536] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174514669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9537] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9537/stat : 9537 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174513617448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9538] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9538/stat : 9538 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174383687848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9539] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9539/stat : 9539 (java) S 9526 9529 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140174382635304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9540] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9540/stat : 9540 (java) S 9526 9529 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8547493 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173899688808 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9541] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9541/stat : 9541 (java) S 9526 9529 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173898635128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9542] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9542/stat : 9542 (java) S 9526 9529 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173897581960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9543] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9543/stat : 9543 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173896530704 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9544] ppid=9526 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9529/task/9544/stat : 9544 (java) S 9526 9529 9094 0 -1 4202560 3030 0 0 0 29 0 0 0 20 0 19 0 8547496 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173895477560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9545] ppid=9526 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9529/task/9545/stat : 9545 (java) S 9526 9529 9094 0 -1 4202560 6204 0 0 0 38 0 0 0 20 0 19 0 8547496 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173894425016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9546] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9546/stat : 9546 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173893372152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9547] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9547/stat : 9547 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173892319816 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9564] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9564/stat : 9564 (java) S 9526 9529 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8547509 9856040960 12651 33554432000 1073741824 1073778376 140736652938112 140173891266088 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.09 2.01 1.91 6/213 9598
/proc/meminfo: memFree=31948524/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 15921 0 1 0 393 4 0 0 20 0 19 0 8547491 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 14793 2264 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174546428424 140174395135612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9532] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9532/stat : 9532 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174518881192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9533] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9533/stat : 9533 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174517828648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9534] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174516775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9529/tid=9535] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174515723048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9536] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174514669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9537] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9537/stat : 9537 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174513617448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9538] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9538/stat : 9538 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174383687848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9539] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9539/stat : 9539 (java) S 9526 9529 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140174382635304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9540] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9540/stat : 9540 (java) S 9526 9529 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8547493 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173899688808 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9541] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9541/stat : 9541 (java) S 9526 9529 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173898635128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9542] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9542/stat : 9542 (java) S 9526 9529 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173897581960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9543] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9543/stat : 9543 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173896530704 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9544] ppid=9526 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9529/task/9544/stat : 9544 (java) S 9526 9529 9094 0 -1 4202560 6023 0 0 0 42 1 0 0 20 0 19 0 8547496 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173895477560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9545] ppid=9526 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9529/task/9545/stat : 9545 (java) S 9526 9529 9094 0 -1 4202560 6206 0 0 0 41 0 0 0 20 0 19 0 8547496 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173894425016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9546] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9546/stat : 9546 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173893372152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9547] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9547/stat : 9547 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173892319816 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9564] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9564/stat : 9564 (java) S 9526 9529 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8547509 9856040960 14793 33554432000 1073741824 1073778376 140736652938112 140173891266088 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.09 2.01 1.91 4/213 9598
/proc/meminfo: memFree=31898968/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=7.88 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 24700 0 1 0 783 5 0 0 20 0 19 0 8547491 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 22702 2265 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2429 0 1 0 623 2 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174546419408 140174395155358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9532] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9532/stat : 9532 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174518881192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9533] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9533/stat : 9533 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174517828648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9534] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174516775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9529/tid=9535] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174515723048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9536] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174514669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9537] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9537/stat : 9537 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174513617448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9538] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9538/stat : 9538 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174383687848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9539] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9539/stat : 9539 (java) S 9526 9529 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140174382635304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9540] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9540/stat : 9540 (java) S 9526 9529 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8547493 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173899688808 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9541] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9541/stat : 9541 (java) S 9526 9529 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173898635128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9542] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9542/stat : 9542 (java) S 9526 9529 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173897581960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9543] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9543/stat : 9543 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173896530704 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9544] ppid=9526 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9529/task/9544/stat : 9544 (java) S 9526 9529 9094 0 -1 4202560 14791 0 0 0 111 2 0 0 20 0 19 0 8547496 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173895477560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9545] ppid=9526 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9529/task/9545/stat : 9545 (java) S 9526 9529 9094 0 -1 4202560 6206 0 0 0 44 0 0 0 20 0 19 0 8547496 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173894425016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9546] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9546/stat : 9546 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173893372152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9547] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9547/stat : 9547 (java) S 9526 9529 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173892319816 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9564] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9564/stat : 9564 (java) S 9526 9529 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8547509 9856040960 22702 33554432000 1073741824 1073778376 140736652938112 140173891266088 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.08 2.01 1.91 5/213 9663
/proc/meminfo: memFree=31886032/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=14.31 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 24718 0 1 0 1425 6 0 0 20 0 19 0 8547491 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 29600 2265 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=12.63 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2447 0 1 0 1261 2 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174546426344 140174395247493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9532] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9532/stat : 9532 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174518881192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9533] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9533/stat : 9533 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174517828648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9534] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174516775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9529/tid=9535] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174515723048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9536] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174514669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9537] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9537/stat : 9537 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174513617448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9538] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9538/stat : 9538 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174383687848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9539] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9539/stat : 9539 (java) S 9526 9529 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174382635304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9540] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9540/stat : 9540 (java) S 9526 9529 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8547493 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173899688808 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9541] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9541/stat : 9541 (java) S 9526 9529 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173898635128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9542] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9542/stat : 9542 (java) S 9526 9529 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173897581960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9543] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9543/stat : 9543 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173896530704 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9544] ppid=9526 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/9529/task/9544/stat : 9544 (java) S 9526 9529 9094 0 -1 4202560 14791 0 0 0 113 2 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173895477560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9545] ppid=9526 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9529/task/9545/stat : 9545 (java) S 9526 9529 9094 0 -1 4202560 6206 0 0 0 44 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173894425016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9546] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9546/stat : 9546 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173893372152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9547] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9547/stat : 9547 (java) S 9526 9529 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173892319816 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9564] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9564/stat : 9564 (java) S 9526 9529 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8547509 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173891266088 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 9625040

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

[startup+12.7008 s]
/proc/loadavg: 2.08 2.01 1.91 5/213 9663
/proc/meminfo: memFree=31886032/32872528 swapFree=7268/7268
[pid=9529] ppid=9526 vsize=9625040 CPUtime=14.31 cores=0,2,4,6
/proc/9529/stat : 9529 (java) S 9526 9529 9094 0 -1 4202496 24718 0 1 0 1425 6 0 0 20 0 19 0 8547491 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140736652929248 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9529/statm: 2406260 29600 2265 9 0 2396937 0
[pid=9529/tid=9530] ppid=9526 vsize=9625040 CPUtime=12.63 cores=0,2,4,6
/proc/9529/task/9530/stat : 9530 (java) R 9526 9529 9094 0 -1 4202560 2447 0 1 0 1261 2 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174546426344 140174395247493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9532] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9532/stat : 9532 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174518881192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9533] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9533/stat : 9533 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174517828648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9534] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174516775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9529/tid=9535] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174515723048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9536] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174514669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9537] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9537/stat : 9537 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174513617448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9538] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9538/stat : 9538 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174383687848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9539] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9539/stat : 9539 (java) S 9526 9529 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8547492 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140174382635304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9540] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9540/stat : 9540 (java) S 9526 9529 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8547493 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173899688808 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9541] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9541/stat : 9541 (java) S 9526 9529 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173898635128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9542] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9542/stat : 9542 (java) S 9526 9529 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8547494 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173897581960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9543] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9543/stat : 9543 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173896530704 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9544] ppid=9526 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/9529/task/9544/stat : 9544 (java) S 9526 9529 9094 0 -1 4202560 14791 0 0 0 113 2 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173895477560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9529/tid=9545] ppid=9526 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9529/task/9545/stat : 9545 (java) S 9526 9529 9094 0 -1 4202560 6206 0 0 0 44 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173894425016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9546] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9546/stat : 9546 (java) S 9526 9529 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173893372152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9529/tid=9547] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9547/stat : 9547 (java) S 9526 9529 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8547496 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173892319816 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9529/tid=9564] ppid=9526 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9529/task/9564/stat : 9564 (java) S 9526 9529 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8547509 9856040960 29600 33554432000 1073741824 1073778376 140736652938112 140173891266088 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.729
CPU time (s): 14.3138
CPU user time (s): 14.2418
CPU system time (s): 0.071989
CPU usage (%): 112.451
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2418
system time used= 0.071989
maximum resident set size= 120500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24736
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 576
involuntary context switches= 120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053991 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:07
IDJOB=4090618
IDBENCH=78775
IDSOLVER=2551
FILE ID=node151/4090618-1466065027
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090618-1466065027/watcher-4090618-1466065027 -o /tmp/evaluation-result-4090618-1466065027/solver-4090618-1466065027 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090618-1466065027.wbo

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

MD5SUM BENCH= 4d45122e251aca3cc1eaa7c8fe64e1aa
RANDOM SEED=1114950028

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        32060504 kB
Buffers:            4496 kB
Cached:            38984 kB
SwapCached:        61608 kB
Active:            27924 kB
Inactive:          81220 kB
Active(anon):       7000 kB
Inactive(anon):    61024 kB
Active(file):      20924 kB
Inactive(file):    20196 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:               484 kB
Writeback:             4 kB
AnonPages:        153552 kB
Mapped:             7504 kB
Shmem:                 0 kB
Slab:             565016 kB
SReclaimable:       8684 kB
SUnreclaim:       556332 kB
KernelStack:        1624 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     107452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71748 MiB
End job on node151 at 2016-06-16 10:17:20