Trace number 3174262

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 209.949 52.557

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
MD5SUMacba7fa37f06c6ca7b7c9c80ced58944
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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-3174262-1304116339.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1704/1704 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.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:    400 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:      9  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:     158 undec:      47 neg:     195
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       391      1691         0         0      5136         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.37/0.14	c  N st     8      4915       391      1691         0      4806      5136     99720   no data   no data
1.18/0.36	c  N st    10     11299       391      1691         0      4451      5136     65208   no data   no data
1.98/0.59	c  N st    11     17042       391      1691         0     10039      5136    174431   no data   no data
3.57/0.96	c  F st    12     25000       391      1691         0     12316      5136    229300   no data   no data
3.57/0.96	c  N st    12     25000       391      1691         0     12316      5136    229300   no data   no data
4.76/1.20	c Decided on static restart strategy
4.76/1.20	c  N st    18     30001       391      1691         0     10634      5136    175097   no data   no data
4.76/1.20	c  S st    18     30001       391      1691         0     10634      5136    175097   no data   no data
4.76/1.23	c  S st    18     30503       391      1691         0     11133      5136    185283   no data   no data
4.76/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.24	c blocked clauses removed:        0 vars:      0 tried:         391 T: 0.00 s
4.76/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
4.76/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.29	c lits-rem:       134  cl-subs:      714  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.30	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.00
5.16/1.30	c calculated reachability. Time: 0.00
5.16/1.30	c  N st    18     30503       391      1691         0     10419      5136    170333   no data   no data
6.36/1.67	c  N st    20     37614       391      1691         0      9646      5136    138118   no data   no data
7.96/2.06	c  N st    21     44015       391      1691         0     15898      5136    279746   no data   no data
8.37/2.20	c  S st    22     45754       391      1691         0      8897      5136    112029   no data   no data
8.79/2.22	c  S st    22     46255       391      1691         0      9396      5136    121878   no data   no data
8.79/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.24	c lits-rem:        25  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.24	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c vivif2 --  cl tried     9269 cl shrink        0 lits rem          0 time: 0.00
8.79/2.25	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.00
8.79/2.25	c calculated reachability. Time: 0.00
8.79/2.25	c  N st    22     46255       391      1691         0      9269      5136    119105   no data   no data
12.36/3.15	c  N st    23     60655       391      1691         0     13568      5136    198820   no data   no data
14.75/3.77	c  N st    24     69383       391      1691         0     11352      5136    145473   no data   no data
14.75/3.77	c  S st    24     69383       391      1691         0     11352      5136    145473   no data   no data
15.15/3.80	c  S st    24     69886       391      1691         0     11853      5136    155517   no data   no data
15.15/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.15/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
15.15/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.15/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.83	c lits-rem:        39  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.02 s
15.15/3.83	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
15.15/3.83	c vivif2 --  cl tried    11623 cl shrink        0 lits rem          0 time: 0.00
15.15/3.84	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.01
15.15/3.84	c calculated reachability. Time: 0.00
15.15/3.84	c  N st    24     69886       391      1691         0     11623      5136    151425   no data   no data
19.55/4.92	c  F st    25     87500       391      1691         0     17157      5136    257667   no data   no data
19.55/4.92	c  N st    25     87500       391      1691         0     17157      5136    257667   no data   no data
20.75/5.29	c Decided on static restart strategy
21.97/5.54	c  N st    32     95539       391      1691         0     24993      5136    414323   no data   no data
24.74/6.22	c  N st    34    104830       391      1691         0     21358      5136    317972   no data   no data
24.74/6.22	c  S st    34    104830       391      1691         0     21358      5136    317972   no data   no data
24.74/6.27	c  S st    34    105334       391      1691         0     21861      5136    328395   no data   no data
24.74/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.74/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.74/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
24.74/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.74/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.74/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.44	c lits-rem:       145  cl-subs:     1189  v-elim:      0  v-fix:    0  time:  0.14 s
25.55/6.44	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
25.55/6.44	c vivif2 --  cl tried    20672 cl shrink        0 lits rem          0 time: 0.00
25.55/6.45	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.01
25.55/6.45	c calculated reachability. Time: 0.00
25.55/6.45	c  N st    34    105334       391      1691         0     20672      5136    305038   no data   no data
28.74/7.29	c  N st    35    114935       391      1691         0     16405      5136    208832   no data   no data
34.33/8.61	c  N st    36    129333       391      1691         0     15831      5136    182133   no data   no data
41.92/10.50	c  N st    37    150929       391      1691         0     21302      5136    288890   no data   no data
44.32/11.10	c  S st    38    158001       391      1691         0     28188      5136    429721   no data   no data
44.32/11.17	c  S st    38    158505       391      1691         0     28689      5136    439707   no data   no data
44.32/11.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.32/11.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.32/11.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.32/11.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.32/11.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.32/11.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
44.32/11.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.32/11.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.32/11.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.92/11.52	c lits-rem:       247  cl-subs:     1724  v-elim:      0  v-fix:    0  time:  0.33 s
45.92/11.52	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
45.92/11.53	c vivif2 --  cl tried    26965 cl shrink        0 lits rem          0 time: 0.00
45.92/11.54	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.01
45.92/11.54	c calculated reachability. Time: 0.00
45.92/11.54	c  N st    38    158505       391      1691         0     26965      5136    405224   no data   no data
64.30/16.19	c  N st    39    207095       391      1691         0     21611      5136    254045   no data   no data
77.08/19.35	c  N st    40    237758       391      1691         0     31920      5136    445116   no data   no data
77.08/19.35	c  S st    40    237758       391      1691         0     31920      5136    445116   no data   no data
77.48/19.43	c  S st    40    238263       391      1691         0     32425      5136    455373   no data   no data
77.48/19.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.48/19.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.48/19.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.48/19.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.48/19.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.48/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
77.48/19.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.48/19.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.48/19.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.27/20.10	c lits-rem:       142  cl-subs:     3484  v-elim:      0  v-fix:    0  time:  0.64 s
80.27/20.10	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
80.27/20.11	c vivif2 --  cl tried    28941 cl shrink        0 lits rem          0 time: 0.00
80.27/20.12	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.02
80.27/20.12	c calculated reachability. Time: 0.00
80.27/20.12	c  N st    40    238263       391      1691         0     28941      5136    391443   no data   no data
110.64/27.72	c  F st    41    306252       391      1691         0     31076      5136    412933   no data   no data
110.64/27.72	c  N st    41    306252       391      1691         0     31076      5136    412933   no data   no data
113.04/28.31	c Decided on static restart strategy
123.05/30.89	c  N st    51    334563       391      1691         0     35240      5136    469598   no data   no data
133.42/33.48	c  N st    53    357394       391      1691         0     33165      5136    428874   no data   no data
133.42/33.48	c  S st    53    357394       391      1691         0     33165      5136    428874   no data   no data
133.82/33.56	c  S st    53    357898       391      1691         0     33665      5136    439464   no data   no data
133.82/33.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.82/33.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.82/33.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.82/33.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.82/33.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.82/33.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
133.82/33.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.82/33.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.82/33.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.62/33.79	c lits-rem:       224  cl-subs:      937  v-elim:      0  v-fix:    0  time:  0.20 s
134.62/33.79	c vivif2 --  cl tried     1691 cl shrink        0 lits rem          0 time: 0.00
134.62/33.79	c vivif2 --  cl tried    32728 cl shrink        0 lits rem          0 time: 0.00
135.02/33.81	c asymm  cl-useful: 0/1691/1691 lits-rem:0 time: 0.02
135.02/33.81	c calculated reachability. Time: 0.00
135.02/33.81	c  N st    53    357898       391      1691         0     32728      5136    419461   no data   no data
151.00/37.80	c  N st    54    390291       391      1691         0     38791      5136    532538   no data   no data
176.97/44.34	c  N st    55    438880       391      1691         0     32654      5136    371673   no data   no data
209.73/52.54	c  E st    56    503500         0      1691         0     38360      5136    482427   no data   no data
209.73/52.54	c Verified 1691 clauses.
209.73/52.54	c Solution needs extension. Extending.
209.73/52.55	c Verified 1691 clauses.
209.73/52.55	c Following stats are for *FIRST FINISHED THREAD ONLY*
209.73/52.55	c num threads              : 4          
209.73/52.55	c restarts                 : 56         
209.73/52.55	c dynamic restarts         : 0          
209.73/52.55	c static restarts          : 56         
209.73/52.55	c full restarts            : 3          
209.73/52.55	c total simplify time      : 0.00       
209.73/52.55	c learnts DL2              : 0          
209.73/52.55	c learnts size 2           : 0          
209.73/52.55	c learnts size 1           : 0           (0.00      % of vars)
209.73/52.55	c filedLit time            : 0.04        (0.07      % time)
209.73/52.55	c v-elim SatELite          : 9           (2.25      % vars)
209.73/52.55	c SatELite time            : 1.36        (2.59      % time)
209.73/52.55	c v-elim xor               : 0           (0.00      % vars)
209.73/52.55	c xor elim time            : 0.01        (0.02      % time)
209.73/52.55	c num binary xor trees     : 0          
209.73/52.55	c binxor trees' crown      : 0           (nan       leafs/tree)
209.73/52.55	c bin xor find time        : 0.00       
209.73/52.55	c OTF clause improved      : 14146       (0.03      clauses/conflict)
209.73/52.55	c OTF impr. size diff      : 15601       (1.10       lits/clause)
209.73/52.55	c OTF cl watch-shrink      : 138421      (0.27      clauses/conflict)
209.73/52.55	c OTF cl watch-sh-lit      : 183492      (1.33       lits/clause)
209.73/52.55	c tried to recurMin cls    : 63868       (12.68      % of conflicts)
209.73/52.55	c updated cache            : 0           (0.00       lits/tried recurMin)
209.73/52.55	c unit cls recevied        : 0           (nan       % of units)
209.73/52.55	c unit cls sent            : 0           (nan       % of units)
209.73/52.55	c bin cls recevied         : 0          
209.73/52.55	c bin cls sent             : 0          
209.73/52.55	c clauses over max glue    : 0           (0.00      % of all clauses)
209.73/52.55	c conflicts                : 503500      (9587.37   / sec)
209.73/52.55	c decisions                : 598648      (1.10      % random)
209.73/52.55	c bogo-props               : 6162456843  (117342098.09 / sec)
209.73/52.55	c conflict literals        : 10639702    (23.09     % deleted)
209.73/52.55	c Memory used              : 332.66      MB
209.73/52.55	c single-thread CPU time   : 52.52       s
209.73/52.55	c all-threads sum CPU time : 209.74      s
209.73/52.55	s SATISFIABLE
209.73/52.55	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 351 -352 -353 354 -355 356 357 -358 359 -360 -361 362 -363 -364 365 -366 367 368 -369 370 371 -372 -373 -374 -375 376 -377 -378 -379 380 381 382 -383 -384 -385 386 387 -388 -389 -390 391 392 -393 -394 395 396 397 398 -399 400 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-3174262-1304116339/watcher-3174262-1304116339 -o /tmp/evaluation-result-3174262-1304116339/solver-3174262-1304116339 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174262-1304116339.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: 5.29 7.28 7.49 6/180 31314
/proc/meminfo: memFree=30968940/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 523230619 52441088 347 33554432000 4194304 4627427 140735859484816 18446744073709551615 48007940413356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 12803 347 299 106 0 7774 0
[pid=31314/tid=31315] ppid=31312 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523230619 52441088 347 33554432000 4194304 4627427 140735859484816 18446744073709551615 48007940413362 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523230619 52441088 347 33554432000 4194304 4627427 140735859484816 18446744073709551615 48007940413362 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523230619 52441088 347 33554432000 4194304 4627427 140735859484816 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0645939 s]
/proc/loadavg: 5.29 7.28 7.49 6/180 31314
/proc/meminfo: memFree=30968940/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=282376 CPUtime=0.23 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 1352 0 0 0 23 0 0 0 18 0 4 0 523230619 289153024 1272 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 70594 1272 384 106 0 65565 0
[pid=31314/tid=31315] ppid=31312 vsize=282376 CPUtime=0.05 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 246 0 0 0 5 0 0 0 18 0 4 0 523230619 289153024 1272 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=282376 CPUtime=0.05 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 247 0 0 0 5 0 0 0 18 0 4 0 523230619 289153024 1272 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=282376 CPUtime=0.05 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 173 0 0 0 5 0 0 0 25 0 4 0 523230619 289153024 1272 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 282376

