Trace number 3175163

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-1-mtUNSAT 1477.61 371.726

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
MD5SUMdb50771b4b9edf83822bd931af1fc1d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.40603
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175163-1304094058.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.02
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.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:      31 undec:       6 neg:      38
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
1.98/0.54	c  N st     8      4917        75      1597         0      4465      7985     76371   no data   no data  --
1.98/0.54	c  N st    10     11302        75      1597         0      4111      7985     57534   no data   no data  --
1.98/0.54	c  N st    11     17047        75      1597         0      9301      7985    143225   no data   no data  --
3.18/0.81	c  F st    12     25003        75      1597         0     11398      7985    178732   no data   no data  --
3.18/0.81	c  N st    12     25003        75      1597         0     11398      7985    178732   no data   no data  --
3.99/1.01	c Decided on static restart strategy
3.99/1.01	c  N st    18     30000        75      1597         0      9764      7985    142731   no data   no data  --
3.99/1.01	c  S st    18     30000        75      1597         0      9764      7985    142731   no data   no data  --
3.99/1.01	c  S st    18     30501        75      1597         0     10241      7985    151120   no data   no data  --
3.99/1.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.99/1.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.99/1.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.21	c lits-rem:      1463  cl-subs:     2661  v-elim:      0  v-fix:    0  time:  0.83 s
4.77/1.21	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.11
4.77/1.21	c calculated reachability. Time: 0.00
4.77/1.21	c  N st    18     30501        75      1597         0      7580      7985    108481   no data   no data  --
5.98/1.51	c  N st    20     37613        75      1597         0     14057      7985    216700   no data   no data  --
6.77/1.77	c  N st    21     44014        75      1597         0     12769      7985    186492   no data   no data  --
7.17/1.87	c  S st    22     45751        75      1597         0     14335      7985    212345   no data   no data  --
7.57/1.91	c  S st    22     46257        75      1597         0     14810      7985    220933   no data   no data  --
7.57/1.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.57/1.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.57/1.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.57/1.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.57/1.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.57/2.90	c lits-rem:      2182  cl-subs:     2732  v-elim:      0  v-fix:    0  time:  3.93 s
11.57/2.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.57/2.90	c vivif2 --  cl tried    12078 cl shrink        0 lits rem          0 time: 0.00
11.57/2.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
11.57/2.95	c calculated reachability. Time: 0.00
11.57/2.95	c  N st    22     46257        75      1597         0     12078      7985    176324   no data   no data  --
13.96/3.58	c  N st    23     60655        75      1597         0     17155      7985    249094   no data   no data  --
15.96/4.00	c  N st    24     69385        75      1597         0     16059      7985    226289   no data   no data  --
15.96/4.00	c  S st    24     69385        75      1597         0     16059      7985    226289   no data   no data  --
15.96/4.05	c  S st    24     69889        75      1597         0     16529      7985    234740   no data   no data  --
15.96/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.96/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.96/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.36/5.12	c lits-rem:      2302  cl-subs:     2878  v-elim:      0  v-fix:    0  time:  4.22 s
20.36/5.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
20.36/5.12	c vivif2 --  cl tried    13651 cl shrink        0 lits rem          0 time: 0.01
20.36/5.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
20.36/5.17	c calculated reachability. Time: 0.00
20.36/5.17	c  N st    24     69889        75      1597         0     13651      7985    189118   no data   no data  --
23.95/6.07	c  F st    25     87500        75      1597         0     19704      7985    279532   no data   no data  --
23.95/6.07	c  N st    25     87500        75      1597         0     19704      7985    279532   no data   no data  --
25.15/6.37	c Decided on static restart strategy
25.97/6.51	c  N st    32     95538        75      1597         0     16282      7985    221765   no data   no data  --
27.94/7.05	c  N st    34    104833        75      1597         0     13029      7985    159954   no data   no data  --
27.94/7.05	c  S st    34    104833        75      1597         0     13029      7985    159954   no data   no data  --
27.94/7.09	c  S st    34    105335        75      1597         0     13495      7985    168492   no data   no data  --
27.94/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.94/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.34/7.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.34/7.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.77/7.74	c lits-rem:       707  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  2.56 s
30.77/7.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.77/7.74	c vivif2 --  cl tried    12130 cl shrink        0 lits rem          0 time: 0.01
30.77/7.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
30.77/7.79	c calculated reachability. Time: 0.00
30.77/7.79	c  N st    34    105335        75      1597         0     12130      7985    148003   no data   no data  --
33.14/8.34	c  N st    35    114935        75      1597         0     20719      7985    285532   no data   no data  --
36.34/9.12	c  N st    36    129334        75      1597         0     21113      7985    279270   no data   no data  --
41.13/10.38	c  N st    37    150931        75      1597         0     27065      7985    376595   no data   no data  --
43.13/10.84	c  S st    38    158004        75      1597         0     19138      7985    238213   no data   no data  --
43.13/10.88	c  S st    38    158509        75      1597         0     19611      7985    246850   no data   no data  --
43.13/10.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.13/10.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.13/10.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.13/10.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.13/10.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.13/10.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.13/10.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.52/11.90	c lits-rem:      2142  cl-subs:     2570  v-elim:      0  v-fix:    0  time:  4.01 s
47.52/11.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.52/11.90	c vivif2 --  cl tried    17041 cl shrink        0 lits rem          0 time: 0.01
47.52/11.97	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
47.52/11.97	c calculated reachability. Time: 0.00
47.52/11.97	c  N st    38    158509        75      1597         0     17041      7985    209106   no data   no data  --
60.32/15.16	c  N st    39    207097        75      1597         0     29202      7985    380247   no data   no data  --
70.32/17.65	c  N st    40    237766        75      1597         0     21972      7985    260978   no data   no data  --
70.32/17.65	c  S st    40    237766        75      1597         0     21972      7985    260978   no data   no data  --
70.70/17.70	c  S st    40    238269        75      1597         0     22443      7985    269406   no data   no data  --
70.70/17.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.70/17.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.70/17.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.70/17.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.70/17.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.70/17.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.70/17.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.09/18.80	c lits-rem:      2107  cl-subs:     2389  v-elim:      0  v-fix:    0  time:  4.34 s
75.09/18.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.09/18.80	c vivif2 --  cl tried    20054 cl shrink        0 lits rem          0 time: 0.01
75.09/18.87	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
75.09/18.87	c calculated reachability. Time: 0.00
75.09/18.87	c  N st    40    238269        75      1597         0     20054      7985    236312   no data   no data  --
97.47/24.43	c  F st    41    306250        75      1597         0     21883      7985    239860   no data   no data  --
97.47/24.43	c  N st    41    306250        75      1597         0     21883      7985    239860   no data   no data  --
99.06/24.82	c Decided on static restart strategy
107.05/26.83	c  N st    51    334558        75      1597         0     25896      7985    301458   no data   no data  --
115.44/28.98	c  N st    53    357408        75      1597         0     23975      7985    261303   no data   no data  --
115.44/28.98	c  S st    53    357408        75      1597         0     23975      7985    261303   no data   no data  --
115.84/29.05	c  S st    53    357908        75      1597         0     24447      7985    269769   no data   no data  --
115.84/29.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.84/29.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.84/29.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
115.84/29.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.84/29.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.84/29.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
115.84/29.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
120.24/30.12	c lits-rem:      1180  cl-subs:     1601  v-elim:      0  v-fix:    0  time:  4.22 s
120.24/30.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
120.24/30.12	c vivif2 --  cl tried    22846 cl shrink        0 lits rem          0 time: 0.01
120.64/30.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
120.64/30.20	c calculated reachability. Time: 0.00
120.64/30.20	c  N st    53    357908        75      1597         0     22846      7985    247984   no data   no data  --
133.02/33.36	c  N st    54    390302        75      1597         0     28513      7985    325626   no data   no data  --
152.20/38.12	c  N st    55    438891        75      1597         0     47581      7985    619718   no data   no data  --
180.96/45.33	c  N st    56    511773        75      1597         0     34976      7985    403707   no data   no data  --
192.15/48.15	c  N st    57    536864        75      1597         0     29800      7985    318968   no data   no data  --
192.15/48.15	c  S st    57    536864        75      1597         0     29800      7985    318968   no data   no data  --
192.55/48.22	c  S st    57    537365        75      1597         0     30271      7985    327874   no data   no data  --
192.55/48.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
192.55/48.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
192.55/48.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
192.55/48.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.55/48.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.55/48.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
192.55/48.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.36/49.43	c lits-rem:      1012  cl-subs:     1872  v-elim:      0  v-fix:    0  time:  4.74 s
197.36/49.43	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
197.36/49.43	c vivif2 --  cl tried    28399 cl shrink        0 lits rem          0 time: 0.02
197.77/49.54	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.41
197.77/49.54	c calculated reachability. Time: 0.00
197.77/49.54	c  N st    57    537365        75      1597         0     28399      7985    302891   no data   no data  --
266.87/66.88	c  N st    58    701349        75      1597         0     55075      7985    682161   no data   no data  --
314.81/78.85	c  N st    59    806048        75      1597         0     49417      7985    577392   no data   no data  --
314.81/78.85	c  S st    59    806048        75      1597         0     49417      7985    577392   no data   no data  --
315.21/78.98	c  S st    59    806552        75      1597         0     49894      7985    586327   no data   no data  --
315.21/78.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
315.21/78.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
315.61/79.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.05
315.61/79.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
315.61/79.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.61/79.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
315.61/79.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
328.39/82.22	c lits-rem:      1786  cl-subs:     9385  v-elim:      0  v-fix:    0  time: 12.81 s
328.39/82.22	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
328.39/82.23	c vivif2 --  cl tried    40509 cl shrink        0 lits rem          0 time: 0.02
328.79/82.39	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.66
328.79/82.39	c calculated reachability. Time: 0.00
328.79/82.39	c  N st    59    806552        75      1597         0     40509      7985    461502   no data   no data  --
470.24/117.76	c  F st    60   1071877        75      1597         0     55954      7985    651911   no data   no data  --
470.24/117.76	c  N st    60   1071877        75      1597         0     55954      7985    651911   no data   no data  --
473.01/118.49	c Decided on static restart strategy
488.58/122.36	c  N st    70   1100180        75      1597         0     41240      7985    417781   no data   no data  --
507.77/127.14	c  N st    72   1136175        75      1597         0     73194      7985    929756   no data   no data  --
527.36/132.01	c  N st    73   1168567        75      1597         0     61087      7985    712467   no data   no data  --
552.91/138.45	c  N st    74   1209829        75      1597         0     55972      7985    636271   no data   no data  --
552.91/138.45	c  S st    74   1209829        75      1597         0     55972      7985    636271   no data   no data  --
553.72/138.62	c  S st    74   1210334        75      1597         0     56451      7985    645074   no data   no data  --
553.72/138.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
553.72/138.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
553.72/138.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
553.72/138.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
553.72/138.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
553.72/138.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
553.72/138.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
568.88/142.48	c lits-rem:      2942  cl-subs:     7813  v-elim:      0  v-fix:    0  time: 15.26 s
568.88/142.48	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
568.88/142.49	c vivif2 --  cl tried    48638 cl shrink        0 lits rem          0 time: 0.03
570.08/142.77	c asymm  cl-useful: 0/1584/1597 lits-rem:0 time: 1.14
570.08/142.77	c calculated reachability. Time: 0.00
570.08/142.77	c  N st    74   1210334        75      1597         0     48638      7985    538667   no data   no data  --
618.02/154.76	c  N st    75   1283216        75      1597         0     70994      7985    856838   no data   no data  --
691.52/173.14	c  N st    76   1392540        75      1597         0     80139      7985    966947   no data   no data  --
792.99/198.53	c  N st    77   1556524        75      1597         0     86892      7985   1016506   no data   no data  --
898.45/224.92	c  N st    78   1710335        75      1597         0     77475      7985    897282   no data   no data  --
898.45/224.92	c  S st    78   1710335        75      1597         0     77475      7985    897282   no data   no data  --
899.25/225.12	c  S st    78   1710840        75      1597         0     77953      7985    905816   no data   no data  --
899.25/225.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
899.25/225.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
899.25/225.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
899.25/225.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
899.25/225.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
899.25/225.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
899.25/225.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
934.81/234.05	c lits-rem:      1448  cl-subs:    16658  v-elim:      0  v-fix:    0  time: 35.45 s
934.81/234.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
934.81/234.06	c vivif2 --  cl tried    61295 cl shrink        0 lits rem          0 time: 0.04
936.02/234.39	c asymm  cl-useful: 0/1282/1597 lits-rem:0 time: 1.29
936.02/234.39	c calculated reachability. Time: 0.00
936.02/234.39	c  N st    78   1710840        75      1597         0     61295      7985    695956   no data   no data  --
1177.28/294.94	c Finding binary XORs  T:     0.00 s  found:       0
1187.28/297.49	c  N st    79   2079806        74      1532         0     45325      7600    533722   no data   no data  --
1260.76/315.82	c  N st    80   2210840        74      1532         0     69768      7600    779892   no data   no data  --
1260.76/315.83	c  S st    80   2210840        74      1532         0     69768      7600    779892   no data   no data  --
1261.56/316.02	c  S st    80   2211342        74      1532         1     70233      7600    788260   no data   no data  --
1261.56/316.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1261.56/316.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1261.56/316.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
1261.56/316.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1261.96/316.17	c subs with bin:      423  lits-rem:       423  v-fix:    0  time:  0.39 s
1261.96/316.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1261.96/316.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1291.15/323.41	c lits-rem:      5207  cl-subs:    24238  v-elim:      0  v-fix:    0  time: 28.93 s
1291.15/323.41	c vivif2 --  cl tried     1526 cl shrink        0 lits rem          0 time: 0.00
1291.15/323.41	c vivif2 --  cl tried    45578 cl shrink        0 lits rem          0 time: 0.03
1291.93/323.64	c asymm  cl-useful: 0/1432/1526 lits-rem:0 time: 0.90
1291.93/323.64	c calculated reachability. Time: 0.00
1291.93/323.64	c  N st    80   2211342        74      1526         1     45578      7570    502630   no data   no data  --
1462.13/366.26	c Finding binary XORs  T:     0.00 s  found:       0
1468.10/367.70	c Finding binary XORs  T:     0.00 s  found:       1
1468.10/367.72	c Replacing        1 vars Replaced     6102 lits Time:     0.04 s 
1470.50/368.32	c Finding binary XORs  T:     0.00 s  found:       0
1470.50/368.33	c  E st    81   2466503        57       835        26      9948      3720     73109   no data   no data  --
1477.57/371.71	c Following stats are for *FIRST FINISHED THREAD ONLY*
1477.57/371.71	c num threads              : 4          
1477.57/371.71	c restarts                 : 81         
1477.57/371.71	c dynamic restarts         : 0          
1477.57/371.71	c static restarts          : 81         
1477.57/371.71	c full restarts            : 4          
1477.57/371.71	c total simplify time      : 3.45       
1477.57/371.71	c learnts DL2              : 0          
1477.57/371.71	c learnts size 2           : 143        
1477.57/371.71	c learnts size 1           : 57          (76.00     % of vars)
1477.57/371.71	c filedLit time            : 0.47        (0.03      % time)
1477.57/371.71	c v-elim SatELite          : 0           (0.00      % vars)
1477.57/371.71	c SatELite time            : 120.77      (8.18      % time)
1477.57/371.71	c v-elim xor               : 0           (0.00      % vars)
1477.57/371.71	c xor elim time            : 0.07        (0.01      % time)
1477.57/371.71	c num binary xor trees     : 1          
1477.57/371.71	c binxor trees' crown      : 1           (1.00      leafs/tree)
1477.57/371.71	c bin xor find time        : 0.00       
1477.57/371.71	c OTF clause improved      : 289889      (0.12      clauses/conflict)
1477.57/371.71	c OTF impr. size diff      : 295810      (1.02       lits/clause)
1477.57/371.71	c OTF cl watch-shrink      : 50056       (0.02      clauses/conflict)
1477.57/371.71	c OTF cl watch-sh-lit      : 55239       (1.10       lits/clause)
1477.57/371.71	c tried to recurMin cls    : 205756      (8.34       % of conflicts)
1477.57/371.71	c updated cache            : 1105        (0.01       lits/tried recurMin)
1477.57/371.71	c unit cls received        : 1           (1.75      % of units)
1477.57/371.71	c unit cls sent            : 8           (14.04     % of units)
1477.57/371.71	c bin cls received         : 10         
1477.57/371.71	c bin cls sent             : 73         
1477.57/371.71	c clauses over max glue    : 0           (0.00      % of all clauses)
1477.57/371.71	c conflicts                : 2466503     (1670.16   / sec)
1477.57/371.71	c decisions                : 2687875     (0.25      % random)
1477.57/371.71	c bogo-props               : 68698627585 (46518430.84 / sec)
1477.57/371.71	c conflict literals        : 36531742    (25.62     % deleted)
1477.57/371.71	c Memory used              : 417.79      MB
1477.57/371.71	c single-thread CPU time   : 1476.80     s
1477.57/371.71	c all-threads sum CPU time : 1476.80     s
1477.57/371.71	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-3175163-1304094058/watcher-3175163-1304094058 -o /tmp/evaluation-result-3175163-1304094058/solver-3175163-1304094058 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175163-1304094058.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.37 7.92 7.96 3/172 7924
/proc/meminfo: memFree=31372568/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 501821386 52465664 353 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398051244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 12809 353 303 112 0 7774 0
[pid=7924/tid=7925] ppid=7922 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501821386 52465664 353 33554432000 4194304 4650419 140737141832272 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501821386 52465664 353 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398051250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501821386 52465664 353 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398051250 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.057173 s]
/proc/loadavg: 7.37 7.92 7.96 3/172 7924
/proc/meminfo: memFree=31372568/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=282208 CPUtime=0.21 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 1315 0 0 0 21 0 0 0 18 0 4 0 501821386 288980992 1186 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 70552 1186 389 112 0 65517 0
[pid=7924/tid=7925] ppid=7922 vsize=282208 CPUtime=0.04 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 259 0 0 0 4 0 0 0 25 0 4 0 501821386 288980992 1186 33554432000 4194304 4650419 140737141832272 18446744073709551615 4328179 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=282208 CPUtime=0.05 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 231 0 0 0 5 0 0 0 18 0 4 0 501821386 288980992 1186 33554432000 4194304 4650419 140737141832272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=282208 CPUtime=0.05 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 161 0 0 0 5 0 0 0 18 0 4 0 501821386 288980992 1186 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282208

