Trace number 3173924

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 1234.68 309.089

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173924-1304073394.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      39 undec:       5 neg:      31
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.37/0.10	c  N st     8      4916        75      1597         0      4449      7985     77662   no data   no data
0.77/0.28	c  N st    10     11300        75      1597         0      4115      7985     58146   no data   no data
1.57/0.45	c  N st    11     17043        75      1597         0      9364      7985    148913   no data   no data
2.77/0.70	c  F st    12     25000        75      1597         0     11362      7985    177580   no data   no data
2.77/0.70	c  N st    12     25000        75      1597         0     11362      7985    177580   no data   no data
3.17/0.88	c Decided on static restart strategy
3.17/0.88	c  N st    18     30000        75      1597         0      9780      7985    142405   no data   no data
3.17/0.88	c  S st    18     30000        75      1597         0      9780      7985    142405   no data   no data
3.57/0.91	c  S st    18     30502        75      1597         0     10259      7985    150879   no data   no data
3.57/0.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.91	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.07	c lits-rem:       219  cl-subs:     2669  v-elim:      0  v-fix:    0  time:  0.15 s
3.98/1.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
3.98/1.10	c calculated reachability. Time: 0.00
3.98/1.10	c  N st    18     30502        75      1597         0      7590      7985    109970   no data   no data
5.16/1.39	c  N st    20     37616        75      1597         0     13953      7985    213835   no data   no data
6.36/1.64	c  N st    21     44016        75      1597         0     12701      7985    182829   no data   no data
6.76/1.72	c  S st    22     45754        75      1597         0     14280      7985    210277   no data   no data
6.76/1.76	c  S st    22     46257        75      1597         0     14750      7985    218776   no data   no data
6.76/1.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.76/1.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.76/1.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.76/1.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.76/1.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.76/1.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.76/1.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.09	c lits-rem:       418  cl-subs:     3062  v-elim:      0  v-fix:    0  time:  0.32 s
7.96/2.09	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
7.96/2.09	c vivif2 --  cl tried    11688 cl shrink        0 lits rem          0 time: 0.00
8.38/2.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.13	c calculated reachability. Time: 0.00
8.38/2.13	c  N st    22     46257        75      1597         0     11688      7985    171759   no data   no data
10.76/2.77	c  N st    23     60656        75      1597         0     16808      7985    250824   no data   no data
12.36/3.18	c  N st    24     69385        75      1597         0     15705      7985    217402   no data   no data
12.36/3.18	c  S st    24     69385        75      1597         0     15705      7985    217402   no data   no data
12.78/3.23	c  S st    24     69887        75      1597         0     16178      7985    226299   no data   no data
12.78/3.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.78/3.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.78/3.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.78/3.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.78/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.78/3.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.78/3.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.78/3.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.78/3.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.96/3.59	c lits-rem:       291  cl-subs:     3344  v-elim:      0  v-fix:    0  time:  0.36 s
13.96/3.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.36/3.60	c vivif2 --  cl tried    12834 cl shrink        0 lits rem          0 time: 0.00
14.36/3.64	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.36/3.64	c calculated reachability. Time: 0.00
14.36/3.64	c  N st    24     69887        75      1597         0     12834      7985    175991   no data   no data
17.95/4.58	c  F st    25     87501        75      1597         0     19015      7985    268198   no data   no data
17.95/4.58	c  N st    25     87501        75      1597         0     19015      7985    268198   no data   no data
19.15/4.88	c Decided on static restart strategy
19.95/5.03	c  N st    32     95541        75      1597         0     15597      7985    212035   no data   no data
22.34/5.63	c  N st    34    104830        75      1597         0     12335      7985    150586   no data   no data
22.34/5.63	c  S st    34    104830        75      1597         0     12335      7985    150586   no data   no data
22.34/5.67	c  S st    34    105335        75      1597         0     12806      7985    159287   no data   no data
22.34/5.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.34/5.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.34/5.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.34/5.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.34/5.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.34/5.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.34/5.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.34/5.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.34/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.75	c lits-rem:        93  cl-subs:     1090  v-elim:      0  v-fix:    0  time:  0.07 s
22.74/5.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
22.74/5.75	c vivif2 --  cl tried    11716 cl shrink        0 lits rem          0 time: 0.00
22.74/5.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
22.74/5.79	c calculated reachability. Time: 0.00
22.74/5.79	c  N st    34    105335        75      1597         0     11716      7985    143462   no data   no data
25.54/6.40	c  N st    35    114933        75      1597         0     20395      7985    291900   no data   no data
29.14/7.32	c  N st    36    129333        75      1597         0     20808      7985    289225   no data   no data
34.75/8.76	c  N st    37    150928        75      1597         0     26711      7985    370919   no data   no data
36.73/9.23	c  S st    38    158004        75      1597         0     18697      7985    236366   no data   no data
36.73/9.28	c  S st    38    158505        75      1597         0     19173      7985    244939   no data   no data
36.73/9.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
36.73/9.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.73/9.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.73/9.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.73/9.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.73/9.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.93/9.53	c lits-rem:       225  cl-subs:     2188  v-elim:      0  v-fix:    0  time:  0.23 s
37.93/9.53	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.93/9.53	c vivif2 --  cl tried    16985 cl shrink        0 lits rem          0 time: 0.00
37.93/9.59	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.93/9.59	c calculated reachability. Time: 0.00
37.93/9.59	c  N st    38    158505        75      1597         0     16985      7985    212176   no data   no data
51.51/12.95	c  N st    39    207093        75      1597         0     29168      7985    391889   no data   no data
61.11/15.36	c  N st    40    237757        75      1597         0     21784      7985    258454   no data   no data
61.11/15.36	c  S st    40    237757        75      1597         0     21784      7985    258454   no data   no data
61.52/15.41	c  S st    40    238261        75      1597         0     22249      7985    266959   no data   no data
61.52/15.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.52/15.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.52/15.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.52/15.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.52/15.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.52/15.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.52/15.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.52/15.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.52/15.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.69/15.71	c lits-rem:       214  cl-subs:     2522  v-elim:      0  v-fix:    0  time:  0.28 s
62.69/15.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.69/15.71	c vivif2 --  cl tried    19727 cl shrink        0 lits rem          0 time: 0.00
62.69/15.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
62.69/15.78	c calculated reachability. Time: 0.00
62.69/15.78	c  N st    40    238261        75      1597         0     19727      7985    232750   no data   no data
86.26/21.61	c  F st    41    306252        75      1597         0     21732      7985    239423   no data   no data
86.26/21.61	c  N st    41    306252        75      1597         0     21732      7985    239423   no data   no data
87.88/22.00	c Decided on static restart strategy
96.27/24.19	c  N st    51    334551        75      1597         0     25630      7985    297633   no data   no data
105.06/26.38	c  N st    53    357391        75      1597         0     23725      7985    257072   no data   no data
105.06/26.38	c  S st    53    357391        75      1597         0     23725      7985    257072   no data   no data
105.46/26.44	c  S st    53    357894        75      1597         0     24193      7985    265596   no data   no data
105.46/26.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.46/26.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
105.46/26.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.46/26.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.46/26.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.46/26.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.46/26.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.46/26.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.46/26.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.23/26.62	c lits-rem:       112  cl-subs:     1390  v-elim:      0  v-fix:    0  time:  0.16 s
106.23/26.62	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
106.23/26.62	c vivif2 --  cl tried    22803 cl shrink        0 lits rem          0 time: 0.00
106.63/26.70	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
106.63/26.70	c calculated reachability. Time: 0.00
106.63/26.70	c  N st    53    357894        75      1597         0     22803      7985    247359   no data   no data
118.24/29.63	c  N st    54    390286        75      1597         0     28498      7985    329529   no data   no data
140.21/35.12	c  N st    55    438874        75      1597         0     47757      7985    636550   no data   no data
172.95/43.32	c  N st    56    511758        75      1597         0     35089      7985    413988   no data   no data
185.34/46.49	c  N st    57    536842        75      1597         0     29793      7985    318591   no data   no data
185.34/46.49	c  S st    57    536842        75      1597         0     29793      7985    318591   no data   no data
185.73/46.56	c  S st    57    537345        75      1597         0     30268      7985    327221   no data   no data
185.73/46.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.73/46.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
185.73/46.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.73/46.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.73/46.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.73/46.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
185.73/46.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
185.73/46.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
185.73/46.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.93/46.85	c lits-rem:       245  cl-subs:     1862  v-elim:      0  v-fix:    0  time:  0.26 s
186.93/46.85	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
186.93/46.85	c vivif2 --  cl tried    28406 cl shrink        0 lits rem          0 time: 0.00
187.33/46.96	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
187.33/46.96	c calculated reachability. Time: 0.00
187.33/46.96	c  N st    57    537345        75      1597         0     28406      7985    303482   no data   no data
266.44/66.79	c  N st    58    701329        75      1597         0     55030      7985    689144   no data   no data
318.77/79.84	c  N st    59    806018        75      1597         0     49362      7985    579839   no data   no data
318.77/79.84	c  S st    59    806018        75      1597         0     49362      7985    579839   no data   no data
319.17/79.98	c  S st    59    806524        75      1597         0     49838      7985    588780   no data   no data
319.17/79.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
319.17/79.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
319.17/79.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
319.17/79.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
319.17/79.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
319.17/79.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
319.17/79.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
319.57/80.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
319.57/80.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.35/81.78	c lits-rem:      1126  cl-subs:     7972  v-elim:      0  v-fix:    0  time:  1.76 s
326.35/81.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
326.35/81.79	c vivif2 --  cl tried    41866 cl shrink        0 lits rem          0 time: 0.01
327.16/81.97	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
327.16/81.97	c calculated reachability. Time: 0.00
327.16/81.97	c  N st    59    806524        75      1597         0     41866      7985    486500   no data   no data
472.96/118.43	c  F st    60   1071875        75      1597         0     57231      7984    690503   no data   no data
472.96/118.43	c  N st    60   1071875        75      1597         0     57231      7984    690503   no data   no data
476.16/119.28	c Decided on static restart strategy
493.74/123.68	c  N st    70   1100179        75      1597         0     42610      7984    441814   no data   no data
516.11/129.26	c  N st    72   1136172        75      1597         0     74601      7984    965527   no data   no data
534.89/133.98	c  N st    73   1168564        75      1597         0     62469      7984    757795   no data   no data
564.44/141.30	c  N st    74   1209788        75      1597         0     57281      7984    670688   no data   no data
564.44/141.30	c  S st    74   1209788        75      1597         0     57281      7984    670688   no data   no data
564.84/141.49	c  S st    74   1210295        75      1597         0     57749      7984    679453   no data   no data
564.84/141.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
565.24/141.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
565.24/141.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
565.24/141.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.24/141.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
565.24/141.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
565.24/141.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
565.24/141.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
565.24/141.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
575.24/144.04	c lits-rem:       632  cl-subs:     7326  v-elim:      0  v-fix:    0  time:  2.49 s
575.24/144.04	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
575.24/144.04	c vivif2 --  cl tried    50423 cl shrink        0 lits rem          0 time: 0.01
576.43/144.36	c asymm  cl-useful: 0/1527/1597 lits-rem:0 time: 0.31
576.43/144.36	c calculated reachability. Time: 0.00
576.43/144.36	c  N st    74   1210295        75      1597         0     50423      7983    578477   no data   no data
625.57/156.62	c  N st    75   1283177        75      1597         0     72540      7983    885278   no data   no data
699.07/175.09	c  N st    76   1392500        75      1597         0     81713      7983    993129   no data   no data
810.12/202.87	c  N st    77   1556484        75      1597         0     88978      7983   1090966   no data   no data
919.18/230.17	c  N st    78   1710296        75      1597         0     79198      7983    926578   no data   no data
919.18/230.17	c  S st    78   1710296        75      1597         0     79198      7983    926578   no data   no data
920.38/230.44	c  S st    78   1710799        75      1597         0     79677      7983    935324   no data   no data
920.38/230.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
920.38/230.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
920.38/230.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
920.38/230.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
920.38/230.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
920.38/230.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
920.38/230.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
920.38/230.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
920.78/230.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
947.93/237.34	c lits-rem:      3589  cl-subs:    16522  v-elim:      0  v-fix:    0  time:  6.83 s
947.93/237.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
947.93/237.36	c vivif2 --  cl tried    63155 cl shrink        0 lits rem          0 time: 0.01
949.53/237.72	c asymm  cl-useful: 0/1220/1597 lits-rem:0 time: 0.36
949.53/237.72	c calculated reachability. Time: 0.00
949.53/237.72	c  N st    78   1710799        75      1597         0     63155      7983    722533   no data   no data
1225.16/306.71	c  N st    79   2079764        75      1597         1     75054      7983    814680   no data   no data
1234.37/309.07	c Following stats are for *FIRST FINISHED THREAD ONLY*
1234.37/309.07	c num threads              : 4          
1234.37/309.07	c restarts                 : 79         
1234.37/309.07	c dynamic restarts         : 0          
1234.37/309.07	c static restarts          : 79         
1234.37/309.07	c full restarts            : 4          
1234.37/309.07	c total simplify time      : 0.00       
1234.37/309.07	c learnts DL2              : 0          
1234.37/309.07	c learnts size 2           : 0          
1234.37/309.07	c learnts size 1           : 0           (0.00      % of vars)
1234.37/309.07	c filedLit time            : 0.08        (0.03      % time)
1234.37/309.07	c v-elim SatELite          : 0           (0.00      % vars)
1234.37/309.07	c SatELite time            : 12.13       (3.93      % time)
1234.37/309.07	c v-elim xor               : 0           (0.00      % vars)
1234.37/309.07	c xor elim time            : 0.01        (0.00      % time)
1234.37/309.07	c num binary xor trees     : 0          
1234.37/309.07	c binxor trees' crown      : 0           (nan       leafs/tree)
1234.37/309.07	c bin xor find time        : 0.00       
1234.37/309.07	c OTF clause improved      : 245989      (0.11      clauses/conflict)
1234.37/309.07	c OTF impr. size diff      : 250819      (1.02       lits/clause)
1234.37/309.07	c OTF cl watch-shrink      : 56090       (0.03      clauses/conflict)
1234.37/309.07	c OTF cl watch-sh-lit      : 57976       (1.03       lits/clause)
1234.37/309.07	c tried to recurMin cls    : 92149       (4.26       % of conflicts)
1234.37/309.07	c updated cache            : 1168        (0.01       lits/tried recurMin)
1234.37/309.07	c unit cls recevied        : 0           (nan       % of units)
1234.37/309.07	c unit cls sent            : 0           (nan       % of units)
1234.37/309.07	c bin cls recevied         : 0          
1234.37/309.07	c bin cls sent             : 0          
1234.37/309.07	c clauses over max glue    : 0           (0.00      % of all clauses)
1234.37/309.07	c conflicts                : 2163480     (7004.43   / sec)
1234.37/309.07	c decisions                : 2361864     (0.51      % random)
1234.37/309.07	c bogo-props               : 59439444403 (192439727.45 / sec)
1234.37/309.07	c conflict literals        : 33482662    (23.57     % deleted)
1234.37/309.07	c Memory used              : 382.21      MB
1234.37/309.07	c single-thread CPU time   : 308.87      s
1234.37/309.07	c all-threads sum CPU time : 1233.91     s
1234.37/309.07	s SATISFIABLE
1234.37/309.07	v 1 -2 -3 -4 5 6 7 -8 9 10 11 12 13 14 -15 16 -17 18 19 -20 -21 22 -23 24 -25 -26 27 28 29 30 -31 -32 33 34 35 36 -37 38 39 40 41 42 -43 44 -45 -46 -47 48 -49 -50 51 52 -53 -54 -55 56 -57 58 -59 -60 61 -62 63 64 65 66 -67 -68 69 70 71 72 73 74 75 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173924-1304073394/watcher-3173924-1304073394 -o /tmp/evaluation-result-3173924-1304073394/solver-3173924-1304073394 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173924-1304073394.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.41 7.92 7.88 2/172 17243
/proc/meminfo: memFree=17907416/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 409 0 0 0 0 0 0 0 24 0 4 0 518942039 52441088 348 33554432000 4194304 4627427 140734189527328 18446744073709551615 46960631543730 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 12803 348 299 106 0 7774 0
[pid=17243/tid=17244] ppid=17241 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518942039 52441088 348 33554432000 4194304 4627427 140734189527328 18446744073709551615 46960631543730 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518942039 52441088 348 33554432000 4194304 4627427 140734189527328 18446744073709551615 46960631543724 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518942039 52441088 348 33554432000 4194304 4627427 140734189527328 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0455949 s]
/proc/loadavg: 7.41 7.92 7.88 2/172 17243
/proc/meminfo: memFree=17907416/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=281976 CPUtime=0.15 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 1208 0 0 0 15 0 0 0 18 0 4 0 518942039 288743424 1125 33554432000 4194304 4627427 140734189527328 18446744073709551615 4332767 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 70494 1125 383 106 0 65465 0
[pid=17243/tid=17244] ppid=17241 vsize=281976 CPUtime=0.04 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 214 0 0 0 4 0 0 0 18 0 4 0 518942039 288743424 1125 33554432000 4194304 4627427 140734189527328 18446744073709551615 4324729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=281976 CPUtime=0.03 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 224 0 0 0 3 0 0 0 25 0 4 0 518942039 288743424 1125 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=281976 CPUtime=0.03 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 145 0 0 0 3 0 0 0 25 0 4 0 518942039 288743424 1125 33554432000 4194304 4627427 140734189527328 18446744073709551615 4305519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 281976