[startup+0.100587 s]
/proc/loadavg: 5.29 7.28 7.49 6/180 31314
/proc/meminfo: memFree=30968940/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=282376 CPUtime=0.37 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 1521 0 0 0 37 0 0 0 18 0 4 0 523230619 289153024 1441 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 70594 1441 384 106 0 65565 0
[pid=31314/tid=31315] ppid=31312 vsize=282376 CPUtime=0.09 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 288 0 0 0 9 0 0 0 18 0 4 0 523230619 289153024 1441 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=282376 CPUtime=0.09 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 288 0 0 0 9 0 0 0 18 0 4 0 523230619 289153024 1441 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=282376 CPUtime=0.09 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 219 0 0 0 9 0 0 0 25 0 4 0 523230619 289153024 1441 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282376

[startup+0.300547 s]
/proc/loadavg: 5.29 7.28 7.49 6/180 31314
/proc/meminfo: memFree=30968940/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=283864 CPUtime=1.18 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 2520 0 0 0 117 1 0 0 18 0 4 0 523230619 290676736 1941 33554432000 4194304 4627427 140735859484816 18446744073709551615 4332200 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 70966 1941 385 106 0 65937 0
[pid=31314/tid=31315] ppid=31312 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 523 0 0 0 29 0 0 0 18 0 4 0 523230619 290676736 1941 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 544 0 0 0 29 0 0 0 18 0 4 0 523230619 290676736 1941 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 476 0 0 0 29 0 0 0 25 0 4 0 523230619 290676736 1941 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283864