[startup+0.113791 s]
/proc/loadavg: 7.37 7.92 7.96 3/172 7924
/proc/meminfo: memFree=31372568/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=291588 CPUtime=0.43 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 1839 0 0 0 43 0 0 0 18 0 4 0 501821386 298586112 1397 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 72897 1397 391 112 0 67862 0
[pid=7924/tid=7925] ppid=7922 vsize=291588 CPUtime=0.1 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 346 0 0 0 10 0 0 0 25 0 4 0 501821386 298586112 1397 33554432000 4194304 4650419 140737141832272 18446744073709551615 270338044613 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=291588 CPUtime=0.1 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 387 0 0 0 10 0 0 0 18 0 4 0 501821386 298586112 1397 33554432000 4194304 4650419 140737141832272 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=291588 CPUtime=0.1 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 300 0 0 0 10 0 0 0 18 0 4 0 501821386 298586112 1397 33554432000 4194304 4650419 140737141832272 18446744073709551615 270338427015 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 291588

[startup+0.301061 s]
/proc/loadavg: 7.37 7.92 7.96 3/172 7924
/proc/meminfo: memFree=31372568/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=284116 CPUtime=1.18 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 2977 0 0 0 118 0 0 0 18 0 4 0 501821386 290934784 1811 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 71029 1811 391 112 0 65994 0
[pid=7924/tid=7925] ppid=7922 vsize=284116 CPUtime=0.29 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 684 0 0 0 29 0 0 0 25 0 4 0 501821386 290934784 1811 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=284116 CPUtime=0.29 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 667 0 0 0 29 0 0 0 18 0 4 0 501821386 290934784 1812 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=284116 CPUtime=0.29 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 563 0 0 0 29 0 0 0 18 0 4 0 501821386 290934784 1812 33554432000 4194304 4650419 140737141832272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284116