[startup+0.100585 s]
/proc/loadavg: 7.41 7.92 7.88 2/172 17243
/proc/meminfo: memFree=17907416/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=290576 CPUtime=0.37 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 1571 0 0 0 37 0 0 0 18 0 4 0 518942039 297549824 1488 33554432000 4194304 4627427 140734189527328 18446744073709551615 4308787 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 72644 1488 384 106 0 67615 0
[pid=17243/tid=17244] ppid=17241 vsize=290576 CPUtime=0.09 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 290 0 0 0 9 0 0 0 18 0 4 0 518942039 297549824 1488 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=290576 CPUtime=0.09 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 306 0 0 0 9 0 0 0 25 0 4 0 518942039 297549824 1488 33554432000 4194304 4627427 140734189527328 18446744073709551615 4333416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=290576 CPUtime=0.09 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 278 0 0 0 9 0 0 0 25 0 4 0 518942039 297549824 1488 33554432000 4194304 4627427 140734189527328 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 290576

[startup+0.30055 s]
/proc/loadavg: 7.41 7.92 7.88 2/172 17243
/proc/meminfo: memFree=17907416/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=283876 CPUtime=1.17 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 2824 0 0 0 117 0 0 0 18 0 4 0 518942039 290689024 1694 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 70969 1694 384 106 0 65940 0
[pid=17243/tid=17244] ppid=17241 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 619 0 0 0 29 0 0 0 18 0 4 0 518942039 290689024 1694 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 630 0 0 0 29 0 0 0 25 0 4 0 518942039 290689024 1694 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 550 0 0 0 29 0 0 0 25 0 4 0 518942039 290689024 1694 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309902 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) 283876

