Trace number 3368897

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-mt (fixed)UNSAT 1833.42 459.32

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368897-1305405560.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.41/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.41/0.11	c calculated reachability. Time: 0.00
0.41/0.11	c Calc default polars -  time:   0.00 s pos:      35 undec:       5 neg:      35
0.41/0.11	c =========================================================================================
0.41/0.11	c types(t): F = full restart, N = normal restart
0.41/0.11	c types(t): S = simplification begin/end, E = solution found
0.41/0.11	c restart types(rt): st = static, dy = dynamic
0.41/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.11	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.41/0.11	c Decided on static restart strategy
0.41/0.11	c  N st     8      4913        75      1597         0      4489      7985     76674   no data   no data  --
3.57/0.90	c  N st    10     11296        75      1597         0      4107      7985     57598   no data   no data  --
3.57/0.90	c  N st    11     17039        75      1597         0      9260      7985    140462   no data   no data  --
3.57/0.90	c  F st    12     25003        75      1597         0     11434      7985    180791   no data   no data  --
3.57/0.90	c  N st    12     25003        75      1597         0     11434      7985    180791   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30000        75      1597         0      9843      7985    145264   no data   no data  --
3.57/0.90	c  S st    18     30000        75      1597         0      9843      7985    145264   no data   no data  --
3.97/1.00	c  S st    18     30502        75      1597         0     10312      7985    153484   no data   no data  --
3.97/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.97/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.20	c lits-rem:      1478  cl-subs:     2596  v-elim:      0  v-fix:    0  time:  0.86 s
4.39/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.39/1.20	c calculated reachability. Time: 0.00
4.39/1.20	c  N st    18     30502        75      1597         0      7716      7985    111764   no data   no data  --
5.96/1.51	c  N st    20     37612        75      1597         0      7104      7985     93052   no data   no data  --
6.75/1.75	c  N st    21     44012        75      1597         0     12870      7985    193707   no data   no data  --
7.15/1.83	c  S st    22     45754        75      1597         0     14446      7985    221229   no data   no data  --
7.15/1.87	c  S st    22     46261        75      1597         0     14927      7985    230014   no data   no data  --
7.15/1.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.15/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.15/1.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.15/1.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.15/2.86	c lits-rem:      2729  cl-subs:     2476  v-elim:      0  v-fix:    0  time:  3.90 s
11.15/2.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.15/2.86	c vivif2 --  cl tried    12451 cl shrink        0 lits rem          0 time: 0.01
11.55/2.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
11.55/2.91	c calculated reachability. Time: 0.00
11.55/2.91	c  N st    22     46261        75      1597         0     12451      7985    186271   no data   no data  --
14.34/3.65	c  N st    23     60659        75      1597         0     17551      7985    269097   no data   no data  --
15.94/4.08	c  N st    24     69391        75      1597         0     16505      7985    236328   no data   no data  --
15.94/4.08	c  S st    24     69391        75      1597         0     16505      7985    236328   no data   no data  --
16.34/4.13	c  S st    24     69896        75      1597         0     16983      7985    245126   no data   no data  --
16.34/4.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.34/4.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.34/4.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.34/4.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.34/4.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.33/5.18	c lits-rem:      2764  cl-subs:     3006  v-elim:      0  v-fix:    0  time:  4.17 s
20.33/5.18	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
20.33/5.19	c vivif2 --  cl tried    13977 cl shrink        0 lits rem          0 time: 0.01
20.73/5.24	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.23
20.73/5.24	c calculated reachability. Time: 0.00
20.73/5.24	c  N st    24     69896        75      1597         0     13977      7985    196499   no data   no data  --
24.33/6.18	c  F st    25     87500        75      1597         0     19948      7985    279349   no data   no data  --
24.33/6.19	c  N st    25     87500        75      1597         0     19948      7985    279349   no data   no data  --
25.53/6.48	c Decided on static restart strategy
26.35/6.63	c  N st    32     95541        75      1597         0     16551      7985    227286   no data   no data  --
28.31/7.19	c  N st    34    104846        75      1597         0     13277      7985    168546   no data   no data  --
28.31/7.19	c  S st    34    104846        75      1597         0     13277      7985    168546   no data   no data  --
28.71/7.22	c  S st    34    105351        75      1597         0     13750      7985    177168   no data   no data  --
28.71/7.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.71/7.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.71/7.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.71/7.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.71/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.71/7.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.50/7.90	c lits-rem:       983  cl-subs:     1296  v-elim:      0  v-fix:    0  time:  2.69 s
31.50/7.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.50/7.90	c vivif2 --  cl tried    12454 cl shrink        0 lits rem          0 time: 0.01
31.50/7.95	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
31.50/7.96	c calculated reachability. Time: 0.00
31.50/7.96	c  N st    34    105351        75      1597         0     12454      7985    156751   no data   no data  --
33.90/8.53	c  N st    35    114949        75      1597         0     21067      7985    302680   no data   no data  --
37.89/9.54	c  N st    36    129347        75      1597         0     21452      7985    292637   no data   no data  --
43.48/10.98	c  N st    37    150942        75      1597         0     27397      7985    384611   no data   no data  --
45.47/11.41	c  S st    38    158027        75      1597         0     19521      7985    253381   no data   no data  --
45.47/11.46	c  S st    38    158532        75      1597         0     19991      7985    261728   no data   no data  --
45.47/11.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.47/11.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.47/11.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.47/11.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.47/11.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.47/11.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
45.47/11.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.87/12.50	c lits-rem:      2047  cl-subs:     2371  v-elim:      0  v-fix:    0  time:  4.11 s
49.87/12.50	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
49.87/12.51	c vivif2 --  cl tried    17620 cl shrink        0 lits rem          0 time: 0.01
49.87/12.57	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
49.87/12.58	c calculated reachability. Time: 0.00
49.87/12.58	c  N st    38    158532        75      1597         0     17620      7985    224066   no data   no data  --
62.24/15.61	c  N st    39    207121        75      1597         0     29838      7985    401331   no data   no data  --
70.66/17.75	c  N st    40    237798        75      1597         0     22447      7985    273015   no data   no data  --
70.66/17.75	c  S st    40    237798        75      1597         0     22447      7985    273015   no data   no data  --
71.02/17.81	c  S st    40    238304        75      1597         0     22925      7985    282049   no data   no data  --
71.02/17.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.02/17.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.02/17.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
71.02/17.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.02/17.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.02/17.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
71.02/17.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.41/18.95	c lits-rem:      1791  cl-subs:     2402  v-elim:      0  v-fix:    0  time:  4.50 s
75.41/18.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.41/18.95	c vivif2 --  cl tried    20523 cl shrink        0 lits rem          0 time: 0.01
75.81/19.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
75.81/19.04	c calculated reachability. Time: 0.00
75.81/19.04	c  N st    40    238304        75      1597         0     20523      7985    246416   no data   no data  --
97.77/24.54	c  F st    41    306250        75      1597         0     22386      7985    250841   no data   no data  --
97.77/24.54	c  N st    41    306250        75      1597         0     22386      7985    250841   no data   no data  --
99.37/24.95	c Decided on static restart strategy
108.55/27.29	c  N st    51    334553        75      1597         0     26372      7985    311029   no data   no data  --
117.33/29.41	c  N st    53    357456        75      1597         0     24486      7985    270531   no data   no data  --
117.33/29.41	c  S st    53    357456        75      1597         0     24486      7985    270531   no data   no data  --
117.33/29.48	c  S st    53    357960        75      1597         0     24957      7985    278976   no data   no data  --
117.33/29.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.33/29.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.33/29.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.33/29.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.33/29.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.33/29.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.33/29.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.72/30.58	c lits-rem:      1070  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  4.31 s
121.72/30.58	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.72/30.58	c vivif2 --  cl tried    23368 cl shrink        0 lits rem          0 time: 0.01
122.12/30.68	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.39
122.12/30.68	c calculated reachability. Time: 0.00
122.12/30.68	c  N st    53    357960        75      1597         0     23368      7985    256750   no data   no data  --
133.69/33.59	c  N st    54    390353        75      1597         0     29090      7985    335664   no data   no data  --
152.45/38.30	c  N st    55    438941        75      1597         0     48227      7985    637202   no data   no data  --
181.59/45.50	c  N st    56    511823        75      1597         0     35539      7985    412015   no data   no data  --
191.97/48.17	c  N st    57    536940        75      1597         0     30296      7985    331177   no data   no data  --
191.97/48.17	c  S st    57    536940        75      1597         0     30296      7985    331177   no data   no data  --
192.37/48.26	c  S st    57    537441        75      1597         0     30762      7985    339747   no data   no data  --
192.37/48.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
192.37/48.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
192.37/48.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
192.37/48.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.37/48.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.37/48.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
192.37/48.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.17/49.44	c lits-rem:      1128  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  4.64 s
197.17/49.44	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
197.17/49.44	c vivif2 --  cl tried    28630 cl shrink        0 lits rem          0 time: 0.01
197.60/49.56	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.47
197.60/49.56	c calculated reachability. Time: 0.00
197.60/49.56	c  N st    57    537441        75      1597         0     28630      7985    309692   no data   no data  --
272.24/68.27	c  N st    58    701425        75      1597         0     55636      7985    704471   no data   no data  --
327.29/82.09	c  N st    59    806161        75      1597         0     49787      7985    585534   no data   no data  --
327.29/82.09	c  S st    59    806161        75      1597         0     49787      7985    585534   no data   no data  --
328.09/82.23	c  S st    59    806663        75      1597         0     50250      7985    594224   no data   no data  --
328.09/82.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
328.09/82.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
328.09/82.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
328.09/82.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
328.09/82.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.09/82.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
328.09/82.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
340.87/85.47	c lits-rem:      1775  cl-subs:     8924  v-elim:      0  v-fix:    0  time: 12.79 s
340.87/85.47	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
340.87/85.48	c vivif2 --  cl tried    41326 cl shrink        0 lits rem          0 time: 0.02
341.67/85.67	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.78
341.67/85.68	c calculated reachability. Time: 0.00
341.67/85.68	c  N st    59    806663        75      1597         0     41326      7984    476141   no data   no data  --
487.80/122.28	c  F st    60   1071876        75      1597         0     56695      7984    664613   no data   no data  --
487.80/122.28	c  N st    60   1071876        75      1597         0     56695      7984    664613   no data   no data  --
490.96/123.08	c Decided on static restart strategy
507.32/127.18	c  N st    70   1100180        75      1597         0     42072      7984    433547   no data   no data  --
528.08/132.34	c  N st    72   1136172        75      1597         0     74439      7984    996912   no data   no data  --
547.64/137.28	c  N st    73   1168564        75      1597         0     61962      7984    742020   no data   no data  --
571.99/143.36	c  N st    74   1209994        75      1597         0     56951      7984    660959   no data   no data  --
571.99/143.36	c  S st    74   1209994        75      1597         0     56951      7984    660959   no data   no data  --
572.79/143.52	c  S st    74   1210498        75      1597         0     57426      7984    669605   no data   no data  --
572.79/143.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
572.79/143.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
572.79/143.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
572.79/143.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
572.79/143.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
572.79/143.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
572.79/143.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
588.39/147.45	c lits-rem:      3174  cl-subs:     7385  v-elim:      0  v-fix:    0  time: 15.51 s
588.39/147.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
588.39/147.46	c vivif2 --  cl tried    50041 cl shrink        0 lits rem          0 time: 0.03
589.15/147.68	c asymm  cl-useful: 0/1343/1597 lits-rem:0 time: 0.87
589.15/147.68	c calculated reachability. Time: 0.00
589.15/147.68	c  N st    74   1210498        75      1597         0     50041      7984    567189   no data   no data  --
643.84/161.33	c  N st    75   1283380        75      1597         0     72357      7984    885442   no data   no data  --
716.49/179.56	c  N st    76   1392704        75      1597         0     81450      7984   1023568   no data   no data  --
825.06/206.74	c  N st    77   1556688        75      1597         0     88564      7984   1075244   no data   no data  --
932.04/233.56	c  N st    78   1710498        75      1597         0     78888      7984    925661   no data   no data  --
932.04/233.56	c  S st    78   1710498        75      1597         0     78888      7984    925661   no data   no data  --
932.84/233.79	c  S st    78   1711001        75      1597         0     79352      7984    934449   no data   no data  --
932.84/233.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
932.84/233.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
933.24/233.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
933.24/233.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
933.24/233.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
933.24/233.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
933.24/233.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
968.77/242.75	c lits-rem:      1155  cl-subs:    16706  v-elim:      0  v-fix:    0  time: 35.51 s
968.77/242.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
968.77/242.76	c vivif2 --  cl tried    62646 cl shrink        0 lits rem          0 time: 0.04
969.97/243.10	c asymm  cl-useful: 0/1048/1597 lits-rem:0 time: 1.35
969.97/243.10	c calculated reachability. Time: 0.00
969.97/243.10	c  N st    78   1711001        75      1597         0     62646      7984    719211   no data   no data  --
1245.39/312.09	c  N st    79   2079965        75      1597         1     75068      7984    849937   no data   no data  --
1245.39/312.09	c Finding binary XORs  T:     0.00 s  found:       0
1342.40/336.39	c  N st    80   2211002        75      1597         2     78548      7984    873673   no data   no data  --
1342.40/336.39	c  S st    80   2211002        75      1597         2     78548      7984    873673   no data   no data  --
1343.63/336.63	c  S st    80   2211507        75      1597         3     79027      7984    881999   no data   no data  --
1343.63/336.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1343.63/336.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1343.63/336.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
1343.63/336.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1350.38/338.37	c subs with bin:     6325  lits-rem:      9785  v-fix:    0  time:  6.68 s
1350.38/338.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1350.38/338.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1373.94/344.23	c lits-rem:      2243  cl-subs:    10040  v-elim:      0  v-fix:    0  time: 23.40 s
1373.94/344.23	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
1373.94/344.24	c vivif2 --  cl tried    62668 cl shrink        0 lits rem          0 time: 0.04
1374.37/344.39	c asymm  cl-useful: 0/543/1591 lits-rem:0 time: 0.61
1374.37/344.40	c calculated reachability. Time: 0.00
1374.37/344.40	c  N st    80   2211507        75      1591         3     62668      7945    674768   no data   no data  --
1658.54/415.56	c Finding binary XORs  T:     0.00 s  found:       0
1725.63/432.32	c Finding binary XORs  T:     0.00 s  found:       0
1787.10/447.75	c Finding binary XORs  T:     0.00 s  found:       0
1787.51/447.83	c  N st    81   2711508        72      1412         7     38113      6913    375521   no data   no data  --
1787.51/447.83	c  S st    81   2711508        72      1412         7     38113      6913    375521   no data   no data  --
1787.87/447.93	c  S st    81   2712013        72      1412         7     38581      6913    382502   no data   no data  --
1787.87/447.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1787.87/447.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1787.87/447.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
1787.87/447.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1788.67/448.13	c subs with bin:     1884  lits-rem:      4252  v-fix:    0  time:  0.70 s
1788.67/448.18	c Subs w/ non-existent bins:    607 l-rem:   1213 v-fix:     0 done:     72 time:  0.19 s
1788.67/448.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1795.06/449.75	c lits-rem:      2800  cl-subs:     1791  v-elim:      0  v-fix:    0  time:  6.26 s
1795.06/449.75	c vivif2 --  cl tried     1396 cl shrink        0 lits rem          0 time: 0.00
1795.06/449.75	c vivif2 --  cl tried    34315 cl shrink        0 lits rem          0 time: 0.02
1795.88/449.93	c asymm  cl-useful: 0/1396/1396 lits-rem:0 time: 0.70
1795.88/449.93	c calculated reachability. Time: 0.00
1795.88/449.93	c  N st    81   2712013        72      1396         7     34315      6824    332246   no data   no data  --
1818.61/455.64	c Finding binary XORs  T:     0.00 s  found:       0
1825.00/457.21	c Finding binary XORs  T:     0.00 s  found:       0
1828.99/458.22	c Finding binary XORs  T:     0.00 s  found:       0
1832.17/459.08	c Finding binary XORs  T:     0.00 s  found:       0
1832.97/459.29	c Finding binary XORs  T:     0.00 s  found:       0
1833.37/459.30	c  E st    82   2785614        53       926        29     10673      4198     78776   no data   no data  --
1833.37/459.30	c Following stats are for *FIRST FINISHED THREAD ONLY*
1833.37/459.30	c num threads              : 4          
1833.37/459.30	c restarts                 : 82         
1833.37/459.30	c dynamic restarts         : 0          
1833.37/459.30	c static restarts          : 82         
1833.37/459.30	c full restarts            : 4          
1833.37/459.30	c total simplify time      : 4.26       
1833.37/459.30	c learnts DL2              : 0          
1833.37/459.30	c learnts size 2           : 177        
1833.37/459.30	c learnts size 1           : 59          (78.67     % of vars)
1833.37/459.30	c filedLit time            : 0.55        (0.03      % time)
1833.37/459.30	c v-elim SatELite          : 0           (0.00      % vars)
1833.37/459.30	c SatELite time            : 122.18      (6.67      % time)
1833.37/459.30	c v-elim xor               : 0           (0.00      % vars)
1833.37/459.30	c xor elim time            : 0.08        (0.00      % time)
1833.37/459.30	c num binary xor trees     : 0          
1833.37/459.30	c binxor trees' crown      : 0           (nan       leafs/tree)
1833.37/459.30	c bin xor find time        : 0.00       
1833.37/459.30	c OTF clause improved      : 318792      (0.11      clauses/conflict)
1833.37/459.30	c OTF impr. size diff      : 326881      (1.03       lits/clause)
1833.37/459.30	c OTF cl watch-shrink      : 160795      (0.06      clauses/conflict)
1833.37/459.30	c OTF cl watch-sh-lit      : 178287      (1.11       lits/clause)
1833.37/459.30	c tried to recurMin cls    : 237615      (8.53       % of conflicts)
1833.37/459.30	c updated cache            : 1284        (0.01       lits/tried recurMin)
1833.37/459.30	c unit cls received        : 0           (0.00      % of units)
1833.37/459.30	c unit cls sent            : 11          (18.64     % of units)
1833.37/459.30	c bin cls received         : 7          
1833.37/459.30	c bin cls sent             : 133        
1833.37/459.30	c clauses over max glue    : 0           (0.00      % of all clauses)
1833.37/459.30	c conflicts                : 2785614     (1520.09   / sec)
1833.37/459.30	c decisions                : 3037094     (0.24      % random)
1833.37/459.30	c bogo-props               : 81659149146 (44560845.51 / sec)
1833.37/459.30	c conflict literals        : 41380460    (25.93     % deleted)
1833.37/459.30	c Memory used              : 411.66      MB
1833.37/459.30	c single-thread CPU time   : 1832.53     s
1833.37/459.30	c all-threads sum CPU time : 1832.53     s
1833.37/459.30	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-3368897-1305405560/watcher-3368897-1305405560 -o /tmp/evaluation-result-3368897-1305405560/solver-3368897-1305405560 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368897-1305405560.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.46 7.97 7.97 2/267 26612
/proc/meminfo: memFree=20957036/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 418 0 0 0 1 0 0 0 24 0 4 0 652155777 52465664 358 33554432000 4194304 4650419 140733969911728 18446744073709551615 47732921861655 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 12809 358 306 112 0 7774 0
[pid=26612/tid=26613] ppid=26610 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652155777 52465664 358 33554432000 4194304 4650419 140733969911728 18446744073709551615 47732921862066 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652155777 52465664 358 33554432000 4194304 4650419 140733969911728 18446744073709551615 47732921861657 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652155777 52465664 358 33554432000 4194304 4650419 140733969911728 18446744073709551615 47732921861657 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.109954 s]
/proc/loadavg: 7.46 7.97 7.97 2/267 26612
/proc/meminfo: memFree=20957036/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=282692 CPUtime=0.41 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 1671 0 0 0 41 0 0 0 25 0 4 0 652155777 289476608 1436 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 70673 1436 391 112 0 65638 0
[pid=26612/tid=26613] ppid=26610 vsize=282692 CPUtime=0.1 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 408 0 0 0 10 0 0 0 25 0 4 0 652155777 289476608 1436 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=282692 CPUtime=0.1 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 287 0 0 0 10 0 0 0 18 0 4 0 652155777 289476608 1436 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=282692 CPUtime=0.1 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 207 0 0 0 10 0 0 0 18 0 4 0 652155777 289476608 1437 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282692

