Trace number 3174110

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 135.779 33.9954

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
MD5SUMe6534afa60eb38f9c39ca12382cdd578
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c 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-3174110-1304095387.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:     149 undec:      34 neg:     167
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       347      1488         0         0      4485         0   no data   no data
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4916       347      1488         0      4762      4485     75815   no data   no data
0.00/0.80	c  N st    10     11300       347      1488         0      4402      4485     55363   no data   no data
0.00/0.80	c  N st    11     17043       347      1488         0     10046      4485    162958   no data   no data
3.63/1.00	c  F st    12     25000       347      1488         0     12242      4485    188056   no data   no data
3.63/1.00	c  N st    12     25000       347      1488         0     12242      4485    188056   no data   no data
4.43/1.20	c Decided on static restart strategy
4.43/1.20	c  N st    18     30001       347      1488         0     10530      4485    142826   no data   no data
4.43/1.20	c  S st    18     30001       347      1488         0     10530      4485    142826   no data   no data
4.83/1.30	c  S st    18     30510       347      1488         0     11037      4485    152334   no data   no data
4.83/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.83/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.83/1.30	c blocked clauses removed:       19 vars:      3 tried:         347 T: 0.00 s
4.83/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.83/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.83/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
4.83/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.83/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
4.83/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.83/1.30	c lits-rem:       206  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  0.06 s
4.83/1.30	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.00
4.83/1.30	c calculated reachability. Time: 0.00
4.83/1.30	c  N st    18     30510       342      1467         0      9742      4435    132844   no data   no data
6.37/1.66	c  N st    20     37621       342      1467         0      9065      4435    112404   no data   no data
7.59/1.99	c  N st    21     44020       342      1467         0     15190      4435    211831   no data   no data
8.37/2.10	c  S st    22     45765       342      1467         0     16880      4435    240220   no data   no data
8.37/2.15	c  S st    22     46269       342      1467         0      8786      4435     95535   no data   no data
8.37/2.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.37/2.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.37/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
8.37/2.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.37/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.17	c lits-rem:        28  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.01 s
8.37/2.17	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
8.37/2.17	c vivif2 --  cl tried     8477 cl shrink        0 lits rem          0 time: 0.00
8.37/2.18	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.00
8.37/2.18	c calculated reachability. Time: 0.00
8.37/2.18	c  N st    22     46269       342      1467         0      8477      4435     91637   no data   no data
11.99/3.02	c  N st    23     60667       342      1467         0     12691      4435    151011   no data   no data
14.36/3.63	c  N st    24     69403       342      1467         0     21049      4435    283115   no data   no data
14.36/3.63	c  S st    24     69403       342      1467         0     21049      4435    283115   no data   no data
14.36/3.69	c  S st    24     69910       342      1467         0     11035      4435    118886   no data   no data
14.36/3.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.36/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.36/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
14.36/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.36/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.36/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c lits-rem:        14  cl-subs:      439  v-elim:      0  v-fix:    0  time:  0.02 s
14.76/3.71	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
14.76/3.71	c vivif2 --  cl tried    10596 cl shrink        0 lits rem          0 time: 0.00
14.76/3.72	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.00
14.76/3.72	c calculated reachability. Time: 0.00
14.76/3.72	c  N st    24     69910       342      1467         0     10596      4435    113068   no data   no data
19.16/4.87	c  F st    25     87503       342      1467         0     15992      4435    197430   no data   no data
19.16/4.87	c  N st    25     87503       342      1467         0     15992      4435    197430   no data   no data
20.78/5.29	c Decided on static restart strategy
21.96/5.52	c  N st    32     95542       342      1467         0     23730      4435    326613   no data   no data
24.77/6.22	c  N st    34    104865       342      1467         0     20213      4435    256005   no data   no data
24.77/6.22	c  S st    34    104865       342      1467         0     20213      4435    256005   no data   no data
24.77/6.27	c  S st    34    105367       342      1467         0     20713      4435    264882   no data   no data
24.77/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.77/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.77/6.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.77/6.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.77/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.77/6.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
24.77/6.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.77/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.77/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.47	c lits-rem:       170  cl-subs:     2087  v-elim:      0  v-fix:    0  time:  0.19 s
25.55/6.47	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
25.55/6.48	c vivif2 --  cl tried    18626 cl shrink        0 lits rem          0 time: 0.00
25.55/6.48	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
25.55/6.49	c calculated reachability. Time: 0.00
25.55/6.49	c  N st    34    105367       342      1467         0     18626      4435    234616   no data   no data
29.16/7.36	c  N st    35    114965       342      1467         0     14402      4435    150261   no data   no data
33.56/8.41	c  N st    36    129363       342      1467         0     28199      4435    390863   no data   no data
39.92/10.06	c  N st    37    150959       342      1467         0     19142      4435    210510   no data   no data
41.93/10.56	c  S st    38    158053       342      1467         0     25989      4435    331347   no data   no data
42.35/10.63	c  S st    38    158556       342      1467         0     26490      4435    340144   no data   no data
42.35/10.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.35/10.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
42.35/10.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.35/10.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.35/10.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.35/10.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
42.35/10.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.35/10.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.35/10.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.53/10.95	c lits-rem:       223  cl-subs:     2677  v-elim:      0  v-fix:    0  time:  0.30 s
43.53/10.95	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
43.53/10.96	c vivif2 --  cl tried    23813 cl shrink        0 lits rem          0 time: 0.00
43.53/10.97	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
43.53/10.97	c calculated reachability. Time: 0.00
43.53/10.97	c  N st    38    158556       342      1467         0     23813      4435    300121   no data   no data
60.33/15.14	c  N st    39    207144       342      1467         0     18771      4435    183408   no data   no data
70.68/17.75	c  N st    40    237834       342      1467         0     28963      4435    347044   no data   no data
70.68/17.75	c  S st    40    237834       342      1467         0     28963      4435    347044   no data   no data
71.08/17.83	c  S st    40    238336       342      1467         0     29461      4435    356562   no data   no data
71.08/17.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.08/17.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
71.08/17.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.08/17.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.08/17.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.08/17.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
71.08/17.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.08/17.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
71.08/17.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.69/18.21	c lits-rem:       264  cl-subs:     3347  v-elim:      0  v-fix:    0  time:  0.36 s
72.69/18.21	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
72.69/18.21	c vivif2 --  cl tried    26114 cl shrink        0 lits rem          0 time: 0.00
72.69/18.23	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
72.69/18.23	c calculated reachability. Time: 0.00
72.69/18.23	c  N st    40    238336       342      1467         0     26114      4435    310227   no data   no data
99.87/25.03	c  F st    41    306251       342      1467         0     27989      4435    295426   no data   no data
99.87/25.03	c  N st    41    306251       342      1467         0     27989      4435    295426   no data   no data
101.85/25.59	c Decided on static restart strategy
112.23/28.17	c  N st    51    334557       342      1467         0     32179      4435    359475   no data   no data
121.84/30.54	c  N st    53    357504       342      1467         0     30276      4435    327362   no data   no data
121.84/30.54	c  S st    53    357504       342      1467         0     30276      4435    327362   no data   no data
122.22/30.63	c  S st    53    358009       342      1467         0     30776      4435    336389   no data   no data
122.22/30.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.22/30.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
122.22/30.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.22/30.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.22/30.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.22/30.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
122.22/30.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.22/30.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
122.22/30.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.02/30.84	c lits-rem:       267  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  0.18 s
123.02/30.84	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
123.02/30.84	c vivif2 --  cl tried    29195 cl shrink        0 lits rem          0 time: 0.00
123.02/30.86	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.02
123.02/30.86	c calculated reachability. Time: 0.00
123.02/30.86	c  N st    53    358009       342      1467         0     29195      4435    312438   no data   no data
135.40/33.99	c Following stats are for *FIRST FINISHED THREAD ONLY*
135.40/33.99	c num threads              : 4          
135.40/33.99	c restarts                 : 53         
135.40/33.99	c dynamic restarts         : 0          
135.40/33.99	c static restarts          : 53         
135.40/33.99	c full restarts            : 3          
135.40/33.99	c total simplify time      : 0.00       
135.40/33.99	c learnts DL2              : 0          
135.40/33.99	c learnts size 2           : 0          
135.40/33.99	c learnts size 1           : 0           (0.00      % of vars)
135.40/33.99	c filedLit time            : 0.01        (0.04      % time)
135.40/33.99	c v-elim SatELite          : 8           (2.29      % vars)
135.40/33.99	c SatELite time            : 0.74        (2.19      % time)
135.40/33.99	c v-elim xor               : 0           (0.00      % vars)
135.40/33.99	c xor elim time            : 0.00        (0.01      % time)
135.40/33.99	c num binary xor trees     : 0          
135.40/33.99	c binxor trees' crown      : 0           (nan       leafs/tree)
135.40/33.99	c bin xor find time        : 0.00       
135.40/33.99	c OTF clause improved      : 14877       (0.04      clauses/conflict)
135.40/33.99	c OTF impr. size diff      : 15633       (1.05       lits/clause)
135.40/33.99	c OTF cl watch-shrink      : 88449       (0.23      clauses/conflict)
135.40/33.99	c OTF cl watch-sh-lit      : 110715      (1.25       lits/clause)
135.40/33.99	c tried to recurMin cls    : 39393       (10.25      % of conflicts)
135.40/33.99	c updated cache            : 0           (0.00       lits/tried recurMin)
135.40/33.99	c unit cls recevied        : 0           (nan       % of units)
135.40/33.99	c unit cls sent            : 0           (nan       % of units)
135.40/33.99	c bin cls recevied         : 0          
135.40/33.99	c bin cls sent             : 0          
135.40/33.99	c clauses over max glue    : 0           (0.00      % of all clauses)
135.40/33.99	c conflicts                : 384379      (11376.92  / sec)
135.40/33.99	c decisions                : 451296      (1.79      % random)
135.40/33.99	c bogo-props               : 4322956284  (127951631.25 / sec)
135.40/33.99	c conflict literals        : 6533240     (25.61     % deleted)
135.40/33.99	c Memory used              : 295.36      MB
135.40/33.99	c single-thread CPU time   : 33.79       s
135.40/33.99	c all-threads sum CPU time : 135.65      s
135.40/33.99	s SATISFIABLE
135.40/33.99	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 -76 -77 78 -79 80 -81 -82 83 -84 -85 86 87 -88 -89 -90 -91 92 -93 -94 95 96 -97 98 -99 -100 101 102 103 104 -105 106 107 -108 -109 110 111 112 -113 114 -115 -116 -117 -118 119 120 -121 -122 123 124 125 126 127 -128 129 -130 -131 -132 -133 134 -135 -136 -137 -138 -139 140 141 -142 -143 144 145 -146 -147 148 149 150 -151 152 153 -154 155 -156 -157 -158 -159 160 -161 162 163 164 -165 166 167 -168 169 170 171 172 -173 174 -175 176 177 -178 179 180 -181 -182 -183 -184 -185 186 187 188 189 190 191 192 -193 -194 195 196 -197 198 199 -200 201 202 203 -204 205 206 207 -208 -209 210 211 212 213 214 -215 -216 -217 218 -219 220 -221 222 223 -224 -225 -226 227 228 229 230 231 -232 -233 -234 -235 236 237 -238 239 240 241 -242 243 244 245 -246 247 248 249 -250 -251 252 253 -254 -255 256 257 -258 259 -260 261 -262 -263 -264 -265 266 -267 268 -269 -270 -271 272 -273 -274 275 -276 -277 278 -279 280 -281 282 -283 284 285 -286 -287 288 -289 290 -291 292 293 294 295 296 -297 298 299 -300 301 -302 -303 -304 -305 306 -307 -308 309 310 311 312 313 -314 315 -316 -317 318 319 320 321 322 -323 -324 -325 326 327 -328 329 -330 331 332 333 -334 -335 -336 337 -338 339 -340 341 -342 343 344 -345 346 -347 -348 -349 -350 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-3174110-1304095387/watcher-3174110-1304095387 -o /tmp/evaluation-result-3174110-1304095387/solver-3174110-1304095387 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174110-1304095387.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: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 501954562 52441088 348 33554432000 4194304 4627427 140733197223296 18446744073709551615 47360146040754 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 12803 348 299 106 0 7774 0
[pid=29170/tid=29171] ppid=29168 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501954562 52441088 348 33554432000 4194304 4627427 140733197223296 18446744073709551615 47360146040754 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501954562 52441088 348 33554432000 4194304 4627427 140733197223296 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501954562 52441088 348 33554432000 4194304 4627427 140733197223296 18446744073709551615 47360146040758 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.343564 s]
/proc/loadavg: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=284252 CPUtime=3.23 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 4307 0 0 0 322 1 0 0 19 0 4 0 501954562 291074048 2344 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 71063 2344 385 106 0 66034 0
[pid=29170/tid=29171] ppid=29168 vsize=284252 CPUtime=0.8 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 969 0 0 0 80 0 0 0 18 0 4 0 501954562 291074048 2344 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=284252 CPUtime=0.8 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1023 0 0 0 80 0 0 0 19 0 4 0 501954562 291074048 2344 33554432000 4194304 4627427 140733197223296 18446744073709551615 4299691 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=284252 CPUtime=0.8 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 953 0 0 0 80 0 0 0 25 0 4 0 501954562 291074048 2344 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 284252

