Trace number 3367566

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-Night2-st (fixed)UNSAT 1113.89 1113.86

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
MD5SUM24f29f9a1e0f9e8aba36541592ba8e3a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1233
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3367566-1305384496.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     141 undec:      36 neg:     173
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       344      1483         0         0      4496         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.10/0.12	c  N st     8      4915       344      1483         0      4762      4496     84914   no data   no data
0.29/0.34	c  N st    10     11298       344      1483         0      4425      4496     59237   no data   no data
0.49/0.59	c  N st    11     17041       344      1483         0      9994      4496    161486   no data   no data
0.89/0.96	c  F st    12     25000       344      1483         0     12199      4496    197483   no data   no data
0.89/0.96	c  N st    12     25000       344      1483         0     12199      4496    197483   no data   no data
1.11/1.19	c Decided on static restart strategy
1.11/1.19	c  N st    18     30000       344      1483         0     10567      4496    155813   no data   no data
1.11/1.19	c  S st    18     30000       344      1483         0     10567      4496    155813   no data   no data
1.19/1.22	c  S st    18     30504       344      1483         0     11066      4496    164650   no data   no data
1.19/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.19/1.23	c blocked clauses removed:        0 vars:      0 tried:         344 T: 0.00 s
1.19/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
1.19/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/1.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.19/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.28	c lits-rem:       216  cl-subs:      779  v-elim:      0  v-fix:    0  time:  0.04 s
1.19/1.28	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.00
1.19/1.28	c calculated reachability. Time: 0.00
1.19/1.28	c  N st    18     30504       344      1483         0     10287      4496    150803   no data   no data
1.59/1.65	c  N st    20     37616       344      1483         0      9580      4496    124109   no data   no data
1.89/1.98	c  N st    21     44015       344      1483         0     15742      4496    232935   no data   no data
1.99/2.09	c  S st    22     45756       344      1483         0     17431      4496    263425   no data   no data
2.10/2.13	c  S st    22     46257       344      1483         0      9280      4496    106784   no data   no data
2.10/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.10/2.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.10/2.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.10/2.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.10/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.10/2.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2.10/2.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.10/2.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.10/2.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.10/2.15	c lits-rem:        20  cl-subs:      252  v-elim:      0  v-fix:    0  time:  0.01 s
2.10/2.15	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
2.10/2.15	c vivif2 --  cl tried     9028 cl shrink        0 lits rem          0 time: 0.00
2.10/2.15	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.00
2.10/2.15	c calculated reachability. Time: 0.00
2.10/2.15	c  N st    22     46257       344      1483         0      9028      4496    103210   no data   no data
2.89/2.99	c  N st    23     60656       344      1483         0     13275      4496    171147   no data   no data
3.59/3.61	c  N st    24     69390       344      1483         0     11122      4496    126019   no data   no data
3.59/3.61	c  S st    24     69390       344      1483         0     11122      4496    126019   no data   no data
3.59/3.64	c  S st    24     69893       344      1483         0     11622      4496    135373   no data   no data
3.59/3.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.59/3.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
3.59/3.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.59/3.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.59/3.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.66	c lits-rem:        81  cl-subs:      275  v-elim:      0  v-fix:    0  time:  0.02 s
3.59/3.66	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
3.59/3.66	c vivif2 --  cl tried    11347 cl shrink        0 lits rem          0 time: 0.00
3.59/3.67	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.01
3.59/3.67	c calculated reachability. Time: 0.00
3.59/3.67	c  N st    24     69893       344      1483         0     11347      4496    131071   no data   no data
4.79/4.82	c  F st    25     87502       344      1483         0     16725      4496    222445   no data   no data
4.79/4.82	c  N st    25     87502       344      1483         0     16725      4496    222445   no data   no data
5.19/5.20	c Decided on static restart strategy
5.40/5.45	c  N st    32     95548       344      1483         0     24498      4496    361427   no data   no data
6.00/6.07	c  N st    34    104840       344      1483         0     20886      4496    280377   no data   no data
6.00/6.07	c  S st    34    104840       344      1483         0     20886      4496    280377   no data   no data
6.10/6.12	c  S st    34    105341       344      1483         0     21384      4496    289431   no data   no data
6.10/6.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.10/6.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.10/6.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.10/6.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.10/6.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.10/6.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
6.10/6.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.10/6.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.10/6.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.29	c lits-rem:       170  cl-subs:     1688  v-elim:      0  v-fix:    0  time:  0.16 s
6.19/6.29	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
6.29/6.30	c vivif2 --  cl tried    19696 cl shrink        0 lits rem          0 time: 0.00
6.29/6.31	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.01
6.29/6.31	c calculated reachability. Time: 0.00
6.29/6.31	c  N st    34    105341       344      1483         0     19696      4496    262053   no data   no data
7.09/7.10	c  N st    35    114939       344      1483         0     15524      4496    175931   no data   no data
8.29/8.38	c  N st    36    129337       344      1483         0     14993      4496    152753   no data   no data
10.09/10.17	c  N st    37    150932       344      1483         0     20329      4496    236669   no data   no data
10.79/10.80	c  S st    38    158011       344      1483         0     27137      4496    356120   no data   no data
10.79/10.88	c  S st    38    158511       344      1483         0     27634      4496    365321   no data   no data
10.79/10.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.79/10.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.79/10.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.79/10.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.79/10.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.79/10.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
10.79/10.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.79/10.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.90/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.19/11.23	c lits-rem:       310  cl-subs:     2601  v-elim:      0  v-fix:    0  time:  0.33 s
11.19/11.23	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
11.19/11.24	c vivif2 --  cl tried    25033 cl shrink        0 lits rem          0 time: 0.00
11.19/11.25	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.01
11.19/11.25	c calculated reachability. Time: 0.00
11.19/11.25	c  N st    38    158511       344      1483         0     25033      4496    323366   no data   no data
15.69/15.76	c  N st    39    207099       344      1483         0     19863      4496    207205   no data   no data
18.60/18.65	c  N st    40    237766       344      1483         0     30165      4496    377506   no data   no data
18.60/18.65	c  S st    40    237766       344      1483         0     30165      4496    377506   no data   no data
18.70/18.72	c  S st    40    238269       344      1483         0     30663      4496    386628   no data   no data
18.70/18.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.70/18.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.70/18.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.70/18.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.70/18.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.70/18.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
18.70/18.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.70/18.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.70/18.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.99/19.08	c lits-rem:       204  cl-subs:     2504  v-elim:      0  v-fix:    0  time:  0.34 s
18.99/19.08	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
18.99/19.09	c vivif2 --  cl tried    28159 cl shrink        0 lits rem          0 time: 0.00
19.09/19.10	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.01
19.09/19.10	c calculated reachability. Time: 0.00
19.09/19.10	c  N st    40    238269       344      1483         0     28159      4496    348018   no data   no data
25.59/25.69	c  F st    41    306250       344      1483         0     30039      4496    346306   no data   no data
25.59/25.69	c  N st    41    306250       344      1483         0     30039      4496    346306   no data   no data
26.19/26.21	c Decided on static restart strategy
28.39/28.46	c  N st    51    334558       344      1483         0     34283      4496    413156   no data   no data
30.89/30.94	c  N st    53    357405       344      1483         0     32215      4496    376116   no data   no data
30.89/30.94	c  S st    53    357405       344      1483         0     32215      4496    376116   no data   no data
30.99/31.02	c  S st    53    357907       344      1483         0     32714      4496    385678   no data   no data
30.99/31.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.99/31.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.99/31.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.99/31.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.99/31.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.99/31.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
30.99/31.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.99/31.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.99/31.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.19/31.27	c lits-rem:       159  cl-subs:     1630  v-elim:      0  v-fix:    0  time:  0.22 s
31.19/31.27	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
31.19/31.28	c vivif2 --  cl tried    31084 cl shrink        0 lits rem          0 time: 0.00
31.19/31.29	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.02
31.19/31.29	c calculated reachability. Time: 0.00
31.19/31.29	c  N st    53    357907       344      1483         0     31084      4496    356619   no data   no data
35.20/35.21	c  N st    54    390301       344      1483         0     37270      4496    454374   no data   no data
41.29/41.35	c  N st    55    438889       344      1483         0     31114      4496    319380   no data   no data
49.89/49.95	c  N st    56    511771       344      1483         0     44488      4496    540531   no data   no data
53.29/53.32	c  N st    57    536862       344      1483         0     38724      4496    420069   no data   no data
53.29/53.32	c  S st    57    536862       344      1483         0     38724      4496    420069   no data   no data
53.39/53.42	c  S st    57    537364       344      1483         0     39225      4496    429698   no data   no data
53.39/53.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.39/53.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
53.39/53.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.39/53.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.39/53.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.39/53.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
53.39/53.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.39/53.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.39/53.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.69/53.76	c lits-rem:       159  cl-subs:     2060  v-elim:      0  v-fix:    0  time:  0.31 s
53.69/53.76	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
53.69/53.76	c vivif2 --  cl tried    37165 cl shrink        0 lits rem          0 time: 0.00
53.69/53.78	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.02
53.69/53.78	c calculated reachability. Time: 0.00
53.69/53.78	c  N st    57    537364       344      1483         0     37165      4496    398671   no data   no data
75.59/75.68	c  N st    58    701348       344      1483         0     65634      4496    834726   no data   no data
90.29/90.34	c  N st    59    806047       344      1483         0     59587      4496    730344   no data   no data
90.29/90.34	c  S st    59    806047       344      1483         0     59587      4496    730344   no data   no data
90.39/90.49	c  S st    59    806550       344      1483         0     60089      4496    740398   no data   no data
90.39/90.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.49/90.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
90.49/90.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.49/90.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.49/90.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.49/90.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
90.49/90.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.49/90.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
90.49/90.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.40/92.45	c lits-rem:       752  cl-subs:     7569  v-elim:      0  v-fix:    0  time:  1.91 s
92.40/92.45	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
92.40/92.46	c vivif2 --  cl tried    52520 cl shrink        0 lits rem          0 time: 0.01
92.40/92.49	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.03
92.40/92.49	c calculated reachability. Time: 0.00
92.40/92.49	c  N st    59    806550       344      1483         0     52520      4496    622889   no data   no data
134.80/134.80	c  F st    60   1071876       344      1483         0     68361      4496    798335   no data   no data
134.80/134.80	c  N st    60   1071876       344      1483         0     68361      4496    798335   no data   no data
135.70/135.73	c Decided on static restart strategy
139.80/139.89	c  N st    70   1100179       344      1483         0     52380      4496    527036   no data   no data
146.10/146.14	c  N st    72   1136172       344      1483         0     86750      4496   1155668   no data   no data
151.20/151.26	c  N st    73   1168566       344      1483         0     73756      4496    903881   no data   no data
158.69/158.72	c  N st    74   1209829       344      1483         0     68189      4496    801923   no data   no data
158.69/158.72	c  S st    74   1209829       344      1483         0     68189      4496    801923   no data   no data
158.79/158.88	c  S st    74   1210333       344      1483         0     68690      4496    811464   no data   no data
158.79/158.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
158.89/158.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
158.89/158.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.89/158.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.89/158.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.89/158.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
158.89/158.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.89/158.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
158.89/158.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.10/161.12	c lits-rem:      1145  cl-subs:     7485  v-elim:      0  v-fix:    0  time:  2.18 s
161.10/161.12	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
161.10/161.13	c vivif2 --  cl tried    61205 cl shrink        0 lits rem          0 time: 0.01
161.10/161.17	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.04
161.10/161.17	c calculated reachability. Time: 0.00
161.10/161.17	c  N st    74   1210333       344      1483         0     61205      4496    693450   no data   no data
173.71/173.79	c  N st    75   1283216       344      1483         0     85083      4496   1070784   no data   no data
193.51/193.53	c  N st    76   1392539       344      1483         0     94984      4496   1258503   no data   no data
224.40/224.48	c  N st    77   1556523       344      1483         0    102452      4496   1293726   no data   no data
253.79/253.87	c  N st    78   1710333       344      1483         0     92158      4496   1137526   no data   no data
253.79/253.87	c  S st    78   1710333       344      1483         0     92158      4496   1137526   no data   no data
254.11/254.12	c  S st    78   1710838       344      1483         0     92661      4496   1147244   no data   no data
254.11/254.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
254.11/254.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
254.11/254.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
254.11/254.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
254.11/254.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.11/254.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
254.11/254.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
254.11/254.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
254.19/254.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.90/259.99	c lits-rem:       860  cl-subs:    15507  v-elim:      0  v-fix:    0  time:  5.78 s
259.90/259.99	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
260.00/260.00	c vivif2 --  cl tried    77154 cl shrink        0 lits rem          0 time: 0.01
260.00/260.05	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.05
260.00/260.05	c calculated reachability. Time: 0.00
260.00/260.05	c  N st    78   1710838       344      1483         0     77154      4496    898541   no data   no data
331.70/331.70	c  N st    79   2079802       344      1483         0     89420      4496   1012204   no data   no data
358.51/358.55	c  N st    80   2210838       344      1483         0     92710      4496   1027036   no data   no data
358.51/358.55	c  S st    80   2210838       344      1483         0     92710      4496   1027036   no data   no data
358.70/358.77	c  S st    80   2211342       344      1483         0     93213      4496   1037608   no data   no data
358.70/358.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
358.80/358.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
358.80/358.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
358.80/358.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
358.80/358.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
358.80/358.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
358.80/358.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
358.80/358.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
358.80/358.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
362.60/362.62	c lits-rem:      2059  cl-subs:    15594  v-elim:      0  v-fix:    0  time:  3.78 s
362.60/362.62	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
362.60/362.63	c vivif2 --  cl tried    77619 cl shrink        0 lits rem          0 time: 0.01
362.60/362.68	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.05
362.60/362.68	c calculated reachability. Time: 0.00
362.60/362.68	c  N st    80   2211342       344      1483         0     77619      4496    818916   no data   no data
468.40/468.45	c  N st    81   2711343       344      1483         0    101857      4496   1198907   no data   no data
468.40/468.45	c  S st    81   2711343       344      1483         0    101857      4496   1198907   no data   no data
468.70/468.74	c  S st    81   2711846       344      1483         0    102358      4496   1209068   no data   no data
468.70/468.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
468.70/468.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
468.70/468.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
468.70/468.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.70/468.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.70/468.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
468.70/468.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
468.70/468.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
468.80/468.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.70/472.75	c lits-rem:       554  cl-subs:    10728  v-elim:      0  v-fix:    0  time:  3.92 s
472.70/472.75	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
472.70/472.76	c vivif2 --  cl tried    91630 cl shrink        0 lits rem          0 time: 0.01
472.80/472.83	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.07
472.80/472.83	c calculated reachability. Time: 0.00
472.80/472.83	c  N st    81   2711846       344      1483         0     91630      4496   1040227   no data   no data
591.82/591.87	c  N st    82   3211846       344      1483         0    141882      4496   1732859   no data   no data
591.82/591.87	c  S st    82   3211846       344      1483         0    141882      4496   1732859   no data   no data
592.31/592.33	c  S st    82   3212351       344      1483         0    142386      4496   1742478   no data   no data
592.31/592.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
592.31/592.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
592.31/592.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
592.31/592.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
592.31/592.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
592.31/592.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
592.31/592.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
592.41/592.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
592.41/592.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
605.50/605.53	c lits-rem:      2363  cl-subs:    30016  v-elim:      0  v-fix:    0  time: 13.06 s
605.50/605.53	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
605.50/605.55	c vivif2 --  cl tried   112370 cl shrink        0 lits rem          0 time: 0.02
605.60/605.65	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.10
605.60/605.65	c calculated reachability. Time: 0.00
605.60/605.65	c  N st    82   3212351       344      1483         0    112370      4496   1324778   no data   no data
684.01/684.01	c Finding binary XORs  T:     0.00 s  found:       0
721.81/721.82	c  N st    83   3712355       343      1460        11    118023      4448   1458171   no data   no data
721.81/721.82	c  S st    83   3712355       343      1460        11    118023      4448   1458171   no data   no data
722.11/722.17	c  S st    83   3712862       343      1460        11    118527      4448   1467734   no data   no data
722.11/722.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
722.21/722.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
722.21/722.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
722.21/722.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
722.21/722.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
722.21/722.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    343 time:  0.00 s
722.21/722.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
722.21/722.24	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.02 s
722.31/722.31	c subs with bin:      113  lits-rem:       923  v-fix:    0  time:  0.02 s
730.81/730.82	c lits-rem:      3316  cl-subs:    19610  v-elim:      0  v-fix:    0  time:  8.51 s
730.81/730.82	c vivif2 --  cl tried     1459 cl shrink        0 lits rem          0 time: 0.00
730.81/730.84	c vivif2 --  cl tried    98464 cl shrink        0 lits rem          0 time: 0.02
730.91/730.92	c asymm  cl-useful: 0/1459/1459 lits-rem:0 time: 0.09
730.91/730.93	c calculated reachability. Time: 0.00
730.91/730.93	c  N st    83   3712862       342      1459        11     98464      4450   1196558   no data   no data
741.42/741.46	c  F st    84   3751563       342      1459        11    135094      4450   1781242   no data   no data
741.42/741.46	c  N st    84   3751563       342      1459        11    135094      4450   1781242   no data   no data
743.71/743.70	c Decided on static restart strategy
749.81/749.87	c  N st    94   3779872       342      1459        11     89059      4450    922682   no data   no data
759.11/759.18	c  N st    96   3815865       342      1459        11    123774      4450   1567026   no data   no data
769.51/769.53	c  N st    97   3848257       342      1459        11    154570      4450   2078226   no data   no data
781.31/781.40	c  N st    98   3896846       342      1459        11    123023      4450   1475802   no data   no data
801.11/801.18	c  N st    99   3969732       342      1459        11    111940      4450   1191417   no data   no data
830.21/830.20	c  N st   100   4079056       342      1459        11    133475      4450   1496561   no data   no data
865.21/865.23	c  N st   101   4212863       342      1459        11     93176      4450    857346   no data   no data
865.21/865.23	c  S st   101   4212863       342      1459        11     93176      4450    857346   no data   no data
865.41/865.49	c  S st   101   4213367       342      1459        11     93675      4450    867115   no data   no data
865.41/865.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
865.51/865.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
865.51/865.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
865.51/865.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
865.51/865.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
865.51/865.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
865.51/865.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
865.51/865.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
865.51/865.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
867.01/867.07	c lits-rem:      2438  cl-subs:     9224  v-elim:      0  v-fix:    0  time:  1.50 s
867.01/867.07	c vivif2 --  cl tried     1459 cl shrink        0 lits rem          0 time: 0.00
867.01/867.08	c vivif2 --  cl tried    84451 cl shrink        0 lits rem          0 time: 0.01
867.11/867.14	c asymm  cl-useful: 0/1459/1459 lits-rem:0 time: 0.06
867.11/867.14	c calculated reachability. Time: 0.00
867.11/867.14	c  N st   101   4213367       342      1459        11     84451      4450    754905   no data   no data
905.72/905.79	c Finding binary XORs  T:     0.00 s  found:       0
930.02/930.02	c  N st   102   4459345       341      1441        18    122796      4407   1386029   no data   no data
997.31/997.34	c  N st   103   4713368       341      1441        23    119990      4407   1196175   no data   no data
997.31/997.34	c  S st   103   4713368       341      1441        23    119990      4407   1196175   no data   no data
997.31/997.34	c Finding binary XORs  T:     0.00 s  found:       0
997.63/997.68	c  S st   103   4713871       341      1441        23    120489      4407   1205082   no data   no data
997.63/997.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
997.73/997.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
997.73/997.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
997.73/997.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
997.73/997.72	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
997.73/997.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
997.73/997.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
997.73/997.74	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.02 s
1000.31/1000.36	c subs with bin:    12585  lits-rem:      4978  v-fix:    0  time:  2.58 s
1003.91/1003.96	c lits-rem:      6513  cl-subs:    22244  v-elim:      0  v-fix:    0  time:  3.60 s
1003.91/1003.96	c vivif2 --  cl tried     1438 cl shrink        0 lits rem          0 time: 0.00
1003.91/1003.98	c vivif2 --  cl tried    85131 cl shrink      956 lits rem        967 time: 0.02
1004.01/1004.05	c asymm  cl-useful: 0/1438/1438 lits-rem:0 time: 0.07
1004.01/1004.05	c calculated reachability. Time: 0.00
1004.01/1004.05	c  N st   103   4713871       340      1438        25     85131      4406    774495   no data   no data
1095.91/1095.92	c Finding binary XORs  T:     0.00 s  found:       0
1110.51/1110.53	c Finding binary XORs  T:     0.00 s  found:       0
1113.52/1113.57	c Finding binary XORs  T:     0.00 s  found:       0
1113.82/1113.85	c  E st   104   5112343       311      1149       228     28097      3771    174063   no data   no data
1113.82/1113.85	c num threads              : 1          
1113.82/1113.85	c restarts                 : 104        
1113.82/1113.85	c dynamic restarts         : 0          
1113.82/1113.85	c static restarts          : 104        
1113.82/1113.85	c full restarts            : 5          
1113.82/1113.85	c total simplify time      : 1.45       
1113.82/1113.85	c learnts DL2              : 0          
1113.82/1113.85	c learnts size 2           : 394        
1113.82/1113.85	c learnts size 1           : 104         (29.71     % of vars)
1113.82/1113.85	c filedLit time            : 0.33        (0.03      % time)
1113.82/1113.85	c v-elim SatELite          : 8           (2.29      % vars)
1113.82/1113.85	c SatELite time            : 45.53       (4.09      % time)
1113.82/1113.85	c v-elim xor               : 0           (0.00      % vars)
1113.82/1113.85	c xor elim time            : 0.05        (0.00      % time)
1113.82/1113.85	c num binary xor trees     : 0          
1113.82/1113.85	c binxor trees' crown      : 0           (nan       leafs/tree)
1113.82/1113.85	c bin xor find time        : 0.00       
1113.82/1113.85	c OTF clause improved      : 240075      (0.05      clauses/conflict)
1113.82/1113.85	c OTF impr. size diff      : 255062      (1.06       lits/clause)
1113.82/1113.85	c OTF cl watch-shrink      : 1440451     (0.28      clauses/conflict)
1113.82/1113.85	c OTF cl watch-sh-lit      : 1897468     (1.32       lits/clause)
1113.82/1113.85	c tried to recurMin cls    : 498289      (9.75       % of conflicts)
1113.82/1113.85	c updated cache            : 10969       (0.02       lits/tried recurMin)
1113.82/1113.85	c clauses over max glue    : 0           (0.00      % of all clauses)
1113.82/1113.85	c conflicts                : 5112343     (4591.19   / sec)
1113.82/1113.85	c decisions                : 5831489     (0.25      % random)
1113.82/1113.85	c bogo-props               : 174389186809 (156611759.95 / sec)
1113.82/1113.85	c conflict literals        : 85740863    (32.33     % deleted)
1113.82/1113.85	c Memory used              : 128.88      MB
1113.82/1113.85	c CPU time                 : 1113.51     s
1113.82/1113.85	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367566-1305384496/watcher-3367566-1305384496 -o /tmp/evaluation-result-3367566-1305384496/solver-3367566-1305384496 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367566-1305384496.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.38 3.87 3.87 4/348 29311
/proc/meminfo: memFree=17634136/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=29992 CPUtime=0.01 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 618 0 0 0 1 0 0 0 21 0 1 0 650050553 30711808 559 33554432000 4194304 4580011 140736290467952 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 7498 559 363 95 0 2480 0