[startup+0.70048 s]
/proc/loadavg: 7.41 7.92 7.88 2/172 17243
/proc/meminfo: memFree=17907416/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=284668 CPUtime=2.77 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 4415 0 0 0 277 0 0 0 18 0 4 0 518942039 291500032 2478 33554432000 4194304 4627427 140734189527328 18446744073709551615 4321694 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 71167 2478 385 106 0 66138 0
[pid=17243/tid=17244] ppid=17241 vsize=284668 CPUtime=0.69 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 1022 0 0 0 69 0 0 0 18 0 4 0 518942039 291500032 2478 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=284668 CPUtime=0.69 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 1032 0 0 0 69 0 0 0 25 0 4 0 518942039 291500032 2478 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=284668 CPUtime=0.69 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 936 0 0 0 69 0 0 0 25 0 4 0 518942039 291500032 2478 33554432000 4194304 4627427 140734189527328 18446744073709551615 4330087 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) 284668

[startup+1.50034 s]
/proc/loadavg: 7.41 7.92 7.88 9/184 17260
/proc/meminfo: memFree=17877064/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=285584 CPUtime=5.96 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 8832 0 0 0 596 0 0 0 20 0 4 0 518942039 292438016 4726 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 71396 4726 388 106 0 66367 0
[pid=17243/tid=17244] ppid=17241 vsize=285584 CPUtime=1.49 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 2500 0 0 0 149 0 0 0 20 0 4 0 518942039 292438016 4726 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=285584 CPUtime=1.49 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 1684 0 0 0 149 0 0 0 25 0 4 0 518942039 292438016 4726 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=285584 CPUtime=1.48 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 1624 0 0 0 148 0 0 0 25 0 4 0 518942039 292438016 4726 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309902 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) 285584

