Trace number 3174181

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-2-mtSAT 249.68 62.9179

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S445191369-092.SATISFIABLE.cnf
MD5SUMf7876d33ac32441ad4029f31e91e25a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174181-1304110291.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      46 undec:       5 neg:      24
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.05	c Decided on static restart strategy
3.53/0.95	c  N st     8      4919        75      1597         0      4447      7985     73847   no data   no data
3.53/0.95	c  N st    10     11302        75      1597         0      4128      7985     57950   no data   no data
3.53/0.95	c  N st    11     17046        75      1597         0      9324      7985    144110   no data   no data
3.53/0.95	c  F st    12     25003        75      1597         0     11455      7985    183021   no data   no data
3.53/0.95	c  N st    12     25003        75      1597         0     11455      7985    183021   no data   no data
3.53/0.95	c Decided on static restart strategy
3.53/0.95	c  N st    18     30001        75      1597         0      9808      7985    143596   no data   no data
3.53/0.95	c  S st    18     30001        75      1597         0      9808      7985    143596   no data   no data
3.95/1.05	c  S st    18     30505        75      1597         0     10284      7985    152307   no data   no data
3.95/1.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.95/1.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.95/1.05	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.95/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.95/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.95/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.95/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.95/1.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.95/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.35/1.15	c lits-rem:       274  cl-subs:     2587  v-elim:      0  v-fix:    0  time:  0.15 s
4.35/1.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.35/1.15	c calculated reachability. Time: 0.00
4.35/1.15	c  N st    18     30505        75      1597         0      7697      7985    111760   no data   no data
5.92/1.55	c  N st    20     37615        75      1597         0      7060      7985     90762   no data   no data
6.72/1.74	c  N st    21     44015        75      1597         0     12838      7985    185670   no data   no data
7.12/1.83	c  S st    22     45757        75      1597         0     14398      7985    211326   no data   no data
7.12/1.87	c  S st    22     46260        75      1597         0     14881      7985    220060   no data   no data
7.12/1.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.12/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.12/1.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.12/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.12/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.12/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.12/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.12/1.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.12/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.34/2.19	c lits-rem:       353  cl-subs:     2954  v-elim:      0  v-fix:    0  time:  0.31 s
8.34/2.19	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.34/2.20	c vivif2 --  cl tried    11927 cl shrink        0 lits rem          0 time: 0.00
8.75/2.24	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.75/2.24	c calculated reachability. Time: 0.00
8.75/2.24	c  N st    22     46260        75      1597         0     11927      7985    176034   no data   no data
11.12/2.88	c  N st    23     60658        75      1597         0     16968      7985    244891   no data   no data
12.73/3.28	c  N st    24     69390        75      1597         0     16003      7985    229207   no data   no data
12.73/3.28	c  S st    24     69390        75      1597         0     16003      7985    229207   no data   no data
13.14/3.33	c  S st    24     69894        75      1597         0     16483      7985    237624   no data   no data
13.14/3.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.14/3.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.14/3.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.14/3.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.14/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.14/3.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.14/3.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.14/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.71/3.70	c lits-rem:       301  cl-subs:     3036  v-elim:      0  v-fix:    0  time:  0.36 s
14.71/3.70	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.71/3.71	c vivif2 --  cl tried    13447 cl shrink        0 lits rem          0 time: 0.00
14.71/3.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.71/3.75	c calculated reachability. Time: 0.00
14.71/3.75	c  N st    24     69894        75      1597         0     13447      7985    190791   no data   no data
18.31/4.69	c  F st    25     87500        75      1597         0     19632      7985    292135   no data   no data
18.31/4.69	c  N st    25     87500        75      1597         0     19632      7985    292135   no data   no data
19.75/5.03	c Decided on static restart strategy
20.06/5.19	c  N st    32     95538        75      1597         0     16237      7985    225890   no data   no data
22.42/5.81	c  N st    34    104841        75      1597         0     12903      7985    162126   no data   no data
22.42/5.81	c  S st    34    104841        75      1597         0     12903      7985    162126   no data   no data
22.42/5.88	c  S st    34    105343        75      1597         0     13375      7985    170421   no data   no data
22.42/5.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.42/5.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.42/5.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.42/5.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.42/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.42/5.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.42/5.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.42/5.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.42/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.03/6.08	c lits-rem:        93  cl-subs:     1037  v-elim:      0  v-fix:    0  time:  0.08 s
23.03/6.08	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.03/6.08	c vivif2 --  cl tried    12338 cl shrink        0 lits rem          0 time: 0.00
23.03/6.08	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.03/6.08	c calculated reachability. Time: 0.00
23.03/6.08	c  N st    34    105343        75      1597         0     12338      7985    154868   no data   no data
24.53/6.54	c  N st    35    114942        75      1597         0     20964      7985    299315   no data   no data
28.04/7.46	c  N st    36    129339        75      1597         0     21333      7985    295191   no data   no data
34.03/8.95	c  N st    37    150935        75      1597         0     27240      7985    374293   no data   no data
36.03/9.43	c  S st    38    158014        75      1597         0     19233      7985    238986   no data   no data
36.03/9.48	c  S st    38    158515        75      1597         0     19702      7985    247450   no data   no data
36.03/9.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.03/9.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
36.03/9.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.03/9.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.03/9.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.03/9.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.03/9.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.03/9.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.03/9.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.23/9.77	c lits-rem:       295  cl-subs:     2737  v-elim:      0  v-fix:    0  time:  0.28 s
37.23/9.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.23/9.77	c vivif2 --  cl tried    16965 cl shrink        0 lits rem          0 time: 0.00
37.65/9.82	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
37.65/9.82	c calculated reachability. Time: 0.00
37.65/9.82	c  N st    38    158515        75      1597         0     16965      7985    209103   no data   no data
51.99/13.48	c  N st    39    207103        75      1597         0     29154      7985    388686   no data   no data
62.39/16.03	c  N st    40    237773        75      1597         0     21836      7985    260113   no data   no data
62.39/16.03	c  S st    40    237773        75      1597         0     21836      7985    260113   no data   no data
62.39/16.09	c  S st    40    238276        75      1597         0     22305      7985    269029   no data   no data
62.39/16.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.79/16.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
62.79/16.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.79/16.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.79/16.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.79/16.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
62.79/16.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.79/16.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
62.79/16.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.59/16.36	c lits-rem:       176  cl-subs:     2345  v-elim:      0  v-fix:    0  time:  0.25 s
63.59/16.36	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.59/16.37	c vivif2 --  cl tried    19960 cl shrink        0 lits rem          0 time: 0.00
64.00/16.43	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
64.00/16.43	c calculated reachability. Time: 0.00
64.00/16.43	c  N st    40    238276        75      1597         0     19960      7985    236530   no data   no data
87.54/22.32	c  F st    41    306252        75      1597         0     21835      7985    237889   no data   no data
87.54/22.32	c  N st    41    306252        75      1597         0     21835      7985    237889   no data   no data
89.14/22.76	c Decided on static restart strategy
98.72/25.12	c  N st    51    334558        75      1597         0     25890      7985    300171   no data   no data
107.91/27.44	c  N st    53    357414        75      1597         0     24052      7985    263176   no data   no data
107.91/27.44	c  S st    53    357414        75      1597         0     24052      7985    263176   no data   no data
108.31/27.51	c  S st    53    357917        75      1597         0     24520      7985    272269   no data   no data
108.31/27.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
108.31/27.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
108.31/27.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
108.31/27.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
108.31/27.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.31/27.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
108.31/27.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
108.31/27.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
108.31/27.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.69/27.69	c lits-rem:       121  cl-subs:     1427  v-elim:      0  v-fix:    0  time:  0.17 s
108.69/27.69	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
109.09/27.70	c vivif2 --  cl tried    23093 cl shrink        0 lits rem          0 time: 0.00
109.09/27.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
109.09/27.77	c calculated reachability. Time: 0.00
109.09/27.77	c  N st    53    357917        75      1597         0     23093      7985    252624   no data   no data
121.09/30.77	c  N st    54    390309        75      1597         0     28948      7985    336818   no data   no data
142.21/36.00	c  N st    55    438897        75      1597         0     48045      7985    631745   no data   no data
174.18/44.00	c  N st    56    511779        75      1597         0     35488      7985    419935   no data   no data
186.96/47.26	c  N st    57    536877        75      1597         0     30175      7985    325165   no data   no data
186.96/47.26	c  S st    57    536877        75      1597         0     30175      7985    325165   no data   no data
187.36/47.35	c  S st    57    537378        75      1597         0     30641      7985    333902   no data   no data
187.36/47.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
187.36/47.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
187.36/47.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
187.36/47.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
187.36/47.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
187.36/47.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
187.36/47.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
187.36/47.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
187.36/47.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.54/47.62	c lits-rem:       123  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  0.25 s
188.54/47.62	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
188.54/47.62	c vivif2 --  cl tried    29053 cl shrink        0 lits rem          0 time: 0.00
188.94/47.72	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
188.94/47.72	c calculated reachability. Time: 0.00
188.94/47.72	c  N st    57    537378        75      1597         0     29053      7985    312195   no data   no data
249.61/62.91	c Following stats are for *FIRST FINISHED THREAD ONLY*
249.61/62.91	c num threads              : 4          
249.61/62.91	c restarts                 : 57         
249.61/62.91	c dynamic restarts         : 0          
249.61/62.91	c static restarts          : 57         
249.61/62.91	c full restarts            : 3          
249.61/62.91	c total simplify time      : 0.00       
249.61/62.91	c learnts DL2              : 0          
249.61/62.91	c learnts size 2           : 0          
249.61/62.91	c learnts size 1           : 0           (0.00      % of vars)
249.61/62.91	c filedLit time            : 0.02        (0.03      % time)
249.61/62.91	c v-elim SatELite          : 0           (0.00      % vars)
249.61/62.91	c SatELite time            : 2.12        (3.45      % time)
249.61/62.91	c v-elim xor               : 0           (0.00      % vars)
249.61/62.91	c xor elim time            : 0.00        (0.01      % time)
249.61/62.91	c num binary xor trees     : 0          
249.61/62.91	c binxor trees' crown      : 0           (nan       leafs/tree)
249.61/62.91	c bin xor find time        : 0.00       
249.61/62.91	c OTF clause improved      : 68838       (0.10      clauses/conflict)
249.61/62.91	c OTF impr. size diff      : 69759       (1.01       lits/clause)
249.61/62.91	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
249.61/62.91	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
249.61/62.91	c tried to recurMin cls    : 27593       (4.16       % of conflicts)
249.61/62.91	c updated cache            : 283         (0.01       lits/tried recurMin)
249.61/62.91	c unit cls recevied        : 0           (nan       % of units)
249.61/62.91	c unit cls sent            : 0           (nan       % of units)
249.61/62.91	c bin cls recevied         : 0          
249.61/62.91	c bin cls sent             : 0          
249.61/62.91	c clauses over max glue    : 0           (0.00      % of all clauses)
249.61/62.91	c conflicts                : 664009      (10793.97  / sec)
249.61/62.91	c decisions                : 732417      (0.95      % random)
249.61/62.91	c bogo-props               : 11047476167 (179585145.26 / sec)
249.61/62.91	c conflict literals        : 11024847    (18.31     % deleted)
249.61/62.91	c Memory used              : 303.47      MB
249.61/62.91	c single-thread CPU time   : 61.52       s
249.61/62.91	c all-threads sum CPU time : 249.34      s
249.61/62.91	s SATISFIABLE
249.61/62.91	v 1 2 -3 4 -5 -6 -7 -8 9 10 -11 -12 -13 14 -15 16 -17 18 -19 -20 -21 -22 23 24 25 26 -27 28 29 -30 -31 32 33 34 35 -36 -37 -38 39 -40 -41 42 -43 44 -45 46 -47 48 -49 50 -51 -52 53 54 55 56 -57 -58 59 60 -61 62 -63 64 65 66 -67 -68 69 -70 71 -72 -73 -74 75 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3174181-1304110291/watcher-3174181-1304110291 -o /tmp/evaluation-result-3174181-1304110291/solver-3174181-1304110291 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174181-1304110291.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.31 8.15 7.81 5/178 14177
/proc/meminfo: memFree=31020476/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 522627722 52441088 346 33554432000 4194304 4627427 140735134707248 18446744073709551615 47753189722024 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 12803 346 299 106 0 7774 0
[pid=14177/tid=14178] ppid=14175 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522627723 52441088 346 33554432000 4194304 4627427 140735134707248 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522627723 52441088 346 33554432000 4194304 4627427 140735134707248 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522627723 52441088 346 33554432000 4194304 4627427 140735134707248 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0718221 s]
/proc/loadavg: 8.31 8.15 7.81 5/178 14177
/proc/meminfo: memFree=31020476/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=281880 CPUtime=0.23 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 1325 0 0 0 23 0 0 0 25 0 4 0 522627722 288645120 1227 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 70470 1227 383 106 0 65441 0
[pid=14177/tid=14178] ppid=14175 vsize=281880 CPUtime=0.06 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 249 0 0 0 6 0 0 0 25 0 4 0 522627723 288645120 1227 33554432000 4194304 4627427 140735134707248 18446744073709551615 242970593463 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=281880 CPUtime=0.04 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 222 0 0 0 4 0 0 0 25 0 4 0 522627723 288645120 1227 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=281880 CPUtime=0.05 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) D 14175 14177 13971 0 -1 4202560 197 0 0 0 5 0 0 0 25 0 4 0 522627723 288645120 1227 33554432000 4194304 4627427 140735134707248 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 281880