[startup+0.700981 s]
/proc/loadavg: 7.37 7.92 7.96 3/172 7924
/proc/meminfo: memFree=31372568/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=284672 CPUtime=2.78 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 4398 0 0 0 277 1 0 0 18 0 4 0 501821386 291504128 2435 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 71168 2435 391 112 0 66133 0
[pid=7924/tid=7925] ppid=7922 vsize=284672 CPUtime=0.68 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 1024 0 0 0 68 0 0 0 25 0 4 0 501821386 291504128 2435 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=284672 CPUtime=0.69 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 1028 0 0 0 69 0 0 0 18 0 4 0 501821386 291504128 2435 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=284672 CPUtime=0.69 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 925 0 0 0 69 0 0 0 18 0 4 0 501821386 291504128 2435 33554432000 4194304 4650419 140737141832272 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284672

[startup+1.50083 s]
/proc/loadavg: 7.37 7.92 7.96 10/184 7936
/proc/meminfo: memFree=31344584/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=289132 CPUtime=5.98 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 9993 0 0 0 596 2 0 0 20 0 4 0 501821386 296071168 6157 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 72283 6157 393 112 0 67248 0
[pid=7924/tid=7925] ppid=7922 vsize=289132 CPUtime=1.48 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 2441 0 0 0 148 0 0 0 25 0 4 0 501821386 296071168 6157 33554432000 4194304 4650419 140737141832272 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=289132 CPUtime=1.48 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 3147 0 0 0 148 0 0 0 20 0 4 0 501821386 296071168 6157 33554432000 4194304 4650419 140737141832272 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=289132 CPUtime=1.49 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 1561 0 0 0 149 0 0 0 20 0 4 0 501821386 296071168 6157 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289132

