Trace number 3366519

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 134.595 33.7553

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366519-1305405972.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 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:      3  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:     149 undec:      34 neg:     167
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       347      1488         0         0      4485         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.41/0.13	c  N st     8      4916       347      1488         0      4762      4485     75815   no data   no data
1.17/0.34	c  N st    10     11300       347      1488         0      4402      4485     55363   no data   no data
1.97/0.56	c  N st    11     17043       347      1488         0     10046      4485    162958   no data   no data
3.57/0.93	c  F st    12     25000       347      1488         0     12242      4485    188056   no data   no data
3.57/0.93	c  N st    12     25000       347      1488         0     12242      4485    188056   no data   no data
4.38/1.18	c Decided on static restart strategy
4.38/1.18	c  N st    18     30001       347      1488         0     10530      4485    142826   no data   no data
4.38/1.18	c  S st    18     30001       347      1488         0     10530      4485    142826   no data   no data
4.38/1.21	c  S st    18     30510       347      1488         0     11037      4485    152334   no data   no data
4.38/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.81/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.81/1.21	c blocked clauses removed:       19 vars:      3 tried:         347 T: 0.00 s
4.81/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.81/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
4.81/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.21	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
4.81/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.28	c lits-rem:       206  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  0.06 s
4.81/1.29	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.00
4.81/1.29	c calculated reachability. Time: 0.00
4.81/1.29	c  N st    18     30510       342      1467         0      9742      4435    132844   no data   no data
6.36/1.65	c  N st    20     37621       342      1467         0      9065      4435    112404   no data   no data
7.56/1.99	c  N st    21     44020       342      1467         0     15190      4435    211831   no data   no data
7.96/2.09	c  S st    22     45765       342      1467         0     16880      4435    240220   no data   no data
8.35/2.14	c  S st    22     46269       342      1467         0      8786      4435     95535   no data   no data
8.35/2.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.35/2.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.35/2.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.35/2.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.35/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
8.35/2.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.35/2.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.35/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.16	c lits-rem:        28  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.01 s
8.35/2.16	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
8.35/2.16	c vivif2 --  cl tried     8477 cl shrink        0 lits rem          0 time: 0.00
8.35/2.17	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.00
8.35/2.17	c calculated reachability. Time: 0.00
8.35/2.17	c  N st    22     46269       342      1467         0      8477      4435     91637   no data   no data
11.94/3.01	c  N st    23     60667       342      1467         0     12691      4435    151011   no data   no data
14.32/3.61	c  N st    24     69403       342      1467         0     21049      4435    283115   no data   no data
14.32/3.61	c  S st    24     69403       342      1467         0     21049      4435    283115   no data   no data
14.32/3.66	c  S st    24     69910       342      1467         0     11035      4435    118886   no data   no data
14.32/3.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.32/3.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.32/3.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.32/3.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.32/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
14.32/3.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.32/3.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.32/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.69	c lits-rem:        14  cl-subs:      439  v-elim:      0  v-fix:    0  time:  0.02 s
14.32/3.69	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
14.32/3.69	c vivif2 --  cl tried    10596 cl shrink        0 lits rem          0 time: 0.00
14.32/3.70	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
14.32/3.70	c calculated reachability. Time: 0.00
14.32/3.70	c  N st    24     69910       342      1467         0     10596      4435    113068   no data   no data
19.12/4.84	c  F st    25     87503       342      1467         0     15992      4435    197430   no data   no data
19.12/4.84	c  N st    25     87503       342      1467         0     15992      4435    197430   no data   no data
20.71/5.26	c Decided on static restart strategy
21.51/5.49	c  N st    32     95542       342      1467         0     23730      4435    326613   no data   no data
24.30/6.18	c  N st    34    104865       342      1467         0     20213      4435    256005   no data   no data
24.30/6.18	c  S st    34    104865       342      1467         0     20213      4435    256005   no data   no data
24.71/6.23	c  S st    34    105367       342      1467         0     20713      4435    264882   no data   no data
24.71/6.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.71/6.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
24.71/6.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.71/6.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.43	c lits-rem:       170  cl-subs:     2087  v-elim:      0  v-fix:    0  time:  0.18 s
25.51/6.43	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
25.51/6.44	c vivif2 --  cl tried    18626 cl shrink        0 lits rem          0 time: 0.00
25.51/6.45	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
25.51/6.45	c calculated reachability. Time: 0.00
25.51/6.45	c  N st    34    105367       342      1467         0     18626      4435    234616   no data   no data
29.09/7.31	c  N st    35    114965       342      1467         0     14402      4435    150261   no data   no data
33.07/8.36	c  N st    36    129363       342      1467         0     28199      4435    390863   no data   no data
39.49/10.00	c  N st    37    150959       342      1467         0     19142      4435    210510   no data   no data
41.45/10.49	c  S st    38    158053       342      1467         0     25989      4435    331347   no data   no data
41.85/10.57	c  S st    38    158556       342      1467         0     26490      4435    340144   no data   no data
41.85/10.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.85/10.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.85/10.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.85/10.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.85/10.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.85/10.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
41.85/10.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.85/10.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.85/10.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.05/10.89	c lits-rem:       223  cl-subs:     2677  v-elim:      0  v-fix:    0  time:  0.29 s
43.05/10.89	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
43.05/10.89	c vivif2 --  cl tried    23813 cl shrink        0 lits rem          0 time: 0.00
43.45/10.90	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
43.45/10.90	c calculated reachability. Time: 0.00
43.45/10.90	c  N st    38    158556       342      1467         0     23813      4435    300121   no data   no data
59.80/15.04	c  N st    39    207144       342      1467         0     18771      4435    183408   no data   no data
70.20/17.64	c  N st    40    237834       342      1467         0     28963      4435    347044   no data   no data
70.20/17.64	c  S st    40    237834       342      1467         0     28963      4435    347044   no data   no data
70.62/17.72	c  S st    40    238336       342      1467         0     29461      4435    356562   no data   no data
70.62/17.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.62/17.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
70.62/17.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70.62/17.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.62/17.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.62/17.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
70.62/17.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.62/17.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
70.62/17.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.16/18.10	c lits-rem:       264  cl-subs:     3347  v-elim:      0  v-fix:    0  time:  0.35 s
72.16/18.10	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
72.16/18.10	c vivif2 --  cl tried    26114 cl shrink        0 lits rem          0 time: 0.00
72.16/18.12	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.01
72.16/18.12	c calculated reachability. Time: 0.00
72.16/18.12	c  N st    40    238336       342      1467         0     26114      4435    310227   no data   no data
98.88/24.88	c  F st    41    306251       342      1467         0     27989      4435    295426   no data   no data
98.88/24.88	c  N st    41    306251       342      1467         0     27989      4435    295426   no data   no data
101.33/25.44	c Decided on static restart strategy
111.64/28.01	c  N st    51    334557       342      1467         0     32179      4435    359475   no data   no data
120.82/30.37	c  N st    53    357504       342      1467         0     30276      4435    327362   no data   no data
120.82/30.37	c  S st    53    357504       342      1467         0     30276      4435    327362   no data   no data
121.22/30.46	c  S st    53    358009       342      1467         0     30776      4435    336389   no data   no data
121.22/30.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
121.22/30.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
121.22/30.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.22/30.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
121.22/30.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.22/30.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
121.22/30.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.22/30.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
121.22/30.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.02/30.66	c lits-rem:       267  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  0.18 s
122.02/30.66	c vivif2 --  cl tried     1467 cl shrink        0 lits rem          0 time: 0.00
122.02/30.67	c vivif2 --  cl tried    29195 cl shrink        0 lits rem          0 time: 0.00
122.02/30.68	c asymm  cl-useful: 0/1467/1467 lits-rem:0 time: 0.02
122.02/30.68	c calculated reachability. Time: 0.00
122.02/30.68	c  N st    53    358009       342      1467         0     29195      4435    312438   no data   no data
134.38/33.75	c Following stats are for *FIRST FINISHED THREAD ONLY*
134.38/33.75	c num threads              : 4          
134.38/33.75	c restarts                 : 53         
134.38/33.75	c dynamic restarts         : 0          
134.38/33.75	c static restarts          : 53         
134.38/33.75	c full restarts            : 3          
134.38/33.75	c total simplify time      : 0.00       
134.38/33.75	c learnts DL2              : 0          
134.38/33.75	c learnts size 2           : 0          
134.38/33.75	c learnts size 1           : 0           (0.00      % of vars)
134.38/33.75	c filedLit time            : 0.02        (0.05      % time)
134.38/33.75	c v-elim SatELite          : 8           (2.29      % vars)
134.38/33.75	c SatELite time            : 0.73        (2.18      % time)
134.38/33.75	c v-elim xor               : 0           (0.00      % vars)
134.38/33.75	c xor elim time            : 0.00        (0.01      % time)
134.38/33.75	c num binary xor trees     : 0          
134.38/33.75	c binxor trees' crown      : 0           (nan       leafs/tree)
134.38/33.75	c bin xor find time        : 0.00       
134.38/33.75	c OTF clause improved      : 14877       (0.04      clauses/conflict)
134.38/33.75	c OTF impr. size diff      : 15633       (1.05       lits/clause)
134.38/33.75	c OTF cl watch-shrink      : 88449       (0.23      clauses/conflict)
134.38/33.75	c OTF cl watch-sh-lit      : 110715      (1.25       lits/clause)
134.38/33.75	c tried to recurMin cls    : 39393       (10.25      % of conflicts)
134.38/33.75	c updated cache            : 0           (0.00       lits/tried recurMin)
134.38/33.75	c unit cls recevied        : 0           (nan       % of units)
134.38/33.75	c unit cls sent            : 0           (nan       % of units)
134.38/33.75	c bin cls recevied         : 0          
134.38/33.75	c bin cls sent             : 0          
134.38/33.75	c clauses over max glue    : 0           (0.00      % of all clauses)
134.38/33.75	c conflicts                : 384379      (11402.23  / sec)
134.38/33.75	c decisions                : 451296      (1.79      % random)
134.38/33.75	c bogo-props               : 4322956284  (128236252.66 / sec)
134.38/33.75	c conflict literals        : 6533240     (25.61     % deleted)
134.38/33.75	c Memory used              : 297.76      MB
134.38/33.75	c single-thread CPU time   : 33.71       s
134.38/33.75	c all-threads sum CPU time : 134.46      s
134.38/33.75	s SATISFIABLE
134.38/33.75	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: 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-3366519-1305405972/watcher-3366519-1305405972 -o /tmp/evaluation-result-3366519-1305405972/solver-3366519-1305405972 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366519-1305405972.cnf 