[startup+0.160803 s]
/proc/loadavg: 8.31 8.15 7.81 5/178 14177
/proc/meminfo: memFree=31020476/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=283008 CPUtime=0.57 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 1929 0 0 0 56 1 0 0 25 0 4 0 522627722 289800192 1423 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 70752 1424 384 106 0 65723 0
[pid=14177/tid=14178] ppid=14175 vsize=283008 CPUtime=0.14 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 403 0 0 0 14 0 0 0 25 0 4 0 522627723 289800192 1424 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=283008 CPUtime=0.13 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 373 0 0 0 13 0 0 0 18 0 4 0 522627723 289800192 1424 33554432000 4194304 4627427 140735134707248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=283008 CPUtime=0.14 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 345 0 0 0 14 0 0 0 25 0 4 0 522627723 289800192 1424 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 283008

[startup+0.300779 s]
/proc/loadavg: 8.31 8.15 7.81 5/178 14177
/proc/meminfo: memFree=31020476/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=283548 CPUtime=1.13 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 2698 0 0 0 112 1 0 0 25 0 4 0 522627722 290353152 1719 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 70887 1719 384 106 0 65858 0
[pid=14177/tid=14178] ppid=14175 vsize=283548 CPUtime=0.28 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 621 0 0 0 28 0 0 0 25 0 4 0 522627723 290353152 1719 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=283548 CPUtime=0.27 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 504 0 0 0 27 0 0 0 18 0 4 0 522627723 290353152 1719 33554432000 4194304 4627427 140735134707248 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=283548 CPUtime=0.28 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 555 0 0 0 28 0 0 0 25 0 4 0 522627723 290353152 1719 33554432000 4194304 4627427 140735134707248 18446744073709551615 4352204 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 283548