[startup+3.10051 s]
/proc/loadavg: 7.37 7.92 7.96 9/184 7936
/proc/meminfo: memFree=31318172/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=293220 CPUtime=12.37 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 15086 0 0 0 1234 3 0 0 25 0 4 0 501821386 300257280 9121 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 73305 9121 393 112 0 68270 0
[pid=7924/tid=7925] ppid=7922 vsize=293220 CPUtime=3.08 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 4144 0 0 0 307 1 0 0 25 0 4 0 501821386 300257280 9121 33554432000 4194304 4650419 140737141832272 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=293220 CPUtime=3.08 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 3559 0 0 0 308 0 0 0 25 0 4 0 501821386 300257280 9121 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=293220 CPUtime=3.09 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 3512 0 0 0 309 0 0 0 25 0 4 0 501821386 300257280 9121 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 293220

[startup+6.30087 s]
/proc/loadavg: 7.42 7.92 7.96 9/184 7936
/proc/meminfo: memFree=31290228/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=294384 CPUtime=25.15 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 21026 0 0 0 2511 4 0 0 25 0 4 0 501821386 301449216 10876 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 73596 10876 393 112 0 68561 0
[pid=7924/tid=7925] ppid=7922 vsize=294384 CPUtime=6.26 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 5380 0 0 0 625 1 0 0 25 0 4 0 501821386 301449216 10876 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=294384 CPUtime=6.28 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 5224 0 0 0 628 0 0 0 25 0 4 0 501821386 301449216 10876 33554432000 4194304 4650419 140737141832272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=294384 CPUtime=6.29 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 4916 0 0 0 628 1 0 0 25 0 4 0 501821386 301449216 10876 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 294384