[startup+0.700469 s]
/proc/loadavg: 5.29 7.28 7.49 6/180 31314
/proc/meminfo: memFree=30968940/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=285296 CPUtime=2.77 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 4474 0 0 0 276 1 0 0 18 0 4 0 523230619 292143104 2183 33554432000 4194304 4627427 140735859484816 18446744073709551615 4306576 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 71324 2184 385 106 0 66295 0
[pid=31314/tid=31315] ppid=31312 vsize=285296 CPUtime=0.68 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1013 0 0 0 68 0 0 0 18 0 4 0 523230619 292143104 2184 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=285296 CPUtime=0.69 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1043 0 0 0 69 0 0 0 18 0 4 0 523230619 292143104 2184 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=285296 CPUtime=0.69 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 981 0 0 0 69 0 0 0 25 0 4 0 523230619 292143104 2185 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285296

[startup+1.50031 s]
/proc/loadavg: 5.29 7.28 7.49 9/184 31318
/proc/meminfo: memFree=30948564/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=290856 CPUtime=5.96 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 7933 0 0 0 595 1 0 0 20 0 4 0 523230619 297836544 4498 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308590 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 72714 4498 389 106 0 67685 0
[pid=31314/tid=31315] ppid=31312 vsize=290856 CPUtime=1.48 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1557 0 0 0 148 0 0 0 20 0 4 0 523230619 297836544 4498 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=290856 CPUtime=1.49 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1617 0 0 0 149 0 0 0 19 0 4 0 523230619 297836544 4498 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=290856 CPUtime=1.48 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 1596 0 0 0 148 0 0 0 25 0 4 0 523230619 297836544 4498 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290856

