Trace number 3175329

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 2079.92 521.021

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.22475
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 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-3175329-1304117148.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     173 undec:      39 neg:     138
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       340      1483         0         0      4512         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4920       340      1483         0      4777      4512     82527   no data   no data  --
3.17/0.80	c  N st    10     11305       340      1483         0      4429      4512     58344   no data   no data  --
3.17/0.80	c  N st    11     17048       340      1483         0      9920      4512    146903   no data   no data  --
3.57/1.00	c  F st    12     25000       340      1483         0     12187      4512    192260   no data   no data  --
3.57/1.00	c  N st    12     25000       340      1483         0     12187      4512    192260   no data   no data  --
4.39/1.15	c Decided on static restart strategy
4.39/1.15	c  N st    18     30003       340      1483         0     10516      4512    146678   no data   no data  --
4.39/1.15	c  S st    18     30003       340      1483         0     10516      4512    146678   no data   no data  --
4.39/1.18	c  S st    18     30504       340      1483         0     11014      4512    155791   no data   no data  --
4.39/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
4.39/1.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.32	c lits-rem:       193  cl-subs:     1270  v-elim:      0  v-fix:    0  time:  0.53 s
5.17/1.33	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.03
5.17/1.33	c calculated reachability. Time: 0.00
5.17/1.33	c  N st    18     30504       340      1483         0      9744      4512    136077   no data   no data  --
6.37/1.68	c  N st    20     37616       340      1483         0      9033      4512    112066   no data   no data  --
7.96/2.02	c  N st    21     44015       340      1483         0     15211      4512    216479   no data   no data  --
8.38/2.13	c  S st    22     45757       340      1483         0     16923      4512    247390   no data   no data  --
8.38/2.18	c  S st    22     46260       340      1483         0     17426      4512    256881   no data   no data  --
8.38/2.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.38/2.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
8.38/2.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.68	c lits-rem:       345  cl-subs:     1786  v-elim:      0  v-fix:    0  time:  1.95 s
10.36/2.68	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
10.36/2.68	c vivif2 --  cl tried    15640 cl shrink        0 lits rem          0 time: 0.01
10.36/2.69	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.05
10.36/2.69	c calculated reachability. Time: 0.00
10.36/2.69	c  N st    22     46260       340      1483         0     15640      4512    227464   no data   no data  --
13.55/3.50	c  N st    23     60658       340      1483         0     11294      4512    133480   no data   no data  --
15.95/4.02	c  N st    24     69393       340      1483         0     19732      4512    288587   no data   no data  --
15.95/4.02	c  S st    24     69393       340      1483         0     19732      4512    288587   no data   no data  --
15.95/4.07	c  S st    24     69895       340      1483         0     20232      4512    298052   no data   no data  --
15.95/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.95/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
15.95/4.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.74/4.73	c lits-rem:       403  cl-subs:     1836  v-elim:      0  v-fix:    0  time:  2.57 s
18.74/4.73	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
18.74/4.73	c vivif2 --  cl tried    18396 cl shrink        0 lits rem          0 time: 0.01
18.74/4.75	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.06
18.74/4.75	c calculated reachability. Time: 0.00
18.74/4.75	c  N st    24     69895       340      1483         0     18396      4512    266295   no data   no data  --
23.54/5.92	c  F st    25     87500       340      1483         0     13276      4512    158559   no data   no data  --
23.54/5.92	c  N st    25     87500       340      1483         0     13276      4512    158559   no data   no data  --
24.74/6.27	c Decided on static restart strategy
25.54/6.45	c  N st    32     95540       340      1483         0     21050      4512    299484   no data   no data  --
28.33/7.15	c  N st    34    104842       340      1483         0     17525      4512    225456   no data   no data  --
28.33/7.15	c  S st    34    104842       340      1483         0     17525      4512    225456   no data   no data  --
28.33/7.19	c  S st    34    105345       340      1483         0     18023      4512    235180   no data   no data  --
28.33/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.33/7.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.73/7.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
28.73/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
28.73/7.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.60	c lits-rem:       243  cl-subs:      953  v-elim:      0  v-fix:    0  time:  1.57 s
29.94/7.60	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
29.94/7.60	c vivif2 --  cl tried    17070 cl shrink        0 lits rem          0 time: 0.01
30.35/7.61	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.05
30.35/7.61	c calculated reachability. Time: 0.00
30.35/7.61	c  N st    34    105345       340      1483         0     17070      4512    217844   no data   no data  --
33.53/8.40	c  N st    35    114944       340      1483         0     26341      4512    386615   no data   no data  --
38.32/9.60	c  N st    36    129342       340      1483         0     26741      4512    380027   no data   no data  --
45.12/11.31	c  N st    37    150937       340      1483         0     17599      4512    187185   no data   no data  --
47.11/11.83	c  S st    38    158017       340      1483         0     24455      4512    310474   no data   no data  --
47.11/11.89	c  S st    38    158520       340      1483         0     24955      4512    319624   no data   no data  --
47.11/11.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.11/11.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.51/11.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
47.51/11.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
47.51/11.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.71/12.72	c lits-rem:       723  cl-subs:     1497  v-elim:      0  v-fix:    0  time:  3.24 s
50.71/12.72	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
50.71/12.73	c vivif2 --  cl tried    23458 cl shrink        0 lits rem          0 time: 0.01
50.71/12.74	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.07
50.71/12.74	c calculated reachability. Time: 0.00
50.71/12.74	c  N st    38    158520       340      1483         0     23458      4512    296186   no data   no data  --
67.89/17.06	c  N st    39    207108       340      1483         0     36415      4512    491991   no data   no data  --
79.47/19.95	c  N st    40    237780       340      1483         0     28451      4512    345325   no data   no data  --
79.47/19.95	c  S st    40    237780       340      1483         0     28451      4512    345325   no data   no data  --
79.87/20.03	c  S st    40    238282       340      1483         0     28952      4512    354939   no data   no data  --
79.87/20.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.87/20.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.87/20.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
79.87/20.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.87/20.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.87/20.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
79.87/20.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.86/21.08	c lits-rem:       417  cl-subs:     2207  v-elim:      0  v-fix:    0  time:  4.13 s
83.86/21.08	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
83.86/21.08	c vivif2 --  cl tried    26745 cl shrink        0 lits rem          0 time: 0.01
84.26/21.10	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.08
84.26/21.10	c calculated reachability. Time: 0.00
84.26/21.10	c  N st    40    238282       340      1483         0     26745      4512    321254   no data   no data  --
111.82/28.02	c  F st    41    306250       340      1483         0     28592      4512    319290   no data   no data  --
111.82/28.02	c  N st    41    306250       340      1483         0     28592      4512    319290   no data   no data  --
113.42/28.50	c Decided on static restart strategy
123.80/31.00	c  N st    51    334554       340      1483         0     32823      4512    388751   no data   no data  --
133.78/33.53	c  N st    53    357425       340      1483         0     30923      4512    340461   no data   no data  --
133.78/33.53	c  S st    53    357425       340      1483         0     30923      4512    340461   no data   no data  --
134.18/33.61	c  S st    53    357931       340      1483         0     31428      4512    350092   no data   no data  --
134.18/33.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
134.18/33.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.18/33.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
134.18/33.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.18/33.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.18/33.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
134.18/33.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.18/34.66	c lits-rem:       758  cl-subs:     1493  v-elim:      0  v-fix:    0  time:  4.11 s
138.18/34.66	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
138.18/34.67	c vivif2 --  cl tried    29935 cl shrink        0 lits rem          0 time: 0.02
138.18/34.69	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.09
138.18/34.69	c calculated reachability. Time: 0.00
138.18/34.69	c  N st    53    357931       340      1483         0     29935      4512    326736   no data   no data  --
153.38/38.47	c  N st    54    390323       340      1483         0     36044      4512    419294   no data   no data  --
177.72/44.54	c  N st    55    438911       340      1483         0     29742      4512    289587   no data   no data  --
213.28/53.43	c  N st    56    511793       340      1483         0     42996      4512    488879   no data   no data  --
227.26/56.92	c  N st    57    536896       340      1483         0     37302      4512    388226   no data   no data  --
227.26/56.92	c  S st    57    536896       340      1483         0     37302      4512    388226   no data   no data  --
227.66/57.01	c  S st    57    537402       340      1483         0     37805      4512    397952   no data   no data  --
227.66/57.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.66/57.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
227.66/57.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
227.66/57.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.66/57.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.66/57.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
227.66/57.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
232.46/58.30	c lits-rem:       627  cl-subs:     2809  v-elim:      0  v-fix:    0  time:  5.03 s
232.46/58.30	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
232.46/58.30	c vivif2 --  cl tried    34996 cl shrink        0 lits rem          0 time: 0.02
232.87/58.33	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.12
232.87/58.33	c calculated reachability. Time: 0.00
232.87/58.33	c  N st    57    537402       340      1483         0     34996      4512    357559   no data   no data  --
319.53/80.07	c  N st    58    701387       340      1483         0     63551      4512    789906   no data   no data  --
389.44/97.56	c  N st    59    806103       340      1483         1     57918      4512    669699   no data   no data  --
389.44/97.56	c  S st    59    806103       340      1483         1     57918      4512    669699   no data   no data  --
390.24/97.71	c  S st    59    806605       340      1483         1     58416      4512    679033   no data   no data  --
390.24/97.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
390.24/97.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
390.24/97.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
390.24/97.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.05/97.93	c subs with bin:      491  lits-rem:      6457  v-fix:    0  time:  0.68 s
391.05/97.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
391.05/97.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.62/100.88	c lits-rem:      1750  cl-subs:     9499  v-elim:      0  v-fix:    0  time: 11.80 s
402.62/100.88	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
402.62/100.89	c vivif2 --  cl tried    48427 cl shrink        0 lits rem          0 time: 0.03
403.02/100.95	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.24
403.02/100.95	c calculated reachability. Time: 0.00
403.02/100.95	c  N st    59    806605       340      1482         1     48427      4511    524839   no data   no data  --
581.57/145.61	c  F st    60   1071875       340      1482         1     64591      4511    740768   no data   no data  --
581.57/145.61	c  N st    60   1071875       340      1482         1     64591      4511    740768   no data   no data  --
585.96/146.78	c Decided on static restart strategy
603.54/151.12	c  N st    70   1100181       340      1482         1     48525      4511    463708   no data   no data  --
627.11/157.02	c  N st    72   1136175       340      1482         1     83100      4511   1068524   no data   no data  --
651.07/163.03	c  N st    73   1168567       340      1482         1     70032      4511    834495   no data   no data  --
681.83/170.71	c  N st    74   1209909       340      1482         1     64352      4511    699330   no data   no data  --
681.83/170.71	c  S st    74   1209909       340      1482         1     64352      4511    699330   no data   no data  --
682.63/170.91	c  S st    74   1210410       340      1482         1     64853      4511    709491   no data   no data  --
682.63/170.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.63/170.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
682.63/170.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
682.63/170.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
682.63/170.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.63/170.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
682.63/170.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
693.42/173.65	c lits-rem:      1389  cl-subs:     6800  v-elim:      0  v-fix:    0  time: 10.76 s
693.42/173.65	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
693.42/173.66	c vivif2 --  cl tried    58053 cl shrink        0 lits rem          0 time: 0.03
693.84/173.72	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.24
693.84/173.72	c calculated reachability. Time: 0.00
693.84/173.72	c  N st    74   1210410       340      1482         1     58053      4511    609235   no data   no data  --
745.75/186.75	c  N st    75   1283292       340      1482         1     81628      4511    955550   no data   no data  --
828.44/207.44	c  N st    76   1392616       340      1482         1     91875      4511   1168468   no data   no data  --
962.27/240.91	c  N st    77   1556600       340      1482         1     99362      4511   1240611   no data   no data  --
1091.27/273.23	c  N st    78   1710410       340      1482         3     89095      4511   1057353   no data   no data  --
1091.27/273.23	c  S st    78   1710410       340      1482         3     89095      4511   1057353   no data   no data  --
1092.88/273.60	c  S st    78   1710916       340      1482         4     89599      4511   1066807   no data   no data  --
1092.88/273.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1092.88/273.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1092.88/273.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
1092.88/273.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1098.86/275.16	c subs with bin:     3804  lits-rem:     17996  v-fix:    0  time:  5.86 s
1098.86/275.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1098.86/275.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1118.04/279.99	c lits-rem:      1316  cl-subs:    11575  v-elim:      0  v-fix:    0  time: 19.30 s
1118.04/279.99	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
1118.44/280.01	c vivif2 --  cl tried    74221 cl shrink        0 lits rem          0 time: 0.05
1118.84/280.10	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.38
1118.84/280.10	c calculated reachability. Time: 0.00
1118.84/280.10	c  N st    78   1710916       340      1481         4     74221      4510    834531   no data   no data  --
1441.99/361.06	c  N st    79   2079883       340      1481         6     85759      4510    926493   no data   no data  --
1442.39/361.10	c Finding binary XORs  T:     0.00 s  found:       0
1566.63/392.22	c  N st    80   2210917       339      1455        23     87442      4448    973062   no data   no data  --
1566.63/392.22	c  S st    80   2210917       339      1455        23     87442      4448    973062   no data   no data  --
1567.83/392.50	c  S st    80   2211419       339      1455        23     87941      4448    981794   no data   no data  --
1567.83/392.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1567.83/392.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1567.83/392.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
1567.83/392.57	c bin-w-bin subsume rem           10 bins  time:  0.00 s
1568.64/392.78	c subs with bin:     1194  lits-rem:      3731  v-fix:    0  time:  0.84 s
1568.64/392.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
1568.64/392.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1588.60/397.71	c lits-rem:      2934  cl-subs:    12316  v-elim:      1  v-fix:    0  time: 19.65 s
1588.60/397.71	c vivif2 --  cl tried     1452 cl shrink        0 lits rem          0 time: 0.00
1588.60/397.72	c vivif2 --  cl tried    74433 cl shrink        0 lits rem          0 time: 0.05
1589.00/397.81	c asymm  cl-useful: 0/1452/1452 lits-rem:0 time: 0.38
1589.00/397.82	c calculated reachability. Time: 0.00
1589.00/397.82	c  N st    80   2211419       338      1452        14     74433      4447    796734   no data   no data  --
2001.63/501.11	c Finding binary XORs  T:     0.00 s  found:       0
2051.58/513.63	c Finding binary XORs  T:     0.00 s  found:       0
2065.54/517.13	c Finding binary XORs  T:     0.00 s  found:       0
2071.93/518.76	c  N st    81   2711419       329      1334       100     66957      4185    620942   no data   no data  --
2071.93/518.76	c  S st    81   2711419       329      1334       100     66957      4185    620942   no data   no data  --
2072.73/518.95	c  S st    81   2711923       329      1334       101     67454      4185    627507   no data   no data  --
2072.73/518.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2072.73/518.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2072.73/518.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     13 BRemL:      1 BRemN:      0 P:  0.9M T:  0.11
2073.13/519.03	c bin-w-bin subsume rem           32 bins  time:  0.00 s
2074.33/519.33	c subs with bin:     4895  lits-rem:      9765  v-fix:    0  time:  1.21 s
2074.33/519.34	c Subs w/ non-existent bins:    228 l-rem:    708 v-fix:     0 done:    329 time:  0.04 s
2074.33/519.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2079.68/520.94	c lits-rem:      1800  cl-subs:     2466  v-elim:      3  v-fix:    0  time:  5.27 s
2079.68/520.94	c vivif2 --  cl tried     1302 cl shrink        0 lits rem          0 time: 0.00
2079.68/520.96	c vivif2 --  cl tried    51255 cl shrink     1404 lits rem       1466 time: 0.03
2079.88/521.00	c asymm  cl-useful: 0/1302/1302 lits-rem:0 time: 0.09
2079.88/521.00	c calculated reachability. Time: 0.00
2079.88/521.00	c  N st    81   2711923       326      1302        87     51255      4114    436433   no data   no data  --
2079.88/521.00	c Following stats are for *FIRST FINISHED THREAD ONLY*
2079.88/521.00	c num threads              : 4          
2079.88/521.00	c restarts                 : 81         
2079.88/521.00	c dynamic restarts         : 0          
2079.88/521.00	c static restarts          : 81         
2079.88/521.00	c full restarts            : 4          
2079.88/521.00	c total simplify time      : 2.76       
2079.88/521.00	c learnts DL2              : 0          
2079.88/521.00	c learnts size 2           : 250        
2079.88/521.00	c learnts size 1           : 153         (43.71     % of vars)
2079.88/521.00	c filedLit time            : 0.80        (0.04      % time)
2079.88/521.00	c v-elim SatELite          : 13          (3.71      % vars)
2079.88/521.00	c SatELite time            : 95.24       (4.58      % time)
2079.88/521.00	c v-elim xor               : 0           (0.00      % vars)
2079.88/521.00	c xor elim time            : 0.10        (0.01      % time)
2079.88/521.00	c num binary xor trees     : 0          
2079.88/521.00	c binxor trees' crown      : 0           (nan       leafs/tree)
2079.88/521.00	c bin xor find time        : 0.00       
2079.88/521.00	c OTF clause improved      : 117923      (0.04      clauses/conflict)
2079.88/521.00	c OTF impr. size diff      : 126082      (1.07       lits/clause)
2079.88/521.00	c OTF cl watch-shrink      : 726687      (0.26      clauses/conflict)
2079.88/521.00	c OTF cl watch-sh-lit      : 935033      (1.29       lits/clause)
2079.88/521.00	c tried to recurMin cls    : 400811      (14.52      % of conflicts)
2079.88/521.00	c updated cache            : 6043        (0.02       lits/tried recurMin)
2079.88/521.00	c unit cls received        : 7           (4.58      % of units)
2079.88/521.00	c unit cls sent            : 4           (2.61      % of units)
2079.88/521.00	c bin cls received         : 27         
2079.88/521.00	c bin cls sent             : 90         
2079.88/521.00	c clauses over max glue    : 0           (0.00      % of all clauses)
2079.88/521.00	c conflicts                : 2760700     (1328.09   / sec)
2079.88/521.00	c decisions                : 3171171     (0.54      % random)
2079.88/521.00	c bogo-props               : 70997522765 (34154804.18 / sec)
2079.88/521.00	c conflict literals        : 45441335    (32.03     % deleted)
2079.88/521.00	c Memory used              : 503.23      MB
2079.88/521.00	c single-thread CPU time   : 2078.70     s
2079.88/521.00	c all-threads sum CPU time : 2078.70     s
2079.88/521.00	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-3175329-1304117148/watcher-3175329-1304117148 -o /tmp/evaluation-result-3175329-1304117148/solver-3175329-1304117148 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175329-1304117148.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.47 4.32 5.57 3/176 31390
/proc/meminfo: memFree=25026780/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 504130647 52465664 353 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 12809 353 303 112 0 7774 0
[pid=31390/tid=31393] ppid=31386 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 504130647 52465664 353 33554432000 4194304 4650419 140733805326496 18446744073709551615 233522095158 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 504130647 52465664 353 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 504130647 52465664 353 33554432000 4194304 4650419 140733805326496 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0435649 s]
/proc/loadavg: 3.47 4.32 5.57 3/176 31390
/proc/meminfo: memFree=25026780/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=281924 CPUtime=0.14 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 1208 0 0 0 14 0 0 0 18 0 4 0 504130647 288690176 1092 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 70481 1092 390 112 0 65446 0
[pid=31390/tid=31393] ppid=31386 vsize=281924 CPUtime=0.03 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 200 0 0 0 3 0 0 0 18 0 4 0 504130647 288690176 1092 33554432000 4194304 4650419 140733805326496 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=281924 CPUtime=0.03 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 246 0 0 0 3 0 0 0 18 0 4 0 504130647 288690176 1092 33554432000 4194304 4650419 140733805326496 18446744073709551615 233510402591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=281924 CPUtime=0.03 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 132 0 0 0 3 0 0 0 21 0 4 0 504130647 288690176 1092 33554432000 4194304 4650419 140733805326496 18446744073709551615 233510402542 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 281924

