Trace number 4087882

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 NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.08 1800.4

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-115005
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.09/0.10	c * #variable= 40937 #constraint= 41436
0.19/0.26	c * #variable= 40937 #constraint= 41436
3.99/4.05	c S1->S2
3.99/4.05	c #Conflicts:       1000 | #Learnt:        998 | 0.098
3.99/4.05	c total clause space: 48.1602MB
3.99/4.05	c total #watches: 617122
10.89/11.00	c total #propagations: 1002073 / total #impl: 15342032 (eff. 0.065)
10.89/11.00	c #Conflicts:       2000 | #Learnt:       1998 | 0.085
10.89/11.00	c total clause space: 48.1602MB
10.89/11.00	c total #watches: 847237
19.79/19.87	c total #propagations: 2565806 / total #impl: 27032641 (eff. 0.095)
19.79/19.87	c GC COLLECT
19.79/19.87	c #Conflicts:       3000 | #Learnt:       2009 | 0.059
19.79/19.87	c total clause space: 48.1602MB
19.79/19.87	c total #watches: 872886
39.59/39.64	c total #propagations: 5893245 / total #impl: 43148696 (eff. 0.137)
39.59/39.64	c #Conflicts:       4000 | #Learnt:       3008 | 0.114
39.59/39.64	c total clause space: 78.2603MB
39.59/39.64	c total #watches: 1024129
49.69/49.77	c total #propagations: 9937373 / total #impl: 61268826 (eff. 0.162)
49.69/49.77	c GC COLLECT
49.69/49.77	c #Conflicts:       5000 | #Learnt:       2365 | 0.094
49.69/49.77	c total clause space: 78.2603MB
49.69/49.77	c total #watches: 996313
61.98/62.04	c total #propagations: 12678581 / total #impl: 91481097 (eff. 0.139)
61.98/62.04	c #Conflicts:       6000 | #Learnt:       3365 | 0.078
61.98/62.04	c total clause space: 78.2603MB
61.98/62.04	c total #watches: 1141561
67.68/67.72	c total #propagations: 14153200 / total #impl: 123813277 (eff. 0.114)
67.68/67.72	c GC COLLECT
67.68/67.72	c #Conflicts:       7000 | #Learnt:       2256 | 0.067
67.68/67.72	c total clause space: 78.2603MB
67.68/67.72	c total #watches: 961922
71.38/71.47	c total #propagations: 14378558 / total #impl: 142970017 (eff. 0.101)
71.38/71.47	c #Conflicts:       8000 | #Learnt:       3256 | 0.059
71.38/71.47	c total clause space: 78.2603MB
71.38/71.47	c total #watches: 1109204
88.08/88.14	c total #propagations: 14581398 / total #impl: 155439329 (eff. 0.094)
88.08/88.14	c #Conflicts:       9000 | #Learnt:       4255 | 0.058
88.08/88.14	c total clause space: 127.173MB
88.08/88.14	c total #watches: 1330272
108.57/108.66	c total #propagations: 18117293 / total #impl: 166169167 (eff. 0.109)
108.57/108.66	c GC COLLECT
108.57/108.66	c #Conflicts:      10000 | #Learnt:       2733 | 0.052
108.57/108.66	c total clause space: 127.173MB
108.57/108.66	c total #watches: 1103687
128.08/128.15	c total #propagations: 24255573 / total #impl: 185183373 (eff. 0.131)
128.08/128.15	c #Conflicts:      11000 | #Learnt:       3732 | 0.048
128.08/128.15	c total clause space: 127.173MB
128.08/128.15	c total #watches: 1230021
144.47/144.59	c total #propagations: 29868984 / total #impl: 203150590 (eff. 0.147)
144.47/144.59	c #Conflicts:      12000 | #Learnt:       4732 | 0.044
144.47/144.59	c total clause space: 127.173MB
144.47/144.59	c total #watches: 1347866
167.47/167.51	c total #propagations: 33406111 / total #impl: 219352066 (eff. 0.152)
167.47/167.51	c #Conflicts:      13000 | #Learnt:       5732 | 0.040
167.47/167.51	c total clause space: 127.173MB
167.47/167.51	c total #watches: 1453471
176.27/176.37	c total #propagations: 36039226 / total #impl: 241991191 (eff. 0.149)
176.27/176.37	c GC COLLECT
176.27/176.37	c #Conflicts:      14000 | #Learnt:       3871 | 0.044
176.27/176.37	c total clause space: 127.173MB
176.27/176.37	c total #watches: 1030724
186.36/186.44	c total #propagations: 37724099 / total #impl: 259692182 (eff. 0.145)
186.36/186.44	c #Conflicts:      15000 | #Learnt:       4871 | 0.041
186.36/186.44	c total clause space: 127.173MB
186.36/186.44	c total #watches: 1095713
195.96/196.06	c total #propagations: 38425847 / total #impl: 275839716 (eff. 0.139)
195.96/196.06	c #Conflicts:      16000 | #Learnt:       5871 | 0.038
195.96/196.06	c total clause space: 127.173MB
195.96/196.06	c total #watches: 1166261
203.26/203.31	c total #propagations: 38910088 / total #impl: 296438772 (eff. 0.131)
203.26/203.31	c S1->S2
203.26/203.31	c GC COLLECT
203.26/203.31	c #Conflicts:      17000 | #Learnt:       3695 | 0.049
203.26/203.31	c total clause space: 127.173MB
203.26/203.31	c total #watches: 846229
210.76/210.89	c total #propagations: 40023146 / total #impl: 305583673 (eff. 0.131)
210.76/210.89	c #Conflicts:      18000 | #Learnt:       4695 | 0.046
210.76/210.89	c total clause space: 127.173MB
210.76/210.89	c total #watches: 941378
219.97/220.04	c total #propagations: 41305488 / total #impl: 322436670 (eff. 0.128)
219.97/220.04	c #Conflicts:      19000 | #Learnt:       5695 | 0.043
219.97/220.04	c total clause space: 127.173MB
219.97/220.04	c total #watches: 997911
248.95/249.07	c total #propagations: 42902658 / total #impl: 335702317 (eff. 0.128)
248.95/249.07	c #Conflicts:      20000 | #Learnt:       6695 | 0.059
248.95/249.07	c total clause space: 127.173MB
248.95/249.07	c total #watches: 1195590
277.05/277.15	c total #propagations: 45889009 / total #impl: 363679705 (eff. 0.126)
277.05/277.15	c GC COLLECT
277.05/277.15	c #Conflicts:      21000 | #Learnt:       4217 | 0.056
277.05/277.15	c total clause space: 127.173MB
277.05/277.15	c total #watches: 963076
302.24/302.31	c total #propagations: 49217764 / total #impl: 396489097 (eff. 0.124)
302.24/302.31	c #Conflicts:      22000 | #Learnt:       5217 | 0.053
302.24/302.31	c total clause space: 127.173MB
302.24/302.31	c total #watches: 1053627
326.94/327.07	c total #propagations: 52612564 / total #impl: 430547116 (eff. 0.122)
326.94/327.07	c #Conflicts:      23000 | #Learnt:       6217 | 0.051
326.94/327.07	c total clause space: 127.173MB
326.94/327.07	c total #watches: 1101270
374.23/374.33	c total #propagations: 55093088 / total #impl: 463122087 (eff. 0.119)
374.23/374.33	c #Conflicts:      24000 | #Learnt:       7217 | 0.049
374.23/374.33	c total clause space: 127.173MB
374.23/374.33	c total #watches: 1184865
393.93/394.07	c total #propagations: 60789749 / total #impl: 537323606 (eff. 0.113)
393.93/394.07	c GC COLLECT
393.93/394.07	c #Conflicts:      25000 | #Learnt:       4429 | 0.047
393.93/394.07	c total clause space: 127.173MB
393.93/394.07	c total #watches: 838396
407.52/407.64	c total #propagations: 63593337 / total #impl: 564756630 (eff. 0.113)
407.52/407.64	c #Conflicts:      26000 | #Learnt:       5429 | 0.045
407.52/407.64	c total clause space: 127.173MB
407.52/407.64	c total #watches: 979023
418.62/418.73	c total #propagations: 67039833 / total #impl: 593791665 (eff. 0.113)
418.62/418.73	c #Conflicts:      27000 | #Learnt:       6429 | 0.044
418.62/418.73	c total clause space: 127.173MB
418.62/418.73	c total #watches: 1095157
437.01/437.19	c total #propagations: 69841601 / total #impl: 620633628 (eff. 0.113)
437.01/437.19	c #Conflicts:      28000 | #Learnt:       7429 | 0.042
437.01/437.19	c total clause space: 127.173MB
437.01/437.19	c total #watches: 1171245
457.10/457.20	c total #propagations: 73152114 / total #impl: 650834410 (eff. 0.112)
457.10/457.20	c GC COLLECT
457.10/457.20	c #Conflicts:      29000 | #Learnt:       4325 | 0.041
457.10/457.20	c total clause space: 127.173MB
457.10/457.20	c total #watches: 816217
469.90/470.06	c total #propagations: 76870800 / total #impl: 689146119 (eff. 0.112)
469.90/470.06	c #Conflicts:      30000 | #Learnt:       5325 | 0.039
469.90/470.06	c total clause space: 127.173MB
469.90/470.06	c total #watches: 940946
492.00/492.17	c total #propagations: 79794413 / total #impl: 720940920 (eff. 0.111)
492.00/492.17	c #Conflicts:      31000 | #Learnt:       6325 | 0.038
492.00/492.17	c total clause space: 127.173MB
492.00/492.17	c total #watches: 1040671
511.00/511.14	c total #propagations: 82585060 / total #impl: 763748424 (eff. 0.108)
511.00/511.14	c #Conflicts:      32000 | #Learnt:       7325 | 0.037
511.00/511.14	c total clause space: 127.173MB
511.00/511.14	c total #watches: 1119494
537.59/537.76	c total #propagations: 85701803 / total #impl: 800413090 (eff. 0.107)
537.59/537.76	c #Conflicts:      33000 | #Learnt:       8324 | 0.036
537.59/537.76	c total clause space: 127.173MB
537.59/537.76	c total #watches: 1239161
555.09/555.24	c total #propagations: 90013931 / total #impl: 838635736 (eff. 0.107)
555.09/555.24	c GC COLLECT
555.09/555.24	c #Conflicts:      34000 | #Learnt:       4922 | 0.035
555.09/555.24	c total clause space: 127.173MB
555.09/555.24	c total #watches: 866069
575.48/575.64	c total #propagations: 93397306 / total #impl: 874273201 (eff. 0.107)
575.48/575.64	c #Conflicts:      35000 | #Learnt:       5922 | 0.034
575.48/575.64	c total clause space: 127.173MB
575.48/575.64	c total #watches: 931074
592.80/592.96	c total #propagations: 98327215 / total #impl: 917449273 (eff. 0.107)
592.80/592.96	c #Conflicts:      36000 | #Learnt:       6922 | 0.033
592.80/592.96	c total clause space: 127.173MB
592.80/592.96	c total #watches: 985614
608.99/609.19	c total #propagations: 102037941 / total #impl: 955392852 (eff. 0.107)
608.99/609.19	c #Conflicts:      37000 | #Learnt:       7922 | 0.032
608.99/609.19	c total clause space: 127.173MB
608.99/609.19	c total #watches: 1056641
627.39/627.57	c total #propagations: 105408745 / total #impl: 990974232 (eff. 0.106)
627.39/627.57	c #Conflicts:      38000 | #Learnt:       8922 | 0.031
627.39/627.57	c total clause space: 127.173MB
627.39/627.57	c total #watches: 1164041
641.58/641.70	c total #propagations: 109157011 / total #impl: 1040998996 (eff. 0.105)
641.58/641.70	c GC COLLECT
641.58/641.70	c #Conflicts:      39000 | #Learnt:       5240 | 0.030
641.58/641.70	c total clause space: 127.173MB
641.58/641.70	c total #watches: 845352
649.58/649.75	c total #propagations: 112658588 / total #impl: 1078157933 (eff. 0.104)
649.58/649.75	c #Conflicts:      40000 | #Learnt:       6240 | 0.029
649.58/649.75	c total clause space: 127.173MB
649.58/649.75	c total #watches: 934633
665.78/665.96	c total #propagations: 114892412 / total #impl: 1106419235 (eff. 0.104)
665.78/665.96	c #Conflicts:      41000 | #Learnt:       7240 | 0.029
665.78/665.96	c total clause space: 206.656MB
665.78/665.96	c total #watches: 1004368
683.67/683.80	c total #propagations: 116913896 / total #impl: 1145262710 (eff. 0.102)
683.67/683.80	c #Conflicts:      42000 | #Learnt:       8240 | 0.028
683.67/683.80	c total clause space: 206.656MB
683.67/683.80	c total #watches: 1103165
704.98/705.14	c total #propagations: 119361224 / total #impl: 1185305940 (eff. 0.101)
704.98/705.14	c #Conflicts:      43000 | #Learnt:       9240 | 0.027
704.98/705.14	c total clause space: 206.656MB
704.98/705.14	c total #watches: 1244327
730.66/730.87	c total #propagations: 121880070 / total #impl: 1221187406 (eff. 0.100)
730.66/730.87	c GC COLLECT
730.66/730.87	c #Conflicts:      44000 | #Learnt:       5298 | 0.027
730.66/730.87	c total clause space: 335.816MB
730.66/730.87	c total #watches: 911847
758.06/758.20	c total #propagations: 124419438 / total #impl: 1268578896 (eff. 0.098)
758.06/758.20	c #Conflicts:      45000 | #Learnt:       6298 | 0.026
758.06/758.20	c total clause space: 335.816MB
758.06/758.20	c total #watches: 999183
806.56/806.78	c total #propagations: 126931057 / total #impl: 1313830949 (eff. 0.097)
806.56/806.78	c #Conflicts:      46000 | #Learnt:       7298 | 0.026
806.56/806.78	c total clause space: 335.816MB
806.56/806.78	c total #watches: 1081896
854.35/854.52	c total #propagations: 129871202 / total #impl: 1353346147 (eff. 0.096)
854.35/854.52	c #Conflicts:      47000 | #Learnt:       8298 | 0.025
854.35/854.52	c total clause space: 335.816MB
854.35/854.52	c total #watches: 1156257
887.84/888.00	c total #propagations: 133063077 / total #impl: 1394582266 (eff. 0.095)
887.84/888.00	c #Conflicts:      48000 | #Learnt:       9298 | 0.025
887.84/888.00	c total clause space: 335.816MB
887.84/888.00	c total #watches: 1226974
937.04/937.25	c total #propagations: 135636349 / total #impl: 1431703032 (eff. 0.095)
937.04/937.25	c #Conflicts:      49000 | #Learnt:      10298 | 0.024
937.04/937.25	c total clause space: 335.816MB
937.04/937.25	c total #watches: 1330038
969.93/970.20	c total #propagations: 139244415 / total #impl: 1479084127 (eff. 0.094)
969.93/970.20	c GC COLLECT
969.93/970.20	c #Conflicts:      50000 | #Learnt:       5966 | 0.024
969.93/970.20	c total clause space: 335.816MB
969.93/970.20	c total #watches: 998488
987.03/987.29	c total #propagations: 142735410 / total #impl: 1509994918 (eff. 0.095)
987.03/987.29	c #Conflicts:      51000 | #Learnt:       6966 | 0.023
987.03/987.29	c total clause space: 335.816MB
987.03/987.29	c total #watches: 1092603
1000.93/1001.18	c total #propagations: 146007438 / total #impl: 1535601240 (eff. 0.095)
1000.93/1001.18	c #Conflicts:      52000 | #Learnt:       7966 | 0.023
1000.93/1001.18	c total clause space: 335.816MB
1000.93/1001.18	c total #watches: 1188828
1014.92/1015.10	c total #propagations: 149049770 / total #impl: 1555518913 (eff. 0.096)
1014.92/1015.10	c #Conflicts:      53000 | #Learnt:       8966 | 0.022
1014.92/1015.10	c total clause space: 335.816MB
1014.92/1015.10	c total #watches: 1309152
1044.52/1044.79	c total #propagations: 150674202 / total #impl: 1570066206 (eff. 0.096)
1044.52/1044.79	c #Conflicts:      54000 | #Learnt:       9965 | 0.022
1044.52/1044.79	c total clause space: 335.816MB
1044.52/1044.79	c total #watches: 1368738
1078.31/1078.59	c total #propagations: 154820382 / total #impl: 1614232901 (eff. 0.096)
1078.31/1078.59	c #Conflicts:      55000 | #Learnt:      10965 | 0.022
1078.31/1078.59	c total clause space: 335.816MB
1078.31/1078.59	c total #watches: 1427038
1100.92/1101.19	c total #propagations: 157869462 / total #impl: 1642794831 (eff. 0.096)
1100.92/1101.19	c GC COLLECT
1100.92/1101.19	c #Conflicts:      56000 | #Learnt:       6371 | 0.021
1100.92/1101.19	c total clause space: 335.816MB
1100.92/1101.19	c total #watches: 1048260
1120.71/1120.98	c total #propagations: 160347920 / total #impl: 1684308975 (eff. 0.095)
1120.71/1120.98	c #Conflicts:      57000 | #Learnt:       7371 | 0.021
1120.71/1120.98	c total clause space: 335.816MB
1120.71/1120.98	c total #watches: 1121855
1137.00/1137.25	c total #propagations: 162554764 / total #impl: 1719096187 (eff. 0.095)
1137.00/1137.25	c #Conflicts:      58000 | #Learnt:       8371 | 0.020
1137.00/1137.25	c total clause space: 335.816MB
1137.00/1137.25	c total #watches: 1205503
1151.40/1151.65	c total #propagations: 165007870 / total #impl: 1743833237 (eff. 0.095)
1151.40/1151.65	c #Conflicts:      59000 | #Learnt:       9371 | 0.020
1151.40/1151.65	c total clause space: 335.816MB
1151.40/1151.65	c total #watches: 1290949
1167.60/1167.87	c total #propagations: 167283959 / total #impl: 1772170866 (eff. 0.094)
1167.60/1167.87	c #Conflicts:      60000 | #Learnt:      10371 | 0.020
1167.60/1167.87	c total clause space: 335.816MB
1167.60/1167.87	c total #watches: 1359143
1190.30/1190.55	c total #propagations: 169829413 / total #impl: 1790385684 (eff. 0.095)
1190.30/1190.55	c #Conflicts:      61000 | #Learnt:      11371 | 0.019
1190.30/1190.55	c total clause space: 335.816MB
1190.30/1190.55	c total #watches: 1441516
1205.99/1206.27	c total #propagations: 173225610 / total #impl: 1835653932 (eff. 0.094)
1205.99/1206.27	c GC COLLECT
1205.99/1206.27	c #Conflicts:      62000 | #Learnt:       6462 | 0.019
1205.99/1206.27	c total clause space: 335.816MB
1205.99/1206.27	c total #watches: 1057121
1216.49/1216.74	c total #propagations: 175121020 / total #impl: 1860857927 (eff. 0.094)
1216.49/1216.74	c #Conflicts:      63000 | #Learnt:       7462 | 0.019
1216.49/1216.74	c total clause space: 335.816MB
1216.49/1216.74	c total #watches: 1156867
1236.97/1237.29	c total #propagations: 177111930 / total #impl: 1887859917 (eff. 0.094)
1236.97/1237.29	c #Conflicts:      64000 | #Learnt:       8462 | 0.019
1236.97/1237.29	c total clause space: 335.816MB
1236.97/1237.29	c total #watches: 1225002
1265.06/1265.38	c total #propagations: 179209201 / total #impl: 1922333736 (eff. 0.093)
1265.06/1265.38	c #Conflicts:      65000 | #Learnt:       9462 | 0.018
1265.06/1265.38	c total clause space: 335.816MB
1265.06/1265.38	c total #watches: 1320095
1288.06/1288.38	c total #propagations: 182207567 / total #impl: 1966344208 (eff. 0.093)
1288.06/1288.38	c #Conflicts:      66000 | #Learnt:      10462 | 0.018
1288.06/1288.38	c total clause space: 335.816MB
1288.06/1288.38	c total #watches: 1429356
1307.25/1307.58	c total #propagations: 184888313 / total #impl: 2004070947 (eff. 0.092)
1307.25/1307.58	c #Conflicts:      67000 | #Learnt:      11462 | 0.018
1307.25/1307.58	c total clause space: 335.816MB
1307.25/1307.58	c total #watches: 1501272
1327.55/1327.83	c total #propagations: 187636228 / total #impl: 2039960984 (eff. 0.092)
1327.55/1327.83	c #Conflicts:      68000 | #Learnt:      12462 | 0.017
1327.55/1327.83	c total clause space: 335.816MB
1327.55/1327.83	c total #watches: 1691810
1347.44/1347.79	c total #propagations: 189806876 / total #impl: 2089794925 (eff. 0.091)
1347.44/1347.79	c GC COLLECT
1347.44/1347.79	c #Conflicts:      69000 | #Learnt:       7287 | 0.017
1347.44/1347.79	c total clause space: 335.816MB
1347.44/1347.79	c total #watches: 1277836
1373.64/1373.96	c total #propagations: 192474638 / total #impl: 2126482379 (eff. 0.091)
1373.64/1373.96	c #Conflicts:      70000 | #Learnt:       8287 | 0.017
1373.64/1373.96	c total clause space: 335.816MB
1373.64/1373.96	c total #watches: 1410434
1400.73/1401.05	c total #propagations: 195153355 / total #impl: 2169623625 (eff. 0.090)
1400.73/1401.05	c #Conflicts:      71000 | #Learnt:       9287 | 0.017
1400.73/1401.05	c total clause space: 335.816MB
1400.73/1401.05	c total #watches: 1484209
1436.53/1436.88	c total #propagations: 198021268 / total #impl: 2215242301 (eff. 0.089)
1436.53/1436.88	c #Conflicts:      72000 | #Learnt:      10287 | 0.017
1436.53/1436.88	c total clause space: 335.816MB
1436.53/1436.88	c total #watches: 1585635
1473.62/1473.97	c total #propagations: 201382823 / total #impl: 2257687128 (eff. 0.089)
1473.62/1473.97	c #Conflicts:      73000 | #Learnt:      11287 | 0.016
1473.62/1473.97	c total clause space: 335.816MB
1473.62/1473.97	c total #watches: 1669964
1518.82/1519.11	c total #propagations: 204890223 / total #impl: 2305688526 (eff. 0.089)
1518.82/1519.11	c #Conflicts:      74000 | #Learnt:      12287 | 0.016
1518.82/1519.11	c total clause space: 335.816MB
1518.82/1519.11	c total #watches: 1818041
1555.71/1556.07	c total #propagations: 208804415 / total #impl: 2365444870 (eff. 0.088)
1555.71/1556.07	c GC COLLECT
1555.71/1556.07	c #Conflicts:      75000 | #Learnt:       6778 | 0.016
1555.71/1556.07	c total clause space: 335.816MB
1555.71/1556.07	c total #watches: 1370896
1577.01/1577.31	c total #propagations: 211751751 / total #impl: 2420048649 (eff. 0.087)
1577.01/1577.31	c #Conflicts:      76000 | #Learnt:       7778 | 0.016
1577.01/1577.31	c total clause space: 335.816MB
1577.01/1577.31	c total #watches: 1446239
1601.20/1601.58	c total #propagations: 214515608 / total #impl: 2469652029 (eff. 0.087)
1601.20/1601.58	c #Conflicts:      77000 | #Learnt:       8778 | 0.015
1601.20/1601.58	c total clause space: 335.816MB
1601.20/1601.58	c total #watches: 1569244
1634.00/1634.37	c total #propagations: 217778089 / total #impl: 2519160251 (eff. 0.086)
1634.00/1634.37	c #Conflicts:      78000 | #Learnt:       9778 | 0.015
1634.00/1634.37	c total clause space: 335.816MB
1634.00/1634.37	c total #watches: 1678913
1659.09/1659.41	c total #propagations: 221812529 / total #impl: 2598207003 (eff. 0.085)
1659.09/1659.41	c #Conflicts:      79000 | #Learnt:      10778 | 0.015
1659.09/1659.41	c total clause space: 335.816MB
1659.09/1659.41	c total #watches: 1744816
1679.19/1679.52	c total #propagations: 225265748 / total #impl: 2640555295 (eff. 0.085)
1679.19/1679.52	c #Conflicts:      80000 | #Learnt:      11778 | 0.015
1679.19/1679.52	c total clause space: 335.816MB
1679.19/1679.52	c total #watches: 1807545
1709.99/1710.37	c total #propagations: 227896471 / total #impl: 2683313313 (eff. 0.085)
1709.99/1710.37	c #Conflicts:      81000 | #Learnt:      12778 | 0.015
1709.99/1710.37	c total clause space: 335.816MB
1709.99/1710.37	c total #watches: 1874837
1741.09/1741.46	c total #propagations: 230876265 / total #impl: 2738968514 (eff. 0.084)
1741.09/1741.46	c GC COLLECT
1741.09/1741.46	c #Conflicts:      82000 | #Learnt:       6975 | 0.014
1741.09/1741.46	c total clause space: 335.816MB
1741.09/1741.46	c total #watches: 1218744
1752.18/1752.57	c total #propagations: 234849478 / total #impl: 2783111479 (eff. 0.084)
1752.18/1752.57	c #Conflicts:      83000 | #Learnt:       7975 | 0.014
1752.18/1752.57	c total clause space: 335.816MB
1752.18/1752.57	c total #watches: 1312241
1768.38/1768.75	c total #propagations: 237645787 / total #impl: 2808133966 (eff. 0.085)
1768.38/1768.75	c #Conflicts:      84000 | #Learnt:       8975 | 0.014
1768.38/1768.75	c total clause space: 335.816MB
1768.38/1768.75	c total #watches: 1435045
1789.87/1790.29	c total #propagations: 240735801 / total #impl: 2842384735 (eff. 0.085)
1789.87/1790.29	c #Conflicts:      85000 | #Learnt:       9975 | 0.014
1789.87/1790.29	c total clause space: 335.816MB
1789.87/1790.29	c total #watches: 1549637