[startup+3.10099 s]
/proc/loadavg: 5.29 7.28 7.49 9/184 31318
/proc/meminfo: memFree=30916348/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=285244 CPUtime=12.36 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 16182 0 0 0 1233 3 0 0 25 0 4 0 523230619 292089856 8278 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 71311 8278 389 106 0 66282 0
[pid=31314/tid=31315] ppid=31312 vsize=285244 CPUtime=3.09 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 3413 0 0 0 308 1 0 0 25 0 4 0 523230619 292089856 8278 33554432000 4194304 4627427 140735859484816 18446744073709551615 4332840 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=285244 CPUtime=3.08 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 4209 0 0 0 308 0 0 0 25 0 4 0 523230619 292089856 8278 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=285244 CPUtime=3.07 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 4208 0 0 0 307 0 0 0 25 0 4 0 523230619 292089856 8278 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285244

[startup+6.30036 s]
/proc/loadavg: 5.51 7.29 7.49 9/184 31318
/proc/meminfo: memFree=30884988/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=302476 CPUtime=25.14 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 25875 0 0 0 2509 5 0 0 25 0 4 0 523230619 309735424 12148 33554432000 4194304 4627427 140735859484816 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 75619 12148 389 106 0 70590 0
[pid=31314/tid=31315] ppid=31312 vsize=302476 CPUtime=6.29 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 6157 0 0 0 628 1 0 0 25 0 4 0 523230619 309735424 12148 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=302476 CPUtime=6.28 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 6549 0 0 0 627 1 0 0 25 0 4 0 523230619 309735424 12148 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=302476 CPUtime=6.26 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 5787 0 0 0 625 1 0 0 25 0 4 0 523230619 309735424 12148 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 302476