[startup+0.135082 s]
/proc/loadavg: 3.47 4.32 5.57 3/176 31390
/proc/meminfo: memFree=25026780/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=290492 CPUtime=0.51 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 1682 0 0 0 51 0 0 0 18 0 4 0 504130647 297463808 1566 33554432000 4194304 4650419 140733805326496 18446744073709551615 233510402591 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 72623 1571 393 112 0 67588 0
[pid=31390/tid=31393] ppid=31386 vsize=290492 CPUtime=0.12 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 310 0 0 0 12 0 0 0 18 0 4 0 504130647 297463808 1575 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=290492 CPUtime=0.12 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 414 0 0 0 12 0 0 0 18 0 4 0 504130647 297463808 1579 33554432000 4194304 4650419 140733805326496 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=290492 CPUtime=0.12 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 236 0 0 0 12 0 0 0 21 0 4 0 504130647 297463808 1584 33554432000 4194304 4650419 140733805326496 18446744073709551615 233510402542 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 290492

[startup+0.30111 s]
/proc/loadavg: 3.47 4.32 5.57 3/176 31390
/proc/meminfo: memFree=25026780/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=282972 CPUtime=1.17 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 2454 0 0 0 117 0 0 0 18 0 4 0 504130647 289763328 1913 33554432000 4194304 4650419 140733805326496 18446744073709551615 4334464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 70743 1913 393 112 0 65708 0
[pid=31390/tid=31393] ppid=31386 vsize=282972 CPUtime=0.29 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 513 0 0 0 29 0 0 0 18 0 4 0 504130647 289763328 1913 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=282972 CPUtime=0.29 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 558 0 0 0 29 0 0 0 18 0 4 0 504130647 289763328 1913 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=282972 CPUtime=0.28 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 442 0 0 0 28 0 0 0 21 0 4 0 504130647 289763328 1913 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282972

