Trace number 3175661

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
CryptoMiniSat Strange-Night-1-st? (TO) 1300.07 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
MD5SUMeb4eadfedd2c4dc9b0ed7231ad324f1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark273.432
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175661-1301784972.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.08/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.08/0.10	c -- vars added      40000
0.08/0.10	c Parsing time:  0.09 s
0.08/0.10	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.18/0.21	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.10
0.28/0.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.11
0.39/0.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.46	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.79/0.80	c lits-rem:         0  cl-subs:        0  v-elim:   1210  v-fix:    0  time:  0.34 s
0.79/0.81	c Finding binary XORs  T:     0.01 s  found:       0
0.79/0.89	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.79/0.89	c calculated reachability. Time: 0.00
0.89/0.90	c Calc default polars -  time:   0.01 s pos:   17854 undec:    4565 neg:   17581
0.89/0.90	c =========================================================================================
0.89/0.90	c types(t): F = full restart, N = normal restart
0.89/0.90	c types(t): S = simplification begin/end, E = solution found
0.89/0.90	c restart types(rt): st = static, dy = dynamic
0.89/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.90	c  B st     0         0     38790    165909         0         0    504358         0   no data   no data  --
2.29/2.38	c  N dy    20      4049     38790    165909         0      4048    504358   1320066    184.33    239.50  --
3.79/3.83	c  N dy    46      8070     38790    165909         0      8069    504358   2372092    178.50    188.08  --
5.28/5.38	c  N dy    72     12164     38790    165909         0     12163    504358   3447642    176.98    188.60  --
6.89/6.91	c  N dy   100     16231     38790    165909         0     16230    504358   4543279    176.99    205.50  --
8.39/8.49	c  N dy   125     20318     38790    165909         0     10319    504358    763053    175.84    191.26  --
9.99/10.02	c  N dy   155     24433     38790    165909         0     14434    504358   1846446    175.90    187.48  --
10.19/10.24	c  F st   161     25000     38790    165909         0     15001    504358   2003085    176.34   no data  --
12.19/12.28	c  N dy   167     30002     38790    165909         0     20002    504358   3976744    176.34   no data  --
12.19/12.28	c  S st   167     30002     38790    165909         0     20002    504358   3976744    176.34   no data  --
12.39/12.46	c  S st   167     30506     38790    165909         0     20506    504358   4059520    176.34   no data  --
12.39/12.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.39/12.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.69/12.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
13.09/13.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.09/13.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.09/13.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
13.09/13.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
22.89/22.94	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.76 s
23.10/23.11	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.17
23.10/23.12	c calculated reachability. Time: 0.00
23.10/23.13	c  N dy   167     30506     38790    165909         0     20504    504358   4059249    176.34   no data  --
24.79/24.86	c  N dy   198     34649     38790    165909         0     24646    504358   5223169    177.75    189.68  --
26.49/26.56	c  N dy   227     38665     38790    165909         0     28662    504358   6323521    178.18    206.54  --
28.28/28.35	c  N dy   250     42821     38790    165909         0     17325    504358   1288615    177.61    189.62  --
29.49/29.59	c  S st   270     45760     38790    165909         0     20263    504358   2076070    177.76    161.65  --
29.79/29.81	c  S st   270     46261     38790    165909         0     20764    504358   2187914    177.76   no data  --
29.79/29.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29.79/29.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.09/30.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
30.29/30.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.29/30.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.29/30.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
30.29/30.35	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
35.78/35.80	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  5.45 s
35.78/35.82	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
35.78/35.85	c vivif2 --  cl tried    20763 cl shrink        0 lits rem          0 time: 0.03
35.98/36.01	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.16
35.98/36.02	c calculated reachability. Time: 0.00
35.98/36.02	c  N dy   270     46261     38790    165909         0     20763    504358   2187825    177.76   no data  --
37.49/37.59	c  N dy   296     50357     38790    165909         0     24859    504358   3266506    177.39    189.17  --
39.19/39.21	c  N dy   323     54491     38790    165909         0     28993    504358   4346033    177.09    192.36  --
40.88/40.93	c  N dy   352     58585     38790    165909         0     33086    504358   5425818    177.24    192.83  --
42.69/42.75	c  N dy   383     62731     38790    165909         0     37231    504358   6522107    177.23    187.58  --
44.39/44.44	c  N dy   413     66807     38790    165909         0     22557    504358   1835580    177.33    211.38  --
45.59/45.61	c  S st   436     69391     38790    165909         0     25141    504358   2592591    177.91   no data  --
45.79/45.83	c  S st   436     69893     38790    165909         0     25643    504358   2708298    177.91   no data  --
45.79/45.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.79/45.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.09/46.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
46.28/46.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.28/46.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.28/46.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
46.39/46.40	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
54.09/54.11	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.71 s
54.09/54.13	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
54.09/54.18	c vivif2 --  cl tried    25642 cl shrink        0 lits rem          0 time: 0.04
54.29/54.37	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.19
54.29/54.38	c calculated reachability. Time: 0.00
54.29/54.38	c  N dy   436     69893     38790    165909         0     25642    504358   2708253    177.91   no data  --
56.39/56.40	c  N dy   468     74370     38790    165909         0     30119    504358   3925575    178.22    187.92  --
58.59/58.63	c  N dy   503     79198     38790    165909         0     34947    504358   5243080    178.33    191.72  --
60.99/61.00	c  N dy   537     84283     38790    165909         0     40032    504358   6574453    178.10    209.01  --
62.49/62.53	c  F st   562     87500     38790    165909         0     22373    504358   1143961    178.22   no data  --
64.09/64.13	c  N st   567     90796     38790    165909         0     25668    504358   2335848    178.22   no data  --
66.59/66.64	c  N dy   597     96648     38790    165909         0     31518    504358   4333264    178.72    197.95  --
69.29/69.31	c  N dy   644    103039     38790    165909         0     37909    504358   6113121    179.11    189.16  --
69.99/70.06	c  S st   657    104842     38790    165909         0     39711    504358   6616955    179.21   no data  --
70.19/70.28	c  S st   657    105345     38790    165909         0     40214    504358   6731012    179.21   no data  --
70.29/70.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
70.29/70.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.49/70.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.27
70.99/71.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
70.99/71.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
70.99/71.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
71.09/71.10	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
159.99/160.08	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 88.99 s
160.09/160.11	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
160.19/160.21	c vivif2 --  cl tried    40212 cl shrink        0 lits rem          0 time: 0.10
160.39/160.43	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.22
160.39/160.44	c calculated reachability. Time: 0.00
160.39/160.44	c  N dy   657    105345     38790    165909         0     40212    504358   6729800    179.21   no data  --
163.70/163.70	c  N dy   701    112280     38790    165909         0     24715    504358   1318066    178.88    200.19  --
166.89/166.93	c  N dy   749    119469     38790    165909         0     31904    504358   3240232    178.91    194.79  --
170.50/170.56	c  N dy   806    127122     38790    165909         0     39557    504358   5328159    179.13    197.97  --
174.49/174.55	c  N dy   865    135344     38790    165909         0     24064    504358    741405    179.33    205.90  --
178.39/178.44	c  N dy   922    144026     38790    165909         0     32746    504358   3122817    179.28    192.67  --
182.79/182.81	c  N dy   986    153442     38790    165909         0     42161    504358   5609716    179.11    191.44  --
184.99/185.03	c  S st  1020    158017     38790    165909         0     46735    504358   6865008    179.14   no data  --
185.19/185.29	c  S st  1020    158518     38790    165909         0     47236    504358   6972054    179.14   no data  --
185.29/185.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
185.29/185.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.59/185.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
186.10/186.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
186.10/186.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
186.10/186.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
186.10/186.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
284.20/284.24	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 98.07 s
284.20/284.27	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
284.30/284.37	c vivif2 --  cl tried    47235 cl shrink        0 lits rem          0 time: 0.11
284.60/284.61	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.24
284.60/284.62	c calculated reachability. Time: 0.00
284.60/284.62	c  N dy  1020    158518     38790    165909         0     47235    504358   6971880    179.14   no data  --
289.40/289.43	c  N dy  1094    168655     38790    165909         0     32510    504358   2715168    179.43    258.53  --
294.50/294.56	c  N dy  1173    179420     38790    165909         0     43275    504358   5648901    179.60    189.54  --
300.00/300.03	c  N dy  1248    190878     38790    165909         0     28804    504358   1365405    179.44    197.81  --
305.80/305.81	c  N dy  1336    203204     38790    165909         0     41128    504358   4772267    179.64    201.93  --
312.09/312.17	c  N dy  1425    216349     38790    165909         0     27310    504358    654143    179.62    192.03  --
318.60/318.62	c  N dy  1523    230248     38790    165909         0     41209    504358   4475254    179.83    191.91  --
322.20/322.24	c  S st  1574    237778     38790    165909         0     48739    504358   6521098    179.85   no data  --
322.50/322.51	c  S st  1574    238281     38790    165909         0     49242    504358   6630332    179.85   no data  --
322.50/322.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
322.50/322.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.80/322.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
323.30/323.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
323.30/323.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
323.30/323.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
323.30/323.35	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
415.10/415.16	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 91.81 s
415.10/415.17	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
415.20/415.27	c vivif2 --  cl tried    49238 cl shrink        0 lits rem          0 time: 0.09
415.40/415.49	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.22
415.50/415.50	c calculated reachability. Time: 0.00
415.50/415.50	c  N dy  1574    238281     38790    165909         0     49238    504358   6626631    179.85   no data  --
422.10/422.15	c  N dy  1677    253770     38790    165909         0     36748    504358   2981580    179.95    202.71  --
429.21/429.22	c  N dy  1795    269991     38790    165909         0     52969    504358   7434533    180.15    191.10  --
436.70/436.71	c  N dy  1918    287403     38790    165909         0     41393    504358   3937038    180.26    192.41  --
445.51/445.58	c  N dy  2045    305890     38790    165909         0     59879    504358   9047174    180.36    193.14  --
445.70/445.79	c  F st  2048    306251     38790    165909         0     30244    504358    582835    180.34   no data  --
455.10/455.19	c  N dy  2154    325466     38790    165909         0     49458    504358   6412244    180.30    190.78  --
465.01/465.07	c  N dy  2287    345626     38790    165909         0     38623    504358   2564062    180.26    192.32  --
470.70/470.78	c  S st  2368    357421     38790    165909         0     50418    504358   5815118    180.26   no data  --
471.00/471.05	c  S st  2368    357927     38790    165909         0     50924    504358   5926102    180.26   no data  --
471.00/471.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
471.00/471.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
471.30/471.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
471.70/471.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
471.81/471.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
471.81/471.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
471.81/471.83	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
548.10/548.17	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 76.35 s
548.10/548.19	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
548.20/548.29	c vivif2 --  cl tried    50922 cl shrink        0 lits rem          0 time: 0.10
548.50/548.54	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.25
548.50/548.55	c calculated reachability. Time: 0.00
548.50/548.55	c  N dy  2368    357927     38790    165909         0     50922    504358   5923715    180.26   no data  --
558.50/558.53	c  N dy  2509    377965     38790    165909         0     38958    504358   2444825    180.35    209.97  --
568.61/568.70	c  N dy  2647    398396     38790    165909         0     59389    504358   8064900    180.37    191.13  --
578.52/578.60	c  N dy  2775    418460     38790    165909         0     46455    504358   4200193    180.39    193.55  --
588.81/588.81	c  N dy  2913    438525     38790    165909         0     66520    504358   9688819    180.41    204.63  --
598.51/598.59	c  N dy  3050    458645     38790    165909         0     52645    504358   5594755    180.43    192.77  --
608.91/608.95	c  N dy  3189    478755     38790    165909         0     37748    504358   1259032    180.50    191.59  --
618.72/618.71	c  N dy  3325    498820     38790    165909         0     57813    504358   6806834    180.58    222.70  --
629.01/629.05	c  N dy  3468    518944     38790    165909         0     41939    504358   2165065    180.68    195.00  --
638.02/638.04	c  S st  3593    536890     38790    165909         0     59883    504358   7137032    180.74   no data  --
638.31/638.31	c  S st  3593    537395     38790    165909         0     60388    504358   7236679    180.74   no data  --
638.31/638.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
638.31/638.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
638.61/638.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.31
639.12/639.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
639.12/639.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
639.12/639.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
639.21/639.21	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
748.72/748.72	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 109.51 s
748.72/748.74	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
748.82/748.86	c vivif2 --  cl tried    60384 cl shrink        0 lits rem          0 time: 0.12
749.12/749.14	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.27
749.12/749.15	c calculated reachability. Time: 0.00
749.12/749.15	c  N dy  3593    537395     38790    165909         0     60384    504358   7232264    180.74   no data  --
759.82/759.84	c  N dy  3740    557412     38790    165909         0     43403    504358   2230848    180.91    190.88  --
770.21/770.29	c  N dy  3883    577570     38790    165909         0     63559    504358   7880558    181.04    191.00  --
780.81/780.86	c  N dy  4016    597581     38790    165909         0     45577    504358   2558551    181.00    192.53  --
791.31/791.34	c  N dy  4156    617691     38790    165909         0     65687    504358   8008882    181.01    193.60  --
801.92/801.94	c  N dy  4284    637707     38790    165909         0     46703    504358   2593416    180.88    190.97  --
812.42/812.41	c  N dy  4418    657735     38790    165909         0     66728    504358   8080810    180.87    201.59  --
823.22/823.23	c  N dy  4562    677763     38790    165909         0     46759    504358   2361329    180.97    191.45  --
833.72/833.79	c  N dy  4701    697817     38790    165909         0     66811    504358   7977044    181.06    198.61  --
844.73/844.76	c  N dy  4837    717818     38790    165909         0     45811    504358   1859953    181.11    195.70  --
855.22/855.24	c  N dy  4978    737926     38790    165909         0     65919    504358   7396139    181.15    192.26  --
866.22/866.26	c  N dy  5105    757974     38790    165909         0     43964    504358   1040443    181.05    193.43  --
876.63/876.60	c  N dy  5238    778096     38790    165909         0     64086    504358   6617817    181.05    191.74  --
887.73/887.72	c  N dy  5376    798119     38790    165909         0     84107    504358  12130274    181.09    234.45  --
891.82/891.89	c  S st  5431    806092     38790    165909         0     49084    504358   2153740    181.09   no data  --
892.13/892.16	c  S st  5431    806594     38790    165909         0     49586    504358   2254575    181.09   no data  --
892.13/892.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
892.13/892.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
892.42/892.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
892.62/892.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
892.72/892.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
892.72/892.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
892.72/892.73	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
899.22/899.23	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.49 s
899.22/899.25	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
899.22/899.29	c vivif2 --  cl tried    49585 cl shrink        0 lits rem          0 time: 0.04
899.52/899.53	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.24
899.52/899.54	c calculated reachability. Time: 0.00
899.52/899.55	c  N dy  5431    806594     38790    165909         0     49585    504358   2254425    181.09   no data  --
910.12/910.17	c  N dy  5574    826671     38790    165909         0     69662    504358   7808018    181.11    201.97  --
921.42/921.43	c  N dy  5712    846675     38790    165909         0     45665    504358    972782    181.16    222.47  --
931.82/931.89	c  N dy  5845    866850     38790    165909         0     65836    504358   6591672    181.16    199.08  --
943.12/943.13	c  N dy  5977    886901     38790    165909         0     85887    504358  12127648    181.18    192.07  --
953.82/953.84	c  N dy  6122    907078     38790    165909         0     61065    504358   4910647    181.20    195.53  --
964.93/964.96	c  N dy  6263    927282     38790    165909         0     81268    504358  10440540    181.20    193.46  --
975.92/975.98	c  N dy  6399    947321     38790    165909         0     55309    504358   3065220    181.20    209.28  --
986.73/986.75	c  N dy  6535    967372     38790    165909         0     75359    504358   8642064    181.23    193.14  --
998.33/998.36	c  N dy  6676    987457     38790    165909         0     48448    504358    934098    181.29    223.11  --
1008.73/1008.77	c  N dy  6813   1007476     38790    165909         0     68463    504358   6502271    181.30    196.32  --
1020.03/1020.03	c  N dy  6949   1027506     38790    165909         0     88493    504358  12103562    181.34    191.03  --
1030.83/1030.87	c  N dy  7080   1047564     38790    165909         0     60559    504358   4012359    181.34    195.20  --
1041.82/1041.82	c  N dy  7215   1067799     38790    165909         0     80792    504358   9529308    181.33    193.07  --
1044.03/1044.09	c  F st  7242   1071875     38790    165909         0     84868    504358  10657493    181.33    168.57  --
1053.42/1053.43	c  N dy  7325   1087882     38790    165909         0     51877    504358   1347093    181.36    197.90  --
1064.02/1064.03	c  N dy  7455   1107987     38790    165909         0     71978    504358   6880188    181.34    193.27  --
1075.43/1075.41	c  N dy  7594   1127993     38790    165909         0     91982    504358  12371962    181.37    198.26  --
1086.33/1086.39	c  N dy  7728   1148109     38790    165909         0     62101    504358   3871683    181.37    203.51  --
1097.53/1097.54	c  N dy  7878   1168157     38790    165909         0     82148    504358   9476905    181.45    200.45  --
1109.53/1109.55	c  N dy  8025   1188233     38790    165909         0     51222    504358    605418    181.55    192.62  --
1120.13/1120.15	c  N dy  8165   1208240     38790    165909         0     71225    504358   6121813    181.56    193.30  --
1121.03/1121.07	c  S st  8178   1209892     38790    165909         0     72876    504358   6594908    181.56    184.76  --
1121.32/1121.35	c  S st  8178   1210395     38790    165909         0     73379    504358   6689328    181.56   no data  --
1121.32/1121.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1121.32/1121.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1121.72/1121.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.32
1122.23/1122.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1122.23/1122.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1122.23/1122.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
1122.23/1122.24	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1222.04/1222.06	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 99.82 s
1222.04/1222.08	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
1222.14/1222.19	c vivif2 --  cl tried    73376 cl shrink        0 lits rem          0 time: 0.11
1222.43/1222.48	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.29
1222.43/1222.50	c calculated reachability. Time: 0.00
1222.53/1222.50	c  N dy  8178   1210395     38790    165909         0     73376    504358   6688440    181.56   no data  --
1233.93/1233.93	c  N dy  8318   1230400     38790    165909         0     93376    504358  12272421    181.60    191.42  --
1245.33/1245.34	c  N dy  8461   1250520     38790    165909         0     61501    504358   3210980    181.66    192.68  --
1256.25/1256.28	c  N dy  8605   1270600     38790    165909         0     81581    504358   8814656    181.71    197.35  --
1267.94/1267.93	c  N dy  8739   1290621     38790    165909         0    101601    504358  14307385    181.69    197.00  --
1278.94/1278.93	c  N dy  8876   1310721     38790    165909         0     68706    504358   4870675    181.70    202.12  --
1290.24/1290.26	c  N dy  9003   1330784     38790    165909         0     88768    504358  10370329    181.69    192.87  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175661-1301784972/watcher-3175661-1301784972 -o /tmp/evaluation-result-3175661-1301784972/solver-3175661-1301784972 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175661-1301784972.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.78 3.90 3.63 4/187 21486
/proc/meminfo: memFree=20797480/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=21460 CPUtime=0 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 435 0 0 0 0 0 0 0 25 0 1 0 290096879 21975040 375 33554432000 4194304 4650387 140737413894560 18446744073709551615 208080232192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 5365 387 312 112 0 330 0

