Trace number 3366590

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-mt (fixed)SAT 249.431 62.5395

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-3366590-1305409539.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.00	c Parsing time:  0.00 s
0.00/0.00	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.01
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.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      46 undec:       5 neg:      24
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.37/0.11	c  N st     8      4919        75      1597         0      4447      7985     73847   no data   no data
0.77/0.28	c  N st    10     11302        75      1597         0      4128      7985     57950   no data   no data
1.57/0.46	c  N st    11     17046        75      1597         0      9324      7985    144110   no data   no data
2.77/0.74	c  F st    12     25003        75      1597         0     11455      7985    183021   no data   no data
2.77/0.74	c  N st    12     25003        75      1597         0     11455      7985    183021   no data   no data
3.56/0.93	c Decided on static restart strategy
3.56/0.93	c  N st    18     30001        75      1597         0      9808      7985    143596   no data   no data
3.56/0.93	c  S st    18     30001        75      1597         0      9808      7985    143596   no data   no data
3.56/0.96	c  S st    18     30505        75      1597         0     10284      7985    152307   no data   no data
3.56/0.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.56/0.97	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.56/0.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.41/1.12	c lits-rem:       274  cl-subs:     2587  v-elim:      0  v-fix:    0  time:  0.15 s
4.41/1.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.41/1.15	c calculated reachability. Time: 0.00
4.41/1.15	c  N st    18     30505        75      1597         0      7697      7985    111760   no data   no data
5.55/1.48	c  N st    20     37615        75      1597         0      7060      7985     90762   no data   no data
6.75/1.75	c  N st    21     44015        75      1597         0     12838      7985    185670   no data   no data
7.15/1.84	c  S st    22     45757        75      1597         0     14398      7985    211326   no data   no data
7.15/1.88	c  S st    22     46260        75      1597         0     14881      7985    220060   no data   no data
7.15/1.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.15/1.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.15/1.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.15/1.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.15/1.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.15/1.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.21	c lits-rem:       353  cl-subs:     2954  v-elim:      0  v-fix:    0  time:  0.31 s
8.37/2.21	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.37/2.21	c vivif2 --  cl tried    11927 cl shrink        0 lits rem          0 time: 0.00
8.80/2.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.80/2.25	c calculated reachability. Time: 0.00
8.80/2.25	c  N st    22     46260        75      1597         0     11927      7985    176034   no data   no data
11.54/2.90	c  N st    23     60658        75      1597         0     16968      7985    244891   no data   no data
13.18/3.31	c  N st    24     69390        75      1597         0     16003      7985    229207   no data   no data
13.18/3.31	c  S st    24     69390        75      1597         0     16003      7985    229207   no data   no data
13.18/3.36	c  S st    24     69894        75      1597         0     16483      7985    237624   no data   no data
13.18/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.73	c lits-rem:       301  cl-subs:     3036  v-elim:      0  v-fix:    0  time:  0.36 s
14.73/3.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.73/3.73	c vivif2 --  cl tried    13447 cl shrink        0 lits rem          0 time: 0.00
14.73/3.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.73/3.78	c calculated reachability. Time: 0.00
14.73/3.78	c  N st    24     69894        75      1597         0     13447      7985    190791   no data   no data
18.72/4.73	c  F st    25     87500        75      1597         0     19632      7985    292135   no data   no data
18.72/4.73	c  N st    25     87500        75      1597         0     19632      7985    292135   no data   no data
19.92/5.06	c Decided on static restart strategy
20.72/5.22	c  N st    32     95538        75      1597         0     16237      7985    225890   no data   no data
23.11/5.83	c  N st    34    104841        75      1597         0     12903      7985    162126   no data   no data
23.11/5.83	c  S st    34    104841        75      1597         0     12903      7985    162126   no data   no data
23.11/5.87	c  S st    34    105343        75      1597         0     13375      7985    170421   no data   no data
23.11/5.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.11/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.11/5.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.11/5.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.11/5.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.11/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.95	c lits-rem:        93  cl-subs:     1037  v-elim:      0  v-fix:    0  time:  0.08 s
23.51/5.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.51/5.96	c vivif2 --  cl tried    12338 cl shrink        0 lits rem          0 time: 0.00
23.91/6.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.91/6.00	c calculated reachability. Time: 0.00
23.91/6.00	c  N st    34    105343        75      1597         0     12338      7985    154868   no data   no data
25.91/6.58	c  N st    35    114942        75      1597         0     20964      7985    299315   no data   no data
29.89/7.53	c  N st    36    129339        75      1597         0     21333      7985    295191   no data   no data
35.86/9.03	c  N st    37    150935        75      1597         0     27240      7985    374293   no data   no data
37.86/9.51	c  S st    38    158014        75      1597         0     19233      7985    238986   no data   no data
37.86/9.56	c  S st    38    158515        75      1597         0     19702      7985    247450   no data   no data
37.86/9.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.86/9.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.86/9.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.86/9.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.86/9.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.86/9.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.86/9.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.86/9.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.86/9.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.07/9.85	c lits-rem:       295  cl-subs:     2737  v-elim:      0  v-fix:    0  time:  0.28 s
39.07/9.85	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
39.07/9.85	c vivif2 --  cl tried    16965 cl shrink        0 lits rem          0 time: 0.00
39.07/9.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
39.50/9.91	c calculated reachability. Time: 0.00
39.50/9.91	c  N st    38    158515        75      1597         0     16965      7985    209103   no data   no data
54.21/13.62	c  N st    39    207103        75      1597         0     29154      7985    388686   no data   no data
64.19/16.18	c  N st    40    237773        75      1597         0     21836      7985    260113   no data   no data
64.19/16.18	c  S st    40    237773        75      1597         0     21836      7985    260113   no data   no data
64.59/16.24	c  S st    40    238276        75      1597         0     22305      7985    269029   no data   no data
64.59/16.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.59/16.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
64.59/16.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.59/16.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.59/16.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.59/16.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
64.59/16.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.59/16.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
64.59/16.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.41/16.51	c lits-rem:       176  cl-subs:     2345  v-elim:      0  v-fix:    0  time:  0.25 s
65.41/16.51	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
65.83/16.51	c vivif2 --  cl tried    19960 cl shrink        0 lits rem          0 time: 0.00
65.83/16.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
65.83/16.58	c calculated reachability. Time: 0.00
65.83/16.58	c  N st    40    238276        75      1597         0     19960      7985    236530   no data   no data
89.72/22.52	c  F st    41    306252        75      1597         0     21835      7985    237889   no data   no data
89.72/22.52	c  N st    41    306252        75      1597         0     21835      7985    237889   no data   no data
91.32/22.98	c Decided on static restart strategy
100.94/25.34	c  N st    51    334558        75      1597         0     25890      7985    300171   no data   no data
110.07/27.69	c  N st    53    357414        75      1597         0     24052      7985    263176   no data   no data
110.07/27.69	c  S st    53    357414        75      1597         0     24052      7985    263176   no data   no data
110.47/27.75	c  S st    53    357917        75      1597         0     24520      7985    272269   no data   no data
110.47/27.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.47/27.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
110.47/27.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.47/27.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.47/27.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.47/27.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
110.47/27.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.47/27.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
110.47/27.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.26/27.93	c lits-rem:       121  cl-subs:     1427  v-elim:      0  v-fix:    0  time:  0.16 s
111.26/27.93	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
111.26/27.93	c vivif2 --  cl tried    23093 cl shrink        0 lits rem          0 time: 0.00
111.66/28.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
111.66/28.01	c calculated reachability. Time: 0.00
111.66/28.01	c  N st    53    357917        75      1597         0     23093      7985    252624   no data   no data
123.63/31.04	c  N st    54    390309        75      1597         0     28948      7985    336818   no data   no data
144.81/36.32	c  N st    55    438897        75      1597         0     48045      7985    631745   no data   no data
177.08/44.40	c  N st    56    511779        75      1597         0     35488      7985    419935   no data   no data
189.85/47.68	c  N st    57    536877        75      1597         0     30175      7985    325165   no data   no data
189.85/47.68	c  S st    57    536877        75      1597         0     30175      7985    325165   no data   no data
190.25/47.76	c  S st    57    537378        75      1597         0     30641      7985    333902   no data   no data
190.25/47.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.25/47.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
190.25/47.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.25/47.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.25/47.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.25/47.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
190.25/47.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
190.25/47.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
190.25/47.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.45/48.03	c lits-rem:       123  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  0.25 s
191.45/48.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
191.45/48.04	c vivif2 --  cl tried    29053 cl shrink        0 lits rem          0 time: 0.00
191.85/48.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
191.85/48.13	c calculated reachability. Time: 0.00
191.85/48.13	c  N st    57    537378        75      1597         0     29053      7985    312195   no data   no data
249.28/62.53	c Following stats are for *FIRST FINISHED THREAD ONLY*
249.28/62.53	c num threads              : 4          
249.28/62.53	c restarts                 : 57         
249.28/62.53	c dynamic restarts         : 0          
249.28/62.53	c static restarts          : 57         
249.28/62.53	c full restarts            : 3          
249.28/62.53	c total simplify time      : 0.00       
249.28/62.53	c learnts DL2              : 0          
249.28/62.53	c learnts size 2           : 0          
249.28/62.53	c learnts size 1           : 0           (0.00      % of vars)
249.28/62.53	c filedLit time            : 0.02        (0.03      % time)
249.28/62.53	c v-elim SatELite          : 0           (0.00      % vars)
249.28/62.53	c SatELite time            : 1.78        (2.88      % time)
249.28/62.53	c v-elim xor               : 0           (0.00      % vars)
249.28/62.53	c xor elim time            : 0.00        (0.00      % time)
249.28/62.53	c num binary xor trees     : 0          
249.28/62.53	c binxor trees' crown      : 0           (nan       leafs/tree)
249.28/62.53	c bin xor find time        : 0.00       
249.28/62.53	c OTF clause improved      : 68838       (0.10      clauses/conflict)
249.28/62.53	c OTF impr. size diff      : 69759       (1.01       lits/clause)
249.28/62.53	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
249.28/62.53	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
249.28/62.53	c tried to recurMin cls    : 27593       (4.16       % of conflicts)
249.28/62.53	c updated cache            : 283         (0.01       lits/tried recurMin)
249.28/62.53	c unit cls recevied        : 0           (nan       % of units)
249.28/62.53	c unit cls sent            : 0           (nan       % of units)
249.28/62.53	c bin cls recevied         : 0          
249.28/62.53	c bin cls sent             : 0          
249.28/62.53	c clauses over max glue    : 0           (0.00      % of all clauses)
249.28/62.53	c conflicts                : 664009      (10744.38  / sec)
249.28/62.53	c decisions                : 732417      (0.95      % random)
249.28/62.53	c bogo-props               : 11047476167 (178760003.17 / sec)
249.28/62.53	c conflict literals        : 11024847    (18.31     % deleted)
249.28/62.53	c Memory used              : 255.06      MB
249.28/62.53	c single-thread CPU time   : 61.80       s
249.28/62.53	c all-threads sum CPU time : 249.23      s
249.28/62.53	s SATISFIABLE
249.28/62.53	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: 961)

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-3366590-1305409539/watcher-3366590-1305409539 -o /tmp/evaluation-result-3366590-1305409539/solver-3366590-1305409539 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366590-1305409539.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: 7.18 7.90 8.02 3/351 18027
/proc/meminfo: memFree=24259624/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 633369370 52396032 347 33554432000 4194304 4580107 140736574130800 18446744073709551615 47141795055538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 12792 347 299 95 0 7774 0
[pid=18027/tid=18028] ppid=18025 vsize=207944 CPUtime=0 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 76 0 0 0 0 0 0 0 24 0 4 0 633369371 212934656 597 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=207944 CPUtime=0 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24 0 0 0 0 0 0 0 24 0 4 0 633369371 212934656 597 33554432000 4194304 4580107 140736574130800 18446744073709551615 228095556127 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=207944 CPUtime=0 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 90 0 0 0 0 0 0 0 24 0 4 0 633369371 212934656 597 33554432000 4194304 4580107 140736574130800 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0491131 s]
/proc/loadavg: 7.18 7.90 8.02 3/351 18027
/proc/meminfo: memFree=24259624/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=216848 CPUtime=0.16 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 1177 0 0 0 16 0 0 0 23 0 4 0 633369370 222052352 1108 33554432000 4194304 4580107 140736574130800 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 54212 1108 376 95 0 49194 0
[pid=18027/tid=18028] ppid=18025 vsize=216848 CPUtime=0.04 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 226 0 0 0 4 0 0 0 24 0 4 0 633369371 222052352 1108 33554432000 4194304 4580107 140736574130800 18446744073709551615 4321093 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=216848 CPUtime=0.03 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 169 0 0 0 3 0 0 0 24 0 4 0 633369371 222052352 1109 33554432000 4194304 4580107 140736574130800 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=216848 CPUtime=0.04 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 169 0 0 0 4 0 0 0 24 0 4 0 633369371 222052352 1109 33554432000 4194304 4580107 140736574130800 18446744073709551615 4321646 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 216848