[startup+0.912514 s]
/proc/loadavg: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=284252 CPUtime=3.63 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 4517 0 0 0 362 1 0 0 19 0 4 0 501954562 291074048 2554 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 71063 2554 385 106 0 66034 0
[pid=29170/tid=29171] ppid=29168 vsize=284252 CPUtime=0.9 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1022 0 0 0 90 0 0 0 19 0 4 0 501954562 291074048 2554 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=284252 CPUtime=0.9 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1067 0 0 0 90 0 0 0 19 0 4 0 501954562 291074048 2554 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=284252 CPUtime=0.9 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1016 0 0 0 90 0 0 0 25 0 4 0 501954562 291074048 2554 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 284252

[startup+1.0125 s]
/proc/loadavg: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=284672 CPUtime=4.03 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 5122 0 0 0 402 1 0 0 19 0 4 0 501954562 291504128 2412 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 71168 2412 386 106 0 66139 0
[pid=29170/tid=29171] ppid=29168 vsize=284672 CPUtime=1 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1203 0 0 0 100 0 0 0 19 0 4 0 501954562 291504128 2412 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=284672 CPUtime=1 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1133 0 0 0 100 0 0 0 19 0 4 0 501954562 291504128 2412 33554432000 4194304 4627427 140733197223296 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=284672 CPUtime=1 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1199 0 0 0 100 0 0 0 25 0 4 0 501954562 291504128 2412 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 284672