[startup+0.701039 s]
/proc/loadavg: 3.47 4.32 5.57 3/176 31390
/proc/meminfo: memFree=25026780/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=284380 CPUtime=2.77 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 4228 0 0 0 277 0 0 0 18 0 4 0 504130647 291205120 2212 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 71095 2212 393 112 0 66060 0
[pid=31390/tid=31393] ppid=31386 vsize=284380 CPUtime=0.69 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 992 0 0 0 69 0 0 0 18 0 4 0 504130647 291205120 2212 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=284380 CPUtime=0.69 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 1026 0 0 0 69 0 0 0 18 0 4 0 504130647 291205120 2212 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=284380 CPUtime=0.68 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 818 0 0 0 68 0 0 0 22 0 4 0 504130647 291205120 2212 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284380

[startup+1.5009 s]
/proc/loadavg: 3.47 4.32 5.57 11/184 31398
/proc/meminfo: memFree=25003156/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=284908 CPUtime=5.97 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 8294 0 0 0 596 1 0 0 20 0 4 0 504130647 291745792 4567 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 71227 4567 395 112 0 66192 0
[pid=31390/tid=31393] ppid=31386 vsize=284908 CPUtime=1.49 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 2461 0 0 0 149 0 0 0 20 0 4 0 504130647 291745792 4567 33554432000 4194304 4650419 140733805326496 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=284908 CPUtime=1.49 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 1693 0 0 0 149 0 0 0 20 0 4 0 504130647 291745792 4567 33554432000 4194304 4650419 140733805326496 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=284908 CPUtime=1.48 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 1284 0 0 0 148 0 0 0 25 0 4 0 504130647 291745792 4567 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284908