Verifier Data

ERROR: no interpretation found !

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-4087882-1465440262/watcher-4087882-1465440262 -o /tmp/evaluation-result-4087882-1465440262/solver-4087882-1465440262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465427010-20261 --watchdog 1960 --input HOME/instance-4087882-1465440262.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=21762
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.09 2.08 2.08 3/176 21765
/proc/meminfo: memFree=30038712/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 257 0 0 0 0 0 0 0 20 0 1 0 125958743 57319424 7804 33554432000 4194304 6211289 140736036169040 140736892393848 4206551 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 13994 7804 98 493 0 13491 0

[startup+0.100159 s]
/proc/loadavg: 2.09 2.08 2.08 3/176 21765
/proc/meminfo: memFree=30038712/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=59068 CPUtime=0.09 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 1109 0 0 0 8 1 0 0 20 0 1 0 125958743 60485632 11514 33554432000 4194304 6211289 140736036169040 140736892393848 5252555 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 14767 11514 121 493 0 14264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59068

[startup+0.200337 s]
/proc/loadavg: 2.09 2.08 2.08 3/176 21765
/proc/meminfo: memFree=30038712/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=69916 CPUtime=0.19 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 3182 0 0 0 18 1 0 0 20 0 1 0 125958743 71593984 15121 33554432000 4194304 6211289 140736036169040 140736892393848 4228081 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 17479 15121 144 493 0 16976 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69916