[startup+0.70071 s]
/proc/loadavg: 8.31 8.15 7.81 5/178 14177
/proc/meminfo: memFree=31020476/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=284416 CPUtime=2.73 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 4358 0 0 0 271 2 0 0 25 0 4 0 522627722 291241984 2416 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 71104 2416 384 106 0 66075 0
[pid=14177/tid=14178] ppid=14175 vsize=284416 CPUtime=0.68 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 1013 0 0 0 67 1 0 0 25 0 4 0 522627723 291241984 2416 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=284416 CPUtime=0.67 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 983 0 0 0 67 0 0 0 18 0 4 0 522627723 291241984 2416 33554432000 4194304 4627427 140735134707248 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=284416 CPUtime=0.68 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 952 0 0 0 68 0 0 0 25 0 4 0 522627723 291241984 2416 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 284416

[startup+1.50057 s]
/proc/loadavg: 8.31 8.15 7.81 10/182 14181
/proc/meminfo: memFree=31006056/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=285184 CPUtime=5.92 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 8816 0 0 0 590 2 0 0 25 0 4 0 522627722 292028416 4516 33554432000 4194304 4627427 140735134707248 18446744073709551615 4321895 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 71296 4516 388 106 0 66267 0
[pid=14177/tid=14178] ppid=14175 vsize=285184 CPUtime=1.48 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 2516 0 0 0 147 1 0 0 25 0 4 0 522627723 292028416 4516 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=285184 CPUtime=1.46 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 1654 0 0 0 146 0 0 0 19 0 4 0 522627723 292028416 4517 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=285184 CPUtime=1.48 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 1632 0 0 0 148 0 0 0 25 0 4 0 522627723 292028416 4517 33554432000 4194304 4627427 140735134707248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 285184