[startup+1.11248 s]
/proc/loadavg: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=284736 CPUtime=4.43 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 5428 0 0 0 442 1 0 0 19 0 4 0 501954562 291569664 2459 33554432000 4194304 4627427 140733197223296 18446744073709551615 4306579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 71184 2459 386 106 0 66155 0
[pid=29170/tid=29171] ppid=29168 vsize=284736 CPUtime=1.1 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1257 0 0 0 110 0 0 0 19 0 4 0 501954562 291569664 2459 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=284736 CPUtime=1.1 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1296 0 0 0 110 0 0 0 19 0 4 0 501954562 291569664 2459 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=284736 CPUtime=1.1 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1250 0 0 0 110 0 0 0 25 0 4 0 501954562 291569664 2459 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 284736

[startup+1.50041 s]
/proc/loadavg: 6.47 6.50 6.74 6/180 29170
/proc/meminfo: memFree=18930968/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=285032 CPUtime=5.98 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 7478 0 0 0 597 1 0 0 20 0 4 0 501954562 291872768 3556 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 71258 3556 389 106 0 66229 0
[pid=29170/tid=29171] ppid=29168 vsize=285032 CPUtime=1.49 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1548 0 0 0 149 0 0 0 20 0 4 0 501954562 291872768 3556 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=285032 CPUtime=1.49 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1545 0 0 0 149 0 0 0 20 0 4 0 501954562 291872768 3556 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=285032 CPUtime=1.49 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 1556 0 0 0 149 0 0 0 25 0 4 0 501954562 291872768 3556 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 285032