[startup+3.10106 s]
/proc/loadavg: 7.41 7.92 7.88 9/184 17260
/proc/meminfo: memFree=17849972/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=292888 CPUtime=12.36 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 16620 0 0 0 1235 1 0 0 25 0 4 0 518942039 299917312 9356 33554432000 4194304 4627427 140734189527328 18446744073709551615 4324736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 73222 9356 388 106 0 68193 0
[pid=17243/tid=17244] ppid=17241 vsize=292888 CPUtime=3.09 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 4374 0 0 0 309 0 0 0 25 0 4 0 518942039 299917312 9356 33554432000 4194304 4627427 140734189527328 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=292888 CPUtime=3.08 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 4021 0 0 0 308 0 0 0 25 0 4 0 518942039 299917312 9356 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=292888 CPUtime=3.07 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 3872 0 0 0 307 0 0 0 25 0 4 0 518942039 299917312 9356 33554432000 4194304 4627427 140734189527328 18446744073709551615 4322922 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292888

[startup+6.3005 s]
/proc/loadavg: 7.54 7.94 7.89 9/184 17260
/proc/meminfo: memFree=17801488/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=287124 CPUtime=25.14 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 24896 0 0 0 2512 2 0 0 25 0 4 0 518942039 294014976 12452 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 71781 12452 388 106 0 66752 0
[pid=17243/tid=17244] ppid=17241 vsize=287124 CPUtime=6.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 6018 0 0 0 629 0 0 0 25 0 4 0 518942039 294014976 12452 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=287124 CPUtime=6.28 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 5961 0 0 0 628 0 0 0 25 0 4 0 518942039 294014976 12452 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=287124 CPUtime=6.25 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 6633 0 0 0 625 0 0 0 25 0 4 0 518942039 294014976 12452 33554432000 4194304 4627427 140734189527328 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287124