[startup+0.0656349 s]
/proc/loadavg: 3.38 3.87 3.87 4/348 29311
/proc/meminfo: memFree=17634136/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=30136 CPUtime=0.06 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 680 0 0 0 6 0 0 0 21 0 1 0 650050553 30859264 621 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 7534 621 364 95 0 2516 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30136

[startup+0.100635 s]
/proc/loadavg: 3.38 3.87 3.87 4/348 29311
/proc/meminfo: memFree=17634136/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=30136 CPUtime=0.1 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 729 0 0 0 10 0 0 0 21 0 1 0 650050553 30859264 670 33554432000 4194304 4580011 140736290467952 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 7534 670 364 95 0 2516 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30136

[startup+0.300597 s]
/proc/loadavg: 3.38 3.87 3.87 4/348 29311
/proc/meminfo: memFree=17634136/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=30632 CPUtime=0.29 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 944 0 0 0 29 0 0 0 22 0 1 0 650050553 31367168 777 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 7658 777 364 95 0 2640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30632

[startup+0.700525 s]
/proc/loadavg: 3.38 3.87 3.87 4/348 29311
/proc/meminfo: memFree=17634136/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=31164 CPUtime=0.69 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 1379 0 0 0 69 0 0 0 24 0 1 0 650050553 31911936 832 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 7791 832 364 95 0 2773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31164

