Trace number 3173936

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-mtUNSAT 1384.66 349.978

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
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-3173936-1304073679.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	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
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      31 undec:       2 neg:      42
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4919        75      1597         0      4483      7985     76988   no data   no data
3.17/0.80	c  N st    10     11302        75      1597         0      4143      7985     58683   no data   no data
3.17/0.80	c  N st    11     17046        75      1597         0      9340      7985    148188   no data   no data
3.17/0.80	c  F st    12     25000        75      1597         0     11427      7985    176355   no data   no data
3.17/0.80	c  N st    12     25000        75      1597         0     11427      7985    176355   no data   no data
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30000        75      1597         0      9795      7985    144338   no data   no data
3.57/0.90	c  S st    18     30000        75      1597         0      9795      7985    144338   no data   no data
3.57/1.00	c  S st    18     30501        75      1597         0     10262      7985    152780   no data   no data
3.57/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/1.00	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.10	c lits-rem:       222  cl-subs:     2515  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     30501        75      1597         0      7747      7985    113552   no data   no data
5.57/1.41	c  N st    20     37611        75      1597         0      7127      7985     92568   no data   no data
6.37/1.65	c  N st    21     44011        75      1597         0     12861      7985    185514   no data   no data
6.77/1.74	c  S st    22     45751        75      1597         0     14457      7985    213478   no data   no data
6.77/1.78	c  S st    22     46259        75      1597         0     14931      7985    221944   no data   no data
6.77/1.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.77/1.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.77/1.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.77/1.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.77/1.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.77/1.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.77/1.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.77/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.14	c lits-rem:       352  cl-subs:     3073  v-elim:      0  v-fix:    0  time:  0.35 s
8.38/2.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.14	c vivif2 --  cl tried    11858 cl shrink        0 lits rem          0 time: 0.00
8.38/2.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.18	c calculated reachability. Time: 0.00
8.38/2.18	c  N st    22     46259        75      1597         0     11858      7985    174620   no data   no data
11.17/2.85	c  N st    23     60657        75      1597         0     16878      7985    237779   no data   no data
12.77/3.24	c  N st    24     69389        75      1597         0     15972      7985    222773   no data   no data
12.77/3.24	c  S st    24     69389        75      1597         0     15972      7985    222773   no data   no data
12.77/3.29	c  S st    24     69893        75      1597         0     16446      7985    231308   no data   no data
12.77/3.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.77/3.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.77/3.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.77/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.77/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.77/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.77/3.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.77/3.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.77/3.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.66	c lits-rem:       346  cl-subs:     3227  v-elim:      0  v-fix:    0  time:  0.36 s
14.36/3.66	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.36/3.67	c vivif2 --  cl tried    13219 cl shrink        0 lits rem          0 time: 0.00
14.76/3.71	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.76/3.71	c calculated reachability. Time: 0.00
14.76/3.71	c  N st    24     69893        75      1597         0     13219      7985    183977   no data   no data
18.35/4.65	c  F st    25     87500        75      1597         0     19220      7985    265954   no data   no data
18.35/4.65	c  N st    25     87500        75      1597         0     19220      7985    265954   no data   no data
19.55/4.99	c Decided on static restart strategy
20.35/5.14	c  N st    32     95539        75      1597         0     15841      7985    213645   no data   no data
22.74/5.74	c  N st    34    104839        75      1597         0     12569      7985    152972   no data   no data
22.74/5.74	c  S st    34    104839        75      1597         0     12569      7985    152972   no data   no data
22.74/5.77	c  S st    34    105341        75      1597         0     13037      7985    161097   no data   no data
22.74/5.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.74/5.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.74/5.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.74/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.74/5.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.74/5.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.74/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.14/5.86	c lits-rem:        83  cl-subs:     1161  v-elim:      0  v-fix:    0  time:  0.08 s
23.14/5.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.14/5.86	c vivif2 --  cl tried    11876 cl shrink        0 lits rem          0 time: 0.00
23.54/5.90	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.54/5.90	c calculated reachability. Time: 0.00
23.54/5.90	c  N st    34    105341        75      1597         0     11876      7985    144641   no data   no data
25.54/6.43	c  N st    35    114940        75      1597         0     20434      7985    279719   no data   no data
28.74/7.20	c  N st    36    129339        75      1597         0     20923      7985    287730   no data   no data
33.93/8.52	c  N st    37    150934        75      1597         0     26782      7985    371167   no data   no data
35.52/8.96	c  S st    38    158011        75      1597         0     18829      7985    232980   no data   no data
35.92/9.01	c  S st    38    158514        75      1597         0     19299      7985    241416   no data   no data
35.92/9.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.92/9.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
35.92/9.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.92/9.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.92/9.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.92/9.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.92/9.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.92/9.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.92/9.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.72/9.28	c lits-rem:       259  cl-subs:     2654  v-elim:      0  v-fix:    0  time:  0.25 s
36.72/9.28	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
36.72/9.28	c vivif2 --  cl tried    16645 cl shrink        0 lits rem          0 time: 0.00
37.12/9.34	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.12/9.34	c calculated reachability. Time: 0.00
37.12/9.34	c  N st    38    158514        75      1597         0     16645      7985    203527   no data   no data
50.30/12.66	c  N st    39    207103        75      1597         0     28894      7985    370538   no data   no data
60.30/15.11	c  N st    40    237771        75      1597         0     21502      7985    248081   no data   no data
60.30/15.11	c  S st    40    237771        75      1597         0     21502      7985    248081   no data   no data
60.30/15.16	c  S st    40    238273        75      1597         0     21971      7985    256742   no data   no data
60.30/15.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.30/15.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
60.30/15.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.30/15.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.30/15.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.30/15.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
60.30/15.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.30/15.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
60.30/15.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.51/15.45	c lits-rem:       222  cl-subs:     2854  v-elim:      0  v-fix:    0  time:  0.28 s
61.51/15.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
61.51/15.46	c vivif2 --  cl tried    19117 cl shrink        0 lits rem          0 time: 0.00
61.89/15.53	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
61.89/15.53	c calculated reachability. Time: 0.00
61.89/15.53	c  N st    40    238273        75      1597         0     19117      7985    220638   no data   no data
84.66/21.26	c  F st    41    306252        75      1597         0     21130      7985    226538   no data   no data
84.66/21.26	c  N st    41    306252        75      1597         0     21130      7985    226538   no data   no data
86.26/21.63	c Decided on static restart strategy
94.64/23.76	c  N st    51    334555        75      1597         0     25043      7985    281432   no data   no data
103.44/25.97	c  N st    53    357409        75      1597         0     23110      7985    243861   no data   no data
103.44/25.97	c  S st    53    357409        75      1597         0     23110      7985    243861   no data   no data
103.84/26.03	c  S st    53    357912        75      1597         0     23579      7985    252291   no data   no data
103.84/26.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.84/26.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
103.84/26.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.84/26.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.84/26.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.84/26.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
103.84/26.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.84/26.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
103.84/26.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.24/26.20	c lits-rem:       101  cl-subs:     1439  v-elim:      0  v-fix:    0  time:  0.15 s
104.64/26.20	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
104.64/26.20	c vivif2 --  cl tried    22140 cl shrink        0 lits rem          0 time: 0.00
104.64/26.27	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
104.64/26.28	c calculated reachability. Time: 0.00
104.64/26.28	c  N st    53    357912        75      1597         0     22140      7985    234459   no data   no data
115.02/28.85	c  N st    54    390306        75      1597         0     27937      7985    317249   no data   no data
135.79/34.03	c  N st    55    438894        75      1597         0     47171      7985    608464   no data   no data
165.34/41.45	c  N st    56    511776        75      1597         0     34546      7985    398251   no data   no data
176.93/44.36	c  N st    57    536871        75      1597         0     29324      7985    310063   no data   no data
176.93/44.36	c  S st    57    536871        75      1597         0     29324      7985    310063   no data   no data
177.33/44.43	c  S st    57    537375        75      1597         0     29807      7985    319103   no data   no data
177.33/44.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.33/44.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
177.33/44.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.33/44.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.33/44.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.33/44.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
177.33/44.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.33/44.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
177.33/44.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.13/44.66	c lits-rem:       188  cl-subs:     1417  v-elim:      0  v-fix:    0  time:  0.21 s
178.13/44.66	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
178.13/44.67	c vivif2 --  cl tried    28390 cl shrink        0 lits rem          0 time: 0.00
178.52/44.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
178.52/44.77	c calculated reachability. Time: 0.00
178.52/44.77	c  N st    57    537375        75      1597         0     28390      7985    301010   no data   no data
250.45/62.73	c  N st    58    701359        75      1597         0     54697      7985    665223   no data   no data
300.76/75.35	c  N st    59    806064        75      1597         0     49516      7985    585961   no data   no data
300.76/75.35	c  S st    59    806064        75      1597         0     49516      7985    585961   no data   no data
301.16/75.48	c  S st    59    806567        75      1597         0     49987      7985    594683   no data   no data
301.16/75.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
301.16/75.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
301.16/75.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.16/75.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.16/75.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.16/75.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
301.16/75.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
301.56/75.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
301.56/75.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.15/77.44	c lits-rem:       787  cl-subs:     8041  v-elim:      0  v-fix:    0  time:  1.92 s
309.15/77.44	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
309.15/77.44	c vivif2 --  cl tried    41946 cl shrink        0 lits rem          0 time: 0.01
309.95/77.61	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
309.95/77.61	c calculated reachability. Time: 0.00
309.95/77.61	c  N st    59    806567        75      1597         0     41946      7985    488036   no data   no data
446.56/111.83	c  F st    60   1071875        75      1597         0     56695      7985    648021   no data   no data
446.56/111.83	c  N st    60   1071875        75      1597         0     56695      7985    648021   no data   no data
450.16/112.71	c Decided on static restart strategy
466.93/116.95	c  N st    70   1100182        75      1597         0     42062      7985    428808   no data   no data
485.31/121.58	c  N st    72   1136175        75      1597         0     73998      7985    941748   no data   no data
503.68/126.18	c  N st    73   1168570        75      1597         0     62068      7985    748343   no data   no data
530.45/132.83	c  N st    74   1209853        75      1597         0     57036      7985    660208   no data   no data
530.45/132.83	c  S st    74   1209853        75      1597         0     57036      7985    660208   no data   no data
531.26/133.03	c  S st    74   1210358        75      1597         0     57508      7985    668812   no data   no data
531.26/133.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
531.26/133.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
531.26/133.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
531.26/133.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.26/133.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.26/133.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
531.26/133.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
531.26/133.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
531.26/133.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
540.04/135.26	c lits-rem:      1088  cl-subs:     7528  v-elim:      0  v-fix:    0  time:  2.17 s
540.04/135.26	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
540.04/135.27	c vivif2 --  cl tried    49980 cl shrink        0 lits rem          0 time: 0.01
540.83/135.50	c asymm  cl-useful: 0/1596/1597 lits-rem:0 time: 0.22
541.23/135.50	c calculated reachability. Time: 0.00
541.23/135.50	c  N st    74   1210358        75      1597         0     49980      7985    565773   no data   no data
586.78/146.93	c  N st    75   1283244        75      1597         0     72408      7985    895775   no data   no data
656.67/164.43	c  N st    76   1392568        75      1597         0     81706      7985    997755   no data   no data
758.94/190.06	c  N st    77   1556552        75      1597         1     88260      7985   1046078   no data   no data
857.20/214.64	c  N st    78   1710358        75      1597         1     78988      7985    918370   no data   no data
857.20/214.64	c  S st    78   1710358        75      1597         1     78988      7985    918370   no data   no data
858.40/214.91	c  S st    78   1710863        75      1597         1     79467      7985    926896   no data   no data
858.40/214.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
858.40/214.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
858.40/214.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
858.40/214.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
858.40/214.96	c subs with bin:        2  lits-rem:         5  v-fix:    0  time:  0.00 s
858.40/214.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
858.40/214.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
858.40/214.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
859.60/215.29	c subs with bin:      838  lits-rem:      1590  v-fix:    0  time:  0.29 s
887.58/222.24	c lits-rem:      3153  cl-subs:    16528  v-elim:      0  v-fix:    0  time:  6.94 s
887.58/222.24	c vivif2 --  cl tried     1595 cl shrink        0 lits rem          0 time: 0.00
887.58/222.25	c vivif2 --  cl tried    62101 cl shrink        0 lits rem          0 time: 0.01
888.75/222.59	c asymm  cl-useful: 0/1219/1595 lits-rem:0 time: 0.34
888.75/222.60	c calculated reachability. Time: 0.00
888.75/222.60	c  N st    78   1710863        75      1595         1     62101      7971    707860   no data   no data
1156.40/289.59	c  N st    79   2079828        75      1595         2     74579      7971    820638   no data   no data
1156.40/289.59	c Finding binary XORs  T:     0.00 s  found:       0
1257.85/314.99	c  N st    80   2210866        75      1595         4     78599      7971    869630   no data   no data
1257.85/314.99	c  S st    80   2210866        75      1595         4     78599      7971    869630   no data   no data
1257.85/315.00	c Finding binary XORs  T:     0.00 s  found:       0
1259.05/315.29	c  S st    80   2211370        75      1595         8     79073      7971    877551   no data   no data
1259.05/315.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1259.45/315.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1259.45/315.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1259.45/315.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1259.45/315.33	c subs with bin:       13  lits-rem:        22  v-fix:    0  time:  0.00 s
1259.45/315.33	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:     75 time:  0.00 s
1259.45/315.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1259.45/315.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1265.47/316.84	c subs with bin:     5401  lits-rem:      8746  v-fix:    0  time:  1.47 s
1280.62/320.61	c lits-rem:      2482  cl-subs:    11980  v-elim:      0  v-fix:    0  time:  3.76 s
1280.62/320.61	c vivif2 --  cl tried     1582 cl shrink        0 lits rem          0 time: 0.00
1280.62/320.62	c vivif2 --  cl tried    61692 cl shrink        0 lits rem          0 time: 0.01
1281.42/320.87	c asymm  cl-useful: 0/1144/1582 lits-rem:0 time: 0.25
1281.42/320.87	c calculated reachability. Time: 0.00
1281.42/320.87	c  N st    80   2211370        75      1582         9     61692      7898    653804   no data   no data
1367.30/342.39	c Finding binary XORs  T:     0.00 s  found:       1
1367.70/342.47	c Replacing        1 vars Replaced    17306 lits Time:     0.08 s 
1370.51/343.20	c  E st    81   2317584        58       829        31     11063      3680     80016   no data   no data
1384.51/349.96	c Following stats are for *FIRST FINISHED THREAD ONLY*
1384.51/349.96	c num threads              : 4          
1384.51/349.96	c restarts                 : 81         
1384.51/349.96	c dynamic restarts         : 0          
1384.51/349.96	c static restarts          : 81         
1384.51/349.96	c full restarts            : 4          
1384.51/349.96	c total simplify time      : 0.66       
1384.51/349.96	c learnts DL2              : 0          
1384.51/349.96	c learnts size 2           : 76         
1384.51/349.96	c learnts size 1           : 35          (46.67     % of vars)
1384.51/349.96	c filedLit time            : 0.14        (0.04      % time)
1384.51/349.96	c v-elim SatELite          : 0           (0.00      % vars)
1384.51/349.96	c SatELite time            : 16.59       (4.74      % time)
1384.51/349.96	c v-elim xor               : 0           (0.00      % vars)
1384.51/349.96	c xor elim time            : 0.02        (0.01      % time)
1384.51/349.96	c num binary xor trees     : 1          
1384.51/349.96	c binxor trees' crown      : 1           (1.00      leafs/tree)
1384.51/349.96	c bin xor find time        : 0.00       
1384.51/349.96	c OTF clause improved      : 263895      (0.11      clauses/conflict)
1384.51/349.96	c OTF impr. size diff      : 270416      (1.02       lits/clause)
1384.51/349.96	c OTF cl watch-shrink      : 113847      (0.05      clauses/conflict)
1384.51/349.96	c OTF cl watch-sh-lit      : 127105      (1.12       lits/clause)
1384.51/349.96	c tried to recurMin cls    : 103371      (4.46       % of conflicts)
1384.51/349.96	c updated cache            : 955         (0.01       lits/tried recurMin)
1384.51/349.96	c unit cls recevied        : 2           (5.71      % of units)
1384.51/349.96	c unit cls sent            : 1           (2.86      % of units)
1384.51/349.96	c bin cls recevied         : 18         
1384.51/349.96	c bin cls sent             : 16         
1384.51/349.96	c clauses over max glue    : 0           (0.00      % of all clauses)
1384.51/349.96	c conflicts                : 2317584     (6626.82   / sec)
1384.51/349.96	c decisions                : 2527311     (0.27      % random)
1384.51/349.96	c bogo-props               : 64574088249 (184640975.51 / sec)
1384.51/349.96	c conflict literals        : 34942029    (24.67     % deleted)
1384.51/349.96	c Memory used              : 365.79      MB
1384.51/349.96	c single-thread CPU time   : 349.73      s
1384.51/349.96	c all-threads sum CPU time : 1383.86     s
1384.51/349.96	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3173936-1304073679/watcher-3173936-1304073679 -o /tmp/evaluation-result-3173936-1304073679/solver-3173936-1304073679 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173936-1304073679.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.42 7.96 7.93 3/176 591
/proc/meminfo: memFree=27779108/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 3 0 518965591 41951232 346 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905787377 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/591/statm: 12803 347 299 106 0 7774 0
[pid=591/tid=592] ppid=589 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518965591 52441088 347 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968985010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518965591 52441088 347 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968985008 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518965591 52441088 347 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.013837 s]
/proc/loadavg: 7.42 7.96 7.93 3/176 591
/proc/meminfo: memFree=27779108/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=281724 CPUtime=0.03 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 779 0 0 0 3 0 0 0 18 0 4 0 518965591 288485376 682 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905392161 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 70431 682 369 106 0 65402 0
[pid=591/tid=592] ppid=589 vsize=281724 CPUtime=0.01 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) D 589 591 32444 0 -1 4202560 93 0 0 0 1 0 0 0 18 0 4 0 518965591 288485376 682 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905774263 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=281724 CPUtime=0 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) D 589 591 32444 0 -1 4202560 88 0 0 0 0 0 0 0 18 0 4 0 518965591 288485376 682 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905391813 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=281724 CPUtime=0 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 95 0 0 0 0 0 0 0 25 0 4 0 518965591 288485376 682 33554432000 4194304 4627427 140733893824704 18446744073709551615 218905392161 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 281724