[startup+12.7006 s]
/proc/loadavg: 7.47 7.92 7.96 9/184 7936
/proc/meminfo: memFree=31268504/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=288348 CPUtime=50.72 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 32967 0 0 0 5066 6 0 0 25 0 4 0 501821386 295268352 14214 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 72087 14214 393 112 0 67052 0
[pid=7924/tid=7925] ppid=7922 vsize=288348 CPUtime=12.63 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 8126 0 0 0 1262 1 0 0 25 0 4 0 501821386 295268352 14214 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=288348 CPUtime=12.69 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 8340 0 0 0 1268 1 0 0 25 0 4 0 501821386 295268352 14214 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=288348 CPUtime=12.69 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 8236 0 0 0 1268 1 0 0 25 0 4 0 501821386 295268352 14214 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 288348

[startup+25.5011 s]
/proc/loadavg: 7.58 7.93 7.96 9/184 7966
/proc/meminfo: memFree=31252448/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=294064 CPUtime=101.86 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 50193 0 0 0 10176 10 0 0 25 0 4 0 501821386 301121536 18244 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 73516 18244 393 112 0 68481 0
[pid=7924/tid=7925] ppid=7922 vsize=294064 CPUtime=25.37 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 13116 0 0 0 2535 2 0 0 25 0 4 0 501821386 301121536 18244 33554432000 4194304 4650419 140737141832272 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=294064 CPUtime=25.48 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 13044 0 0 0 2546 2 0 0 25 0 4 0 501821386 301121536 18244 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=294064 CPUtime=25.49 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 11015 0 0 0 2547 2 0 0 25 0 4 0 501821386 301121536 18244 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 294064