[startup+3.1003 s]
/proc/loadavg: 8.28 8.15 7.81 9/182 14181
/proc/meminfo: memFree=30986092/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=291904 CPUtime=12.32 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 16721 0 0 0 1228 4 0 0 25 0 4 0 522627722 298909696 9209 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 72976 9209 388 106 0 67947 0
[pid=14177/tid=14178] ppid=14175 vsize=291904 CPUtime=3.07 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 4334 0 0 0 306 1 0 0 25 0 4 0 522627723 298909696 9209 33554432000 4194304 4627427 140735134707248 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=291904 CPUtime=3.06 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 4049 0 0 0 306 0 0 0 25 0 4 0 522627723 298909696 9209 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=291904 CPUtime=3.07 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 3832 0 0 0 307 0 0 0 25 0 4 0 522627723 298909696 9209 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 291904

[startup+6.30075 s]
/proc/loadavg: 8.28 8.15 7.81 9/182 14181
/proc/meminfo: memFree=30967984/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=292656 CPUtime=23.88 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 23447 0 0 0 2379 9 0 0 25 0 4 0 522627722 299679744 10615 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 73164 10616 388 106 0 68135 0
[pid=14177/tid=14178] ppid=14175 vsize=292656 CPUtime=6.22 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 5675 0 0 0 620 2 0 0 25 0 4 0 522627723 299679744 10616 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=292656 CPUtime=5.26 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 5689 0 0 0 523 3 0 0 25 0 4 0 522627723 299679744 10617 33554432000 4194304 4627427 140735134707248 18446744073709551615 4419919 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=292656 CPUtime=6.1 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 5415 0 0 0 609 1 0 0 25 0 4 0 522627723 299679744 10618 33554432000 4194304 4627427 140735134707248 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 292656