[startup+0.101103 s]
/proc/loadavg: 7.18 7.90 8.02 3/351 18027
/proc/meminfo: memFree=24259624/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=217364 CPUtime=0.37 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 1536 0 0 0 37 0 0 0 23 0 4 0 633369370 222580736 1362 33554432000 4194304 4580107 140736574130800 18446744073709551615 4320946 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 54341 1362 376 95 0 49323 0
[pid=18027/tid=18028] ppid=18025 vsize=217364 CPUtime=0.09 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 297 0 0 0 9 0 0 0 24 0 4 0 633369371 222580736 1362 33554432000 4194304 4580107 140736574130800 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=217364 CPUtime=0.08 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 250 0 0 0 8 0 0 0 24 0 4 0 633369371 222580736 1362 33554432000 4194304 4580107 140736574130800 18446744073709551615 4489207 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=217364 CPUtime=0.09 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 298 0 0 0 9 0 0 0 24 0 4 0 633369371 222580736 1362 33554432000 4194304 4580107 140736574130800 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 217364

[startup+0.301066 s]
/proc/loadavg: 7.18 7.90 8.02 3/351 18027
/proc/meminfo: memFree=24259624/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=219136 CPUtime=1.17 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 2765 0 0 0 117 0 0 0 23 0 4 0 633369370 224395264 1657 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 54784 1657 377 95 0 49766 0
[pid=18027/tid=18028] ppid=18025 vsize=219136 CPUtime=0.29 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 630 0 0 0 29 0 0 0 24 0 4 0 633369371 224395264 1657 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=219136 CPUtime=0.28 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 558 0 0 0 28 0 0 0 25 0 4 0 633369371 224395264 1657 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=219136 CPUtime=0.29 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 564 0 0 0 29 0 0 0 25 0 4 0 633369371 224395264 1657 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219136