[startup+51.101 s]
/proc/loadavg: 7.72 7.93 7.96 9/184 7967
/proc/meminfo: memFree=31192184/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=309900 CPUtime=204.14 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 75734 0 0 0 20397 17 0 0 25 0 4 0 501821386 317337600 22837 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 77475 22837 393 112 0 72440 0
[pid=7924/tid=7925] ppid=7922 vsize=309900 CPUtime=50.85 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 20246 0 0 0 5081 4 0 0 25 0 4 0 501821386 317337600 22837 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=309900 CPUtime=51.09 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 20377 0 0 0 5105 4 0 0 25 0 4 0 501821386 317337600 22837 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=309900 CPUtime=51.09 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 15143 0 0 0 5105 4 0 0 25 0 4 0 501821386 317337600 22837 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 309900

[startup+102.307 s]
/proc/loadavg: 7.95 7.96 7.97 9/184 7968
/proc/meminfo: memFree=31136140/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=310908 CPUtime=408.71 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 112759 0 0 0 40842 29 0 0 25 0 4 0 501821386 318369792 28065 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 77727 28065 393 112 0 72692 0
[pid=7924/tid=7925] ppid=7922 vsize=310908 CPUtime=101.8 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 26212 0 0 0 10173 7 0 0 25 0 4 0 501821386 318369792 28065 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=310908 CPUtime=102.29 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 30270 0 0 0 10223 6 0 0 25 0 4 0 501821386 318369792 28065 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=310908 CPUtime=102.3 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 23591 0 0 0 10223 7 0 0 25 0 4 0 501821386 318369792 28065 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 310908

[startup+162.301 s]
/proc/loadavg: 8.08 7.99 7.98 9/184 7970
/proc/meminfo: memFree=31076940/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=306168 CPUtime=648.39 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 154027 0 0 0 64794 45 0 0 25 0 4 0 501821386 313516032 35129 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 76542 35129 393 112 0 71507 0
[pid=7924/tid=7925] ppid=7922 vsize=306168 CPUtime=161.49 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 36548 0 0 0 16138 11 0 0 25 0 4 0 501821386 313516032 35129 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=306168 CPUtime=162.29 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 41431 0 0 0 16219 10 0 0 25 0 4 0 501821386 313516032 35129 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=306168 CPUtime=162.29 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 31026 0 0 0 16219 10 0 0 25 0 4 0 501821386 313516032 35129 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.39
Current children cumulated vsize (KiB) 306168

[startup+222.301 s]
/proc/loadavg: 8.09 8.01 7.98 9/184 7972
/proc/meminfo: memFree=31011172/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=319628 CPUtime=888.06 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 192594 0 0 0 88749 57 0 0 25 0 4 0 501821386 327299072 39734 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 79907 39734 393 112 0 74872 0
[pid=7924/tid=7925] ppid=7922 vsize=319628 CPUtime=221.17 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 46773 0 0 0 22103 14 0 0 25 0 4 0 501821386 327299072 39734 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=319628 CPUtime=222.29 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 51781 0 0 0 22216 13 0 0 25 0 4 0 501821386 327299072 39734 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=319628 CPUtime=222.29 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 39397 0 0 0 22217 12 0 0 25 0 4 0 501821386 327299072 39734 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888.06
Current children cumulated vsize (KiB) 319628