[startup+0.0590279 s]
/proc/loadavg: 3.78 3.90 3.63 4/187 21486
/proc/meminfo: memFree=20797480/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=46072 CPUtime=0.05 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 5674 0 0 0 5 0 0 0 25 0 1 0 290096879 47177728 4615 33554432000 4194304 4650387 140737413894560 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 11518 4615 329 112 0 6483 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46072

[startup+0.101022 s]
/proc/loadavg: 3.78 3.90 3.63 4/187 21486
/proc/meminfo: memFree=20797480/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=50948 CPUtime=0.08 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 7197 0 0 0 8 0 0 0 25 0 1 0 290096879 52170752 6138 33554432000 4194304 4650387 140737413894560 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 12737 6139 329 112 0 7702 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50948

[startup+0.300923 s]
/proc/loadavg: 3.78 3.90 3.63 4/187 21486
/proc/meminfo: memFree=20797480/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=61560 CPUtime=0.28 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 9394 0 0 0 28 0 0 0 25 0 1 0 290096879 63037440 7349 33554432000 4194304 4650387 140737413894560 18446744073709551615 4243879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 15390 7349 350 112 0 10355 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61560

[startup+0.700847 s]
/proc/loadavg: 3.78 3.90 3.63 4/187 21486
/proc/meminfo: memFree=20797480/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=87492 CPUtime=0.69 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 15495 0 0 0 68 1 0 0 25 0 1 0 290096879 89591808 13450 33554432000 4194304 4650387 140737413894560 18446744073709551615 4428530 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 21873 13450 367 112 0 16838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87492