[startup+0.200938 s]
/proc/loadavg: 7.46 7.97 7.97 2/267 26612
/proc/meminfo: memFree=20957036/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=283460 CPUtime=0.77 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 2243 0 0 0 77 0 0 0 25 0 4 0 652155777 290263040 1694 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 70865 1694 391 112 0 65830 0
[pid=26612/tid=26613] ppid=26610 vsize=283460 CPUtime=0.19 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 503 0 0 0 19 0 0 0 25 0 4 0 652155777 290263040 1694 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=283460 CPUtime=0.19 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 443 0 0 0 19 0 0 0 18 0 4 0 652155777 290263040 1694 33554432000 4194304 4650419 140733969911728 18446744073709551615 4329338 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=283460 CPUtime=0.19 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 366 0 0 0 19 0 0 0 18 0 4 0 652155777 290263040 1694 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365577 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283460

[startup+0.300921 s]
/proc/loadavg: 7.46 7.97 7.97 2/267 26612
/proc/meminfo: memFree=20957036/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=284268 CPUtime=1.17 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 2990 0 0 0 117 0 0 0 25 0 4 0 652155777 291090432 1805 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 71067 1805 391 112 0 66032 0
[pid=26612/tid=26613] ppid=26610 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 672 0 0 0 29 0 0 0 25 0 4 0 652155777 291090432 1805 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 644 0 0 0 29 0 0 0 18 0 4 0 652155777 291090432 1805 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 548 0 0 0 29 0 0 0 18 0 4 0 652155777 291090432 1805 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284268

