Trace number 3368988

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 1764.54 442.383

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.33534
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-3368988-1305409228.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.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
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.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:     154 undec:      35 neg:     161
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       338      1479         0         0      4493         0   no data   no data  --
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4915       338      1479         0      4789      4493     82727   no data   no data  --
0.00/0.80	c  N st    10     11297       338      1479         0      4438      4493     56561   no data   no data  --
0.00/0.80	c  N st    11     17041       338      1479         0      9973      4493    147264   no data   no data  --
3.59/1.00	c  F st    12     25001       338      1479         0     12214      4493    186683   no data   no data  --
3.59/1.00	c  N st    12     25001       338      1479         0     12214      4493    186683   no data   no data  --
4.39/1.20	c Decided on static restart strategy
4.39/1.20	c  N st    18     30000       338      1479         0     10518      4493    145187   no data   no data  --
4.39/1.20	c  S st    18     30000       338      1479         0     10518      4493    145187   no data   no data  --
4.39/1.20	c  S st    18     30501       338      1479         0     11017      4493    153739   no data   no data  --
4.39/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
4.39/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.40	c lits-rem:       329  cl-subs:     1213  v-elim:      0  v-fix:    0  time:  0.53 s
5.56/1.40	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.03
5.56/1.40	c calculated reachability. Time: 0.00
5.56/1.40	c  N st    18     30501       338      1479         0      9804      4493    134213   no data   no data  --
6.76/1.73	c  N st    20     37614       338      1479         0      9072      4493    109033   no data   no data  --
7.95/2.08	c  N st    21     44013       338      1479         0     15301      4493    215392   no data   no data  --
8.35/2.18	c  S st    22     45751       338      1479         0     16988      4493    244413   no data   no data  --
8.75/2.24	c  S st    22     46253       338      1479         0      8840      4493     96756   no data   no data  --
8.75/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.75/2.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.75/2.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.75/2.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.75/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
8.75/2.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.28	c lits-rem:        52  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.15 s
8.75/2.28	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
8.75/2.28	c vivif2 --  cl tried     8514 cl shrink        0 lits rem          0 time: 0.00
8.75/2.28	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.02
8.75/2.29	c calculated reachability. Time: 0.00
8.75/2.29	c  N st    22     46253       338      1479         0      8514      4493     92459   no data   no data  --
12.34/3.14	c  N st    23     60652       338      1479         0     12776      4493    154447   no data   no data  --
14.73/3.71	c  N st    24     69379       338      1479         0     21118      4493    296561   no data   no data  --
14.73/3.71	c  S st    24     69379       338      1479         0     21118      4493    296561   no data   no data  --
14.73/3.76	c  S st    24     69883       338      1479         0     11063      4493    121711   no data   no data  --
14.73/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.73/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.73/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
14.73/3.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.86	c lits-rem:        73  cl-subs:      350  v-elim:      0  v-fix:    0  time:  0.36 s
15.13/3.86	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
15.13/3.86	c vivif2 --  cl tried    10713 cl shrink        0 lits rem          0 time: 0.01
15.13/3.87	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.03
15.13/3.87	c calculated reachability. Time: 0.00
15.13/3.87	c  N st    24     69883       338      1479         0     10713      4493    116508   no data   no data  --
19.92/5.06	c  F st    25     87501       338      1479         0     16138      4493    199613   no data   no data  --
19.92/5.06	c  N st    25     87501       338      1479         0     16138      4493    199613   no data   no data  --
21.51/5.45	c Decided on static restart strategy
22.31/5.69	c  N st    32     95537       338      1479         0     23891      4493    325007   no data   no data  --
25.15/6.37	c  N st    34    104826       338      1479         0     20339      4493    257737   no data   no data  --
25.15/6.37	c  S st    34    104826       338      1479         0     20339      4493    257737   no data   no data  --
25.50/6.43	c  S st    34    105328       338      1479         0     20836      4493    266760   no data   no data  --
25.50/6.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.50/6.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.50/6.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.50/6.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.50/6.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.50/6.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
25.50/6.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.51/6.99	c lits-rem:       446  cl-subs:     1517  v-elim:      0  v-fix:    0  time:  2.18 s
27.51/6.99	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
27.51/6.99	c vivif2 --  cl tried    19319 cl shrink        0 lits rem          0 time: 0.01
27.91/7.01	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.05
27.91/7.01	c calculated reachability. Time: 0.00
27.91/7.01	c  N st    34    105328       338      1479         0     19319      4493    244620   no data   no data  --
30.69/7.72	c  N st    35    114927       338      1479         0     15098      4493    161599   no data   no data  --
35.07/8.89	c  N st    36    129324       338      1479         0     28834      4493    378515   no data   no data  --
41.86/10.57	c  N st    37    150919       338      1479         0     19780      4493    221034   no data   no data  --
44.25/11.13	c  S st    38    157992       338      1479         0     26581      4493    339645   no data   no data  --
44.25/11.19	c  S st    38    158498       338      1479         0     27086      4493    349510   no data   no data  --
44.25/11.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.25/11.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.65/11.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
44.65/11.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.65/11.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.65/11.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
44.65/11.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.64/12.23	c lits-rem:       515  cl-subs:     2815  v-elim:      0  v-fix:    0  time:  4.05 s
48.64/12.23	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
48.64/12.23	c vivif2 --  cl tried    24271 cl shrink        0 lits rem          0 time: 0.01
48.64/12.25	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.07
48.64/12.25	c calculated reachability. Time: 0.00
48.64/12.25	c  N st    38    158498       338      1479         0     24271      4493    306362   no data   no data  --
65.80/16.54	c  N st    39    207088       338      1479         0     19089      4493    187161   no data   no data  --
77.81/19.51	c  N st    40    237748       338      1479         0     29320      4493    334668   no data   no data  --
77.81/19.51	c  S st    40    237748       338      1479         0     29320      4493    334668   no data   no data  --
78.16/19.60	c  S st    40    238250       338      1479         0     29819      4493    343632   no data   no data  --
78.16/19.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.16/19.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.16/19.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
78.16/19.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.16/19.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.16/19.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
78.16/19.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.19/20.67	c lits-rem:       559  cl-subs:     4610  v-elim:      0  v-fix:    0  time:  4.18 s
82.19/20.67	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
82.19/20.67	c vivif2 --  cl tried    25209 cl shrink        0 lits rem          0 time: 0.01
82.19/20.69	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.07
82.19/20.69	c calculated reachability. Time: 0.00
82.19/20.69	c  N st    40    238250       338      1479         0     25209      4493    279710   no data   no data  --
111.28/27.95	c  F st    41    306252       338      1479         0     27353      4493    280201   no data   no data  --
111.28/27.95	c  N st    41    306252       338      1479         0     27353      4493    280201   no data   no data  --
113.26/28.45	c Decided on static restart strategy
123.24/30.99	c  N st    51    334561       338      1479         0     31597      4493    356449   no data   no data  --
134.43/33.73	c  N st    53    357375       338      1479         0     29519      4493    308665   no data   no data  --
134.43/33.73	c  S st    53    357375       338      1479         0     29519      4493    308665   no data   no data  --
134.85/33.81	c  S st    53    357885       338      1479         0     30027      4493    318243   no data   no data  --
134.85/33.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
134.85/33.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.85/33.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
134.85/33.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.85/33.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.85/33.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
134.85/33.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.40/34.70	c lits-rem:       346  cl-subs:     1299  v-elim:      0  v-fix:    0  time:  3.48 s
138.40/34.70	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
138.40/34.70	c vivif2 --  cl tried    28728 cl shrink        0 lits rem          0 time: 0.02
138.40/34.72	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.09
138.40/34.73	c calculated reachability. Time: 0.00
138.40/34.73	c  N st    53    357885       338      1479         0     28728      4493    298823   no data   no data  --
154.35/38.71	c  N st    54    390279       338      1479         0     34861      4493    388717   no data   no data  --
179.88/45.19	c  N st    55    438868       338      1479         0     28662      4493    268776   no data   no data  --
214.98/53.96	c  N st    56    511750       338      1479         0     41987      4493    475772   no data   no data  --
228.15/57.29	c  N st    57    536829       338      1479         0     36297      4493    366696   no data   no data  --
228.15/57.29	c  S st    57    536829       338      1479         0     36297      4493    366696   no data   no data  --
228.55/57.38	c  S st    57    537336       338      1479         0     36802      4493    376233   no data   no data  --
228.55/57.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
228.55/57.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
228.55/57.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
228.95/57.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.95/57.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.95/57.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
228.95/57.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
233.33/58.58	c lits-rem:       430  cl-subs:     1659  v-elim:      0  v-fix:    0  time:  4.70 s
233.33/58.58	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
233.33/58.59	c vivif2 --  cl tried    35143 cl shrink        0 lits rem          0 time: 0.02
233.73/58.62	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.11
233.73/58.62	c calculated reachability. Time: 0.00
233.73/58.62	c  N st    57    537336       338      1479         0     35143      4493    352572   no data   no data  --
330.27/82.87	c  N st    58    701320       338      1479         0     63615      4493    751903   no data   no data  --
397.29/99.68	c  N st    59    806004       338      1479         0     57431      4493    637238   no data   no data  --
397.29/99.68	c  S st    59    806004       338      1479         0     57431      4493    637238   no data   no data  --
398.12/99.84	c  S st    59    806507       338      1479         0     57933      4493    646372   no data   no data  --
398.12/99.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
398.12/99.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
398.12/99.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
398.12/99.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.12/99.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.12/99.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
398.12/99.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.05/102.35	c lits-rem:      1155  cl-subs:     7613  v-elim:      0  v-fix:    0  time:  9.84 s
408.05/102.35	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
408.05/102.36	c vivif2 --  cl tried    50320 cl shrink        0 lits rem          0 time: 0.03
408.45/102.41	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.21
408.45/102.42	c calculated reachability. Time: 0.00
408.45/102.42	c  N st    59    806507       338      1479         0     50320      4493    540668   no data   no data  --
597.92/149.95	c  F st    60   1071876       338      1479         1     66215      4493    701620   no data   no data  --
597.92/149.95	c  N st    60   1071876       338      1479         1     66215      4493    701620   no data   no data  --
601.91/150.99	c Decided on static restart strategy
619.46/155.34	c  N st    70   1100178       338      1479         1     50499      4493    485656   no data   no data  --
645.79/161.92	c  N st    72   1136170       338      1479         1     84862      4493   1064190   no data   no data  --
666.12/167.05	c  N st    73   1168562       338      1479         1     71937      4493    829000   no data   no data  --
698.04/175.08	c  N st    74   1209761       338      1479         1     66462      4493    736421   no data   no data  --
698.04/175.08	c  S st    74   1209761       338      1479         1     66462      4493    736421   no data   no data  --
698.84/175.28	c  S st    74   1210261       338      1479         1     66961      4493    745284   no data   no data  --
698.84/175.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
698.84/175.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
699.24/175.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
699.24/175.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
700.04/175.52	c subs with bin:     1859  lits-rem:       105  v-fix:    0  time:  0.74 s
700.04/175.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
700.04/175.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
711.60/178.40	c lits-rem:      2310  cl-subs:     5798  v-elim:      0  v-fix:    0  time: 11.47 s
711.60/178.40	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
711.60/178.41	c vivif2 --  cl tried    59304 cl shrink        0 lits rem          0 time: 0.04
711.60/178.47	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.23
711.60/178.47	c calculated reachability. Time: 0.00
711.60/178.47	c  N st    74   1210261       338      1479         1     59304      4493    643965   no data   no data  --
774.23/194.17	c  N st    75   1283143       338      1479         1     83447      4493   1023558   no data   no data  --
866.36/217.29	c  N st    76   1392466       338      1479         1     92944      4493   1131736   no data   no data  --
1008.36/252.81	c  N st    77   1556451       338      1479         1    100681      4493   1219206   no data   no data  --
1146.37/287.46	c  N st    78   1710262       338      1479         1     90330      4493   1069998   no data   no data  --
1146.37/287.46	c  S st    78   1710262       338      1479         1     90330      4493   1069998   no data   no data  --
1147.57/287.77	c  S st    78   1710766       338      1479         1     90832      4493   1079857   no data   no data  --
1147.57/287.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1147.57/287.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1147.99/287.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
1147.99/287.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1147.99/287.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1147.99/287.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
1147.99/287.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1168.31/292.96	c lits-rem:       211  cl-subs:    11632  v-elim:      0  v-fix:    0  time: 20.37 s
1168.31/292.96	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
1168.31/292.98	c vivif2 --  cl tried    79200 cl shrink        0 lits rem          0 time: 0.06
1169.12/293.10	c asymm  cl-useful: 0/1479/1479 lits-rem:0 time: 0.48
1169.12/293.10	c calculated reachability. Time: 0.00
1169.12/293.10	c  N st    78   1710766       338      1479         1     79200      4493    919676   no data   no data  --
1530.49/383.74	c  N st    79   2079731       338      1479         3     90355      4493    951106   no data   no data  --
1663.32/417.07	c  N st    80   2210767       338      1479         3     94664      4493   1024750   no data   no data  --
1663.32/417.07	c  S st    80   2210767       338      1479         3     94664      4493   1024750   no data   no data  --
1664.12/417.20	c Finding binary XORs  T:     0.00 s  found:       0
1664.92/417.44	c  S st    80   2211271       336      1440        45     70251      4415    687710   no data   no data  --
1664.92/417.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1664.92/417.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1664.92/417.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
1665.32/417.50	c bin-w-bin subsume rem           20 bins  time:  0.00 s
1667.30/418.09	c subs with bin:     4539  lits-rem:      7017  v-fix:    0  time:  2.35 s
1667.70/418.10	c Subs w/ non-existent bins:     45 l-rem:     97 v-fix:     0 done:    336 time:  0.02 s
1667.70/418.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1680.07/421.20	c lits-rem:      2295  cl-subs:     9626  v-elim:      0  v-fix:    0  time: 12.37 s
1680.07/421.20	c vivif2 --  cl tried     1438 cl shrink        0 lits rem          0 time: 0.00
1680.07/421.21	c vivif2 --  cl tried    56043 cl shrink        0 lits rem          0 time: 0.04
1680.07/421.28	c asymm  cl-useful: 0/1438/1438 lits-rem:0 time: 0.27
1680.07/421.28	c calculated reachability. Time: 0.00
1680.07/421.28	c  N st    80   2211271       336      1438        25     56043      4413    499284   no data   no data  --
1729.53/433.68	c Finding binary XORs  T:     0.00 s  found:       0
1747.09/438.04	c Finding binary XORs  T:     0.00 s  found:       0
1760.65/441.47	c Finding binary XORs  T:     0.00 s  found:       0
1764.23/442.36	c  E st    81   2311498       320      1269       151     41803      4048    339776   no data   no data  --
1764.23/442.37	c Following stats are for *FIRST FINISHED THREAD ONLY*
1764.23/442.37	c num threads              : 4          
1764.23/442.37	c restarts                 : 81         
1764.23/442.37	c dynamic restarts         : 0          
1764.23/442.37	c static restarts          : 81         
1764.23/442.37	c full restarts            : 4          
1764.23/442.37	c total simplify time      : 1.17       
1764.23/442.37	c learnts DL2              : 0          
1764.23/442.37	c learnts size 2           : 238        
1764.23/442.37	c learnts size 1           : 60          (17.14     % of vars)
1764.23/442.37	c filedLit time            : 0.62        (0.04      % time)
1764.23/442.37	c v-elim SatELite          : 12          (3.43      % vars)
1764.23/442.37	c SatELite time            : 73.05       (4.14      % time)
1764.23/442.37	c v-elim xor               : 0           (0.00      % vars)
1764.23/442.37	c xor elim time            : 0.10        (0.01      % time)
1764.23/442.37	c num binary xor trees     : 0          
1764.23/442.37	c binxor trees' crown      : 0           (nan       leafs/tree)
1764.23/442.37	c bin xor find time        : 0.00       
1764.23/442.37	c OTF clause improved      : 105862      (0.05      clauses/conflict)
1764.23/442.37	c OTF impr. size diff      : 111990      (1.06       lits/clause)
1764.23/442.37	c OTF cl watch-shrink      : 613828      (0.27      clauses/conflict)
1764.23/442.37	c OTF cl watch-sh-lit      : 785600      (1.28       lits/clause)
1764.23/442.37	c tried to recurMin cls    : 319121      (13.81      % of conflicts)
1764.23/442.37	c updated cache            : 4284        (0.01       lits/tried recurMin)
1764.23/442.37	c unit cls received        : 5           (8.33      % of units)
1764.23/442.37	c unit cls sent            : 8           (13.33     % of units)
1764.23/442.37	c bin cls received         : 34         
1764.23/442.37	c bin cls sent             : 102        
1764.23/442.37	c clauses over max glue    : 0           (0.00      % of all clauses)
1764.23/442.37	c conflicts                : 2311498     (1310.69   / sec)
1764.23/442.37	c decisions                : 2644454     (0.40      % random)
1764.23/442.37	c bogo-props               : 57358496240 (32524139.76 / sec)
1764.23/442.37	c conflict literals        : 36752506    (30.72     % deleted)
1764.23/442.37	c Memory used              : 383.35      MB
1764.23/442.37	c single-thread CPU time   : 1763.57     s
1764.23/442.37	c all-threads sum CPU time : 1763.57     s
1764.23/442.37	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-3368988-1305409228/watcher-3368988-1305409228 -o /tmp/evaluation-result-3368988-1305409228/solver-3368988-1305409228 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368988-1305409228.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: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 731153479 52465664 354 33554432000 4194304 4650419 140733589582576 18446744073709551615 47320587847592 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 12809 357 306 112 0 7774 0
[pid=8599/tid=8600] ppid=8597 vsize=281928 CPUtime=0 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) D 8597 8599 8202 0 -1 4202560 137 0 0 0 0 0 0 0 25 0 4 0 731153479 288694272 794 33554432000 4194304 4650419 140733589582576 18446744073709551615 256415434935 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=281928 CPUtime=0 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 142 0 0 0 0 0 0 0 25 0 4 0 731153479 288694272 800 33554432000 4194304 4650419 140733589582576 18446744073709551615 4551016 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=281928 CPUtime=0 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 102 0 0 0 0 0 0 0 25 0 4 0 731153479 288694272 803 33554432000 4194304 4650419 140733589582576 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.136341 s]
/proc/loadavg: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=284600 CPUtime=3.2 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 4457 0 0 0 320 0 0 0 19 0 4 0 731153479 291430400 2423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 71150 2423 393 112 0 66115 0
[pid=8599/tid=8600] ppid=8597 vsize=284600 CPUtime=0.8 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1034 0 0 0 80 0 0 0 19 0 4 0 731153479 291430400 2423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=284600 CPUtime=0.79 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1042 0 0 0 79 0 0 0 19 0 4 0 731153479 291430400 2423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=284600 CPUtime=0.79 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 935 0 0 0 79 0 0 0 25 0 4 0 731153479 291430400 2423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 284600