[startup+3.10061 s]
/proc/loadavg: 3.47 4.32 5.57 10/184 31398
/proc/meminfo: memFree=24962112/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=276920 CPUtime=12.36 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 14535 0 0 0 1234 2 0 0 25 0 4 0 504130647 283566080 8833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 69230 8833 395 112 0 64195 0
[pid=31390/tid=31393] ppid=31386 vsize=276920 CPUtime=3.08 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 3313 0 0 0 308 0 0 0 25 0 4 0 504130647 283566080 8833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=276920 CPUtime=3.08 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 3722 0 0 0 308 0 0 0 25 0 4 0 504130647 283566080 8833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=276920 CPUtime=3.07 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 3412 0 0 0 307 0 0 0 25 0 4 0 504130647 283566080 8833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 276920

[startup+6.30104 s]
/proc/loadavg: 3.84 4.38 5.59 9/184 31399
/proc/meminfo: memFree=24926572/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=295324 CPUtime=25.14 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 21048 0 0 0 2511 3 0 0 25 0 4 0 504130647 302411776 11832 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 73831 11832 395 112 0 68796 0
[pid=31390/tid=31393] ppid=31386 vsize=295324 CPUtime=6.28 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 5272 0 0 0 628 0 0 0 25 0 4 0 504130647 302411776 11833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=295324 CPUtime=6.28 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 5449 0 0 0 628 0 0 0 25 0 4 0 504130647 302411776 11833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=295324 CPUtime=6.25 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 4649 0 0 0 625 0 0 0 25 0 4 0 504130647 302411776 11833 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 295324