[startup+0.700849 s]
/proc/loadavg: 7.46 7.97 7.97 2/267 26612
/proc/meminfo: memFree=20957036/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=284812 CPUtime=2.77 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 4451 0 0 0 277 0 0 0 25 0 4 0 652155777 291647488 2475 33554432000 4194304 4650419 140733969911728 18446744073709551615 4336753 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 71203 2475 392 112 0 66168 0
[pid=26612/tid=26613] ppid=26610 vsize=284812 CPUtime=0.69 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1022 0 0 0 69 0 0 0 25 0 4 0 652155777 291647488 2475 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=284812 CPUtime=0.69 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1032 0 0 0 69 0 0 0 18 0 4 0 652155777 291647488 2475 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=284812 CPUtime=0.69 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 872 0 0 0 69 0 0 0 18 0 4 0 652155777 291647488 2475 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284812

[startup+1.50071 s]
/proc/loadavg: 7.46 7.97 7.97 9/279 26624
/proc/meminfo: memFree=20930904/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=289316 CPUtime=5.96 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 8590 0 0 0 595 1 0 0 25 0 4 0 652155777 296259584 4755 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 72329 4755 393 112 0 67294 0
[pid=26612/tid=26613] ppid=26610 vsize=289316 CPUtime=1.47 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 2473 0 0 0 147 0 0 0 25 0 4 0 652155777 296259584 4755 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=289316 CPUtime=1.49 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1714 0 0 0 149 0 0 0 19 0 4 0 652155777 296259584 4755 33554432000 4194304 4650419 140733969911728 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=289316 CPUtime=1.48 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 1485 0 0 0 148 0 0 0 20 0 4 0 652155777 296259584 4755 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289316