[startup+282.301 s]
/proc/loadavg: 8.43 8.11 8.02 9/184 7976
/proc/meminfo: memFree=30975884/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=325456 CPUtime=1126.95 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 222969 0 0 0 112628 67 0 0 25 0 4 0 501821386 333266944 42796 33554432000 4194304 4650419 140737141832272 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 81364 42796 394 112 0 76329 0
[pid=7924/tid=7925] ppid=7922 vsize=325456 CPUtime=280.71 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 56161 0 0 0 28054 17 0 0 25 0 4 0 501821386 333266944 42796 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=325456 CPUtime=281.64 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 59955 0 0 0 28148 16 0 0 25 0 4 0 501821386 333266944 42796 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=325456 CPUtime=282.3 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 42868 0 0 0 28217 13 0 0 25 0 4 0 501821386 333266944 42796 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.95
Current children cumulated vsize (KiB) 325456

[startup+342.3 s]
/proc/loadavg: 8.27 8.12 8.02 9/184 8008
/proc/meminfo: memFree=31085444/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=350400 CPUtime=1366.63 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 247387 0 0 0 136587 76 0 0 25 0 4 0 501821386 358809600 46598 33554432000 4194304 4650419 140737141832272 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 87600 46598 394 112 0 82565 0
[pid=7924/tid=7925] ppid=7922 vsize=350400 CPUtime=340.39 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 60425 0 0 0 34020 19 0 0 25 0 4 0 501821386 358809600 46598 33554432000 4194304 4650419 140737141832272 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=350400 CPUtime=341.65 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 69076 0 0 0 34145 20 0 0 25 0 4 0 501821386 358809600 46598 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=350400 CPUtime=342.3 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 46712 0 0 0 34216 14 0 0 25 0 4 0 501821386 358809600 46598 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1366.63
Current children cumulated vsize (KiB) 350400

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

[startup+358.301 s]
/proc/loadavg: 8.21 8.11 8.02 9/184 8008
/proc/meminfo: memFree=31041172/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427648 CPUtime=1430.56 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 255286 0 0 0 142978 78 0 0 25 0 4 0 501821386 437911552 52358 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106912 52358 394 112 0 101877 0
[pid=7924/tid=7925] ppid=7922 vsize=427648 CPUtime=356.3 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 61154 0 0 0 35611 19 0 0 25 0 4 0 501821386 437911552 52358 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427648 CPUtime=357.64 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 71073 0 0 0 35744 20 0 0 25 0 4 0 501821386 437911552 52358 33554432000 4194304 4650419 140737141832272 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427648 CPUtime=358.3 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 49944 0 0 0 35815 15 0 0 25 0 4 0 501821386 437911552 52358 33554432000 4194304 4650419 140737141832272 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1430.56
Current children cumulated vsize (KiB) 427648

[startup+364.701 s]
/proc/loadavg: 8.27 8.13 8.03 9/184 8008
/proc/meminfo: memFree=31024364/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1456.11 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258213 0 0 0 145533 78 0 0 25 0 4 0 501821386 438083584 53518 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 53518 394 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=362.66 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 61302 0 0 0 36247 19 0 0 25 0 4 0 501821386 438083584 53518 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=364.04 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 71890 0 0 0 36384 20 0 0 25 0 4 0 501821386 438083584 53518 33554432000 4194304 4650419 140737141832272 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=364.7 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 50587 0 0 0 36455 15 0 0 25 0 4 0 501821386 438083584 53518 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1456.11
Current children cumulated vsize (KiB) 427816

[startup+367.901 s]
/proc/loadavg: 8.25 8.13 8.03 9/184 8008
/proc/meminfo: memFree=31029820/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1468.9 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258713 0 0 0 146811 79 0 0 25 0 4 0 501821386 438083584 54017 33554432000 4194304 4650419 140737141832272 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 54017 395 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=365.85 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 61302 0 0 0 36566 19 0 0 25 0 4 0 501821386 438083584 54017 33554432000 4194304 4650419 140737141832272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=367.24 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 71952 0 0 0 36704 20 0 0 25 0 4 0 501821386 438083584 54017 33554432000 4194304 4650419 140737141832272 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=367.9 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 50761 0 0 0 36775 15 0 0 25 0 4 0 501821386 438083584 54017 33554432000 4194304 4650419 140737141832272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1468.9
Current children cumulated vsize (KiB) 427816

[startup+369.501 s]
/proc/loadavg: 8.25 8.13 8.03 7/184 8008
/proc/meminfo: memFree=31031184/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1473.17 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258782 0 0 0 147238 79 0 0 25 0 4 0 501821386 438083584 54086 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398026436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 54086 395 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=366.38 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 61302 0 0 0 36619 19 0 0 25 0 4 0 501821386 438083584 54086 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=368.85 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 71952 0 0 0 36865 20 0 0 25 0 4 0 501821386 438083584 54086 33554432000 4194304 4650419 140737141832272 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=368.44 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 50783 0 0 0 36829 15 0 0 25 0 4 0 501821386 438083584 54086 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1473.17
Current children cumulated vsize (KiB) 427816