[startup+1.50069 s]
/proc/loadavg: 3.78 3.90 3.63 5/190 21514
/proc/meminfo: memFree=20716928/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=87492 CPUtime=1.49 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 16070 0 0 0 148 1 0 0 25 0 1 0 290096879 89591808 14025 33554432000 4194304 4650387 140737413894560 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 21873 14025 379 112 0 16838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87492

[startup+3.10039 s]
/proc/loadavg: 3.78 3.90 3.63 5/190 21514
/proc/meminfo: memFree=20704776/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=87492 CPUtime=3.09 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 17353 0 0 0 307 2 0 0 25 0 1 0 290096879 89591808 15308 33554432000 4194304 4650387 140737413894560 18446744073709551615 4333874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 21873 15308 379 112 0 16838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87492

[startup+6.30078 s]
/proc/loadavg: 3.79 3.90 3.63 5/190 21514
/proc/meminfo: memFree=20666384/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=139212 CPUtime=6.29 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 19561 0 0 0 626 3 0 0 25 0 1 0 290096879 142553088 17516 33554432000 4194304 4650387 140737413894560 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 34803 17516 379 112 0 29768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139212

[startup+12.7006 s]
/proc/loadavg: 3.81 3.90 3.63 5/190 21514
/proc/meminfo: memFree=20574012/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=155584 CPUtime=12.69 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 26012 0 0 0 1265 4 0 0 25 0 1 0 290096879 159318016 17469 33554432000 4194304 4650387 140737413894560 18446744073709551615 4237226 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 38896 17469 383 112 0 33861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155584