[startup+12.7004 s]
/proc/loadavg: 7.57 7.94 7.89 9/184 17260
/proc/meminfo: memFree=17765252/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=300428 CPUtime=50.71 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 37156 0 0 0 5066 5 0 0 25 0 4 0 518942039 307638272 13143 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 75107 13143 388 106 0 70078 0
[pid=17243/tid=17244] ppid=17241 vsize=300428 CPUtime=12.69 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 9239 0 0 0 1268 1 0 0 25 0 4 0 518942039 307638272 13143 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=300428 CPUtime=12.68 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 9276 0 0 0 1267 1 0 0 25 0 4 0 518942039 307638272 13143 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=300428 CPUtime=12.62 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 9372 0 0 0 1261 1 0 0 25 0 4 0 518942039 307638272 13144 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 300428

[startup+25.5011 s]
/proc/loadavg: 7.75 7.96 7.90 9/184 17261
/proc/meminfo: memFree=17711320/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=301572 CPUtime=101.85 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 56797 0 0 0 10176 9 0 0 25 0 4 0 518942039 308809728 17855 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 75393 17855 388 106 0 70364 0
[pid=17243/tid=17244] ppid=17241 vsize=301572 CPUtime=25.49 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 13774 0 0 0 2547 2 0 0 25 0 4 0 518942039 308809728 17855 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=301572 CPUtime=25.49 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 13475 0 0 0 2547 2 0 0 25 0 4 0 518942039 308809728 17855 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=301572 CPUtime=25.35 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 15482 0 0 0 2533 2 0 0 25 0 4 0 518942039 308809728 17855 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 301572