[startup+0.700992 s]
/proc/loadavg: 7.18 7.90 8.02 3/351 18027
/proc/meminfo: memFree=24259624/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=220160 CPUtime=2.77 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 4329 0 0 0 277 0 0 0 25 0 4 0 633369370 225443840 2416 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 55040 2417 377 95 0 50022 0
[pid=18027/tid=18028] ppid=18025 vsize=220160 CPUtime=0.69 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 1021 0 0 0 69 0 0 0 25 0 4 0 633369371 225443840 2417 33554432000 4194304 4580107 140736574130800 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=220160 CPUtime=0.68 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 946 0 0 0 68 0 0 0 25 0 4 0 633369371 225443840 2417 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=220160 CPUtime=0.69 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 958 0 0 0 69 0 0 0 25 0 4 0 633369371 225443840 2417 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220160

[startup+1.50085 s]
/proc/loadavg: 7.18 7.90 8.02 9/362 18039
/proc/meminfo: memFree=24228068/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=224844 CPUtime=5.95 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 8667 0 0 0 594 1 0 0 25 0 4 0 633369370 230240256 4512 33554432000 4194304 4580107 140736574130800 18446744073709551615 4316288 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 56211 4512 379 95 0 51193 0
[pid=18027/tid=18028] ppid=18025 vsize=224844 CPUtime=1.49 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 2504 0 0 0 149 0 0 0 25 0 4 0 633369371 230240256 4512 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=224844 CPUtime=1.47 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 1565 0 0 0 147 0 0 0 25 0 4 0 633369371 230240256 4512 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=224844 CPUtime=1.49 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 1631 0 0 0 149 0 0 0 25 0 4 0 633369371 230240256 4512 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 224844