running on 4 cores: 1,3,5,7

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.48 7.96 8.00 2/359 7840
/proc/meminfo: memFree=30331712/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 408 0 0 0 0 0 0 0 18 0 4 0 633013460 52396032 348 33554432000 4194304 4580107 140734395674576 18446744073709551615 47658310834098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 12792 348 299 95 0 7774 0
[pid=7840/tid=7843] ppid=7838 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 633013460 52396032 348 33554432000 4194304 4580107 140734395674576 18446744073709551615 47658310834098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 633013460 52396032 348 33554432000 4194304 4580107 140734395674576 18446744073709551615 47658310834096 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 633013460 52396032 348 33554432000 4194304 4580107 140734395674576 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.109236 s]
/proc/loadavg: 7.48 7.96 8.00 2/359 7840
/proc/meminfo: memFree=30331712/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=282188 CPUtime=0.41 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 1461 0 0 0 41 0 0 0 20 0 4 0 633013460 288960512 1373 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 70547 1373 377 95 0 65529 0
[pid=7840/tid=7843] ppid=7838 vsize=282188 CPUtime=0.1 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 284 0 0 0 10 0 0 0 20 0 4 0 633013460 288960512 1373 33554432000 4194304 4580107 140734395674576 18446744073709551615 4324363 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=282188 CPUtime=0.1 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 268 0 0 0 10 0 0 0 20 0 4 0 633013460 288960512 1373 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=282188 CPUtime=0.09 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 231 0 0 0 9 0 0 0 21 0 4 0 633013460 288960512 1373 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282188