[startup+51.1006 s]
/proc/loadavg: 7.83 7.96 7.90 9/184 17261
/proc/meminfo: memFree=17682824/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=307376 CPUtime=204.12 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 87365 0 0 0 20396 16 0 0 25 0 4 0 518942039 314753024 21218 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 76844 21218 388 106 0 71815 0
[pid=17243/tid=17244] ppid=17241 vsize=307376 CPUtime=51.09 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 21935 0 0 0 5105 4 0 0 25 0 4 0 518942039 314753024 21218 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=307376 CPUtime=51.08 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 21165 0 0 0 5105 3 0 0 25 0 4 0 518942039 314753024 21218 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=307376 CPUtime=50.83 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 22409 0 0 0 5079 4 0 0 25 0 4 0 518942039 314753024 21218 33554432000 4194304 4627427 140734189527328 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 307376

[startup+102.307 s]
/proc/loadavg: 8.02 8.00 7.91 9/184 17263
/proc/meminfo: memFree=17615716/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=313516 CPUtime=408.67 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 134431 0 0 0 40838 29 0 0 25 0 4 0 518942039 321040384 26887 33554432000 4194304 4627427 140734189527328 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 78379 26887 388 106 0 73350 0
[pid=17243/tid=17244] ppid=17241 vsize=313516 CPUtime=102.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 32816 0 0 0 10222 7 0 0 25 0 4 0 518942039 321040384 26887 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=313516 CPUtime=102.29 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 33216 0 0 0 10222 7 0 0 25 0 4 0 518942039 321040384 26887 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=313516 CPUtime=101.76 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 34139 0 0 0 10169 7 0 0 25 0 4 0 518942039 321040384 26887 33554432000 4194304 4627427 140734189527328 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 313516

[startup+162.301 s]
/proc/loadavg: 8.04 8.01 7.92 9/184 17264
/proc/meminfo: memFree=17535236/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=310336 CPUtime=648.34 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 186043 0 0 0 64790 44 0 0 25 0 4 0 518942039 317784064 39574 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 77584 39574 388 106 0 72555 0
[pid=17243/tid=17244] ppid=17241 vsize=310336 CPUtime=162.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 46122 0 0 0 16218 11 0 0 25 0 4 0 518942039 317784064 39574 33554432000 4194304 4627427 140734189527328 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=310336 CPUtime=162.28 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 47904 0 0 0 16217 11 0 0 25 0 4 0 518942039 317784064 39574 33554432000 4194304 4627427 140734189527328 18446744073709551615 4420130 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=310336 CPUtime=161.44 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 47687 0 0 0 16133 11 0 0 25 0 4 0 518942039 317784064 39574 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.34
Current children cumulated vsize (KiB) 310336