[startup+3.10043 s]
/proc/loadavg: 7.46 7.97 7.97 9/279 26624
/proc/meminfo: memFree=20892836/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=294328 CPUtime=12.34 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 15378 0 0 0 1232 2 0 0 25 0 4 0 652155777 301391872 9418 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 73582 9418 393 112 0 68547 0
[pid=26612/tid=26613] ppid=26610 vsize=294328 CPUtime=3.06 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 4396 0 0 0 306 0 0 0 25 0 4 0 652155777 301391872 9418 33554432000 4194304 4650419 140733969911728 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=294328 CPUtime=3.09 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 3549 0 0 0 309 0 0 0 25 0 4 0 652155777 301391872 9418 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=294328 CPUtime=3.08 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 3389 0 0 0 308 0 0 0 25 0 4 0 652155777 301391872 9418 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 294328

[startup+6.30086 s]
/proc/loadavg: 7.51 7.97 7.97 9/279 26624
/proc/meminfo: memFree=20863788/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=295024 CPUtime=25.13 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 21123 0 0 0 2509 4 0 0 25 0 4 0 652155777 302104576 10638 33554432000 4194304 4650419 140733969911728 18446744073709551615 4341291 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 73756 10638 393 112 0 68721 0
[pid=26612/tid=26613] ppid=26610 vsize=295024 CPUtime=6.24 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 5309 0 0 0 623 1 0 0 25 0 4 0 652155777 302104576 10638 33554432000 4194304 4650419 140733969911728 18446744073709551615 4516030 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=295024 CPUtime=6.29 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 5343 0 0 0 628 1 0 0 25 0 4 0 652155777 302104576 10638 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=295024 CPUtime=6.28 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 4763 0 0 0 628 0 0 0 25 0 4 0 652155777 302104576 10638 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 295024