[startup+12.7009 s]
/proc/loadavg: 4.17 4.44 5.60 9/184 31399
/proc/meminfo: memFree=24885296/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=305056 CPUtime=50.71 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 31475 0 0 0 5066 5 0 0 25 0 4 0 504130647 312377344 14801 33554432000 4194304 4650419 140733805326496 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 76264 14801 395 112 0 71229 0
[pid=31390/tid=31393] ppid=31386 vsize=305056 CPUtime=12.69 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 8127 0 0 0 1268 1 0 0 25 0 4 0 504130647 312377344 14801 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=305056 CPUtime=12.69 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 8075 0 0 0 1268 1 0 0 25 0 4 0 504130647 312377344 14801 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=305056 CPUtime=12.62 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 6784 0 0 0 1261 1 0 0 25 0 4 0 504130647 312377344 14801 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305056

[startup+25.5006 s]
/proc/loadavg: 5.02 4.62 5.64 10/184 31399
/proc/meminfo: memFree=24826500/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=306548 CPUtime=101.83 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 46929 0 0 0 10174 9 0 0 25 0 4 0 504130647 313905152 19699 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 76637 19699 395 112 0 71602 0
[pid=31390/tid=31393] ppid=31386 vsize=306548 CPUtime=25.49 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 13089 0 0 0 2547 2 0 0 25 0 4 0 504130647 313905152 19699 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=306548 CPUtime=25.49 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 12080 0 0 0 2547 2 0 0 25 0 4 0 504130647 313905152 19699 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=306548 CPUtime=25.34 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 9814 0 0 0 2532 2 0 0 25 0 4 0 504130647 313905152 19699 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 306548