[startup+3.10112 s]
/proc/loadavg: 6.47 6.50 6.74 9/184 29174
/proc/meminfo: memFree=18903040/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=291776 CPUtime=12.37 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 14747 0 0 0 1235 2 0 0 25 0 4 0 501954562 298778624 7367 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 72944 7367 389 106 0 67915 0
[pid=29170/tid=29171] ppid=29168 vsize=291776 CPUtime=3.09 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 3299 0 0 0 309 0 0 0 25 0 4 0 501954562 298778624 7367 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=291776 CPUtime=3.07 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 3776 0 0 0 307 0 0 0 25 0 4 0 501954562 298778624 7367 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=291776 CPUtime=3.09 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 3809 0 0 0 309 0 0 0 25 0 4 0 501954562 298778624 7367 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308632 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 291776

[startup+6.30655 s]
/proc/loadavg: 6.59 6.52 6.75 9/184 29174
/proc/meminfo: memFree=18886836/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=295428 CPUtime=25.17 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 23185 0 0 0 2514 3 0 0 25 0 4 0 501954562 302518272 10638 33554432000 4194304 4627427 140733197223296 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 73857 10638 389 106 0 68828 0
[pid=29170/tid=29171] ppid=29168 vsize=295428 CPUtime=6.3 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 5860 0 0 0 629 1 0 0 25 0 4 0 501954562 302518272 10638 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=295428 CPUtime=6.26 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 5809 0 0 0 626 0 0 0 25 0 4 0 501954562 302518272 10638 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=295428 CPUtime=6.29 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 5269 0 0 0 629 0 0 0 25 0 4 0 501954562 302518272 10638 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 295428