[startup+3.10055 s]
/proc/loadavg: 7.25 7.90 8.02 9/362 18039
/proc/meminfo: memFree=24190620/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=242200 CPUtime=12.34 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 16190 0 0 0 1232 2 0 0 25 0 4 0 633369370 248012800 9636 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 60550 9636 379 95 0 55532 0
[pid=18027/tid=18028] ppid=18025 vsize=242200 CPUtime=3.08 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 4398 0 0 0 308 0 0 0 25 0 4 0 633369371 248012800 9636 33554432000 4194304 4580107 140736574130800 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=242200 CPUtime=3.06 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 3744 0 0 0 306 0 0 0 25 0 4 0 633369371 248012800 9636 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=242200 CPUtime=3.08 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 3764 0 0 0 308 0 0 0 25 0 4 0 633369371 248012800 9636 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 242200

[startup+6.30096 s]
/proc/loadavg: 7.25 7.90 8.02 9/362 18039
/proc/meminfo: memFree=24170160/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=256568 CPUtime=25.1 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 22694 0 0 0 2507 3 0 0 25 0 4 0 633369370 262725632 11405 33554432000 4194304 4580107 140736574130800 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 64142 11405 379 95 0 59124 0
[pid=18027/tid=18028] ppid=18025 vsize=256568 CPUtime=6.29 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 5759 0 0 0 628 1 0 0 25 0 4 0 633369371 262725632 11405 33554432000 4194304 4580107 140736574130800 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=256568 CPUtime=6.21 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 5860 0 0 0 621 0 0 0 25 0 4 0 633369371 262725632 11405 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=256568 CPUtime=6.28 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 5395 0 0 0 628 0 0 0 25 0 4 0 633369371 262725632 11405 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 256568