[startup+1.50038 s]
/proc/loadavg: 3.38 3.87 3.87 5/349 29312
/proc/meminfo: memFree=17621852/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=36312 CPUtime=1.49 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 3020 0 0 0 149 0 0 0 25 0 1 0 650050553 37183488 2215 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 9078 2215 367 95 0 4060 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36312

[startup+3.10107 s]
/proc/loadavg: 3.38 3.87 3.87 5/349 29313
/proc/meminfo: memFree=17601000/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=36468 CPUtime=3.09 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 3984 0 0 0 309 0 0 0 25 0 1 0 650050553 37343232 2196 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 9117 2196 367 95 0 4099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36468

[startup+6.30051 s]
/proc/loadavg: 3.43 3.87 3.87 5/349 29340
/proc/meminfo: memFree=17601696/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=41192 CPUtime=6.29 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 6426 0 0 0 628 1 0 0 25 0 1 0 650050553 42180608 3389 33554432000 4194304 4580011 140736290467952 18446744073709551615 4501886 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 10298 3389 367 95 0 5280 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41192

[startup+12.7004 s]
/proc/loadavg: 3.48 3.88 3.87 5/349 29340
/proc/meminfo: memFree=17561944/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=45596 CPUtime=12.69 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 9556 0 0 0 1268 1 0 0 25 0 1 0 650050553 46690304 4372 33554432000 4194304 4580011 140736290467952 18446744073709551615 4318336 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 11399 4372 367 95 0 6381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45596