[startup+25.5011 s]
/proc/loadavg: 3.85 3.91 3.64 5/190 21514
/proc/meminfo: memFree=20436248/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=247060 CPUtime=25.49 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 50673 0 0 0 2541 8 0 0 25 0 1 0 290096879 252989440 42130 33554432000 4194304 4650387 140737413894560 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 61765 42130 383 112 0 56730 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 247060

[startup+51.1002 s]
/proc/loadavg: 3.90 3.91 3.65 5/190 21515
/proc/meminfo: memFree=20329448/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=206156 CPUtime=51.09 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 68940 0 0 0 5097 12 0 0 25 0 1 0 290096879 211103744 45027 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 51539 45027 383 112 0 46504 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 206156

[startup+102.307 s]
/proc/loadavg: 3.95 3.92 3.66 5/190 21516
/proc/meminfo: memFree=20189680/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=335200 CPUtime=102.29 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 92794 0 0 0 10212 17 0 0 25 0 1 0 290096879 343244800 65109 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 83800 65109 383 112 0 78765 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 335200

[startup+162.301 s]
/proc/loadavg: 4.02 3.95 3.68 5/190 21518
/proc/meminfo: memFree=20175516/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=335844 CPUtime=162.29 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 93886 0 0 0 16211 18 0 0 25 0 1 0 290096879 343904256 66201 33554432000 4194304 4650387 140737413894560 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 83961 66201 383 112 0 78926 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 335844