[startup+0.909976 s]
/proc/loadavg: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=284600 CPUtime=3.59 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 4616 0 0 0 359 0 0 0 19 0 4 0 731153479 291430400 2582 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 71150 2582 393 112 0 66115 0
[pid=8599/tid=8600] ppid=8597 vsize=284600 CPUtime=0.9 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1071 0 0 0 90 0 0 0 19 0 4 0 731153479 291430400 2582 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=284600 CPUtime=0.89 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1086 0 0 0 89 0 0 0 19 0 4 0 731153479 291430400 2582 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=284600 CPUtime=0.89 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 971 0 0 0 89 0 0 0 25 0 4 0 731153479 291430400 2582 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 284600

[startup+1.00996 s]
/proc/loadavg: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=284804 CPUtime=3.99 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 5003 0 0 0 399 0 0 0 19 0 4 0 731153479 291639296 2721 33554432000 4194304 4650419 140733589582576 18446744073709551615 4333753 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 71201 2721 394 112 0 66166 0
[pid=8599/tid=8600] ppid=8597 vsize=284804 CPUtime=1 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1139 0 0 0 100 0 0 0 19 0 4 0 731153479 291639296 2721 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=284804 CPUtime=0.99 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1150 0 0 0 99 0 0 0 19 0 4 0 731153479 291639296 2721 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=284804 CPUtime=0.99 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1034 0 0 0 99 0 0 0 25 0 4 0 731153479 291639296 2721 33554432000 4194304 4650419 140733589582576 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 284804