[startup+12.7004 s]
/proc/loadavg: 6.79 6.57 6.76 9/184 29174
/proc/meminfo: memFree=18865136/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=296104 CPUtime=50.71 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 35407 0 0 0 5066 5 0 0 25 0 4 0 501954562 303210496 13873 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 74026 13873 389 106 0 68997 0
[pid=29170/tid=29171] ppid=29168 vsize=296104 CPUtime=12.69 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 8944 0 0 0 1268 1 0 0 25 0 4 0 501954562 303210496 13873 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=296104 CPUtime=12.62 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 8288 0 0 0 1262 0 0 0 25 0 4 0 501954562 303210496 13873 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=296104 CPUtime=12.69 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 8744 0 0 0 1268 1 0 0 25 0 4 0 501954562 303210496 13873 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 296104

[startup+25.5011 s]
/proc/loadavg: 7.05 6.64 6.78 9/184 29175
/proc/meminfo: memFree=18859804/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=301896 CPUtime=101.85 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 54937 0 0 0 10176 9 0 0 25 0 4 0 501954562 309141504 16785 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75474 16785 389 106 0 70445 0
[pid=29170/tid=29171] ppid=29168 vsize=301896 CPUtime=25.49 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 14085 0 0 0 2546 3 0 0 25 0 4 0 501954562 309141504 16785 33554432000 4194304 4627427 140733197223296 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=301896 CPUtime=25.35 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 13453 0 0 0 2534 1 0 0 25 0 4 0 501954562 309141504 16785 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=301896 CPUtime=25.49 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 13344 0 0 0 2547 2 0 0 25 0 4 0 501954562 309141504 16785 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 301896

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