[startup+0.156517 s]
/proc/loadavg: 7.42 7.96 7.93 3/176 591
/proc/meminfo: memFree=27779108/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=283276 CPUtime=0.6 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 1981 0 0 0 60 0 0 0 18 0 4 0 518965591 290074624 1468 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 70819 1468 384 106 0 65790 0
[pid=591/tid=592] ppid=589 vsize=283276 CPUtime=0.15 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 406 0 0 0 15 0 0 0 18 0 4 0 518965591 290074624 1469 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=283276 CPUtime=0.15 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 413 0 0 0 15 0 0 0 18 0 4 0 518965591 290074624 1469 33554432000 4194304 4627427 140733893824704 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=283276 CPUtime=0.14 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 347 0 0 0 14 0 0 0 25 0 4 0 518965591 290074624 1469 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283276

[startup+0.300492 s]
/proc/loadavg: 7.42 7.96 7.93 3/176 591
/proc/meminfo: memFree=27779108/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=283908 CPUtime=1.18 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 2841 0 0 0 118 0 0 0 18 0 4 0 518965591 290721792 1700 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 70977 1700 384 106 0 65948 0
[pid=591/tid=592] ppid=589 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 621 0 0 0 29 0 0 0 18 0 4 0 518965591 290721792 1700 33554432000 4194304 4627427 140733893824704 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 626 0 0 0 29 0 0 0 18 0 4 0 518965591 290721792 1701 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 518965591 290721792 1701 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309312 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) 283908