[startup+12.7011 s]
/proc/loadavg: 5.71 7.31 7.49 9/184 31318
/proc/meminfo: memFree=30843672/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=301912 CPUtime=50.72 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 38628 0 0 0 5064 8 0 0 25 0 4 0 523230619 309157888 19212 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 75478 19212 389 106 0 70449 0
[pid=31314/tid=31315] ppid=31312 vsize=301912 CPUtime=12.69 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 10096 0 0 0 1267 2 0 0 25 0 4 0 523230619 309157888 19212 33554432000 4194304 4627427 140735859484816 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=301912 CPUtime=12.69 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 8677 0 0 0 1267 2 0 0 25 0 4 0 523230619 309157888 19212 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=301912 CPUtime=12.63 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 9537 0 0 0 1261 2 0 0 25 0 4 0 523230619 309157888 19212 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 301912

[startup+25.5005 s]
/proc/loadavg: 6.29 7.35 7.50 9/184 31318
/proc/meminfo: memFree=30809184/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=339220 CPUtime=101.85 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 55659 0 0 0 10173 12 0 0 25 0 4 0 523230619 347361280 23869 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 84805 23869 389 106 0 79776 0
[pid=31314/tid=31315] ppid=31312 vsize=339220 CPUtime=25.49 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 15301 0 0 0 2546 3 0 0 25 0 4 0 523230619 347361280 23869 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=339220 CPUtime=25.48 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 13023 0 0 0 2546 2 0 0 25 0 4 0 523230619 347361280 23869 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=339220 CPUtime=25.37 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 13936 0 0 0 2533 4 0 0 25 0 4 0 523230619 347361280 23869 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 339220

[startup+51.1004 s]
/proc/loadavg: 6.87 7.41 7.52 9/184 31319
/proc/meminfo: memFree=30773296/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=330528 CPUtime=204.13 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 82117 0 0 0 20395 18 0 0 25 0 4 0 523230619 338460672 28877 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 82632 28877 389 106 0 77603 0
[pid=31314/tid=31315] ppid=31312 vsize=330528 CPUtime=51.09 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 22003 0 0 0 5104 5 0 0 25 0 4 0 523230619 338460672 28877 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=330528 CPUtime=51.08 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21131 0 0 0 5104 4 0 0 25 0 4 0 523230619 338460672 28877 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=330528 CPUtime=50.84 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 20839 0 0 0 5079 5 0 0 25 0 4 0 523230619 338460672 28877 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 330528

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

[startup+51.9003 s]
/proc/loadavg: 6.87 7.41 7.52 9/184 31319
/proc/meminfo: memFree=30773296/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=340540 CPUtime=207.33 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 83373 0 0 0 20714 19 0 0 25 0 4 0 523230619 348712960 29112 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 85135 29112 389 106 0 80106 0
[pid=31314/tid=31315] ppid=31312 vsize=340540 CPUtime=51.89 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 22504 0 0 0 5184 5 0 0 25 0 4 0 523230619 348712960 29112 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=340540 CPUtime=51.88 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21270 0 0 0 5184 4 0 0 25 0 4 0 523230619 348712960 29112 33554432000 4194304 4627427 140735859484816 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=340540 CPUtime=51.64 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 20957 0 0 0 5159 5 0 0 25 0 4 0 523230619 348712960 29112 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 207.33
Current children cumulated vsize (KiB) 340540