[startup+26.301 s]
/proc/loadavg: 7.05 6.64 6.78 9/184 29175
/proc/meminfo: memFree=18857324/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=301952 CPUtime=105.05 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 55802 0 0 0 10495 10 0 0 25 0 4 0 501954562 309198848 16878 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75488 16878 389 106 0 70459 0
[pid=29170/tid=29171] ppid=29168 vsize=301952 CPUtime=26.29 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 14254 0 0 0 2626 3 0 0 25 0 4 0 501954562 309198848 16878 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=301952 CPUtime=26.15 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 13593 0 0 0 2614 1 0 0 25 0 4 0 501954562 309198848 16878 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=301952 CPUtime=26.29 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 13772 0 0 0 2627 2 0 0 25 0 4 0 501954562 309198848 16878 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 105.05
Current children cumulated vsize (KiB) 301952

[startup+29.5004 s]
/proc/loadavg: 7.13 6.66 6.79 9/184 29175
/proc/meminfo: memFree=18846288/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=302148 CPUtime=117.83 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 59250 0 0 0 11772 11 0 0 25 0 4 0 501954562 309399552 17326 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75537 17326 389 106 0 70508 0
[pid=29170/tid=29171] ppid=29168 vsize=302148 CPUtime=29.49 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15041 0 0 0 2946 3 0 0 25 0 4 0 501954562 309399552 17326 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=302148 CPUtime=29.33 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 14514 0 0 0 2931 2 0 0 25 0 4 0 501954562 309399552 17326 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=302148 CPUtime=29.48 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 14694 0 0 0 2946 2 0 0 25 0 4 0 501954562 309399552 17326 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 117.83
Current children cumulated vsize (KiB) 302148

[startup+31.1011 s]
/proc/loadavg: 7.13 6.66 6.79 9/184 29175
/proc/meminfo: memFree=18839344/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=302256 CPUtime=124.22 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 61517 0 0 0 12411 11 0 0 25 0 4 0 501954562 309510144 17694 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309138 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75564 17694 389 106 0 70535 0
[pid=29170/tid=29171] ppid=29168 vsize=302256 CPUtime=31.09 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15257 0 0 0 3106 3 0 0 25 0 4 0 501954562 309510144 17694 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=302256 CPUtime=30.93 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15119 0 0 0 3091 2 0 0 25 0 4 0 501954562 309510144 17694 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=302256 CPUtime=31.08 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 14958 0 0 0 3106 2 0 0 25 0 4 0 501954562 309510144 17694 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 124.22
Current children cumulated vsize (KiB) 302256

[startup+32.7068 s]
/proc/loadavg: 7.13 6.66 6.79 9/184 29175
/proc/meminfo: memFree=18831064/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=302344 CPUtime=130.64 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 63197 0 0 0 13052 12 0 0 25 0 4 0 501954562 309600256 17843 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75586 17843 389 106 0 70557 0
[pid=29170/tid=29171] ppid=29168 vsize=302344 CPUtime=32.69 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15792 0 0 0 3266 3 0 0 25 0 4 0 501954562 309600256 17843 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=302344 CPUtime=32.52 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15398 0 0 0 3250 2 0 0 25 0 4 0 501954562 309600256 17843 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=302344 CPUtime=32.69 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15551 0 0 0 3267 2 0 0 25 0 4 0 501954562 309600256 17843 33554432000 4194304 4627427 140733197223296 18446744073709551615 4332724 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 130.64
Current children cumulated vsize (KiB) 302344