[startup+1.10994 s]
/proc/loadavg: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=284972 CPUtime=4.39 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 5566 0 0 0 439 0 0 0 19 0 4 0 731153479 291811328 2551 33554432000 4194304 4650419 140733589582576 18446744073709551615 4328176 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 71243 2551 394 112 0 66208 0
[pid=8599/tid=8600] ppid=8597 vsize=284972 CPUtime=1.1 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1326 0 0 0 110 0 0 0 19 0 4 0 731153479 291811328 2551 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=284972 CPUtime=1.09 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1328 0 0 0 109 0 0 0 19 0 4 0 731153479 291811328 2551 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=284972 CPUtime=1.09 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1189 0 0 0 109 0 0 0 25 0 4 0 731153479 291811328 2551 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 284972

[startup+1.50087 s]
/proc/loadavg: 6.91 7.87 8.01 5/354 8599
/proc/meminfo: memFree=17770952/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=285024 CPUtime=5.96 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 7251 0 0 0 595 1 0 0 20 0 4 0 731153479 291864576 3889 33554432000 4194304 4650419 140733589582576 18446744073709551615 4333927 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 71256 3889 395 112 0 66221 0
[pid=8599/tid=8600] ppid=8597 vsize=285024 CPUtime=1.49 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1659 0 0 0 149 0 0 0 19 0 4 0 731153479 291864576 3889 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=285024 CPUtime=1.48 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1463 0 0 0 148 0 0 0 20 0 4 0 731153479 291864576 3889 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=285024 CPUtime=1.48 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 1328 0 0 0 148 0 0 0 25 0 4 0 731153479 291864576 3889 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285024