[startup+0.700419 s]
/proc/loadavg: 7.42 7.96 7.93 3/176 591
/proc/meminfo: memFree=27779108/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=284660 CPUtime=2.78 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 4429 0 0 0 278 0 0 0 18 0 4 0 518965591 291491840 2485 33554432000 4194304 4627427 140733893824704 18446744073709551615 4321694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 71165 2485 385 106 0 66136 0
[pid=591/tid=592] ppid=589 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 1052 0 0 0 69 0 0 0 18 0 4 0 518965591 291491840 2485 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 1022 0 0 0 69 0 0 0 18 0 4 0 518965591 291491840 2485 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=284660 CPUtime=0.69 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 937 0 0 0 69 0 0 0 25 0 4 0 518965591 291491840 2485 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284660

[startup+1.50028 s]
/proc/loadavg: 7.42 7.96 7.93 11/184 609
/proc/meminfo: memFree=27755196/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=292024 CPUtime=5.97 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 10371 0 0 0 596 1 0 0 20 0 4 0 518965591 299032576 6187 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 73006 6187 388 106 0 67977 0
[pid=591/tid=592] ppid=589 vsize=292024 CPUtime=1.49 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 2547 0 0 0 149 0 0 0 19 0 4 0 518965591 299032576 6187 33554432000 4194304 4627427 140733893824704 18446744073709551615 4308117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=292024 CPUtime=1.49 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 3209 0 0 0 149 0 0 0 19 0 4 0 518965591 299032576 6187 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=292024 CPUtime=1.48 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 1592 0 0 0 148 0 0 0 25 0 4 0 518965591 299032576 6188 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 292024