[startup+25.5011 s]
/proc/loadavg: 3.59 3.88 3.87 5/349 29340
/proc/meminfo: memFree=17544120/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=48924 CPUtime=25.49 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 14342 0 0 0 2547 2 0 0 25 0 1 0 650050553 50098176 5126 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 12231 5126 367 95 0 7213 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48924

[startup+51.1006 s]
/proc/loadavg: 3.73 3.89 3.87 5/349 29341
/proc/meminfo: memFree=17532444/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=51736 CPUtime=51.09 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 21468 0 0 0 5106 3 0 0 25 0 1 0 650050553 52977664 6152 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 12934 6152 367 95 0 7916 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51736

[startup+102.313 s]
/proc/loadavg: 3.94 3.92 3.88 5/349 29342
/proc/meminfo: memFree=17484524/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=63604 CPUtime=102.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 34547 0 0 0 10225 5 0 0 25 0 1 0 650050553 65130496 9287 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 15901 9287 367 95 0 10883 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63604

[startup+162.301 s]
/proc/loadavg: 3.98 3.93 3.89 5/349 29344
/proc/meminfo: memFree=17465476/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=70720 CPUtime=162.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 46671 0 0 0 16222 8 0 0 25 0 1 0 650050553 72417280 10741 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 17680 10741 367 95 0 12662 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 70720

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.89 5/349 29372
/proc/meminfo: memFree=17446452/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=71036 CPUtime=222.29 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 56270 0 0 0 22219 10 0 0 25 0 1 0 650050553 72740864 11019 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 17759 11019 367 95 0 12741 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71036