[startup+222.301 s]
/proc/loadavg: 4.01 3.95 3.70 5/190 21519
/proc/meminfo: memFree=20116972/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=374468 CPUtime=222.29 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 112052 0 0 0 22205 24 0 0 25 0 1 0 290096879 383455232 75311 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 93617 75311 383 112 0 88582 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 374468

[startup+282.3 s]
/proc/loadavg: 4.00 3.96 3.72 5/190 21521
/proc/meminfo: memFree=20104164/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=375056 CPUtime=282.3 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 112203 0 0 0 28206 24 0 0 25 0 1 0 290096879 384057344 75462 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476724 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 93764 75462 383 112 0 88729 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 375056

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 21532
/proc/meminfo: memFree=20072200/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=393308 CPUtime=342.3 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 131491 0 0 0 34200 30 0 0 25 0 1 0 290096879 402747392 80190 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476153 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 98327 80190 383 112 0 93292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 393308

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 21533
/proc/meminfo: memFree=20076896/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=393604 CPUtime=402.3 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 131548 0 0 0 40200 30 0 0 25 0 1 0 290096879 403050496 80247 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 98401 80247 383 112 0 93366 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 393604

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 21535
/proc/meminfo: memFree=20042016/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=346052 CPUtime=462.31 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 156060 0 0 0 46192 39 0 0 25 0 1 0 290096879 354357248 80619 33554432000 4194304 4650387 140737413894560 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 86513 80619 383 112 0 81478 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 346052