[startup+12.7006 s]
/proc/loadavg: 8.34 8.16 7.81 9/182 14181
/proc/meminfo: memFree=30961804/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=297136 CPUtime=49.2 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 35795 0 0 0 4908 12 0 0 25 0 4 0 522627722 304267264 12641 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 74284 12641 388 106 0 69255 0
[pid=14177/tid=14178] ppid=14175 vsize=297136 CPUtime=12.56 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 8940 0 0 0 1254 2 0 0 25 0 4 0 522627723 304267264 12641 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=297136 CPUtime=11.51 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 8442 0 0 0 1146 5 0 0 25 0 4 0 522627723 304267264 12642 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=297136 CPUtime=12.44 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 8532 0 0 0 1242 2 0 0 25 0 4 0 522627723 304267264 12642 33554432000 4194304 4627427 140735134707248 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.2
Current children cumulated vsize (KiB) 297136

[startup+25.5004 s]
/proc/loadavg: 8.33 8.17 7.82 9/182 14182
/proc/meminfo: memFree=30930912/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=308644 CPUtime=100.31 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 57024 0 0 0 10016 15 0 0 25 0 4 0 522627722 316051456 17991 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77161 17991 388 106 0 72132 0
[pid=14177/tid=14178] ppid=14175 vsize=308644 CPUtime=25.29 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 14272 0 0 0 2526 3 0 0 25 0 4 0 522627723 316051456 17991 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=308644 CPUtime=24.3 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 13704 0 0 0 2424 6 0 0 25 0 4 0 522627723 316051456 17991 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=308644 CPUtime=25.22 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 14303 0 0 0 2520 2 0 0 25 0 4 0 522627723 316051456 17991 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 308644