[startup+12.7007 s]
/proc/loadavg: 7.55 7.97 7.97 9/279 26625
/proc/meminfo: memFree=20828604/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=270268 CPUtime=50.67 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 32742 0 0 0 5061 6 0 0 25 0 4 0 652155777 276754432 13626 33554432000 4194304 4650419 140733969911728 18446744073709551615 4334781 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 67567 13626 393 112 0 62532 0
[pid=26612/tid=26613] ppid=26610 vsize=270268 CPUtime=12.59 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 8231 0 0 0 1258 1 0 0 25 0 4 0 652155777 276754432 13626 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=270268 CPUtime=12.68 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 8247 0 0 0 1267 1 0 0 25 0 4 0 652155777 276754432 13626 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=270268 CPUtime=12.68 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 7594 0 0 0 1267 1 0 0 25 0 4 0 652155777 276754432 13626 33554432000 4194304 4650419 140733969911728 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 270268

[startup+25.5004 s]
/proc/loadavg: 7.72 7.99 7.98 9/279 26625
/proc/meminfo: memFree=20781628/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=303440 CPUtime=101.75 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 50109 0 0 0 10166 9 0 0 25 0 4 0 652155777 310722560 17651 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 75860 17651 393 112 0 70825 0
[pid=26612/tid=26613] ppid=26610 vsize=303440 CPUtime=25.28 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 13004 0 0 0 2526 2 0 0 25 0 4 0 652155777 310722560 17651 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=303440 CPUtime=25.49 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 12945 0 0 0 2546 3 0 0 25 0 4 0 652155777 310722560 17651 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=303440 CPUtime=25.48 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 10493 0 0 0 2546 2 0 0 25 0 4 0 652155777 310722560 17651 33554432000 4194304 4650419 140733969911728 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 303440