[startup+222.301 s]
/proc/loadavg: 8.05 8.02 7.92 9/184 17266
/proc/meminfo: memFree=17481536/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=333368 CPUtime=888.02 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 221663 0 0 0 88745 57 0 0 25 0 4 0 518942039 341368832 41012 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 83342 41012 388 106 0 78313 0
[pid=17243/tid=17244] ppid=17241 vsize=333368 CPUtime=222.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 54716 0 0 0 22216 13 0 0 25 0 4 0 518942039 341368832 41012 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=333368 CPUtime=222.28 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 56818 0 0 0 22213 15 0 0 25 0 4 0 518942039 341368832 41012 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=333368 CPUtime=221.11 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 57708 0 0 0 22096 15 0 0 25 0 4 0 518942039 341368832 41012 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 888.02
Current children cumulated vsize (KiB) 333368

[startup+282.301 s]
/proc/loadavg: 8.02 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17423244/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=379516 CPUtime=1127.7 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 258261 0 0 0 112700 70 0 0 25 0 4 0 518942039 388624384 50518 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 94879 50518 389 106 0 89850 0
[pid=17243/tid=17244] ppid=17241 vsize=379516 CPUtime=282.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 65162 0 0 0 28213 16 0 0 25 0 4 0 518942039 388624384 50518 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=379516 CPUtime=282.29 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 65699 0 0 0 28210 19 0 0 25 0 4 0 518942039 388624384 50518 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=379516 CPUtime=280.79 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67866 0 0 0 28060 19 0 0 25 0 4 0 518942039 388624384 50518 33554432000 4194304 4627427 140734189527328 18446744073709551615 4310584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1127.7
Current children cumulated vsize (KiB) 379516

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