[startup+51.101 s]
/proc/loadavg: 8.22 8.16 7.82 9/182 14182
/proc/meminfo: memFree=30884884/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310180 CPUtime=202.51 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 87557 0 0 0 20221 30 0 0 25 0 4 0 522627722 317624320 22000 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77545 22000 388 106 0 72516 0
[pid=14177/tid=14178] ppid=14175 vsize=310180 CPUtime=50.86 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 22239 0 0 0 5081 5 0 0 25 0 4 0 522627723 317624320 22000 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310180 CPUtime=49.85 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 21816 0 0 0 4972 13 0 0 25 0 4 0 522627723 317624320 22000 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310180 CPUtime=50.7 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 21239 0 0 0 5065 5 0 0 25 0 4 0 522627723 317624320 22000 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.51
Current children cumulated vsize (KiB) 310180

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

[startup+57.5009 s]
/proc/loadavg: 8.18 8.15 7.82 9/182 14182
/proc/meminfo: memFree=30878424/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310560 CPUtime=228.06 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 94747 0 0 0 22774 32 0 0 25 0 4 0 522627722 318013440 21501 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77640 21501 388 106 0 72611 0
[pid=14177/tid=14178] ppid=14175 vsize=310560 CPUtime=57.26 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24109 0 0 0 5720 6 0 0 25 0 4 0 522627723 318013440 21501 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310560 CPUtime=56.25 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 23676 0 0 0 5611 14 0 0 25 0 4 0 522627723 318013440 21501 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310560 CPUtime=57.06 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 22967 0 0 0 5701 5 0 0 25 0 4 0 522627723 318013440 21501 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 228.06
Current children cumulated vsize (KiB) 310560

[startup+60.7004 s]
/proc/loadavg: 8.18 8.15 7.82 9/182 14183
/proc/meminfo: memFree=30873588/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310752 CPUtime=240.84 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 98267 0 0 0 24051 33 0 0 25 0 4 0 522627722 318210048 21009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4333312 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77688 21009 388 106 0 72659 0
[pid=14177/tid=14178] ppid=14175 vsize=310752 CPUtime=60.46 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24967 0 0 0 6040 6 0 0 25 0 4 0 522627723 318210048 21009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310752 CPUtime=59.44 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24636 0 0 0 5930 14 0 0 25 0 4 0 522627723 318210048 21009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310752 CPUtime=60.24 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 23813 0 0 0 6019 5 0 0 25 0 4 0 522627723 318210048 21009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 240.84
Current children cumulated vsize (KiB) 310752

[startup+62.3011 s]
/proc/loadavg: 8.18 8.15 7.82 9/182 14183
/proc/meminfo: memFree=30873092/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310752 CPUtime=247.23 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 99306 0 0 0 24690 33 0 0 25 0 4 0 522627722 318210048 22009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77688 22009 388 106 0 72659 0
[pid=14177/tid=14178] ppid=14175 vsize=310752 CPUtime=62.06 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 25234 0 0 0 6200 6 0 0 25 0 4 0 522627723 318210048 22009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310752 CPUtime=61.04 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24894 0 0 0 6090 14 0 0 25 0 4 0 522627723 318210048 22009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310752 CPUtime=61.83 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24064 0 0 0 6178 5 0 0 25 0 4 0 522627723 318210048 22009 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 247.23
Current children cumulated vsize (KiB) 310752