[startup+371.101 s]
/proc/loadavg: 8.07 8.09 8.02 7/184 8008
/proc/meminfo: memFree=31029072/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1476.36 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258863 0 0 0 147557 79 0 0 25 0 4 0 501821386 438083584 54167 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398026436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 54167 395 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=366.38 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 61302 0 0 0 36619 19 0 0 25 0 4 0 501821386 438083584 54167 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=370.44 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 72033 0 0 0 37024 20 0 0 25 0 4 0 501821386 438083584 54167 33554432000 4194304 4650419 140737141832272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=368.44 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 50783 0 0 0 36829 15 0 0 25 0 4 0 501821386 438083584 54167 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 427816

[startup+371.5 s]
/proc/loadavg: 8.07 8.09 8.02 7/184 8008
/proc/meminfo: memFree=31029072/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1477.16 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258868 0 0 0 147637 79 0 0 25 0 4 0 501821386 438083584 54172 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398026436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 54172 395 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=366.38 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 61302 0 0 0 36619 19 0 0 25 0 4 0 501821386 438083584 54172 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=370.84 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 72038 0 0 0 37064 20 0 0 25 0 4 0 501821386 438083584 54172 33554432000 4194304 4650419 140737141832272 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=368.44 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 50783 0 0 0 36829 15 0 0 25 0 4 0 501821386 438083584 54172 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.16
Current children cumulated vsize (KiB) 427816

[startup+371.7 s]
/proc/loadavg: 8.07 8.09 8.02 7/184 8008
/proc/meminfo: memFree=31025600/32951124 swapFree=67111356/67111528
[pid=7924] ppid=7922 vsize=427816 CPUtime=1477.57 cores=0,2,4,6
/proc/7924/stat : 7924 (strangenight1-m) R 7922 7924 7164 0 -1 4202496 258956 0 0 0 147678 79 0 0 25 0 4 0 501821386 438083584 54260 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398026283 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7924/statm: 106954 54260 395 112 0 101919 0
[pid=7924/tid=7925] ppid=7922 vsize=427816 CPUtime=366.38 cores=0,2,4,6
/proc/7924/task/7925/stat : 7925 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 61302 0 0 0 36619 19 0 0 25 0 4 0 501821386 438083584 54260 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
[pid=7924/tid=7926] ppid=7922 vsize=427816 CPUtime=371.05 cores=0,2,4,6
/proc/7924/task/7926/stat : 7926 (strangenight1-m) R 7922 7924 7164 0 -1 4202560 72126 0 0 0 37085 20 0 0 25 0 4 0 501821386 438083584 54260 33554432000 4194304 4650419 140737141832272 18446744073709551615 4370660 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7924/tid=7927] ppid=7922 vsize=427816 CPUtime=368.44 cores=0,2,4,6
/proc/7924/task/7927/stat : 7927 (strangenight1-m) S 7922 7924 7164 0 -1 4202560 50783 0 0 0 36829 15 0 0 25 0 4 0 501821386 438083584 54260 33554432000 4194304 4650419 140737141832272 18446744073709551615 47280398050868 0 0 4096 2 18446604453935467456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.57
Current children cumulated vsize (KiB) 427816

Child status: 20
Real time (s): 371.726
CPU time (s): 1477.61
CPU user time (s): 1476.81
CPU system time (s): 0.806877
CPU usage (%): 397.5
Max. virtual memory (cumulated for all children) (KiB): 427816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1476.81
system time used= 0.806877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258959
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= 284
involuntary context switches= 10663

runsolver used 0.565913 second user time and 1.37179 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 18:20:58
IDJOB=3175163
IDBENCH=82781
IDSOLVER=1588
FILE ID=node143/3175163-1304094058
RUNJOBID= node143-1304092854-7805
PBS_JOBID= 13170544
Free space on /tmp= 72924 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175163-1304094058/watcher-3175163-1304094058 -o /tmp/evaluation-result-3175163-1304094058/solver-3175163-1304094058 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175163-1304094058.cnf

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

MD5SUM BENCH= db50771b4b9edf83822bd931af1fc1d7
RANDOM SEED=1123227565

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31372956 kB
Buffers:        221396 kB
Cached:        1017232 kB
SwapCached:        168 kB
Active:         277916 kB
Inactive:      1024828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31372956 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12064 kB
Writeback:           0 kB
AnonPages:       64008 kB
Mapped:          14504 kB
Slab:           212112 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186584 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= 72912 MiB
End job on node143 at 2011-04-29 18:27:10