[startup+0.200219 s]
/proc/loadavg: 7.48 7.96 8.00 2/359 7840
/proc/meminfo: memFree=30331712/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=283080 CPUtime=0.77 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 1955 0 0 0 77 0 0 0 20 0 4 0 633013460 289873920 1457 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 70770 1457 377 95 0 65752 0
[pid=7840/tid=7843] ppid=7838 vsize=283080 CPUtime=0.19 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 412 0 0 0 19 0 0 0 20 0 4 0 633013460 289873920 1457 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=283080 CPUtime=0.19 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 386 0 0 0 19 0 0 0 20 0 4 0 633013460 289873920 1457 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=283080 CPUtime=0.18 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 356 0 0 0 18 0 0 0 21 0 4 0 633013460 289873920 1457 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293745 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283080

[startup+0.300201 s]
/proc/loadavg: 7.48 7.96 8.00 2/359 7840
/proc/meminfo: memFree=30331712/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=283216 CPUtime=1.17 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 2312 0 0 0 117 0 0 0 20 0 4 0 633013460 290013184 1814 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 70804 1814 377 95 0 65786 0
[pid=7840/tid=7843] ppid=7838 vsize=283216 CPUtime=0.29 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 497 0 0 0 29 0 0 0 20 0 4 0 633013460 290013184 1814 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=283216 CPUtime=0.29 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 471 0 0 0 29 0 0 0 20 0 4 0 633013460 290013184 1814 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=283216 CPUtime=0.28 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 452 0 0 0 28 0 0 0 21 0 4 0 633013460 290013184 1814 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283216