[startup+12.7008 s]
/proc/loadavg: 7.36 7.91 8.02 9/362 18039
/proc/meminfo: memFree=24150224/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=248136 CPUtime=50.62 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 34202 0 0 0 5057 5 0 0 25 0 4 0 633369370 254091264 13937 33554432000 4194304 4580107 140736574130800 18446744073709551615 4321310 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 62034 13937 379 95 0 57016 0
[pid=18027/tid=18028] ppid=18025 vsize=248136 CPUtime=12.68 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 9071 0 0 0 1267 1 0 0 25 0 4 0 633369371 254091264 13937 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=248136 CPUtime=12.54 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 8508 0 0 0 1254 0 0 0 25 0 4 0 633369371 254091264 13937 33554432000 4194304 4580107 140736574130800 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=248136 CPUtime=12.69 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 8706 0 0 0 1267 2 0 0 25 0 4 0 633369371 254091264 13937 33554432000 4194304 4580107 140736574130800 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 248136

[startup+25.5004 s]
/proc/loadavg: 7.46 7.91 8.02 9/362 18039
/proc/meminfo: memFree=24113276/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=248984 CPUtime=101.68 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 51236 0 0 0 10159 9 0 0 25 0 4 0 633369370 254959616 17954 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 62246 17954 379 95 0 57228 0
[pid=18027/tid=18028] ppid=18025 vsize=248984 CPUtime=25.49 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 14372 0 0 0 2546 3 0 0 25 0 4 0 633369371 254959616 17954 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=248984 CPUtime=25.2 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 10916 0 0 0 2519 1 0 0 25 0 4 0 633369371 254959616 17954 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=248984 CPUtime=25.49 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 14631 0 0 0 2546 3 0 0 25 0 4 0 633369371 254959616 17954 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 248984