[startup+3.10099 s]
/proc/loadavg: 7.42 7.96 7.93 10/184 609
/proc/meminfo: memFree=27724692/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=292492 CPUtime=12.36 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 16681 0 0 0 1234 2 0 0 25 0 4 0 518965591 299511808 9007 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 73123 9007 388 106 0 68094 0
[pid=591/tid=592] ppid=589 vsize=292492 CPUtime=3.09 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 4367 0 0 0 309 0 0 0 25 0 4 0 518965591 299511808 9007 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=292492 CPUtime=3.09 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 3976 0 0 0 309 0 0 0 25 0 4 0 518965591 299511808 9007 33554432000 4194304 4627427 140733893824704 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=292492 CPUtime=3.07 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 3967 0 0 0 306 1 0 0 25 0 4 0 518965591 299511808 9007 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309206 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) 292492

[startup+6.30041 s]
/proc/loadavg: 7.47 7.96 7.93 10/184 609
/proc/meminfo: memFree=27687864/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=286376 CPUtime=25.14 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 24957 0 0 0 2511 3 0 0 25 0 4 0 518965591 293249024 11904 33554432000 4194304 4627427 140733893824704 18446744073709551615 4333416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 71594 11904 388 106 0 66565 0
[pid=591/tid=592] ppid=589 vsize=286376 CPUtime=6.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 6028 0 0 0 629 0 0 0 25 0 4 0 518965591 293249024 11904 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=286376 CPUtime=6.28 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 6079 0 0 0 628 0 0 0 25 0 4 0 518965591 293249024 11904 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=286376 CPUtime=6.25 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 6613 0 0 0 624 1 0 0 25 0 4 0 518965591 293249024 11904 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420272 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) 286376