[startup+0.70113 s]
/proc/loadavg: 7.48 7.96 8.00 2/359 7840
/proc/meminfo: memFree=30331712/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=284512 CPUtime=2.77 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 4069 0 0 0 277 0 0 0 21 0 4 0 633013460 291340288 2107 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 71128 2107 377 95 0 66110 0
[pid=7840/tid=7843] ppid=7838 vsize=284512 CPUtime=0.69 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 934 0 0 0 69 0 0 0 20 0 4 0 633013460 291340288 2107 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=284512 CPUtime=0.69 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 914 0 0 0 69 0 0 0 21 0 4 0 633013460 291340288 2107 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=284512 CPUtime=0.68 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 886 0 0 0 68 0 0 0 22 0 4 0 633013460 291340288 2107 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284512

[startup+1.50099 s]
/proc/loadavg: 7.48 7.96 8.00 9/371 7852
/proc/meminfo: memFree=30304624/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=285340 CPUtime=5.96 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 7468 0 0 0 595 1 0 0 23 0 4 0 633013460 292188160 3474 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294442 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 71335 3474 379 95 0 66317 0
[pid=7840/tid=7843] ppid=7838 vsize=285340 CPUtime=1.49 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 1574 0 0 0 149 0 0 0 23 0 4 0 633013460 292188160 3474 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=285340 CPUtime=1.49 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 1522 0 0 0 149 0 0 0 24 0 4 0 633013460 292188160 3474 33554432000 4194304 4580107 140734395674576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=285340 CPUtime=1.47 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 1539 0 0 0 147 0 0 0 25 0 4 0 633013460 292188160 3474 33554432000 4194304 4580107 140734395674576 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285340

[startup+3.1007 s]
/proc/loadavg: 7.48 7.96 8.00 9/371 7852
/proc/meminfo: memFree=30277144/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=289448 CPUtime=12.34 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 14651 0 0 0 1232 2 0 0 25 0 4 0 633013460 296394752 7189 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 72362 7189 379 95 0 67344 0
[pid=7840/tid=7843] ppid=7838 vsize=289448 CPUtime=3.08 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 3324 0 0 0 308 0 0 0 25 0 4 0 633013460 296394752 7189 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=289448 CPUtime=3.08 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 3735 0 0 0 308 0 0 0 25 0 4 0 633013460 296394752 7189 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=289448 CPUtime=3.05 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 3679 0 0 0 305 0 0 0 25 0 4 0 633013460 296394752 7189 33554432000 4194304 4580107 140734395674576 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289448

[startup+6.30114 s]
/proc/loadavg: 7.52 7.96 8.00 9/371 7852
/proc/meminfo: memFree=30235848/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=295172 CPUtime=25.11 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 23246 0 0 0 2507 4 0 0 25 0 4 0 633013460 302256128 10626 33554432000 4194304 4580107 140734395674576 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 73793 10626 379 95 0 68775 0
[pid=7840/tid=7843] ppid=7838 vsize=295172 CPUtime=6.29 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 5851 0 0 0 628 1 0 0 25 0 4 0 633013460 302256128 10626 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=295172 CPUtime=6.29 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 5917 0 0 0 628 1 0 0 25 0 4 0 633013460 302256128 10626 33554432000 4194304 4580107 140734395674576 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=295172 CPUtime=6.21 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 5105 0 0 0 621 0 0 0 25 0 4 0 633013460 302256128 10626 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 295172