[startup+52.3002 s]
/proc/loadavg: 6.87 7.41 7.52 9/184 31319
/proc/meminfo: memFree=30773296/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=340596 CPUtime=208.93 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 84095 0 0 0 20874 19 0 0 25 0 4 0 523230619 348770304 28794 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 85149 28794 389 106 0 80120 0
[pid=31314/tid=31315] ppid=31312 vsize=340596 CPUtime=52.29 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 22575 0 0 0 5224 5 0 0 25 0 4 0 523230619 348770304 28794 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=340596 CPUtime=52.29 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21761 0 0 0 5224 5 0 0 25 0 4 0 523230619 348770304 28794 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=340596 CPUtime=52.04 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21011 0 0 0 5199 5 0 0 25 0 4 0 523230619 348770304 28794 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 208.93
Current children cumulated vsize (KiB) 340596

[startup+52.5012 s]
/proc/loadavg: 6.87 7.41 7.52 9/184 31319
/proc/meminfo: memFree=30773296/32950928 swapFree=67111464/67111528
[pid=31314] ppid=31312 vsize=340596 CPUtime=209.73 cores=0,2,4,6
/proc/31314/stat : 31314 (strangenight2-m) R 31312 31314 30488 0 -1 4202496 84230 0 0 0 20954 19 0 0 25 0 4 0 523230619 348770304 28929 33554432000 4194304 4627427 140735859484816 18446744073709551615 4308326 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31314/statm: 85149 28929 389 106 0 80120 0
[pid=31314/tid=31315] ppid=31312 vsize=340596 CPUtime=52.49 cores=0,2,4,6
/proc/31314/task/31315/stat : 31315 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 22609 0 0 0 5244 5 0 0 25 0 4 0 523230619 348770304 28929 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31314/tid=31316] ppid=31312 vsize=340596 CPUtime=52.49 cores=0,2,4,6
/proc/31314/task/31316/stat : 31316 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21798 0 0 0 5244 5 0 0 25 0 4 0 523230619 348770304 28929 33554432000 4194304 4627427 140735859484816 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31314/tid=31317] ppid=31312 vsize=340596 CPUtime=52.24 cores=0,2,4,6
/proc/31314/task/31317/stat : 31317 (strangenight2-m) R 31312 31314 30488 0 -1 4202560 21028 0 0 0 5219 5 0 0 25 0 4 0 523230619 348770304 28929 33554432000 4194304 4627427 140735859484816 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 209.73
Current children cumulated vsize (KiB) 340596

Child status: 10
Real time (s): 52.557
CPU time (s): 209.949
CPU user time (s): 209.744
CPU system time (s): 0.204968
CPU usage (%): 399.469
Max. virtual memory (cumulated for all children) (KiB): 340596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.744
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84668
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= 400
involuntary context switches= 1028

runsolver used 0.066989 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 00:32:19
IDJOB=3174262
IDBENCH=83080
IDSOLVER=1586
FILE ID=node149/3174262-1304116339
RUNJOBID= node149-1304116339-31291
PBS_JOBID= 13170671
Free space on /tmp= 71928 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174262-1304116339/watcher-3174262-1304116339 -o /tmp/evaluation-result-3174262-1304116339/solver-3174262-1304116339 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174262-1304116339.cnf

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

MD5SUM BENCH= acba7fa37f06c6ca7b7c9c80ced58944
RANDOM SEED=1917060558

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      30970088 kB
Buffers:        440616 kB
Cached:        1105548 kB
SwapCached:         60 kB
Active:         155092 kB
Inactive:      1456748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30970088 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           11380 kB
Writeback:           0 kB
AnonPages:       65808 kB
Mapped:          14872 kB
Slab:           305612 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   270664 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= 71920 MiB
End job on node149 at 2011-04-30 00:33:12