[startup+12.7002 s]
/proc/loadavg: 7.51 7.96 7.93 10/184 609
/proc/meminfo: memFree=27637784/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=299684 CPUtime=50.7 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 37332 0 0 0 5064 6 0 0 25 0 4 0 518965591 306876416 13194 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 74921 13194 388 106 0 69892 0
[pid=591/tid=592] ppid=589 vsize=299684 CPUtime=12.69 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 9460 0 0 0 1268 1 0 0 25 0 4 0 518965591 306876416 13194 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=299684 CPUtime=12.68 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 9241 0 0 0 1267 1 0 0 25 0 4 0 518965591 306876416 13194 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=299684 CPUtime=12.62 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 9447 0 0 0 1260 2 0 0 25 0 4 0 518965591 306876416 13194 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299684

[startup+25.5009 s]
/proc/loadavg: 7.62 7.96 7.93 10/184 610
/proc/meminfo: memFree=27571052/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=291640 CPUtime=101.83 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 58379 0 0 0 10173 10 0 0 25 0 4 0 518965591 298639360 18340 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 72910 18340 388 106 0 67881 0
[pid=591/tid=592] ppid=589 vsize=291640 CPUtime=25.49 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 14751 0 0 0 2547 2 0 0 25 0 4 0 518965591 298639360 18340 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=291640 CPUtime=25.48 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 14026 0 0 0 2547 1 0 0 25 0 4 0 518965591 298639360 18340 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=291640 CPUtime=25.35 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 15539 0 0 0 2532 3 0 0 25 0 4 0 518965591 298639360 18340 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 291640