[startup+0.300334 s]
/proc/loadavg: 2.09 2.08 2.08 3/176 21765
/proc/meminfo: memFree=30038712/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=80260 CPUtime=0.29 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 4916 0 0 0 28 1 0 0 20 0 1 0 125958743 82186240 17778 33554432000 4194304 6211289 140736036169040 140736036166536 4228081 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 20065 17778 144 493 0 19562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80260

[startup+0.700224 s]
/proc/loadavg: 2.09 2.08 2.08 3/176 21765
/proc/meminfo: memFree=30038712/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=96684 CPUtime=0.69 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 7051 0 0 0 67 2 0 0 20 0 1 0 125958743 99004416 20340 33554432000 4194304 6211289 140736036169040 140736036166536 4241570 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 24171 20340 150 493 0 23668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96684

[startup+1.50025 s]
/proc/loadavg: 2.09 2.08 2.08 3/177 21766
/proc/meminfo: memFree=29954804/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=97780 CPUtime=1.49 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 7731 0 0 0 147 2 0 0 20 0 1 0 125958743 100126720 21893 33554432000 4194304 6211289 140736036169040 140736036167032 4205291 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 24445 21893 150 493 0 23942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97780

[startup+3.10024 s]
/proc/loadavg: 2.09 2.08 2.08 3/177 21766
/proc/meminfo: memFree=29938488/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=137076 CPUtime=3.09 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 10779 0 0 0 306 3 0 0 20 0 1 0 125958743 140365824 30853 33554432000 4194304 6211289 140736036169040 140736036166952 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 34269 30853 204 493 0 33766 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137076