[startup+51.1007 s]
/proc/loadavg: 7.79 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24084832/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=260604 CPUtime=203.8 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 79413 0 0 0 20364 16 0 0 25 0 4 0 633369370 266858496 22226 33554432000 4194304 4580107 140736574130800 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65151 22226 379 95 0 60133 0
[pid=18027/tid=18028] ppid=18025 vsize=260604 CPUtime=51.08 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 22173 0 0 0 5104 4 0 0 25 0 4 0 633369371 266858496 22226 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=260604 CPUtime=50.51 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 17371 0 0 0 5049 2 0 0 25 0 4 0 633369371 266858496 22226 33554432000 4194304 4580107 140736574130800 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=260604 CPUtime=51.08 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 21571 0 0 0 5104 4 0 0 25 0 4 0 633369371 266858496 22226 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 260604

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

[startup+57.5005 s]
/proc/loadavg: 7.82 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24087804/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=260984 CPUtime=229.33 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 86527 0 0 0 22915 18 0 0 25 0 4 0 633369370 267247616 21718 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65246 21718 379 95 0 60228 0
[pid=18027/tid=18028] ppid=18025 vsize=260984 CPUtime=57.49 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24046 0 0 0 5744 5 0 0 25 0 4 0 633369371 267247616 21718 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=260984 CPUtime=56.84 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 19188 0 0 0 5681 3 0 0 25 0 4 0 633369371 267247616 21718 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=260984 CPUtime=57.49 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 23322 0 0 0 5744 5 0 0 25 0 4 0 633369371 267247616 21718 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 229.33
Current children cumulated vsize (KiB) 260984

[startup+60.7009 s]
/proc/loadavg: 7.82 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24080612/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=261128 CPUtime=242.09 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 89714 0 0 0 24191 18 0 0 25 0 4 0 633369370 267395072 21894 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65282 21894 379 95 0 60264 0
[pid=18027/tid=18028] ppid=18025 vsize=261128 CPUtime=60.68 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24912 0 0 0 6063 5 0 0 25 0 4 0 633369371 267395072 21894 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=261128 CPUtime=60 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 20156 0 0 0 5997 3 0 0 25 0 4 0 633369371 267395072 21894 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=261128 CPUtime=60.69 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24248 0 0 0 6064 5 0 0 25 0 4 0 633369371 267395072 21894 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 242.09
Current children cumulated vsize (KiB) 261128

[startup+61.5008 s]
/proc/loadavg: 7.84 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24084828/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=261176 CPUtime=245.31 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 90604 0 0 0 24512 19 0 0 25 0 4 0 633369370 267444224 21774 33554432000 4194304 4580107 140736574130800 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65294 21774 379 95 0 60276 0
[pid=18027/tid=18028] ppid=18025 vsize=261176 CPUtime=61.5 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 25054 0 0 0 6145 5 0 0 25 0 4 0 633369371 267444224 21777 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=261176 CPUtime=60.8 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 20275 0 0 0 6077 3 0 0 25 0 4 0 633369371 267444224 21777 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=261176 CPUtime=61.5 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24376 0 0 0 6145 5 0 0 25 0 4 0 633369371 267444224 21777 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 245.31
Current children cumulated vsize (KiB) 261176