[startup+522.3 s]
/proc/loadavg: 4.03 3.99 3.77 5/190 21539
/proc/meminfo: memFree=20005556/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=409132 CPUtime=522.3 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 159034 0 0 0 52190 40 0 0 25 0 1 0 290096879 418951168 83593 33554432000 4194304 4650387 140737413894560 18446744073709551615 208079929678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 102283 83593 383 112 0 97248 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 409132

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.79 5/190 21541
/proc/meminfo: memFree=20008152/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=422088 CPUtime=582.31 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 176070 0 0 0 58185 46 0 0 25 0 1 0 290096879 432218112 87255 33554432000 4194304 4650387 140737413894560 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 105522 87255 383 112 0 100487 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 422088

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 21543
/proc/meminfo: memFree=19987420/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=422148 CPUtime=642.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 199196 0 0 0 64174 58 0 0 25 0 1 0 290096879 432279552 88294 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476153 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 105537 88294 383 112 0 100502 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 422148

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 21544
/proc/meminfo: memFree=19884580/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=422148 CPUtime=702.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 199196 0 0 0 70174 58 0 0 25 0 1 0 290096879 432279552 88294 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 105537 88294 383 112 0 100502 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 422148

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 21546
/proc/meminfo: memFree=19904780/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=435756 CPUtime=762.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 206983 0 0 0 76169 63 0 0 25 0 1 0 290096879 446214144 87978 33554432000 4194304 4650387 140737413894560 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 108939 87978 383 112 0 103904 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 435756

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 21547
/proc/meminfo: memFree=19891620/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=372612 CPUtime=822.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 231643 0 0 0 82155 77 0 0 25 0 1 0 290096879 381554688 87318 33554432000 4194304 4650387 140737413894560 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 93153 87318 383 112 0 88118 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 372612

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 21549
/proc/meminfo: memFree=19887876/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=437544 CPUtime=882.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 256740 0 0 0 88144 88 0 0 25 0 1 0 290096879 448045056 94009 33554432000 4194304 4650387 140737413894560 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 109386 94009 383 112 0 104351 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 437544