[startup+282.301 s]
/proc/loadavg: 4.03 3.96 3.90 5/349 29374
/proc/meminfo: memFree=17394492/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=83904 CPUtime=282.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 67534 0 0 0 28217 13 0 0 25 0 1 0 650050553 85917696 13607 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 20976 13607 367 95 0 15958 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83904

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/349 29376
/proc/meminfo: memFree=17368280/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=84164 CPUtime=342.29 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 76755 0 0 0 34214 15 0 0 25 0 1 0 650050553 86183936 13603 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 21041 13603 367 95 0 16023 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 84164

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/349 29377
/proc/meminfo: memFree=17327676/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=87512 CPUtime=402.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 85809 0 0 0 40212 18 0 0 25 0 1 0 650050553 89612288 14268 33554432000 4194304 4580011 140736290467952 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 21878 14268 367 95 0 16860 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 87512

[startup+462.301 s]
/proc/loadavg: 4.15 4.00 3.92 5/349 29379
/proc/meminfo: memFree=17320552/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=87656 CPUtime=462.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 93387 0 0 0 46210 20 0 0 25 0 1 0 650050553 89759744 15530 33554432000 4194304 4580011 140736290467952 18446744073709551615 4304832 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 21914 15530 367 95 0 16896 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 87656

[startup+522.3 s]
/proc/loadavg: 4.05 4.00 3.92 5/349 29380
/proc/meminfo: memFree=17274868/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=93744 CPUtime=522.3 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 103050 0 0 0 52207 23 0 0 25 0 1 0 650050553 95993856 15977 33554432000 4194304 4580011 140736290467952 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 23436 15977 367 95 0 18418 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 93744

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.92 5/349 29382
/proc/meminfo: memFree=17264164/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=93892 CPUtime=582.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 110299 0 0 0 58205 26 0 0 25 0 1 0 650050553 96145408 16320 33554432000 4194304 4580011 140736290467952 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 23473 16320 367 95 0 18455 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93892