[startup+3.10057 s]
/proc/loadavg: 7.00 7.87 8.01 9/358 8603
/proc/meminfo: memFree=17711920/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=294360 CPUtime=12.34 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 13933 0 0 0 1232 2 0 0 25 0 4 0 731153479 301424640 7815 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 73590 7815 395 112 0 68555 0
[pid=8599/tid=8600] ppid=8597 vsize=294360 CPUtime=3.09 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 3319 0 0 0 309 0 0 0 25 0 4 0 731153479 301424640 7815 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=294360 CPUtime=3.05 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 3653 0 0 0 305 0 0 0 25 0 4 0 731153479 301424640 7815 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=294360 CPUtime=3.08 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 3046 0 0 0 308 0 0 0 25 0 4 0 731153479 301424640 7815 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 294360

[startup+6.31296 s]
/proc/loadavg: 7.00 7.87 8.01 9/358 8604
/proc/meminfo: memFree=17680316/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=312384 CPUtime=25.15 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 20597 0 0 0 2512 3 0 0 25 0 4 0 731153479 319881216 11122 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 78096 11122 395 112 0 73061 0
[pid=8599/tid=8600] ppid=8597 vsize=312384 CPUtime=6.3 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 5425 0 0 0 630 0 0 0 25 0 4 0 731153479 319881216 11122 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=312384 CPUtime=6.24 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 5753 0 0 0 623 1 0 0 25 0 4 0 731153479 319881216 11122 33554432000 4194304 4650419 140733589582576 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=312384 CPUtime=6.29 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 3872 0 0 0 629 0 0 0 25 0 4 0 731153479 319881216 11122 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312384