[startup+6.30028 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 21766
/proc/meminfo: memFree=29906588/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=156980 CPUtime=6.29 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 11616 0 0 0 626 3 0 0 20 0 1 0 125958743 160747520 32998 33554432000 4194304 6211289 140736036169040 140736036167032 4209403 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 39245 32998 214 493 0 38742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156980

[startup+12.7003 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 21766
/proc/meminfo: memFree=29891520/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=160256 CPUtime=12.69 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 13743 0 0 0 1265 4 0 0 20 0 1 0 125958743 164102144 36735 33554432000 4194304 6211289 140736036169040 140736036167032 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 40064 36735 214 493 0 39561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160256

[startup+25.5004 s]
/proc/loadavg: 2.06 2.07 2.08 3/177 21766
/proc/meminfo: memFree=29887008/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=193104 CPUtime=25.48 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 14550 0 0 0 2544 4 0 0 20 0 1 0 125958743 197738496 37944 33554432000 4194304 6211289 140736036169040 140736036167272 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 48276 37944 219 493 0 47773 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 193104

[startup+51.1004 s]
/proc/loadavg: 2.04 2.06 2.08 3/177 21766
/proc/meminfo: memFree=29876336/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=194700 CPUtime=51.09 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 15454 0 0 0 5104 5 0 0 20 0 1 0 125958743 199372800 40613 33554432000 4194304 6211289 140736036169040 140736036166952 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 48675 40613 219 493 0 48172 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 194700

[startup+102.3 s]
/proc/loadavg: 2.08 2.07 2.08 3/177 21767
/proc/meminfo: memFree=29820124/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=250972 CPUtime=102.28 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 17400 0 0 0 10223 5 0 0 20 0 1 0 125958743 256995328 51711 33554432000 4194304 6211289 140736036169040 140736036166952 4209221 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 62743 51711 219 493 0 62240 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 250972

[startup+162.3 s]
/proc/loadavg: 2.10 2.07 2.08 3/177 21768
/proc/meminfo: memFree=29802900/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=254152 CPUtime=162.27 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 18660 0 0 0 16221 6 0 0 20 0 1 0 125958743 260251648 53202 33554432000 4194304 6211289 140736036169040 140736036167032 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 63538 53202 219 493 0 63035 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 254152

[startup+222.307 s]
/proc/loadavg: 2.03 2.05 2.07 3/177 21770
/proc/meminfo: memFree=29705880/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=368912 CPUtime=222.27 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 23313 0 0 0 22218 9 0 0 20 0 1 0 125958743 377765888 78003 33554432000 4194304 6211289 140736036169040 140736036167032 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 92228 78003 219 493 0 91725 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 368912

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.07 4/177 21771
/proc/meminfo: memFree=29669200/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=369912 CPUtime=282.25 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 23548 0 0 0 28216 9 0 0 20 0 1 0 125958743 378789888 82837 33554432000 4194304 6211289 140736036169040 140736036166952 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 92478 82837 219 493 0 91975 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 369912

[startup+342.3 s]
/proc/loadavg: 2.28 2.11 2.08 3/178 21775
/proc/meminfo: memFree=29665584/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=370776 CPUtime=342.23 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 23802 0 0 0 34214 9 0 0 20 0 1 0 125958743 379674624 83145 33554432000 4194304 6211289 140736036169040 140736036166952 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 92694 83145 219 493 0 92191 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 370776

[startup+402.3 s]
/proc/loadavg: 2.17 2.10 2.08 3/177 21776
/proc/meminfo: memFree=29661416/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=371936 CPUtime=402.22 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 24091 0 0 0 40213 9 0 0 20 0 1 0 125958743 380862464 84445 33554432000 4194304 6211289 140736036169040 140736036167032 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 92984 84445 219 493 0 92481 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 371936

[startup+462.3 s]
/proc/loadavg: 2.13 2.10 2.08 3/177 21777
/proc/meminfo: memFree=29640312/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=374172 CPUtime=462.2 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 24672 0 0 0 46211 9 0 0 20 0 1 0 125958743 383152128 85008 33554432000 4194304 6211289 140736036169040 140736036166952 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 93543 85008 219 493 0 93040 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 374172

[startup+522.3 s]
/proc/loadavg: 2.11 2.09 2.08 4/177 21779
/proc/meminfo: memFree=29635948/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=376528 CPUtime=522.19 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 25261 0 0 0 52210 9 0 0 20 0 1 0 125958743 385564672 85597 33554432000 4194304 6211289 140736036169040 140736036166952 4209882 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 94132 85597 219 493 0 93629 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 376528

[startup+582.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/177 21780
/proc/meminfo: memFree=29621920/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=377364 CPUtime=582.19 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 25471 0 0 0 58209 10 0 0 20 0 1 0 125958743 386420736 85807 33554432000 4194304 6211289 140736036169040 140736036167032 4241789 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 94341 85807 219 493 0 93838 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 377364


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


[startup+882.307 s]
/proc/loadavg: 2.21 2.11 2.10 3/177 21786
/proc/meminfo: memFree=29465844/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=600788 CPUtime=882.15 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 29639 0 0 0 88201 14 0 0 20 0 1 0 125958743 615206912 114312 33554432000 4194304 6211289 140736036169040 140736036166952 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 150197 114312 219 493 0 149694 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 600788

[startup+942.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/178 21790
/proc/meminfo: memFree=29456004/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=601056 CPUtime=942.14 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 29699 0 0 0 94200 14 0 0 20 0 1 0 125958743 615481344 116927 33554432000 4194304 6211289 140736036169040 140736036167384 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 150264 116927 219 493 0 149761 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 601056

[startup+1002.3 s]
/proc/loadavg: 2.24 2.14 2.10 3/178 21814
/proc/meminfo: memFree=29449952/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=601328 CPUtime=1002.12 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 29790 0 0 0 100198 14 0 0 20 0 1 0 125958743 615759872 117518 33554432000 4194304 6211289 140736036169040 140736036167384 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 150332 117518 219 493 0 149829 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 601328

[startup+1062.3 s]
/proc/loadavg: 2.19 2.15 2.10 4/177 21815
/proc/meminfo: memFree=29450028/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=602740 CPUtime=1062.11 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 30142 0 0 0 106197 14 0 0 20 0 1 0 125958743 617205760 117870 33554432000 4194304 6211289 140736036169040 140736036167032 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 150685 117870 219 493 0 150182 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 602740

[startup+1122.3 s]
/proc/loadavg: 2.07 2.12 2.09 3/177 21817
/proc/meminfo: memFree=29449036/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=603308 CPUtime=1122.11 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 30282 0 0 0 112197 14 0 0 20 0 1 0 125958743 617787392 118010 33554432000 4194304 6211289 140736036169040 140736036167384 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 150827 118010 219 493 0 150324 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 603308

[startup+1182.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/177 21864
/proc/meminfo: memFree=29634392/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=604156 CPUtime=1182.1 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 30479 0 0 0 118196 14 0 0 20 0 1 0 125958743 618655744 118209 33554432000 4194304 6211289 140736036169040 140736036167032 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 151039 118209 219 493 0 150536 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 604156

[startup+1242.3 s]
/proc/loadavg: 2.10 2.10 2.09 4/177 21865
/proc/meminfo: memFree=29384596/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=605760 CPUtime=1242.07 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 30916 0 0 0 124193 14 0 0 20 0 1 0 125958743 620298240 118630 33554432000 4194304 6211289 140736036169040 140736036167032 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 151440 118630 219 493 0 150937 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 605760

[startup+1302.3 s]
/proc/loadavg: 2.25 2.13 2.10 3/177 21866
/proc/meminfo: memFree=22858880/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=606672 CPUtime=1302.05 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 31166 0 0 0 130190 15 0 0 20 0 1 0 125958743 621232128 118857 33554432000 4194304 6211289 140736036169040 140736036167384 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 151668 118857 219 493 0 151165 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 606672

[startup+1362.3 s]
/proc/loadavg: 2.22 2.13 2.10 4/177 21867
/proc/meminfo: memFree=22787888/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=608484 CPUtime=1362.04 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 31612 0 0 0 136189 15 0 0 20 0 1 0 125958743 623087616 119303 33554432000 4194304 6211289 140736036169040 140736036166952 4202005 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152121 119303 219 493 0 151618 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 608484

[startup+1422.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/176 21869
/proc/meminfo: memFree=22733100/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=608916 CPUtime=1422.04 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 31730 0 0 0 142189 15 0 0 20 0 1 0 125958743 623529984 119421 33554432000 4194304 6211289 140736036169040 140736036167032 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152229 119421 219 493 0 151726 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 608916

[startup+1482.3 s]
/proc/loadavg: 2.03 2.08 2.08 3/177 21871
/proc/meminfo: memFree=22727640/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=609848 CPUtime=1482.02 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 31950 0 0 0 148187 15 0 0 20 0 1 0 125958743 624484352 119641 33554432000 4194304 6211289 140736036169040 140736036167384 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152462 119641 219 493 0 151959 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 609848

[startup+1542.31 s]
/proc/loadavg: 2.01 2.07 2.08 3/178 21921
/proc/meminfo: memFree=29751980/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=610600 CPUtime=1542.02 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 32131 0 0 0 154187 15 0 0 20 0 1 0 125958743 625254400 119822 33554432000 4194304 6211289 140736036169040 140736036166952 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152650 119822 219 493 0 152147 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 610600

[startup+1602.3 s]
/proc/loadavg: 2.07 2.07 2.08 3/177 21922
/proc/meminfo: memFree=29692932/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=611084 CPUtime=1602 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 32241 0 0 0 160185 15 0 0 20 0 1 0 125958743 625750016 119932 33554432000 4194304 6211289 140736036169040 140736036167384 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152771 119932 219 493 0 152268 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 611084

[startup+1662.3 s]
/proc/loadavg: 2.09 2.07 2.08 3/177 21923
/proc/meminfo: memFree=29674000/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=611508 CPUtime=1661.99 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 32358 0 0 0 166184 15 0 0 20 0 1 0 125958743 626184192 120049 33554432000 4194304 6211289 140736036169040 140736036167384 4209244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 152877 120049 219 493 0 152374 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 611508

[startup+1722.3 s]
/proc/loadavg: 2.19 2.10 2.09 3/178 21926
/proc/meminfo: memFree=29631912/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=612400 CPUtime=1721.98 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 32581 0 0 0 172183 15 0 0 20 0 1 0 125958743 627097600 120272 33554432000 4194304 6211289 140736036169040 140736036167384 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 153100 120272 219 493 0 152597 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 612400

[startup+1782.3 s]
/proc/loadavg: 2.21 2.11 2.09 3/177 21927
/proc/meminfo: memFree=29603996/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=614648 CPUtime=1781.97 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 33144 0 0 0 178182 15 0 0 20 0 1 0 125958743 629399552 120835 33554432000 4194304 6211289 140736036169040 140736036167080 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 153662 120835 219 493 0 153159 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 614648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.24 2.12 2.09 3/177 21927
/proc/meminfo: memFree=29603756/32872528 swapFree=12328/568296
[pid=21765] ppid=21762 vsize=614648 CPUtime=1800.07 cores=0,2,4,6
/proc/21765/stat : 21765 (cdcl-cuttingpla) R 21762 21765 20245 0 -1 4202496 33144 0 0 0 179992 15 0 0 20 0 1 0 125958743 629399552 120835 33554432000 4194304 6211289 140736036169040 140736036167384 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21765/statm: 153662 120835 219 493 0 153159 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 614648

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 21765 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.4
CPU time (s): 1800.08
CPU user time (s): 1799.93
CPU system time (s): 0.157975
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 614648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.157975
maximum resident set size= 483340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.20821 second user time and 6.95594 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-09 04:44:22
IDJOB=4087882
IDBENCH=90353
IDSOLVER=2549
FILE ID=node138/4087882-1465440262
RUNJOBID= node138-1465427010-20261
PBS_JOBID= 19859777
Free space on /tmp= 71744 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4087882-1465440262/watcher-4087882-1465440262 -o /tmp/evaluation-result-4087882-1465440262/solver-4087882-1465440262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465427010-20261 --watchdog 1960 --input HOME/instance-4087882-1465440262.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=2043366111

node138.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.807
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	: 5333.61
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.807
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.56
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.807
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.807
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.807
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.807
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		: 2666.807
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.807
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:        30039356 kB
Buffers:          128108 kB
Cached:          1036576 kB
SwapCached:        46616 kB
Active:           901080 kB
Inactive:         622280 kB
Active(anon):     313196 kB
Inactive(anon):    47808 kB
Active(file):     587884 kB
Inactive(file):   574472 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053732 kB
Dirty:              4700 kB
Writeback:             0 kB
AnonPages:       1053416 kB
Mapped:             8928 kB
Shmem:                 0 kB
Slab:             609688 kB
SReclaimable:      53276 kB
SUnreclaim:       556412 kB
KernelStack:        1472 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1110228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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= 71740 MiB
End job on node138 at 2016-06-09 05:14:22