[startup+51.101 s]
/proc/loadavg: 6.03 4.89 5.70 9/184 31400
/proc/meminfo: memFree=24779676/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=307836 CPUtime=204.09 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 71695 0 0 0 20392 17 0 0 25 0 4 0 504130647 315224064 24442 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 76959 24442 395 112 0 71924 0
[pid=31390/tid=31393] ppid=31386 vsize=307836 CPUtime=51.09 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 20433 0 0 0 5105 4 0 0 25 0 4 0 504130647 315224064 24442 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=307836 CPUtime=51.08 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 20092 0 0 0 5104 4 0 0 25 0 4 0 504130647 315224064 24442 33554432000 4194304 4650419 140733805326496 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=307836 CPUtime=50.8 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 12771 0 0 0 5077 3 0 0 25 0 4 0 504130647 315224064 24442 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 307836

[startup+102.307 s]
/proc/loadavg: 7.14 5.36 5.82 10/184 31401
/proc/meminfo: memFree=24732788/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=310296 CPUtime=408.63 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 111656 0 0 0 40831 32 0 0 25 0 4 0 504130647 317743104 29741 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 77574 29741 395 112 0 72539 0
[pid=31390/tid=31393] ppid=31386 vsize=310296 CPUtime=102.29 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 32252 0 0 0 10220 9 0 0 25 0 4 0 504130647 317743104 29741 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=310296 CPUtime=102.28 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 30528 0 0 0 10220 8 0 0 25 0 4 0 504130647 317743104 29741 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=310296 CPUtime=101.74 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 18973 0 0 0 10168 6 0 0 25 0 4 0 504130647 317743104 29741 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 310296

[startup+162.301 s]

################
# More data... #
################

/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 42268 0 0 0 34028 15 0 0 25 0 4 0 504130647 367599616 49670 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1367.29
Current children cumulated vsize (KiB) 358984

[startup+402.301 s]
/proc/loadavg: 8.20 7.12 6.45 10/184 31409
/proc/meminfo: memFree=24422544/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=503280 CPUtime=1606.97 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 274853 0 0 0 160597 100 0 0 25 0 4 0 504130647 515358720 57195 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 125820 57195 395 112 0 120785 0
[pid=31390/tid=31393] ppid=31386 vsize=503280 CPUtime=402.29 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 77842 0 0 0 40201 28 0 0 25 0 4 0 504130647 515358720 57195 33554432000 4194304 4650419 140733805326496 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=503280 CPUtime=402.24 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 78324 0 0 0 40198 26 0 0 25 0 4 0 504130647 515358720 57195 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=503280 CPUtime=400.11 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 46435 0 0 0 39994 17 0 0 25 0 4 0 504130647 515358720 57195 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1606.97
Current children cumulated vsize (KiB) 503280