[startup+12.7008 s]
/proc/loadavg: 7.08 7.87 8.01 9/358 8604
/proc/meminfo: memFree=17646568/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=313252 CPUtime=50.63 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 31240 0 0 0 5058 5 0 0 25 0 4 0 731153479 320770048 14728 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 78313 14728 395 112 0 73278 0
[pid=8599/tid=8600] ppid=8597 vsize=313252 CPUtime=12.69 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 8391 0 0 0 1268 1 0 0 25 0 4 0 731153479 320770048 14728 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=313252 CPUtime=12.56 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 8594 0 0 0 1255 1 0 0 25 0 4 0 731153479 320770048 14728 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=313252 CPUtime=12.68 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 5123 0 0 0 1268 0 0 0 25 0 4 0 731153479 320770048 14728 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 313252

[startup+25.5003 s]
/proc/loadavg: 7.28 7.88 8.01 9/358 8604
/proc/meminfo: memFree=17598576/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=315760 CPUtime=101.7 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 46040 0 0 0 10161 9 0 0 25 0 4 0 731153479 323338240 18965 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 78940 18965 395 112 0 73905 0
[pid=8599/tid=8600] ppid=8597 vsize=315760 CPUtime=25.49 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 13246 0 0 0 2547 2 0 0 25 0 4 0 731153479 323338240 18965 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=315760 CPUtime=25.22 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 12997 0 0 0 2519 3 0 0 25 0 4 0 731153479 323338240 18965 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=315760 CPUtime=25.48 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 6088 0 0 0 2547 1 0 0 25 0 4 0 731153479 323338240 18965 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 315760