[startup+942.3 s]
/proc/loadavg: 4.07 4.00 3.84 5/190 21551
/proc/meminfo: memFree=19848808/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=449332 CPUtime=942.33 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 281665 0 0 0 94134 99 0 0 25 0 1 0 290096879 460115968 99337 33554432000 4194304 4650387 140737413894560 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 112333 99337 383 112 0 107298 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 449332

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.85 5/190 21552
/proc/meminfo: memFree=19863048/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=454348 CPUtime=1002.32 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 305553 0 0 0 100121 111 0 0 25 0 1 0 290096879 465252352 91888 33554432000 4194304 4650387 140737413894560 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 113587 91888 383 112 0 108552 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 454348

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.85 5/190 21554
/proc/meminfo: memFree=19792580/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=438752 CPUtime=1062.33 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 336009 0 0 0 106106 127 0 0 25 0 1 0 290096879 449282048 90771 33554432000 4194304 4650387 140737413894560 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 109688 90771 383 112 0 104653 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 438752

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 21555
/proc/meminfo: memFree=19787108/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=440212 CPUtime=1122.33 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 360325 0 0 0 112093 140 0 0 25 0 1 0 290096879 450777088 91688 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476188 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 110053 91688 383 112 0 105018 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 440212

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 21557
/proc/meminfo: memFree=19786824/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=440212 CPUtime=1182.33 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 360325 0 0 0 118093 140 0 0 25 0 1 0 290096879 450777088 91688 33554432000 4194304 4650387 140737413894560 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 110053 91688 383 112 0 105018 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 440212

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.88 5/190 21559
/proc/meminfo: memFree=19796080/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=386320 CPUtime=1242.33 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 370304 0 0 0 124088 145 0 0 25 0 1 0 290096879 395591680 89517 33554432000 4194304 4650387 140737413894560 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 96580 89517 383 112 0 91545 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 386320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.89 4/189 21589
/proc/meminfo: memFree=20230984/32950928 swapFree=67111528/67111528
[pid=21486] ppid=21484 vsize=451300 CPUtime=1300.04 cores=5,7
/proc/21486/stat : 21486 (strangenight1-s) R 21484 21486 21305 0 -1 4202496 395806 0 0 0 129846 158 0 0 25 0 1 0 290096879 462131200 102607 33554432000 4194304 4650387 140737413894560 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21486/statm: 112825 102607 383 112 0 107790 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 451300

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1298.47
CPU system time (s): 1.60276
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 454348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.47
system time used= 1.60276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395806
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= 6
involuntary context switches= 1351

runsolver used 1.92771 second user time and 5.18221 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-03 00:56:12
IDJOB=3175661
IDBENCH=82679
IDSOLVER=1589
FILE ID=node127/3175661-1301784972
RUNJOBID= node127-1301783651-21326
PBS_JOBID= 12841391
Free space on /tmp= 71320 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175661-1301784972/watcher-3175661-1301784972 -o /tmp/evaluation-result-3175661-1301784972/solver-3175661-1301784972 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175661-1301784972.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= eb4eadfedd2c4dc9b0ed7231ad324f1f
RANDOM SEED=507021172

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20797636 kB
Buffers:        358860 kB
Cached:       11403048 kB
SwapCached:          0 kB
Active:        6683232 kB
Inactive:      5193948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20797636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23852 kB
Writeback:           0 kB
AnonPages:      114804 kB
Mapped:          15624 kB
Slab:           213768 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   326216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71320 MiB
End job on node127 at 2011-04-03 01:17:54