[startup+462.3 s]
/proc/loadavg: 8.07 7.28 6.54 10/184 31411
/proc/meminfo: memFree=24427232/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=503308 CPUtime=1846.64 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 295565 0 0 0 184555 109 0 0 25 0 4 0 504130647 515387392 60459 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 125827 60459 395 112 0 120792 0
[pid=31390/tid=31393] ppid=31386 vsize=503308 CPUtime=462.3 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 84476 0 0 0 46198 32 0 0 25 0 4 0 504130647 515387392 60459 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=503308 CPUtime=462.24 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 85441 0 0 0 46195 29 0 0 25 0 4 0 504130647 515387392 60459 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=503308 CPUtime=459.77 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 49694 0 0 0 45959 18 0 0 25 0 4 0 504130647 515387392 60459 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1846.64
Current children cumulated vsize (KiB) 503308

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

[startup+486.301 s]
/proc/loadavg: 8.05 7.33 6.58 9/184 31411
/proc/meminfo: memFree=24410604/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515128 CPUtime=1942.51 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 304955 0 0 0 194137 114 0 0 25 0 4 0 504130647 527491072 60544 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128782 60544 395 112 0 123747 0
[pid=31390/tid=31393] ppid=31386 vsize=515128 CPUtime=486.3 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 86571 0 0 0 48597 33 0 0 25 0 4 0 504130647 527491072 60544 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515128 CPUtime=486.24 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 87718 0 0 0 48593 31 0 0 25 0 4 0 504130647 527491072 60544 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515128 CPUtime=483.65 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 52283 0 0 0 48346 19 0 0 25 0 4 0 504130647 527491072 60544 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1942.51
Current children cumulated vsize (KiB) 515128

[startup+499.101 s]
/proc/loadavg: 8.04 7.36 6.59 9/184 31412
/proc/meminfo: memFree=24401164/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515204 CPUtime=1993.64 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 309145 0 0 0 199248 116 0 0 25 0 4 0 504130647 527568896 60779 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128801 60779 395 112 0 123766 0
[pid=31390/tid=31393] ppid=31386 vsize=515204 CPUtime=499.1 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 86767 0 0 0 49877 33 0 0 25 0 4 0 504130647 527568896 60779 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515204 CPUtime=499.04 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89356 0 0 0 49873 31 0 0 25 0 4 0 504130647 527568896 60779 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515204 CPUtime=496.38 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 52974 0 0 0 49618 20 0 0 25 0 4 0 504130647 527568896 60779 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1993.64
Current children cumulated vsize (KiB) 515204

[startup+511.9 s]
/proc/loadavg: 8.03 7.39 6.61 10/184 31412
/proc/meminfo: memFree=24405252/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=527144 CPUtime=2044.77 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 314552 0 0 0 204359 118 0 0 25 0 4 0 504130647 539795456 61734 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 131786 61734 395 112 0 126751 0
[pid=31390/tid=31393] ppid=31386 vsize=527144 CPUtime=511.9 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 88606 0 0 0 51157 33 0 0 25 0 4 0 504130647 539795456 61734 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=527144 CPUtime=511.84 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 90879 0 0 0 51152 32 0 0 25 0 4 0 504130647 539795456 61734 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=527144 CPUtime=509.11 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 54239 0 0 0 50891 20 0 0 25 0 4 0 504130647 539795456 61734 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2044.77
Current children cumulated vsize (KiB) 527144

[startup+515.101 s]
/proc/loadavg: 8.03 7.40 6.62 9/184 31412
/proc/meminfo: memFree=24403768/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2057.55 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 316069 0 0 0 205636 119 0 0 25 0 4 0 504130647 527671296 61304 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 61304 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=515.09 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 88826 0 0 0 51476 33 0 0 25 0 4 0 504130647 527671296 61304 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=515.04 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 91153 0 0 0 51472 32 0 0 25 0 4 0 504130647 527671296 61304 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=512.29 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 54424 0 0 0 51209 20 0 0 25 0 4 0 504130647 527671296 61304 33554432000 4194304 4650419 140733805326496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2057.55
Current children cumulated vsize (KiB) 515304

[startup+518.3 s]
/proc/loadavg: 8.03 7.40 6.62 10/184 31412
/proc/meminfo: memFree=24404144/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2070.33 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 316902 0 0 0 206913 120 0 0 25 0 4 0 504130647 527671296 62137 33554432000 4194304 4650419 140733805326496 18446744073709551615 4334509 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 62137 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=518.3 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89040 0 0 0 51796 34 0 0 25 0 4 0 504130647 527671296 62137 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=518.23 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 91368 0 0 0 51791 32 0 0 25 0 4 0 504130647 527671296 62137 33554432000 4194304 4650419 140733805326496 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=515.47 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 54593 0 0 0 51527 20 0 0 25 0 4 0 504130647 527671296 62137 33554432000 4194304 4650419 140733805326496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2070.33
Current children cumulated vsize (KiB) 515304