[startup+12.701 s]
/proc/loadavg: 7.56 7.96 8.00 9/371 7852
/proc/meminfo: memFree=30204156/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=298280 CPUtime=50.63 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 35180 0 0 0 5057 6 0 0 25 0 4 0 633013460 305438720 13801 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 74570 13801 379 95 0 69552 0
[pid=7840/tid=7843] ppid=7838 vsize=298280 CPUtime=12.69 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 8674 0 0 0 1268 1 0 0 25 0 4 0 633013460 305438720 13801 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=298280 CPUtime=12.68 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 8324 0 0 0 1267 1 0 0 25 0 4 0 633013460 305438720 13801 33554432000 4194304 4580107 140734395674576 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=298280 CPUtime=12.53 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 8612 0 0 0 1252 1 0 0 25 0 4 0 633013460 305438720 13801 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 298280

[startup+25.5007 s]
/proc/loadavg: 7.72 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30168452/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304348 CPUtime=101.67 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 54303 0 0 0 10156 11 0 0 25 0 4 0 633013460 311652352 16674 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76087 16674 379 95 0 71069 0
[pid=7840/tid=7843] ppid=7838 vsize=304348 CPUtime=25.49 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13554 0 0 0 2547 2 0 0 25 0 4 0 633013460 311652352 16674 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304348 CPUtime=25.49 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13384 0 0 0 2546 3 0 0 25 0 4 0 633013460 311652352 16674 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304348 CPUtime=25.18 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13087 0 0 0 2515 3 0 0 25 0 4 0 633013460 311652352 16674 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 304348

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

[startup+25.6007 s]
/proc/loadavg: 7.72 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30168452/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304348 CPUtime=102.07 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 54382 0 0 0 10196 11 0 0 25 0 4 0 633013460 311652352 16753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76087 16753 379 95 0 71069 0
[pid=7840/tid=7843] ppid=7838 vsize=304348 CPUtime=25.59 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13576 0 0 0 2557 2 0 0 25 0 4 0 633013460 311652352 16753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304348 CPUtime=25.59 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13404 0 0 0 2556 3 0 0 25 0 4 0 633013460 311652352 16753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304348 CPUtime=25.28 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13107 0 0 0 2525 3 0 0 25 0 4 0 633013460 311652352 16753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 304348