[startup+51.1003 s]
/proc/loadavg: 7.82 7.98 7.94 10/184 610
/proc/meminfo: memFree=27538272/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=305624 CPUtime=204.09 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 89200 0 0 0 20391 18 0 0 25 0 4 0 518965591 312958976 21322 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309138 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 76406 21322 388 106 0 71377 0
[pid=591/tid=592] ppid=589 vsize=305624 CPUtime=51.09 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 23252 0 0 0 5105 4 0 0 25 0 4 0 518965591 312958976 21322 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=305624 CPUtime=51.08 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 21479 0 0 0 5106 2 0 0 25 0 4 0 518965591 312958976 21322 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=305624 CPUtime=50.81 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 22520 0 0 0 5076 5 0 0 25 0 4 0 518965591 312958976 21322 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 305624

[startup+102.307 s]
/proc/loadavg: 8.00 8.00 7.94 10/184 612
/proc/meminfo: memFree=27499688/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=314400 CPUtime=408.63 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 139873 0 0 0 40834 29 0 0 25 0 4 0 518965591 321945600 27638 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 78600 27638 388 106 0 73571 0
[pid=591/tid=592] ppid=589 vsize=314400 CPUtime=102.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 36186 0 0 0 10222 7 0 0 25 0 4 0 518965591 321945600 27638 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=314400 CPUtime=102.28 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 34167 0 0 0 10223 5 0 0 25 0 4 0 518965591 321945600 27638 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=314400 CPUtime=101.74 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 34063 0 0 0 10166 8 0 0 25 0 4 0 518965591 321945600 27638 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 314400