[startup+519.901 s]
/proc/loadavg: 8.02 7.41 6.63 9/184 31412
/proc/meminfo: memFree=24401292/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2076.73 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 317155 0 0 0 207553 120 0 0 25 0 4 0 504130647 527671296 62390 33554432000 4194304 4650419 140733805326496 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 62390 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=519.9 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89100 0 0 0 51956 34 0 0 25 0 4 0 504130647 527671296 62390 33554432000 4194304 4650419 140733805326496 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=519.84 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 91447 0 0 0 51952 32 0 0 25 0 4 0 504130647 527671296 62390 33554432000 4194304 4650419 140733805326496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=517.06 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 54668 0 0 0 51686 20 0 0 25 0 4 0 504130647 527671296 62390 33554432000 4194304 4650419 140733805326496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2076.73
Current children cumulated vsize (KiB) 515304

[startup+520.701 s]
/proc/loadavg: 8.02 7.41 6.63 9/184 31412
/proc/meminfo: memFree=24399060/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2079.28 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 317203 0 0 0 207808 120 0 0 25 0 4 0 504130647 527671296 62438 33554432000 4194304 4650419 140733805326496 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 62438 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=520.7 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89113 0 0 0 52036 34 0 0 25 0 4 0 504130647 527671296 62438 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907418820 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=520.31 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 91465 0 0 0 51999 32 0 0 25 0 4 0 504130647 527671296 62438 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=517.54 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 54685 0 0 0 51734 20 0 0 25 0 4 0 504130647 527671296 62438 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2079.28
Current children cumulated vsize (KiB) 515304

[startup+520.901 s]
/proc/loadavg: 8.02 7.41 6.63 9/184 31412
/proc/meminfo: memFree=24399060/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2079.68 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 317433 0 0 0 207848 120 0 0 25 0 4 0 504130647 527671296 62668 33554432000 4194304 4650419 140733805326496 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 62668 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=520.9 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89113 0 0 0 52056 34 0 0 25 0 4 0 504130647 527671296 62668 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907418820 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=520.31 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 91465 0 0 0 51999 32 0 0 25 0 4 0 504130647 527671296 62668 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=517.54 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 54685 0 0 0 51734 20 0 0 25 0 4 0 504130647 527671296 62668 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2079.68
Current children cumulated vsize (KiB) 515304

[startup+521.001 s]
/proc/loadavg: 8.02 7.41 6.63 9/184 31412
/proc/meminfo: memFree=24399060/32951124 swapFree=67111524/67111528
[pid=31390] ppid=31386 vsize=515304 CPUtime=2079.88 cores=1,3,5,7
/proc/31390/stat : 31390 (strangenight1-m) R 31386 31390 30477 0 -1 4202496 317450 0 0 0 207868 120 0 0 25 0 4 0 504130647 527671296 62685 33554432000 4194304 4650419 140733805326496 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31390/statm: 128826 62685 395 112 0 123791 0
[pid=31390/tid=31393] ppid=31386 vsize=515304 CPUtime=521 cores=1,3,5,7
/proc/31390/task/31393/stat : 31393 (strangenight1-m) R 31386 31390 30477 0 -1 4202560 89113 0 0 0 52066 34 0 0 25 0 4 0 504130647 527671296 62685 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907418667 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31390/tid=31395] ppid=31386 vsize=515304 CPUtime=520.31 cores=1,3,5,7
/proc/31390/task/31395/stat : 31395 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 91465 0 0 0 51999 32 0 0 25 0 4 0 504130647 527671296 62685 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 5 0 0 0
[pid=31390/tid=31396] ppid=31386 vsize=515304 CPUtime=517.54 cores=1,3,5,7
/proc/31390/task/31396/stat : 31396 (strangenight1-m) S 31386 31390 30477 0 -1 4202560 54685 0 0 0 51734 20 0 0 25 0 4 0 504130647 527671296 62685 33554432000 4194304 4650419 140733805326496 18446744073709551615 47321907443252 0 0 4096 2 18446604471130178880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2079.88
Current children cumulated vsize (KiB) 515304

Child status: 20
Real time (s): 521.021
CPU time (s): 2079.92
CPU user time (s): 2078.7
CPU system time (s): 1.21781
CPU usage (%): 399.2
Max. virtual memory (cumulated for all children) (KiB): 527144

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

runsolver used 0.755885 second user time and 2.10268 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 00:45:48
IDJOB=3175329
IDBENCH=82947
IDSOLVER=1588
FILE ID=node145/3175329-1304117148
RUNJOBID= node145-1304117148-31372
PBS_JOBID= 13170672
Free space on /tmp= 72208 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175329-1304117148/watcher-3175329-1304117148 -o /tmp/evaluation-result-3175329-1304117148/solver-3175329-1304117148 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175329-1304117148.cnf

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=688617728

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25027340 kB
Buffers:       1265872 kB
Cached:        6071680 kB
SwapCached:          4 kB
Active:         756000 kB
Inactive:      6645304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25027340 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12548 kB
Writeback:           0 kB
AnonPages:       63860 kB
Mapped:          14492 kB
Slab:           460232 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186560 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= 72196 MiB
End job on node145 at 2011-04-30 00:54:29