[startup+51.1005 s]
/proc/loadavg: 7.61 7.90 8.01 9/358 8605
/proc/meminfo: memFree=17561196/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=335364 CPUtime=203.82 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 70016 0 0 0 20366 16 0 0 25 0 4 0 731153479 343412736 24316 33554432000 4194304 4650419 140733589582576 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 83841 24316 395 112 0 78806 0
[pid=8599/tid=8600] ppid=8597 vsize=335364 CPUtime=51.09 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 21299 0 0 0 5105 4 0 0 25 0 4 0 731153479 343412736 24316 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=335364 CPUtime=50.54 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 20283 0 0 0 5049 5 0 0 25 0 4 0 731153479 343412736 24316 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=335364 CPUtime=51.09 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 7787 0 0 0 5107 2 0 0 25 0 4 0 731153479 343412736 24316 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 335364

[startup+102.301 s]
/proc/loadavg: 7.87 7.93 8.01 9/358 8606
/proc/meminfo: memFree=17490944/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=337876 CPUtime=408.05 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 105065 0 0 0 40777 28 0 0 25 0 4 0 731153479 345985024 30155 33554432000 4194304 4650419 140733589582576 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 84469 30155 395 112 0 79434 0
[pid=8599/tid=8600] ppid=8597 vsize=337876 CPUtime=102.29 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 31973 0 0 0 10222 7 0 0 25 0 4 0 731153479 345985024 30155 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=337876 CPUtime=101.16 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 30875 0 0 0 10107 9 0 0 25 0 4 0 731153479 345985024 30155 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=337876 CPUtime=102.28 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 8921 0 0 0 10226 2 0 0 25 0 4 0 731153479 345985024 30155 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 337876

[startup+162.301 s]

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

/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 11264 0 0 0 22225 3 0 0 25 0 4 0 731153479 349118464 43035 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 886.7
Current children cumulated vsize (KiB) 340936

[startup+282.301 s]
/proc/loadavg: 8.10 8.02 8.03 9/358 8611
/proc/meminfo: memFree=17301520/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=342124 CPUtime=1126.05 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 198587 0 0 0 112540 65 0 0 25 0 4 0 731153479 350334976 44716 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 85531 44716 395 112 0 80496 0
[pid=8599/tid=8600] ppid=8597 vsize=342124 CPUtime=282.31 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 63032 0 0 0 28212 19 0 0 25 0 4 0 731153479 350334976 44718 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=342124 CPUtime=279.13 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 59613 0 0 0 27893 20 0 0 25 0 4 0 731153479 350334976 44718 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=342124 CPUtime=282.3 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 14817 0 0 0 28225 5 0 0 25 0 4 0 731153479 350334976 44718 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1126.05
Current children cumulated vsize (KiB) 342124

[startup+342.301 s]
/proc/loadavg: 8.18 8.05 8.03 9/358 8612
/proc/meminfo: memFree=17232788/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=342540 CPUtime=1365.35 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 226309 0 0 0 136460 75 0 0 25 0 4 0 731153479 350760960 51445 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 85635 51445 395 112 0 80600 0
[pid=8599/tid=8600] ppid=8597 vsize=342540 CPUtime=342.3 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 72332 0 0 0 34208 22 0 0 25 0 4 0 731153479 350760960 51445 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=342540 CPUtime=338.45 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 68772 0 0 0 33821 24 0 0 25 0 4 0 731153479 350760960 51445 33554432000 4194304 4650419 140733589582576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=342540 CPUtime=342.29 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 14823 0 0 0 34224 5 0 0 25 0 4 0 731153479 350760960 51445 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1365.35
Current children cumulated vsize (KiB) 342540