[startup+642.301 s]
/proc/loadavg: 4.08 4.02 3.93 5/349 29384
/proc/meminfo: memFree=17239560/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=104520 CPUtime=642.32 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 117686 0 0 0 64204 28 0 0 25 0 1 0 650050553 107028480 18764 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 26130 18764 367 95 0 21112 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 104520

[startup+702.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/349 29385
/proc/meminfo: memFree=17237276/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=100132 CPUtime=702.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 124092 0 0 0 70202 29 0 0 25 0 1 0 650050553 102535168 18288 33554432000 4194304 4580011 140736290467952 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 25033 18288 367 95 0 20015 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 100132

[startup+762.313 s]
/proc/loadavg: 4.01 4.00 3.93 5/349 29387
/proc/meminfo: memFree=17201640/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=124440 CPUtime=762.32 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 129512 0 0 0 76201 31 0 0 25 0 1 0 650050553 127426560 23708 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 31110 23708 367 95 0 26092 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 124440

[startup+822.301 s]
/proc/loadavg: 4.05 4.02 3.93 5/349 29397
/proc/meminfo: memFree=17218456/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=106248 CPUtime=822.32 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 132057 0 0 0 82200 32 0 0 25 0 1 0 650050553 108797952 19105 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 26562 19105 367 95 0 21544 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 106248

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/349 29399
/proc/meminfo: memFree=17200676/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=110732 CPUtime=882.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 138938 0 0 0 88198 33 0 0 25 0 1 0 650050553 113389568 21045 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 27683 21045 367 95 0 22665 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 110732

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/349 29404
/proc/meminfo: memFree=17199288/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=119176 CPUtime=942.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 144764 0 0 0 94196 35 0 0 25 0 1 0 650050553 122036224 21658 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 29794 21658 367 95 0 24776 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 119176

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/349 29405
/proc/meminfo: memFree=17162456/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1002.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 148666 0 0 0 100195 36 0 0 25 0 1 0 650050553 135139328 25560 33554432000 4194304 4580011 140736290467952 18446744073709551615 4406294 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 25560 367 95 0 27975 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 131972

[startup+1062.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/349 29407
/proc/meminfo: memFree=17154460/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1062.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 106195 36 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 131972

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

[startup+1075.1 s]
/proc/loadavg: 4.06 4.03 3.94 5/349 29407
/proc/meminfo: memFree=17151468/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1075.11 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 107475 36 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1075.11
Current children cumulated vsize (KiB) 131972

[startup+1100.7 s]
/proc/loadavg: 4.04 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17124780/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1100.71 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 110035 36 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1100.71
Current children cumulated vsize (KiB) 131972

[startup+1107.1 s]
/proc/loadavg: 4.04 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17141396/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1107.11 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 110675 36 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4322610 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1107.11
Current children cumulated vsize (KiB) 131972

[startup+1110.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17135816/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1110.31 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 110995 36 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1110.31
Current children cumulated vsize (KiB) 131972

[startup+1111.9 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17134328/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1111.92 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 111155 37 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1111.92
Current children cumulated vsize (KiB) 131972

[startup+1112.7 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17133200/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1112.72 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 111235 37 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1112.72
Current children cumulated vsize (KiB) 131972

[startup+1113.5 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17131836/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1113.52 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 111315 37 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1113.52
Current children cumulated vsize (KiB) 131972

[startup+1113.7 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17131836/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1113.72 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 111335 37 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1113.72
Current children cumulated vsize (KiB) 131972

[startup+1113.8 s]
/proc/loadavg: 4.03 4.02 3.94 5/349 29408
/proc/meminfo: memFree=17131836/32951124 swapFree=67056804/67111528
[pid=29311] ppid=29309 vsize=131972 CPUtime=1113.82 cores=4,6
/proc/29311/stat : 29311 (strangenight2-s) R 29309 29311 28535 0 -1 4202496 149867 0 0 0 111345 37 0 0 25 0 1 0 650050553 135139328 26761 33554432000 4194304 4580011 140736290467952 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29311/statm: 32993 26761 367 95 0 27975 0
Current children cumulated CPU time (s) 1113.82
Current children cumulated vsize (KiB) 131972

Child status: 20
Real time (s): 1113.86
CPU time (s): 1113.89
CPU user time (s): 1113.51
CPU system time (s): 0.375942
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 131972

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

runsolver used 3.9174 second user time and 8.24075 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-14 16:48:16
IDJOB=3367566
IDBENCH=82775
IDSOLVER=1845
FILE ID=node108/3367566-1305384496
RUNJOBID= node108-1305384496-29270
PBS_JOBID= 13324394
Free space on /tmp= 73540 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367566-1305384496/watcher-3367566-1305384496 -o /tmp/evaluation-result-3367566-1305384496/solver-3367566-1305384496 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367566-1305384496.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 24f29f9a1e0f9e8aba36541592ba8e3a
RANDOM SEED=289361854

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      17634292 kB
Buffers:        296360 kB
Cached:        4596304 kB
SwapCached:       8700 kB
Active:       11051072 kB
Inactive:      3951872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17634292 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           22112 kB
Writeback:           0 kB
AnonPages:    10106772 kB
Mapped:          28112 kB
Slab:           210344 kB
PageTables:      38968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52350304 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= 73532 MiB
End job on node108 at 2011-05-14 17:06:50