[startup+162.301 s]
/proc/loadavg: 8.07 8.02 7.95 10/184 613
/proc/meminfo: memFree=27412236/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=321020 CPUtime=648.29 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 190798 0 0 0 64786 43 0 0 25 0 4 0 518965591 328724480 38226 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 80255 38226 389 106 0 75226 0
[pid=591/tid=592] ppid=589 vsize=321020 CPUtime=162.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 49403 0 0 0 16218 11 0 0 25 0 4 0 518965591 328724480 38226 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=321020 CPUtime=162.29 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 47692 0 0 0 16221 8 0 0 25 0 4 0 518965591 328724480 38226 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=321020 CPUtime=161.41 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 45685 0 0 0 16131 10 0 0 25 0 4 0 518965591 328724480 38226 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 321020

[startup+222.3 s]
/proc/loadavg: 8.09 8.03 7.95 10/184 615
/proc/meminfo: memFree=27369304/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=333248 CPUtime=887.95 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 233330 0 0 0 88739 56 0 0 25 0 4 0 518965591 341245952 44127 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 83312 44127 389 106 0 78283 0
[pid=591/tid=592] ppid=589 vsize=333248 CPUtime=222.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 60978 0 0 0 22215 14 0 0 25 0 4 0 518965591 341245952 44127 33554432000 4194304 4627427 140733893824704 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=333248 CPUtime=222.29 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 57816 0 0 0 22216 13 0 0 25 0 4 0 518965591 341245952 44127 33554432000 4194304 4627427 140733893824704 18446744073709551615 4329598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=333248 CPUtime=221.08 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 54546 0 0 0 22095 13 0 0 25 0 4 0 518965591 341245952 44127 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.95
Current children cumulated vsize (KiB) 333248

[startup+282.3 s]
/proc/loadavg: 8.09 8.04 7.96 10/184 617
/proc/meminfo: memFree=27330840/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=388512 CPUtime=1127.63 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 268265 0 0 0 112696 67 0 0 25 0 4 0 518965591 397836288 46821 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 97128 46821 389 106 0 92099 0
[pid=591/tid=592] ppid=589 vsize=388512 CPUtime=282.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 69709 0 0 0 28212 17 0 0 25 0 4 0 518965591 397836288 46821 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=388512 CPUtime=282.28 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 66143 0 0 0 28213 15 0 0 25 0 4 0 518965591 397836288 46821 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=388512 CPUtime=280.76 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 63634 0 0 0 28061 15 0 0 25 0 4 0 518965591 397836288 46821 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1127.63
Current children cumulated vsize (KiB) 388512

[startup+342.301 s]
/proc/loadavg: 8.09 8.04 7.96 10/184 618
/proc/meminfo: memFree=27276864/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=372996 CPUtime=1367.3 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 297417 0 0 0 136653 77 0 0 25 0 4 0 518965591 381947904 50699 33554432000 4194304 4627427 140733893824704 18446744073709551615 4324205 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93249 50699 392 106 0 88220 0
[pid=591/tid=592] ppid=589 vsize=372996 CPUtime=342.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) R 589 591 32444 0 -1 4202560 78017 0 0 0 34210 19 0 0 25 0 4 0 518965591 381947904 50699 33554432000 4194304 4627427 140733893824704 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=372996 CPUtime=342.29 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75010 0 0 0 34210 19 0 0 25 0 4 0 518965591 381947904 50699 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=372996 CPUtime=340.44 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) R 589 591 32444 0 -1 4202560 67241 0 0 0 34027 17 0 0 25 0 4 0 518965591 381947904 50699 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1367.3
Current children cumulated vsize (KiB) 372996

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

[startup+345.501 s]
/proc/loadavg: 8.08 8.04 7.96 8/184 618
/proc/meminfo: memFree=27274876/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=372996 CPUtime=1375.7 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 297537 0 0 0 137493 77 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968960032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93249 50819 392 106 0 88220 0
[pid=591/tid=592] ppid=589 vsize=372996 CPUtime=343.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) S 589 591 32444 0 -1 4202560 78053 0 0 0 34310 19 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=372996 CPUtime=345.49 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75010 0 0 0 34530 19 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=372996 CPUtime=341.43 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) S 589 591 32444 0 -1 4202560 67283 0 0 0 34126 17 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1375.7
Current children cumulated vsize (KiB) 372996

[startup+347.101 s]
/proc/loadavg: 8.08 8.04 7.96 8/184 618
/proc/meminfo: memFree=27274504/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=372996 CPUtime=1378.9 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 297537 0 0 0 137813 77 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968960196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93249 50819 392 106 0 88220 0
[pid=591/tid=592] ppid=589 vsize=372996 CPUtime=343.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) S 589 591 32444 0 -1 4202560 78053 0 0 0 34310 19 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=372996 CPUtime=347.09 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75010 0 0 0 34690 19 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=372996 CPUtime=341.43 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) S 589 591 32444 0 -1 4202560 67283 0 0 0 34126 17 0 0 25 0 4 0 518965591 381947904 50819 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1378.9
Current children cumulated vsize (KiB) 372996