[startup+33.5007 s]
/proc/loadavg: 7.13 6.66 6.79 9/184 29175
/proc/meminfo: memFree=18831064/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=302448 CPUtime=133.81 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 64356 0 0 0 13369 12 0 0 25 0 4 0 501954562 309706752 17368 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75612 17368 389 106 0 70583 0
[pid=29170/tid=29171] ppid=29168 vsize=302448 CPUtime=33.48 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15920 0 0 0 3345 3 0 0 25 0 4 0 501954562 309706752 17368 33554432000 4194304 4627427 140733197223296 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=302448 CPUtime=33.32 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15842 0 0 0 3330 2 0 0 25 0 4 0 501954562 309706752 17368 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=302448 CPUtime=33.48 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15709 0 0 0 3346 2 0 0 25 0 4 0 501954562 309706752 17368 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 133.81
Current children cumulated vsize (KiB) 302448

[startup+33.9006 s]
/proc/loadavg: 7.20 6.68 6.79 9/184 29175
/proc/meminfo: memFree=18836644/32951124 swapFree=67111528/67111528
[pid=29170] ppid=29168 vsize=302448 CPUtime=135.4 cores=0,2,4,6
/proc/29170/stat : 29170 (strangenight2-m) R 29168 29170 28678 0 -1 4202496 64637 0 0 0 13528 12 0 0 25 0 4 0 501954562 309706752 17648 33554432000 4194304 4627427 140733197223296 18446744073709551615 4308317 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29170/statm: 75612 17648 389 106 0 70583 0
[pid=29170/tid=29171] ppid=29168 vsize=302448 CPUtime=33.88 cores=0,2,4,6
/proc/29170/task/29171/stat : 29171 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15974 0 0 0 3385 3 0 0 25 0 4 0 501954562 309706752 17648 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29170/tid=29172] ppid=29168 vsize=302448 CPUtime=33.71 cores=0,2,4,6
/proc/29170/task/29172/stat : 29172 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15923 0 0 0 3369 2 0 0 25 0 4 0 501954562 309706752 17648 33554432000 4194304 4627427 140733197223296 18446744073709551615 4330039 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29170/tid=29173] ppid=29168 vsize=302448 CPUtime=33.88 cores=0,2,4,6
/proc/29170/task/29173/stat : 29173 (strangenight2-m) R 29168 29170 28678 0 -1 4202560 15770 0 0 0 3386 2 0 0 25 0 4 0 501954562 309706752 17648 33554432000 4194304 4627427 140733197223296 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 135.4
Current children cumulated vsize (KiB) 302448

Child status: 10
Real time (s): 33.9954
CPU time (s): 135.779
CPU user time (s): 135.65
CPU system time (s): 0.12898
CPU usage (%): 399.405
Max. virtual memory (cumulated for all children) (KiB): 302448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.65
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64709
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= 292
involuntary context switches= 699

runsolver used 0.072988 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 18:43:07
IDJOB=3174110
IDBENCH=82928
IDSOLVER=1586
FILE ID=node145/3174110-1304095387
RUNJOBID= node145-1304095327-29116
PBS_JOBID= 13170580
Free space on /tmp= 72200 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174110-1304095387/watcher-3174110-1304095387 -o /tmp/evaluation-result-3174110-1304095387/solver-3174110-1304095387 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174110-1304095387.cnf

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

MD5SUM BENCH= e6534afa60eb38f9c39ca12382cdd578
RANDOM SEED=1185347662

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18931256 kB
Buffers:       2052340 kB
Cached:       11217632 kB
SwapCached:          0 kB
Active:        2681672 kB
Inactive:     10767068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18931256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5508 kB
Writeback:           0 kB
AnonPages:      178172 kB
Mapped:          15448 kB
Slab:           507896 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   417992 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= 72196 MiB
End job on node145 at 2011-04-29 18:43:41