[startup+51.1009 s]
/proc/loadavg: 7.81 7.99 7.98 9/279 26626
/proc/meminfo: memFree=20738088/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=324312 CPUtime=203.95 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 75772 0 0 0 20379 16 0 0 25 0 4 0 652155777 332095488 23154 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 81078 23154 393 112 0 76043 0
[pid=26612/tid=26613] ppid=26610 vsize=324312 CPUtime=50.66 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 19523 0 0 0 5063 3 0 0 25 0 4 0 652155777 332095488 23154 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=324312 CPUtime=51.09 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 20356 0 0 0 5104 5 0 0 25 0 4 0 652155777 332095488 23154 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=324312 CPUtime=51.09 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 14688 0 0 0 5106 3 0 0 25 0 4 0 652155777 332095488 23154 33554432000 4194304 4650419 140733969911728 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 324312

[startup+102.301 s]
/proc/loadavg: 8.02 8.02 7.99 9/279 26627
/proc/meminfo: memFree=20669624/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=325972 CPUtime=408.36 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 109756 0 0 0 40810 26 0 0 25 0 4 0 652155777 333795328 30002 33554432000 4194304 4650419 140733969911728 18446744073709551615 4315054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 81493 30002 393 112 0 76458 0
[pid=26612/tid=26613] ppid=26610 vsize=325972 CPUtime=101.46 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 22939 0 0 0 10141 5 0 0 25 0 4 0 652155777 333795328 30002 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=325972 CPUtime=102.29 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 30854 0 0 0 10221 8 0 0 25 0 4 0 652155777 333795328 30002 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=325972 CPUtime=102.29 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 21852 0 0 0 10225 4 0 0 25 0 4 0 652155777 333795328 30002 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 325972

[startup+162.301 s]

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

/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 43883 0 0 0 28216 12 0 0 25 0 4 0 652155777 406306816 48471 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1126.85
Current children cumulated vsize (KiB) 396784

[startup+342.301 s]
/proc/loadavg: 8.03 8.05 8.00 9/279 26633
/proc/meminfo: memFree=20475828/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=419548 CPUtime=1366.34 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 245487 0 0 0 136561 73 0 0 25 0 4 0 652155777 429617152 52077 33554432000 4194304 4650419 140733969911728 18446744073709551615 4476311 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 104887 52077 394 112 0 99852 0
[pid=26612/tid=26613] ppid=26610 vsize=419548 CPUtime=339.49 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 53304 0 0 0 33936 13 0 0 25 0 4 0 652155777 429617152 52077 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=419548 CPUtime=342.29 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 70063 0 0 0 34205 24 0 0 25 0 4 0 652155777 429617152 52077 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=419548 CPUtime=342.29 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 49163 0 0 0 34215 14 0 0 25 0 4 0 652155777 429617152 52077 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1366.34
Current children cumulated vsize (KiB) 419548