[startup+62.3006 s]
/proc/loadavg: 7.84 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24084828/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=261176 CPUtime=248.48 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 91078 0 0 0 24829 19 0 0 25 0 4 0 633369370 267444224 22248 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65294 22249 379 95 0 60276 0
[pid=18027/tid=18028] ppid=18025 vsize=261176 CPUtime=62.28 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 25170 0 0 0 6223 5 0 0 25 0 4 0 633369371 267444224 22249 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=261176 CPUtime=61.59 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 20388 0 0 0 6156 3 0 0 25 0 4 0 633369371 267444224 22249 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=261176 CPUtime=62.28 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24489 0 0 0 6223 5 0 0 25 0 4 0 633369371 267444224 22249 33554432000 4194304 4580107 140736574130800 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 248.48
Current children cumulated vsize (KiB) 261176

[startup+62.5006 s]
/proc/loadavg: 7.84 7.95 8.03 9/362 18040
/proc/meminfo: memFree=24084828/32951124 swapFree=65980216/67111528
[pid=18027] ppid=18025 vsize=261176 CPUtime=249.28 cores=0,2,4,6
/proc/18027/stat : 18027 (strangenight2-m) R 18025 18027 17667 0 -1 4202496 91186 0 0 0 24909 19 0 0 25 0 4 0 633369370 267444224 22356 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18027/statm: 65294 22356 379 95 0 60276 0
[pid=18027/tid=18028] ppid=18025 vsize=261176 CPUtime=62.48 cores=0,2,4,6
/proc/18027/task/18028/stat : 18028 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 25197 0 0 0 6243 5 0 0 25 0 4 0 633369371 267444224 22356 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18027/tid=18029] ppid=18025 vsize=261176 CPUtime=61.79 cores=0,2,4,6
/proc/18027/task/18029/stat : 18029 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 20416 0 0 0 6176 3 0 0 25 0 4 0 633369371 267444224 22356 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18027/tid=18030] ppid=18025 vsize=261176 CPUtime=62.48 cores=0,2,4,6
/proc/18027/task/18030/stat : 18030 (strangenight2-m) R 18025 18027 17667 0 -1 4202560 24512 0 0 0 6243 5 0 0 25 0 4 0 633369371 267444224 22356 33554432000 4194304 4580107 140736574130800 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 249.28
Current children cumulated vsize (KiB) 261176

Child status: 10
Real time (s): 62.5395
CPU time (s): 249.431
CPU user time (s): 249.23
CPU system time (s): 0.200969
CPU usage (%): 398.838
Max. virtual memory (cumulated for all children) (KiB): 270720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.23
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91212
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= 75
involuntary context switches= 1399

runsolver used 0.176973 second user time and 0.52192 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:45:39
IDJOB=3366590
IDBENCH=82999
IDSOLVER=1844
FILE ID=node142/3366590-1305409539
RUNJOBID= node142-1305409539-18012
PBS_JOBID= 13324504
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366590-1305409539/watcher-3366590-1305409539 -o /tmp/evaluation-result-3366590-1305409539/solver-3366590-1305409539 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366590-1305409539.cnf

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

MD5SUM BENCH= f7876d33ac32441ad4029f31e91e25a6
RANDOM SEED=1150713868

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24261152 kB
Buffers:        315740 kB
Cached:        3831136 kB
SwapCached:      11520 kB
Active:        6037600 kB
Inactive:      2321248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24261152 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6328 kB
Writeback:           0 kB
AnonPages:     4208536 kB
Mapped:          19748 kB
Slab:           234232 kB
PageTables:      31940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77017004 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= 73432 MiB
End job on node142 at 2011-05-14 23:46:42