[startup+62.7072 s]
/proc/loadavg: 8.17 8.15 7.83 9/182 14183
/proc/meminfo: memFree=30869372/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310752 CPUtime=248.84 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 99536 0 0 0 24851 33 0 0 25 0 4 0 522627722 318210048 22239 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77688 22239 388 106 0 72659 0
[pid=14177/tid=14178] ppid=14175 vsize=310752 CPUtime=62.46 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 25289 0 0 0 6240 6 0 0 25 0 4 0 522627723 318210048 22239 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310752 CPUtime=61.45 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24954 0 0 0 6131 14 0 0 25 0 4 0 522627723 318210048 22239 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310752 CPUtime=62.23 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24122 0 0 0 6218 5 0 0 25 0 4 0 522627723 318210048 22239 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 248.84
Current children cumulated vsize (KiB) 310752

[startup+62.901 s]
/proc/loadavg: 8.17 8.15 7.83 9/182 14183
/proc/meminfo: memFree=30869372/32951132 swapFree=67111364/67111528
[pid=14177] ppid=14175 vsize=310752 CPUtime=249.61 cores=0,2,4,6
/proc/14177/stat : 14177 (strangenight2-m) R 14175 14177 13971 0 -1 4202496 99643 0 0 0 24928 33 0 0 25 0 4 0 522627722 318210048 22346 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14177/statm: 77688 22346 388 106 0 72659 0
[pid=14177/tid=14178] ppid=14175 vsize=310752 CPUtime=62.65 cores=0,2,4,6
/proc/14177/task/14178/stat : 14178 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 25318 0 0 0 6259 6 0 0 25 0 4 0 522627723 318210048 22346 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14177/tid=14179] ppid=14175 vsize=310752 CPUtime=61.64 cores=0,2,4,6
/proc/14177/task/14179/stat : 14179 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24982 0 0 0 6150 14 0 0 25 0 4 0 522627723 318210048 22346 33554432000 4194304 4627427 140735134707248 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14177/tid=14180] ppid=14175 vsize=310752 CPUtime=62.42 cores=0,2,4,6
/proc/14177/task/14180/stat : 14180 (strangenight2-m) R 14175 14177 13971 0 -1 4202560 24146 0 0 0 6237 5 0 0 25 0 4 0 522627723 318210048 22346 33554432000 4194304 4627427 140735134707248 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 249.61
Current children cumulated vsize (KiB) 310752

Child status: 10
Real time (s): 62.9179
CPU time (s): 249.68
CPU user time (s): 249.336
CPU system time (s): 0.343947
CPU usage (%): 396.835
Max. virtual memory (cumulated for all children) (KiB): 319556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.336
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99656
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= 285
involuntary context switches= 1200

runsolver used 0.172973 second user time and 0.501923 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 22:51:31
IDJOB=3174181
IDBENCH=82999
IDSOLVER=1586
FILE ID=node128/3174181-1304110291
RUNJOBID= node128-1304108698-13990
PBS_JOBID= 13170670
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S445191369-092.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174181-1304110291/watcher-3174181-1304110291 -o /tmp/evaluation-result-3174181-1304110291/solver-3174181-1304110291 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174181-1304110291.cnf

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

MD5SUM BENCH= f7876d33ac32441ad4029f31e91e25a6
RANDOM SEED=858625467

node128.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.852
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.70
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.852
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.75
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31020764 kB
Buffers:        408224 kB
Cached:         777520 kB
SwapCached:          0 kB
Active:         399372 kB
Inactive:      1115892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31020764 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:      329496 kB
Mapped:          15764 kB
Slab:           351844 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   541660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 22:52:34