[startup+402.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/279 26635
/proc/meminfo: memFree=20411948/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421232 CPUtime=1605.84 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 264965 0 0 0 160504 80 0 0 25 0 4 0 652155777 431341568 57873 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105308 57873 394 112 0 100273 0
[pid=26612/tid=26613] ppid=26610 vsize=421232 CPUtime=399 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 54526 0 0 0 39886 14 0 0 25 0 4 0 652155777 431341568 57873 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421232 CPUtime=402.29 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 78648 0 0 0 40202 27 0 0 25 0 4 0 652155777 431341568 57873 33554432000 4194304 4650419 140733969911728 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421232 CPUtime=402.29 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 52377 0 0 0 40214 15 0 0 25 0 4 0 652155777 431341568 57873 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1605.84
Current children cumulated vsize (KiB) 421232

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

[startup+409.601 s]
/proc/loadavg: 8.08 8.06 8.01 9/279 26635
/proc/meminfo: memFree=20402896/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421288 CPUtime=1634.99 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 267810 0 0 0 163418 81 0 0 25 0 4 0 652155777 431398912 57751 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105322 57751 394 112 0 100287 0
[pid=26612/tid=26613] ppid=26610 vsize=421288 CPUtime=406.23 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 54829 0 0 0 40609 14 0 0 25 0 4 0 652155777 431398912 57751 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421288 CPUtime=409.59 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 79619 0 0 0 40932 27 0 0 25 0 4 0 652155777 431398912 57751 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421288 CPUtime=409.59 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 52702 0 0 0 40944 15 0 0 25 0 4 0 652155777 431398912 57751 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1634.99
Current children cumulated vsize (KiB) 421288

[startup+435.201 s]
/proc/loadavg: 8.05 8.06 8.00 9/279 26636
/proc/meminfo: memFree=20407352/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=397652 CPUtime=1737.18 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 276654 0 0 0 173633 85 0 0 25 0 4 0 652155777 407195648 62330 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 99413 62330 394 112 0 94378 0
[pid=26612/tid=26613] ppid=26610 vsize=397652 CPUtime=431.63 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55316 0 0 0 43149 14 0 0 25 0 4 0 652155777 407195648 62330 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=397652 CPUtime=435.19 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 82285 0 0 0 43491 28 0 0 25 0 4 0 652155777 407195648 62330 33554432000 4194304 4650419 140733969911728 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=397652 CPUtime=435.18 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55558 0 0 0 43502 16 0 0 25 0 4 0 652155777 407195648 62330 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1737.18
Current children cumulated vsize (KiB) 397652

[startup+448 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20391972/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=463188 CPUtime=1788.27 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 280500 0 0 0 178741 86 0 0 25 0 4 0 652155777 474304512 63114 33554432000 4194304 4650419 140733969911728 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 115797 63114 394 112 0 110762 0
[pid=26612/tid=26613] ppid=26610 vsize=463188 CPUtime=444.32 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55321 0 0 0 44418 14 0 0 25 0 4 0 652155777 474304512 63114 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=463188 CPUtime=447.99 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 84094 0 0 0 44770 29 0 0 25 0 4 0 652155777 474304512 63114 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=463188 CPUtime=447.99 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55890 0 0 0 44782 17 0 0 25 0 4 0 652155777 474304512 63114 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1788.27
Current children cumulated vsize (KiB) 463188

[startup+454.41 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20402756/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=409556 CPUtime=1813.85 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 282328 0 0 0 181299 86 0 0 25 0 4 0 652155777 419385344 61025 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 102389 61025 394 112 0 97354 0
[pid=26612/tid=26613] ppid=26610 vsize=409556 CPUtime=450.67 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55321 0 0 0 45053 14 0 0 25 0 4 0 652155777 419385344 61025 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=409556 CPUtime=454.4 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85276 0 0 0 45411 29 0 0 25 0 4 0 652155777 419385344 61025 33554432000 4194304 4650419 140733969911728 18446744073709551615 4330466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=409556 CPUtime=454.4 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 55890 0 0 0 45423 17 0 0 25 0 4 0 652155777 419385344 61025 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1813.85
Current children cumulated vsize (KiB) 409556

[startup+457.601 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20401888/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421540 CPUtime=1826.62 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 284347 0 0 0 182575 87 0 0 25 0 4 0 652155777 431656960 60172 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105385 60172 394 112 0 100350 0
[pid=26612/tid=26613] ppid=26610 vsize=421540 CPUtime=453.85 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56167 0 0 0 45371 14 0 0 25 0 4 0 652155777 431656960 60172 33554432000 4194304 4650419 140733969911728 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421540 CPUtime=457.61 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85594 0 0 0 45731 30 0 0 25 0 4 0 652155777 431656960 60172 33554432000 4194304 4650419 140733969911728 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421540 CPUtime=457.6 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56522 0 0 0 45743 17 0 0 25 0 4 0 652155777 431656960 60172 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1826.62
Current children cumulated vsize (KiB) 421540

[startup+458.401 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20401888/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421540 CPUtime=1829.78 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 284530 0 0 0 182891 87 0 0 25 0 4 0 652155777 431656960 60355 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105385 60355 394 112 0 100350 0
[pid=26612/tid=26613] ppid=26610 vsize=421540 CPUtime=454.64 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56241 0 0 0 45450 14 0 0 25 0 4 0 652155777 431656960 60355 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421540 CPUtime=458.4 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85645 0 0 0 45810 30 0 0 25 0 4 0 652155777 431656960 60355 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421540 CPUtime=458.39 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56580 0 0 0 45822 17 0 0 25 0 4 0 652155777 431656960 60355 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1829.78
Current children cumulated vsize (KiB) 421540

[startup+458.81 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20399284/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421540 CPUtime=1831.41 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 284623 0 0 0 183054 87 0 0 25 0 4 0 652155777 431656960 60448 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105385 60448 394 112 0 100350 0
[pid=26612/tid=26613] ppid=26610 vsize=421540 CPUtime=455.04 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56275 0 0 0 45490 14 0 0 25 0 4 0 652155777 431656960 60448 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421540 CPUtime=458.81 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85673 0 0 0 45851 30 0 0 25 0 4 0 652155777 431656960 60448 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421540 CPUtime=458.8 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56611 0 0 0 45863 17 0 0 25 0 4 0 652155777 431656960 60448 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1831.41
Current children cumulated vsize (KiB) 421540

[startup+459.2 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20399284/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421540 CPUtime=1832.97 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 284711 0 0 0 183210 87 0 0 25 0 4 0 652155777 431656960 60536 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105385 60536 394 112 0 100350 0
[pid=26612/tid=26613] ppid=26610 vsize=421540 CPUtime=455.42 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56309 0 0 0 45528 14 0 0 25 0 4 0 652155777 431656960 60536 33554432000 4194304 4650419 140733969911728 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421540 CPUtime=459.2 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85700 0 0 0 45890 30 0 0 25 0 4 0 652155777 431656960 60536 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421540 CPUtime=459.19 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56638 0 0 0 45902 17 0 0 25 0 4 0 652155777 431656960 60536 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1832.97
Current children cumulated vsize (KiB) 421540

[startup+459.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/279 26636
/proc/meminfo: memFree=20399284/32950904 swapFree=67057400/67111528
[pid=26612] ppid=26610 vsize=421540 CPUtime=1833.37 cores=0,2,4,6
/proc/26612/stat : 26612 (strangenight1-m) R 26610 26612 25944 0 -1 4202496 284733 0 0 0 183250 87 0 0 25 0 4 0 652155777 431656960 60558 33554432000 4194304 4650419 140733969911728 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26612/statm: 105385 60558 394 112 0 100350 0
[pid=26612/tid=26613] ppid=26610 vsize=421540 CPUtime=455.52 cores=0,2,4,6
/proc/26612/task/26613/stat : 26613 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56318 0 0 0 45538 14 0 0 25 0 4 0 652155777 431656960 60558 33554432000 4194304 4650419 140733969911728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26612/tid=26614] ppid=26610 vsize=421540 CPUtime=459.3 cores=0,2,4,6
/proc/26612/task/26614/stat : 26614 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 85707 0 0 0 45900 30 0 0 25 0 4 0 652155777 431656960 60558 33554432000 4194304 4650419 140733969911728 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=421540 CPUtime=459.29 cores=0,2,4,6
/proc/26612/task/26615/stat : 26615 (strangenight1-m) R 26610 26612 25944 0 -1 4202560 56644 0 0 0 45912 17 0 0 25 0 4 0 652155777 431656960 60558 33554432000 4194304 4650419 140733969911728 18446744073709551615 4334196 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1833.37
Current children cumulated vsize (KiB) 421540

Child status: 20
Real time (s): 459.32
CPU time (s): 1833.42
CPU user time (s): 1832.53
CPU system time (s): 0.889864
CPU usage (%): 399.16
Max. virtual memory (cumulated for all children) (KiB): 463188

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

runsolver used 1.11483 second user time and 2.66859 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 22:39:20
IDJOB=3368897
IDBENCH=82906
IDSOLVER=1846
FILE ID=node121/3368897-1305405560
RUNJOBID= node121-1305405560-26597
PBS_JOBID= 13324487
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=1169207905

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20957200 kB
Buffers:        300528 kB
Cached:        5971576 kB
SwapCached:       7656 kB
Active:        6422240 kB
Inactive:      5218636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20957200 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           12480 kB
Writeback:           4 kB
AnonPages:     5366768 kB
Mapped:          21512 kB
Slab:           265452 kB
PageTables:      23804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30641880 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= 73420 MiB
End job on node121 at 2011-05-14 22:47:00