[startup+402.313 s]
/proc/loadavg: 8.19 8.07 8.04 9/358 8614
/proc/meminfo: memFree=17228044/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=348892 CPUtime=1604.73 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 252226 0 0 0 160385 88 0 0 25 0 4 0 731153479 357265408 53050 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 87223 53050 395 112 0 82188 0
[pid=8599/tid=8600] ppid=8597 vsize=348892 CPUtime=402.31 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 80339 0 0 0 40205 26 0 0 25 0 4 0 731153479 357265408 53050 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=348892 CPUtime=397.79 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 77261 0 0 0 39751 28 0 0 25 0 4 0 731153479 357265408 53050 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=348892 CPUtime=402.3 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16227 0 0 0 40224 6 0 0 25 0 4 0 731153479 357265408 53050 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1604.73
Current children cumulated vsize (KiB) 348892

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

[startup+410.301 s]
/proc/loadavg: 8.17 8.07 8.04 9/358 8614
/proc/meminfo: memFree=17232132/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=338320 CPUtime=1636.59 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 255479 0 0 0 163569 90 0 0 25 0 4 0 731153479 346439680 52507 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 84580 52507 395 112 0 79545 0
[pid=8599/tid=8600] ppid=8597 vsize=338320 CPUtime=410.29 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81620 0 0 0 41003 26 0 0 25 0 4 0 731153479 346439680 52507 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=338320 CPUtime=405.68 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 77851 0 0 0 40540 28 0 0 25 0 4 0 731153479 346439680 52507 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=338320 CPUtime=410.29 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16231 0 0 0 41023 6 0 0 25 0 4 0 731153479 346439680 52507 33554432000 4194304 4650419 140733589582576 18446744073709551615 4370707 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1636.59
Current children cumulated vsize (KiB) 338320

[startup+423.1 s]
/proc/loadavg: 8.13 8.06 8.04 9/358 8615
/proc/meminfo: memFree=17230272/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=338376 CPUtime=1687.67 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 260936 0 0 0 168675 92 0 0 25 0 4 0 731153479 346497024 53857 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363862 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 84594 53857 395 112 0 79559 0
[pid=8599/tid=8600] ppid=8597 vsize=338376 CPUtime=423.11 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 83363 0 0 0 42284 27 0 0 25 0 4 0 731153479 346497024 53857 33554432000 4194304 4650419 140733589582576 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=338376 CPUtime=418.34 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 79651 0 0 0 41805 29 0 0 25 0 4 0 731153479 346497024 53857 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=338376 CPUtime=423.1 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16231 0 0 0 42304 6 0 0 25 0 4 0 731153479 346497024 53857 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1687.67
Current children cumulated vsize (KiB) 338376

[startup+435.901 s]
/proc/loadavg: 8.11 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17216632/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392488 CPUtime=1738.71 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 266313 0 0 0 173777 94 0 0 25 0 4 0 731153479 401907712 55123 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98122 55123 395 112 0 93087 0
[pid=8599/tid=8600] ppid=8597 vsize=392488 CPUtime=435.9 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85033 0 0 0 43563 27 0 0 25 0 4 0 731153479 401907712 55123 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392488 CPUtime=431 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81560 0 0 0 43070 30 0 0 25 0 4 0 731153479 401907712 55123 33554432000 4194304 4650419 140733589582576 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392488 CPUtime=435.89 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 43583 6 0 0 25 0 4 0 731153479 401907712 55123 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1738.71
Current children cumulated vsize (KiB) 392488

[startup+439.1 s]
/proc/loadavg: 8.10 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17207824/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392488 CPUtime=1751.47 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 267037 0 0 0 175052 95 0 0 25 0 4 0 731153479 401907712 55847 33554432000 4194304 4650419 140733589582576 18446744073709551615 4303888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98122 55847 395 112 0 93087 0
[pid=8599/tid=8600] ppid=8597 vsize=392488 CPUtime=439.1 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85276 0 0 0 43882 28 0 0 25 0 4 0 731153479 401907712 55847 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392488 CPUtime=434.16 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81786 0 0 0 43386 30 0 0 25 0 4 0 731153479 401907712 55847 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392488 CPUtime=439.09 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 43903 6 0 0 25 0 4 0 731153479 401907712 55847 33554432000 4194304 4650419 140733589582576 18446744073709551615 4360470 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1751.47
Current children cumulated vsize (KiB) 392488