[startup+28.8011 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30156420/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304560 CPUtime=114.83 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 57854 0 0 0 11471 12 0 0 25 0 4 0 633013460 311869440 17205 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76140 17205 379 95 0 71122 0
[pid=7840/tid=7843] ppid=7838 vsize=304560 CPUtime=28.79 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 14433 0 0 0 2877 2 0 0 25 0 4 0 633013460 311869440 17205 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304560 CPUtime=28.79 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 14276 0 0 0 2876 3 0 0 25 0 4 0 633013460 311869440 17205 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304560 CPUtime=28.44 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 13997 0 0 0 2841 3 0 0 25 0 4 0 633013460 311869440 17205 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 114.83
Current children cumulated vsize (KiB) 304560

[startup+32.0146 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30161876/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304752 CPUtime=127.64 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 61795 0 0 0 12752 12 0 0 25 0 4 0 633013460 312066048 17753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76188 17753 379 95 0 71170 0
[pid=7840/tid=7843] ppid=7838 vsize=304752 CPUtime=32 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15231 0 0 0 3198 2 0 0 25 0 4 0 633013460 312066048 17753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304752 CPUtime=32 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15101 0 0 0 3197 3 0 0 25 0 4 0 633013460 312066048 17753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304752 CPUtime=31.61 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 14883 0 0 0 3158 3 0 0 25 0 4 0 633013460 312066048 17753 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 127.64
Current children cumulated vsize (KiB) 304752

[startup+32.8004 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30161876/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304796 CPUtime=130.79 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 62623 0 0 0 13067 12 0 0 25 0 4 0 633013460 312111104 17797 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76199 17797 379 95 0 71181 0
[pid=7840/tid=7843] ppid=7838 vsize=304796 CPUtime=32.79 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15354 0 0 0 3277 2 0 0 25 0 4 0 633013460 312111104 17797 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304796 CPUtime=32.79 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15225 0 0 0 3276 3 0 0 25 0 4 0 633013460 312111104 17797 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304796 CPUtime=32.4 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15332 0 0 0 3237 3 0 0 25 0 4 0 633013460 312111104 17797 33554432000 4194304 4580107 140734395674576 18446744073709551615 4326759 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 130.79
Current children cumulated vsize (KiB) 304796

[startup+33.2003 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30159468/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304900 CPUtime=132.38 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 63489 0 0 0 13225 13 0 0 25 0 4 0 633013460 312217600 17027 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76225 17027 379 95 0 71207 0
[pid=7840/tid=7843] ppid=7838 vsize=304900 CPUtime=33.18 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15422 0 0 0 3316 2 0 0 25 0 4 0 633013460 312217600 17027 33554432000 4194304 4580107 140734395674576 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304900 CPUtime=33.19 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15594 0 0 0 3316 3 0 0 25 0 4 0 633013460 312217600 17027 33554432000 4194304 4580107 140734395674576 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304900 CPUtime=32.78 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15401 0 0 0 3275 3 0 0 25 0 4 0 633013460 312217600 17027 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 132.38
Current children cumulated vsize (KiB) 304900

[startup+33.6003 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30159468/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304900 CPUtime=133.98 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 63802 0 0 0 13385 13 0 0 25 0 4 0 633013460 312217600 17340 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76225 17340 379 95 0 71207 0
[pid=7840/tid=7843] ppid=7838 vsize=304900 CPUtime=33.58 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15479 0 0 0 3356 2 0 0 25 0 4 0 633013460 312217600 17340 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304900 CPUtime=33.59 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15677 0 0 0 3356 3 0 0 25 0 4 0 633013460 312217600 17340 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304900 CPUtime=33.18 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15482 0 0 0 3315 3 0 0 25 0 4 0 633013460 312217600 17340 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 133.98
Current children cumulated vsize (KiB) 304900

[startup+33.7003 s]
/proc/loadavg: 7.74 7.98 8.00 9/371 7852
/proc/meminfo: memFree=30159468/32951124 swapFree=51873460/67111528
[pid=7840] ppid=7838 vsize=304900 CPUtime=134.38 cores=1,3,5,7
/proc/7840/stat : 7840 (strangenight2-m) R 7838 7840 7181 0 -1 4202496 63884 0 0 0 13425 13 0 0 25 0 4 0 633013460 312217600 17422 33554432000 4194304 4580107 140734395674576 18446744073709551615 4293204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7840/statm: 76225 17422 379 95 0 71207 0
[pid=7840/tid=7843] ppid=7838 vsize=304900 CPUtime=33.68 cores=1,3,5,7
/proc/7840/task/7843/stat : 7843 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15500 0 0 0 3366 2 0 0 25 0 4 0 633013460 312217600 17422 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7840/tid=7844] ppid=7838 vsize=304900 CPUtime=33.69 cores=1,3,5,7
/proc/7840/task/7844/stat : 7844 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15698 0 0 0 3366 3 0 0 25 0 4 0 633013460 312217600 17422 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7840/tid=7845] ppid=7838 vsize=304900 CPUtime=33.28 cores=1,3,5,7
/proc/7840/task/7845/stat : 7845 (strangenight2-m) R 7838 7840 7181 0 -1 4202560 15504 0 0 0 3325 3 0 0 25 0 4 0 633013460 312217600 17422 33554432000 4194304 4580107 140734395674576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 134.38
Current children cumulated vsize (KiB) 304900

Child status: 10
Real time (s): 33.7553
CPU time (s): 134.595
CPU user time (s): 134.457
CPU system time (s): 0.137979
CPU usage (%): 398.736
Max. virtual memory (cumulated for all children) (KiB): 314020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.457
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63930
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= 136
involuntary context switches= 1157

runsolver used 0.117982 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 22:46:12
IDJOB=3366519
IDBENCH=82928
IDSOLVER=1844
FILE ID=node146/3366519-1305405972
RUNJOBID= node146-1305405972-7826
PBS_JOBID= 13324493
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= e6534afa60eb38f9c39ca12382cdd578
RANDOM SEED=1501928664

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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:      30331744 kB
Buffers:         57348 kB
Cached:          98348 kB
SwapCached:      56064 kB
Active:         735104 kB
Inactive:      1662648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30331744 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           11432 kB
Writeback:          20 kB
AnonPages:     2192820 kB
Mapped:          16764 kB
Slab:            96504 kB
PageTables:      59064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81753948 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= 73260 MiB
End job on node146 at 2011-05-14 22:46:46