[startup+294.301 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17419884/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=379636 CPUtime=1175.63 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 263682 0 0 0 117491 72 0 0 25 0 4 0 518942039 388747264 49340 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 94909 49340 389 106 0 89880 0
[pid=17243/tid=17244] ppid=17241 vsize=379636 CPUtime=294.29 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 66056 0 0 0 29412 17 0 0 25 0 4 0 518942039 388747264 49340 33554432000 4194304 4627427 140734189527328 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=379636 CPUtime=294.29 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67410 0 0 0 29410 19 0 0 25 0 4 0 518942039 388747264 49340 33554432000 4194304 4627427 140734189527328 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=379636 CPUtime=292.73 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69621 0 0 0 29253 20 0 0 25 0 4 0 518942039 388747264 49340 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1175.63
Current children cumulated vsize (KiB) 379636

[startup+300.701 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17408104/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=379736 CPUtime=1201.2 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 266589 0 0 0 120046 74 0 0 25 0 4 0 518942039 388849664 48852 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 94934 48852 389 106 0 89905 0
[pid=17243/tid=17244] ppid=17241 vsize=379736 CPUtime=300.69 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 66056 0 0 0 30052 17 0 0 25 0 4 0 518942039 388849664 48852 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=379736 CPUtime=300.69 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 68546 0 0 0 30049 20 0 0 25 0 4 0 518942039 388849664 48852 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=379736 CPUtime=299.09 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 70925 0 0 0 29889 20 0 0 25 0 4 0 518942039 388849664 48852 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1201.2
Current children cumulated vsize (KiB) 379736

[startup+303.901 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17400288/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=445272 CPUtime=1213.97 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 268149 0 0 0 121323 74 0 0 25 0 4 0 518942039 455958528 50411 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 111318 50411 389 106 0 106289 0
[pid=17243/tid=17244] ppid=17241 vsize=445272 CPUtime=303.89 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 66144 0 0 0 30372 17 0 0 25 0 4 0 518942039 455958528 50411 33554432000 4194304 4627427 140734189527328 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=445272 CPUtime=303.89 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 68863 0 0 0 30369 20 0 0 25 0 4 0 518942039 455958528 50411 33554432000 4194304 4627427 140734189527328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=445272 CPUtime=302.27 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 71198 0 0 0 30207 20 0 0 25 0 4 0 518942039 455958528 50411 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1213.97
Current children cumulated vsize (KiB) 445272

[startup+307.101 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17406988/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=391376 CPUtime=1226.75 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 270777 0 0 0 122600 75 0 0 25 0 4 0 518942039 400769024 47975 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 97844 47975 389 106 0 92815 0
[pid=17243/tid=17244] ppid=17241 vsize=391376 CPUtime=307.1 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67175 0 0 0 30692 18 0 0 25 0 4 0 518942039 400769024 47975 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=391376 CPUtime=307.09 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69125 0 0 0 30689 20 0 0 25 0 4 0 518942039 400769024 47975 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=391376 CPUtime=305.45 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 72251 0 0 0 30524 21 0 0 25 0 4 0 518942039 400769024 47975 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1226.75
Current children cumulated vsize (KiB) 391376

[startup+307.9 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17407360/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=391376 CPUtime=1229.97 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 271098 0 0 0 122922 75 0 0 25 0 4 0 518942039 400769024 48268 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 97844 48268 389 106 0 92815 0
[pid=17243/tid=17244] ppid=17241 vsize=391376 CPUtime=307.9 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67255 0 0 0 30772 18 0 0 25 0 4 0 518942039 400769024 48268 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=391376 CPUtime=307.9 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69196 0 0 0 30770 20 0 0 25 0 4 0 518942039 400769024 48268 33554432000 4194304 4627427 140734189527328 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=391376 CPUtime=306.25 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 72361 0 0 0 30604 21 0 0 25 0 4 0 518942039 400769024 48268 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1229.97
Current children cumulated vsize (KiB) 391376

[startup+308.7 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17407360/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=391376 CPUtime=1233.15 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 271389 0 0 0 123239 76 0 0 25 0 4 0 518942039 400769024 48559 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 97844 48559 389 106 0 92815 0
[pid=17243/tid=17244] ppid=17241 vsize=391376 CPUtime=308.69 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67321 0 0 0 30851 18 0 0 25 0 4 0 518942039 400769024 48559 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=391376 CPUtime=308.69 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69266 0 0 0 30849 20 0 0 25 0 4 0 518942039 400769024 48559 33554432000 4194304 4627427 140734189527328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=391376 CPUtime=307.04 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 72456 0 0 0 30683 21 0 0 25 0 4 0 518942039 400769024 48559 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1233.15
Current children cumulated vsize (KiB) 391376

[startup+308.9 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17407360/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=391376 CPUtime=1233.95 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 271458 0 0 0 123319 76 0 0 25 0 4 0 518942039 400769024 48628 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 97844 48628 389 106 0 92815 0
[pid=17243/tid=17244] ppid=17241 vsize=391376 CPUtime=308.89 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67336 0 0 0 30871 18 0 0 25 0 4 0 518942039 400769024 48628 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=391376 CPUtime=308.89 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69283 0 0 0 30869 20 0 0 25 0 4 0 518942039 400769024 48628 33554432000 4194304 4627427 140734189527328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=391376 CPUtime=307.24 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 72479 0 0 0 30703 21 0 0 25 0 4 0 518942039 400769024 48628 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1233.95
Current children cumulated vsize (KiB) 391376

[startup+309 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17268
/proc/meminfo: memFree=17404260/32951124 swapFree=67111528/67111528
[pid=17243] ppid=17241 vsize=391376 CPUtime=1234.37 cores=1,3,5,7
/proc/17243/stat : 17243 (strangenight2-m) R 17241 17243 17121 0 -1 4202496 271493 0 0 0 123361 76 0 0 25 0 4 0 518942039 400769024 48663 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 97844 48663 389 106 0 92815 0
[pid=17243/tid=17244] ppid=17241 vsize=391376 CPUtime=309 cores=1,3,5,7
/proc/17243/task/17244/stat : 17244 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 67342 0 0 0 30882 18 0 0 25 0 4 0 518942039 400769024 48663 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17243/tid=17245] ppid=17241 vsize=391376 CPUtime=309 cores=1,3,5,7
/proc/17243/task/17245/stat : 17245 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 69294 0 0 0 30880 20 0 0 25 0 4 0 518942039 400769024 48663 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17243/tid=17246] ppid=17241 vsize=391376 CPUtime=307.34 cores=1,3,5,7
/proc/17243/task/17246/stat : 17246 (strangenight2-m) R 17241 17243 17121 0 -1 4202560 72489 0 0 0 30713 21 0 0 25 0 4 0 518942039 400769024 48663 33554432000 4194304 4627427 140734189527328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1234.37
Current children cumulated vsize (KiB) 391376

Child status: 10
Real time (s): 309.089
CPU time (s): 1234.68
CPU user time (s): 1233.91
CPU system time (s): 0.769882
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 456432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1233.91
system time used= 0.769882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271528
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= 193
involuntary context switches= 8683

runsolver used 0.52192 second user time and 1.13383 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 12:36:34
IDJOB=3173924
IDBENCH=82742
IDSOLVER=1586
FILE ID=node103/3173924-1304073394
RUNJOBID= node103-1304072190-17140
PBS_JOBID= 13170491
Free space on /tmp= 71520 MiB

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

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

MD5SUM BENCH= 3c71b3b41fde0929f53293966a8ce206
RANDOM SEED=488130792

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      17907696 kB
Buffers:       2147596 kB
Cached:       12249312 kB
SwapCached:          0 kB
Active:        5574584 kB
Inactive:      8886080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17907696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5496 kB
Writeback:          72 kB
AnonPages:       63092 kB
Mapped:          14536 kB
Slab:           519468 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184616 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= 71508 MiB
End job on node103 at 2011-04-29 12:41:43