[startup+348.706 s]
/proc/loadavg: 7.92 8.01 7.95 8/184 618
/proc/meminfo: memFree=27272024/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=374564 CPUtime=1382.12 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 297934 0 0 0 138134 78 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968960043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93641 51216 392 106 0 88612 0
[pid=591/tid=592] ppid=589 vsize=374564 CPUtime=343.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) S 589 591 32444 0 -1 4202560 78053 0 0 0 34310 19 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=374564 CPUtime=348.69 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75407 0 0 0 34850 19 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=374564 CPUtime=341.43 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) S 589 591 32444 0 -1 4202560 67283 0 0 0 34126 17 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1382.12
Current children cumulated vsize (KiB) 374564

[startup+349.5 s]
/proc/loadavg: 7.92 8.01 7.95 8/184 618
/proc/meminfo: memFree=27272024/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=374564 CPUtime=1383.71 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 297934 0 0 0 138293 78 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968960043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93641 51216 392 106 0 88612 0
[pid=591/tid=592] ppid=589 vsize=374564 CPUtime=343.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) S 589 591 32444 0 -1 4202560 78053 0 0 0 34310 19 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=374564 CPUtime=349.48 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75407 0 0 0 34929 19 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 4427146 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=374564 CPUtime=341.43 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) S 589 591 32444 0 -1 4202560 67283 0 0 0 34126 17 0 0 25 0 4 0 518965591 383553536 51216 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1383.71
Current children cumulated vsize (KiB) 374564

[startup+349.901 s]
/proc/loadavg: 7.92 8.01 7.95 8/184 618
/proc/meminfo: memFree=27271776/32951124 swapFree=67111356/67111528
[pid=591] ppid=589 vsize=374564 CPUtime=1384.51 cores=0,2,4,6
/proc/591/stat : 591 (strangenight2-m) R 589 591 32444 0 -1 4202496 298054 0 0 0 138373 78 0 0 25 0 4 0 518965591 383553536 51336 33554432000 4194304 4627427 140733893824704 18446744073709551615 4219962 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/591/statm: 93641 51336 392 106 0 88612 0
[pid=591/tid=592] ppid=589 vsize=374564 CPUtime=343.29 cores=0,2,4,6
/proc/591/task/592/stat : 592 (strangenight2-m) S 589 591 32444 0 -1 4202560 78053 0 0 0 34310 19 0 0 25 0 4 0 518965591 383553536 51336 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 4 0 0 0
[pid=591/tid=593] ppid=589 vsize=374564 CPUtime=349.88 cores=0,2,4,6
/proc/591/task/593/stat : 593 (strangenight2-m) R 589 591 32444 0 -1 4202560 75527 0 0 0 34969 19 0 0 25 0 4 0 518965591 383553536 51336 33554432000 4194304 4627427 140733893824704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=591/tid=607] ppid=589 vsize=374564 CPUtime=341.43 cores=0,2,4,6
/proc/591/task/607/stat : 607 (strangenight2-m) S 589 591 32444 0 -1 4202560 67283 0 0 0 34126 17 0 0 25 0 4 0 518965591 383553536 51336 33554432000 4194304 4627427 140733893824704 18446744073709551615 47779968984628 0 0 4096 2 18446604453891496064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1384.51
Current children cumulated vsize (KiB) 374564

Child status: 20
Real time (s): 349.978
CPU time (s): 1384.66
CPU user time (s): 1383.86
CPU system time (s): 0.791879
CPU usage (%): 395.641
Max. virtual memory (cumulated for all children) (KiB): 400332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1383.86
system time used= 0.791879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298057
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= 221
involuntary context switches= 7208

runsolver used 0.552915 second user time and 1.36179 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 12:41:19
IDJOB=3173936
IDBENCH=82754
IDSOLVER=1586
FILE ID=node137/3173936-1304073679
RUNJOBID= node137-1304072475-478
PBS_JOBID= 13170471
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=2042008745

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27779280 kB
Buffers:        906128 kB
Cached:        3736312 kB
SwapCached:         56 kB
Active:         312972 kB
Inactive:      4393120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27779280 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:       63252 kB
Mapped:          14680 kB
Slab:           401248 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190104 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= 71608 MiB
End job on node137 at 2011-04-29 12:47:09