[startup+440.701 s]
/proc/loadavg: 8.10 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17209676/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392488 CPUtime=1757.88 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 267370 0 0 0 175693 95 0 0 25 0 4 0 731153479 401907712 56180 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98122 56180 395 112 0 93087 0
[pid=8599/tid=8600] ppid=8597 vsize=392488 CPUtime=440.72 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85381 0 0 0 44044 28 0 0 25 0 4 0 731153479 401907712 56182 33554432000 4194304 4650419 140733589582576 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392488 CPUtime=435.75 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81893 0 0 0 43545 30 0 0 25 0 4 0 731153479 401907712 56182 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392488 CPUtime=440.7 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 44064 6 0 0 25 0 4 0 731153479 401907712 56182 33554432000 4194304 4650419 140733589582576 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1757.88
Current children cumulated vsize (KiB) 392488

[startup+441.501 s]
/proc/loadavg: 8.10 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17209676/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392488 CPUtime=1761.05 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 267533 0 0 0 176010 95 0 0 25 0 4 0 731153479 401907712 56343 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98122 56343 395 112 0 93087 0
[pid=8599/tid=8600] ppid=8597 vsize=392488 CPUtime=441.5 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85439 0 0 0 44122 28 0 0 25 0 4 0 731153479 401907712 56343 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392488 CPUtime=436.53 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81953 0 0 0 43623 30 0 0 25 0 4 0 731153479 401907712 56343 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392488 CPUtime=441.49 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 44143 6 0 0 25 0 4 0 731153479 401907712 56343 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1761.05
Current children cumulated vsize (KiB) 392488

[startup+441.914 s]
/proc/loadavg: 8.10 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17207568/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392488 CPUtime=1762.69 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 267613 0 0 0 176174 95 0 0 25 0 4 0 731153479 401907712 56423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98122 56423 395 112 0 93087 0
[pid=8599/tid=8600] ppid=8597 vsize=392488 CPUtime=441.92 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85468 0 0 0 44164 28 0 0 25 0 4 0 731153479 401907712 56423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392488 CPUtime=436.93 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 81971 0 0 0 43663 30 0 0 25 0 4 0 731153479 401907712 56423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4313342 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392488 CPUtime=441.9 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 44184 6 0 0 25 0 4 0 731153479 401907712 56423 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1762.69
Current children cumulated vsize (KiB) 392488

[startup+442.301 s]
/proc/loadavg: 8.10 8.06 8.03 9/358 8615
/proc/meminfo: memFree=17207568/32950928 swapFree=67111200/67111528
[pid=8599] ppid=8597 vsize=392544 CPUtime=1764.23 cores=1,3,5,7
/proc/8599/stat : 8599 (strangenight1-m) R 8597 8599 8202 0 -1 4202496 268633 0 0 0 176328 95 0 0 25 0 4 0 731153479 401965056 55602 33554432000 4194304 4650419 140733589582576 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8599/statm: 98136 55602 395 112 0 93101 0
[pid=8599/tid=8600] ppid=8597 vsize=392544 CPUtime=442.3 cores=1,3,5,7
/proc/8599/task/8600/stat : 8600 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 85489 0 0 0 44202 28 0 0 25 0 4 0 731153479 401965056 55602 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8599/tid=8601] ppid=8597 vsize=392544 CPUtime=437.32 cores=1,3,5,7
/proc/8599/task/8601/stat : 8601 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 82942 0 0 0 43702 30 0 0 25 0 4 0 731153479 401965056 55602 33554432000 4194304 4650419 140733589582576 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8599/tid=8602] ppid=8597 vsize=392544 CPUtime=442.29 cores=1,3,5,7
/proc/8599/task/8602/stat : 8602 (strangenight1-m) R 8597 8599 8202 0 -1 4202560 16394 0 0 0 44223 6 0 0 25 0 4 0 731153479 401965056 55602 33554432000 4194304 4650419 140733589582576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1764.23
Current children cumulated vsize (KiB) 392544

Child status: 20
Real time (s): 442.383
CPU time (s): 1764.54
CPU user time (s): 1763.57
CPU system time (s): 0.969852
CPU usage (%): 398.871
Max. virtual memory (cumulated for all children) (KiB): 403964

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

runsolver used 1.42378 second user time and 3.56746 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 23:40:28
IDJOB=3368988
IDBENCH=82997
IDSOLVER=1846
FILE ID=node115/3368988-1305409228
RUNJOBID= node115-1305409226-8547
PBS_JOBID= 13324497
Free space on /tmp= 73228 MiB

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

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

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=720821880

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17771240 kB
Buffers:        287992 kB
Cached:        4525132 kB
SwapCached:          0 kB
Active:       11988800 kB
Inactive:      2873268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17771240 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           12600 kB
Writeback:           0 kB
AnonPages:    10048744 kB
Mapped:          28592 kB
Slab:           211776 kB
PageTables:      40792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69760028 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= 73224 MiB
End job on node115 at 2011-05-14 23:47:51