Trace number 3175478

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtUNSAT 3458.17 865.724

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.32988
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-3175478-1304125806.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     142 undec:      47 neg:     161
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       340      1466         0         0      4444         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4915       340      1466         0      4810      4444     86177   no data   no data  --
3.17/0.80	c  N st    10     11299       340      1466         0      4430      4444     57529   no data   no data  --
3.17/0.80	c  N st    11     17043       340      1466         0      9964      4444    147061   no data   no data  --
3.97/1.00	c  F st    12     25003       340      1466         0     12224      4444    184315   no data   no data  --
3.97/1.00	c  N st    12     25003       340      1466         0     12224      4444    184315   no data   no data  --
4.38/1.17	c Decided on static restart strategy
4.38/1.17	c  N st    18     30000       340      1466         0     10530      4444    145822   no data   no data  --
4.38/1.17	c  S st    18     30000       340      1466         0     10530      4444    145822   no data   no data  --
4.38/1.20	c  S st    18     30502       340      1466         0     11027      4444    155036   no data   no data  --
4.38/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.78/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.78/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
4.78/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.35	c lits-rem:       224  cl-subs:     1113  v-elim:      0  v-fix:    0  time:  0.56 s
5.16/1.36	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.03
5.16/1.36	c calculated reachability. Time: 0.00
5.16/1.36	c  N st    18     30502       340      1466         0      9914      4444    137951   no data   no data  --
6.77/1.77	c  N st    20     37612       340      1466         0      9189      4444    112680   no data   no data  --
8.37/2.11	c  N st    21     44011       340      1466         0     15319      4444    213852   no data   no data  --
8.78/2.22	c  S st    22     45753       340      1466         0     17012      4444    243884   no data   no data  --
8.78/2.27	c  S st    22     46255       340      1466         0      8911      4444     98362   no data   no data  --
8.78/2.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.78/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.78/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
8.78/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.18/2.31	c lits-rem:        39  cl-subs:      297  v-elim:      0  v-fix:    0  time:  0.15 s
9.18/2.31	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
9.18/2.32	c vivif2 --  cl tried     8614 cl shrink        0 lits rem          0 time: 0.00
9.18/2.32	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.02
9.18/2.32	c calculated reachability. Time: 0.00
9.18/2.32	c  N st    22     46255       340      1466         0      8614      4444     94238   no data   no data  --
12.36/3.19	c  N st    23     60653       340      1466         0     12917      4444    162904   no data   no data  --
14.75/3.77	c  N st    24     69384       340      1466         0     21370      4444    328783   no data   no data  --
14.75/3.77	c  S st    24     69384       340      1466         0     21370      4444    328783   no data   no data  --
15.15/3.81	c  S st    24     69889       340      1466         0     11272      4444    127035   no data   no data  --
15.15/3.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.15/3.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.15/3.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
15.15/3.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.92	c lits-rem:        61  cl-subs:      168  v-elim:      0  v-fix:    0  time:  0.39 s
15.55/3.92	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
15.55/3.92	c vivif2 --  cl tried    11104 cl shrink        0 lits rem          0 time: 0.00
15.55/3.93	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.03
15.55/3.93	c calculated reachability. Time: 0.00
15.55/3.93	c  N st    24     69889       340      1466         0     11104      4444    123894   no data   no data  --
20.35/5.13	c  F st    25     87501       340      1466         0     16503      4444    219786   no data   no data  --
20.35/5.13	c  N st    25     87501       340      1466         0     16503      4444    219786   no data   no data  --
21.96/5.54	c Decided on static restart strategy
22.74/5.79	c  N st    32     95538       340      1466         0     24273      4444    353816   no data   no data  --
25.55/6.45	c  N st    34    104835       340      1466         0     20659      4444    267096   no data   no data  --
25.55/6.45	c  S st    34    104835       340      1466         0     20659      4444    267096   no data   no data  --
25.94/6.50	c  S st    34    105336       340      1466         0     21157      4444    276596   no data   no data  --
25.94/6.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.94/6.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.94/6.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.94/6.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.94/6.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
25.94/6.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.11	c lits-rem:       355  cl-subs:     2273  v-elim:      0  v-fix:    0  time:  2.37 s
28.34/7.11	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
28.34/7.12	c vivif2 --  cl tried    18884 cl shrink        0 lits rem          0 time: 0.01
28.34/7.13	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.05
28.34/7.13	c calculated reachability. Time: 0.00
28.34/7.13	c  N st    34    105336       340      1466         0     18884      4444    240908   no data   no data  --
31.15/7.89	c  N st    35    114935       340      1466         0     14670      4444    153446   no data   no data  --
35.93/9.02	c  N st    36    129332       340      1466         0     28514      4444    383729   no data   no data  --
42.32/10.64	c  N st    37    150930       340      1466         0     19518      4444    220494   no data   no data  --
44.34/11.16	c  S st    38    158004       340      1466         0     26332      4444    342343   no data   no data  --
44.71/11.22	c  S st    38    158508       340      1466         0     26834      4444    351536   no data   no data  --
44.71/11.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.71/11.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.71/11.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
44.71/11.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.71/11.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
44.71/11.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.73/12.21	c lits-rem:       643  cl-subs:     2706  v-elim:      0  v-fix:    0  time:  3.86 s
48.73/12.21	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
48.73/12.21	c vivif2 --  cl tried    24128 cl shrink        0 lits rem          0 time: 0.02
48.73/12.23	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.07
48.73/12.23	c calculated reachability. Time: 0.00
48.73/12.23	c  N st    38    158508       340      1466         0     24128      4444    309168   no data   no data  --
65.90/16.58	c  N st    39    207097       340      1466         0     18988      4444    187508   no data   no data  --
76.68/19.24	c  N st    40    237766       340      1466         0     29266      4444    356872   no data   no data  --
76.68/19.24	c  S st    40    237766       340      1466         0     29266      4444    356872   no data   no data  --
77.08/19.32	c  S st    40    238268       340      1466         0     29766      4444    365849   no data   no data  --
77.08/19.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.08/19.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.08/19.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
77.08/19.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.08/19.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.08/19.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
77.08/19.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.86/20.50	c lits-rem:      1073  cl-subs:     2733  v-elim:      0  v-fix:    0  time:  4.62 s
81.86/20.50	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
81.86/20.51	c vivif2 --  cl tried    27033 cl shrink        0 lits rem          0 time: 0.01
81.86/20.53	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.07
81.86/20.53	c calculated reachability. Time: 0.00
81.86/20.53	c  N st    40    238268       340      1466         0     27033      4444    323524   no data   no data  --
109.03/27.35	c  F st    41    306251       340      1466         0     29017      4444    325141   no data   no data  --
109.03/27.35	c  N st    41    306251       340      1466         0     29017      4444    325141   no data   no data  --
111.02/27.89	c Decided on static restart strategy
121.82/30.54	c  N st    51    334554       340      1466         0     33297      4444    404279   no data   no data  --
132.21/33.13	c  N st    53    357402       340      1466         0     31189      4444    346364   no data   no data  --
132.21/33.13	c  S st    53    357402       340      1466         0     31189      4444    346364   no data   no data  --
132.59/33.20	c  S st    53    357907       340      1466         0     31688      4444    355386   no data   no data  --
132.59/33.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
132.59/33.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.59/33.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
132.59/33.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.59/33.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.59/33.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
132.59/33.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.61/34.28	c lits-rem:       412  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  4.20 s
136.61/34.28	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
136.61/34.28	c vivif2 --  cl tried    30080 cl shrink        0 lits rem          0 time: 0.01
136.99/34.30	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.08
136.99/34.30	c calculated reachability. Time: 0.00
136.99/34.30	c  N st    53    357907       340      1466         0     30080      4444    329323   no data   no data  --
150.97/37.82	c  N st    54    390301       340      1466         0     36154      4444    422718   no data   no data  --
176.93/44.34	c  N st    55    438890       340      1466         0     29997      4444    293211   no data   no data  --
212.08/53.12	c  N st    56    511773       340      1466         0     43284      4444    534754   no data   no data  --
225.67/56.54	c  N st    57    536861       340      1466         0     37595      4444    398460   no data   no data  --
225.67/56.54	c  S st    57    536861       340      1466         0     37595      4444    398460   no data   no data  --
226.07/56.64	c  S st    57    537363       340      1466         0     38096      4444    408377   no data   no data  --
226.07/56.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
226.07/56.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.07/56.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
226.07/56.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.07/56.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.07/56.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
226.07/56.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
231.27/57.96	c lits-rem:       641  cl-subs:     1672  v-elim:      0  v-fix:    0  time:  5.15 s
231.27/57.96	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
231.27/57.96	c vivif2 --  cl tried    36424 cl shrink        0 lits rem          0 time: 0.02
231.27/57.99	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.10
231.27/57.99	c calculated reachability. Time: 0.00
231.27/57.99	c  N st    57    537363       340      1466         0     36424      4444    382624   no data   no data  --
325.56/81.53	c  N st    58    701348       340      1466         0     65527      4444    876369   no data   no data  --
393.45/98.51	c  N st    59    806045       340      1466         0     59173      4444    725533   no data   no data  --
393.45/98.51	c  S st    59    806045       340      1466         0     59173      4444    725533   no data   no data  --
394.25/98.70	c  S st    59    806547       340      1466         0     59672      4444    734996   no data   no data  --
394.25/98.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
394.25/98.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
394.25/98.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
394.25/98.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
394.25/98.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
394.25/98.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
394.25/98.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
406.63/101.83	c lits-rem:      2650  cl-subs:     5792  v-elim:      0  v-fix:    0  time: 12.28 s
406.63/101.83	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
406.63/101.84	c vivif2 --  cl tried    53880 cl shrink        0 lits rem          0 time: 0.03
406.63/101.89	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.22
406.63/101.89	c calculated reachability. Time: 0.00
406.63/101.89	c  N st    59    806547       340      1466         0     53880      4444    644370   no data   no data  --
588.80/147.43	c  F st    60   1071876       340      1466         1     69505      4444    863571   no data   no data  --
588.80/147.43	c  N st    60   1071876       340      1466         1     69505      4444    863571   no data   no data  --
593.97/148.72	c Decided on static restart strategy
611.95/153.29	c  N st    70   1100175       340      1466         2     53732      4444    581523   no data   no data  --
641.11/160.57	c  N st    72   1136168       340      1466         2     88435      4444   1255683   no data   no data  --
665.87/166.71	c  N st    73   1168560       340      1466         2     75498      4444   1004419   no data   no data  --
701.43/175.62	c  N st    74   1209820       340      1466         2     69749      4444    824752   no data   no data  --
701.43/175.62	c  S st    74   1209820       340      1466         2     69749      4444    824752   no data   no data  --
702.23/175.84	c  S st    74   1210323       340      1466         2     70248      4444    834784   no data   no data  --
702.23/175.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
702.23/175.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
702.23/175.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
702.63/175.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.45/176.11	c subs with bin:     1764  lits-rem:       652  v-fix:    0  time:  0.84 s
703.45/176.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
703.45/176.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
717.01/179.56	c lits-rem:      1674  cl-subs:     7331  v-elim:      0  v-fix:    0  time: 13.75 s
717.01/179.56	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
717.01/179.57	c vivif2 --  cl tried    61154 cl shrink        0 lits rem          0 time: 0.04
717.41/179.63	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.26
717.41/179.63	c calculated reachability. Time: 0.00
717.41/179.63	c  N st    74   1210323       340      1465         3     61154      4443    699870   no data   no data  --
784.51/196.41	c  N st    75   1283205       340      1465         3     85485      4443   1151961   no data   no data  --
884.78/221.52	c  N st    76   1392529       340      1465         3     95126      4443   1263792   no data   no data  --
1031.78/258.39	c  N st    77   1556513       340      1465         3    102456      4443   1341036   no data   no data  --
1167.60/292.30	c  N st    78   1710325       340      1465         3     91899      4443   1133915   no data   no data  --
1167.60/292.30	c  S st    78   1710325       340      1465         3     91899      4443   1133915   no data   no data  --
1168.82/292.65	c  S st    78   1710826       340      1465         3     92398      4443   1143441   no data   no data  --
1168.82/292.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1168.82/292.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1168.82/292.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1169.22/292.74	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1169.22/292.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1169.22/292.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1169.22/292.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1195.19/299.21	c lits-rem:       536  cl-subs:    12364  v-elim:      0  v-fix:    0  time: 25.82 s
1195.19/299.21	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
1195.19/299.22	c vivif2 --  cl tried    80034 cl shrink        0 lits rem          0 time: 0.06
1195.59/299.33	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.42
1195.59/299.33	c calculated reachability. Time: 0.00
1195.59/299.33	c  N st    78   1710826       340      1465         2     80034      4443    956114   no data   no data  --
1566.27/392.16	c  N st    79   2079790       340      1465         2     91974      4443   1055451   no data   no data  --
1701.68/426.04	c  N st    80   2210832       340      1465         2     95245      4443   1116015   no data   no data  --
1701.68/426.04	c  S st    80   2210832       340      1465         2     95245      4443   1116015   no data   no data  --
1702.88/426.38	c  S st    80   2211339       340      1465         2     95750      4443   1126116   no data   no data  --
1702.88/426.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1702.88/426.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1703.28/426.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1703.28/426.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1703.28/426.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1703.28/426.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1703.28/426.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1730.05/433.11	c lits-rem:      1189  cl-subs:    13501  v-elim:      0  v-fix:    0  time: 26.57 s
1730.05/433.11	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
1730.05/433.13	c vivif2 --  cl tried    82249 cl shrink        0 lits rem          0 time: 0.05
1730.44/433.22	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.38
1730.44/433.22	c calculated reachability. Time: 0.00
1730.44/433.22	c  N st    80   2211339       340      1465         2     82249      4443    918854   no data   no data  --
2261.74/566.26	c  N st    81   2711340       340      1465         2    105921      4443   1206396   no data   no data  --
2261.74/566.26	c  S st    81   2711340       340      1465         2    105921      4443   1206396   no data   no data  --
2263.35/566.64	c  S st    81   2711844       340      1465         2    106424      4443   1215332   no data   no data  --
2263.35/566.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2263.35/566.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2263.73/566.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2263.73/566.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2263.73/566.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2263.73/566.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2263.73/566.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2293.71/574.28	c lits-rem:       565  cl-subs:    16430  v-elim:      0  v-fix:    0  time: 30.12 s
2293.71/574.28	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
2293.71/574.30	c vivif2 --  cl tried    89994 cl shrink        0 lits rem          0 time: 0.06
2294.49/574.44	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.55
2294.49/574.44	c calculated reachability. Time: 0.00
2294.49/574.44	c  N st    81   2711844       340      1465         2     89994      4443    980710   no data   no data  --
2907.27/727.90	c  N st    82   3211845       340      1465         3    141331      4443   1836631   no data   no data  --
2907.27/727.90	c  S st    82   3211845       340      1465         3    141331      4443   1836631   no data   no data  --
2908.47/728.14	c Finding binary XORs  T:     0.00 s  found:       0
2910.46/728.63	c  S st    82   3212356       339      1451        11    121758      4411   1505462   no data   no data  --
2910.46/728.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2910.46/728.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2910.86/728.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2910.86/728.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2930.44/733.67	c subs with bin:     7936  lits-rem:     18020  v-fix:    0  time: 19.66 s
2930.44/733.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
2930.86/733.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2972.38/744.13	c lits-rem:       848  cl-subs:    18969  v-elim:      0  v-fix:    0  time: 41.28 s
2972.38/744.13	c vivif2 --  cl tried     1450 cl shrink        0 lits rem          0 time: 0.00
2972.38/744.16	c vivif2 --  cl tried    94557 cl shrink     1618 lits rem       1631 time: 0.11
2972.78/744.28	c asymm  cl-useful: 0/1450/1450 lits-rem:0 time: 0.50
2972.78/744.28	c calculated reachability. Time: 0.00
2972.78/744.28	c  N st    82   3212356       339      1450        12     94557      4410   1055121   no data   no data  --
3122.18/781.63	c Finding binary XORs  T:     0.00 s  found:       0
3414.60/854.88	c Finding binary XORs  T:     0.00 s  found:       0
3458.14/865.70	c Following stats are for *FIRST FINISHED THREAD ONLY*
3458.14/865.70	c num threads              : 4          
3458.14/865.70	c restarts                 : 94         
3458.14/865.70	c dynamic restarts         : 0          
3458.14/865.70	c static restarts          : 94         
3458.14/865.70	c full restarts            : 5          
3458.14/865.70	c total simplify time      : 5.29       
3458.14/865.70	c learnts DL2              : 0          
3458.14/865.70	c learnts size 2           : 186        
3458.14/865.70	c learnts size 1           : 173         (49.43     % of vars)
3458.14/865.70	c filedLit time            : 0.88        (0.03      % time)
3458.14/865.70	c v-elim SatELite          : 10          (2.86      % vars)
3458.14/865.70	c SatELite time            : 102.39      (2.96      % time)
3458.14/865.70	c v-elim xor               : 0           (0.00      % vars)
3458.14/865.70	c xor elim time            : 0.12        (0.00      % time)
3458.14/865.70	c num binary xor trees     : 0          
3458.14/865.70	c binxor trees' crown      : 0           (nan       leafs/tree)
3458.14/865.70	c bin xor find time        : 0.00       
3458.14/865.70	c OTF clause improved      : 170274      (0.04      clauses/conflict)
3458.14/865.70	c OTF impr. size diff      : 179923      (1.06       lits/clause)
3458.14/865.70	c OTF cl watch-shrink      : 988793      (0.26      clauses/conflict)
3458.14/865.70	c OTF cl watch-sh-lit      : 1276511     (1.29       lits/clause)
3458.14/865.70	c tried to recurMin cls    : 533220      (14.05      % of conflicts)
3458.14/865.70	c updated cache            : 9716        (0.02       lits/tried recurMin)
3458.14/865.70	c unit cls received        : 4           (2.31      % of units)
3458.14/865.70	c unit cls sent            : 5           (2.89      % of units)
3458.14/865.70	c bin cls received         : 21         
3458.14/865.70	c bin cls sent             : 101        
3458.14/865.70	c clauses over max glue    : 0           (0.00      % of all clauses)
3458.14/865.70	c conflicts                : 3795817     (1098.20   / sec)
3458.14/865.70	c decisions                : 4375702     (0.58      % random)
3458.14/865.70	c bogo-props               : 113323964721 (32786699.11 / sec)
3458.14/865.70	c conflict literals        : 64649286    (31.09     % deleted)
3458.14/865.70	c Memory used              : 528.21      MB
3458.14/865.70	c single-thread CPU time   : 3456.40     s
3458.14/865.70	c all-threads sum CPU time : 3456.40     s
3458.14/865.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175478-1304125806/watcher-3175478-1304125806 -o /tmp/evaluation-result-3175478-1304125806/solver-3175478-1304125806 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175478-1304125806.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.73 5.65 6.99 5/176 29997
/proc/meminfo: memFree=30868784/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 524181590 52465664 352 33554432000 4194304 4650419 140734710648208 18446744073709551615 47026686801842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 12809 352 303 112 0 7774 0
[pid=29997/tid=29999] ppid=29993 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 524181591 52465664 352 33554432000 4194304 4650419 140734710648208 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 524181591 52465664 352 33554432000 4194304 4650419 140734710648208 18446744073709551615 270624908342 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 524181591 52465664 352 33554432000 4194304 4650419 140734710648208 18446744073709551615 47026686801842 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.109307 s]
/proc/loadavg: 3.73 5.65 6.99 5/176 29997
/proc/meminfo: memFree=30868784/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=282440 CPUtime=0.4 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 1591 0 0 0 40 0 0 0 18 0 4 0 524181590 289218560 1459 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 70610 1459 391 112 0 65575 0
[pid=29997/tid=29999] ppid=29993 vsize=282440 CPUtime=0.09 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 290 0 0 0 9 0 0 0 19 0 4 0 524181591 289218560 1459 33554432000 4194304 4650419 140734710648208 18446744073709551615 4331374 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=282440 CPUtime=0.1 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 329 0 0 0 10 0 0 0 18 0 4 0 524181591 289218560 1459 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=282440 CPUtime=0.1 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 240 0 0 0 10 0 0 0 18 0 4 0 524181591 289218560 1459 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282440

[startup+0.200292 s]
/proc/loadavg: 3.73 5.65 6.99 5/176 29997
/proc/meminfo: memFree=30868784/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=283228 CPUtime=0.77 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 2134 0 0 0 77 0 0 0 18 0 4 0 524181590 290025472 1566 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 70807 1566 393 112 0 65772 0
[pid=29997/tid=29999] ppid=29993 vsize=283228 CPUtime=0.19 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 425 0 0 0 19 0 0 0 19 0 4 0 524181591 290025472 1566 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=283228 CPUtime=0.19 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 465 0 0 0 19 0 0 0 18 0 4 0 524181591 290025472 1566 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=283228 CPUtime=0.19 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 379 0 0 0 19 0 0 0 18 0 4 0 524181591 290025472 1566 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283228

[startup+0.300274 s]
/proc/loadavg: 3.73 5.65 6.99 5/176 29997
/proc/meminfo: memFree=30868784/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=283408 CPUtime=1.17 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 2481 0 0 0 117 0 0 0 18 0 4 0 524181590 290209792 1913 33554432000 4194304 4650419 140734710648208 18446744073709551615 4330466 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 70852 1913 393 112 0 65817 0
[pid=29997/tid=29999] ppid=29993 vsize=283408 CPUtime=0.29 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 514 0 0 0 29 0 0 0 20 0 4 0 524181591 290209792 1913 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=283408 CPUtime=0.29 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 556 0 0 0 29 0 0 0 18 0 4 0 524181591 290209792 1913 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=283408 CPUtime=0.29 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 464 0 0 0 29 0 0 0 18 0 4 0 524181591 290209792 1913 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283408

[startup+0.700205 s]
/proc/loadavg: 3.73 5.65 6.99 5/176 29997
/proc/meminfo: memFree=30868784/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=284716 CPUtime=2.77 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 4339 0 0 0 277 0 0 0 18 0 4 0 524181590 291549184 2266 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 71179 2266 393 112 0 66144 0
[pid=29997/tid=29999] ppid=29993 vsize=284716 CPUtime=0.69 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 980 0 0 0 69 0 0 0 21 0 4 0 524181591 291549184 2267 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=284716 CPUtime=0.69 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 1041 0 0 0 69 0 0 0 18 0 4 0 524181591 291549184 2267 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=284716 CPUtime=0.69 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 911 0 0 0 69 0 0 0 18 0 4 0 524181591 291549184 2267 33554432000 4194304 4650419 140734710648208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284716

[startup+1.50106 s]
/proc/loadavg: 4.23 5.72 7.01 9/184 30005
/proc/meminfo: memFree=30846292/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=276944 CPUtime=5.96 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 7561 0 0 0 596 0 0 0 19 0 4 0 524181590 283590656 3836 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 69236 3836 395 112 0 64201 0
[pid=29997/tid=29999] ppid=29993 vsize=276944 CPUtime=1.48 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 1665 0 0 0 148 0 0 0 23 0 4 0 524181591 283590656 3836 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=276944 CPUtime=1.48 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 1684 0 0 0 148 0 0 0 20 0 4 0 524181591 283590656 3836 33554432000 4194304 4650419 140734710648208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=276944 CPUtime=1.49 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 1370 0 0 0 149 0 0 0 20 0 4 0 524181591 283590656 3836 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 276944

[startup+3.10078 s]
/proc/loadavg: 4.23 5.72 7.01 9/184 30005
/proc/meminfo: memFree=30819136/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=283380 CPUtime=12.36 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 14274 0 0 0 1235 1 0 0 25 0 4 0 524181590 290181120 7688 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364746 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 70845 7688 395 112 0 65810 0
[pid=29997/tid=29999] ppid=29993 vsize=283380 CPUtime=3.07 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 3383 0 0 0 307 0 0 0 25 0 4 0 524181591 290181120 7688 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=283380 CPUtime=3.08 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 3686 0 0 0 308 0 0 0 25 0 4 0 524181591 290181120 7688 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=283380 CPUtime=3.08 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 3216 0 0 0 308 0 0 0 25 0 4 0 524181591 290181120 7688 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 283380

[startup+6.30022 s]
/proc/loadavg: 4.23 5.72 7.01 9/184 30005
/proc/meminfo: memFree=30763888/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=287864 CPUtime=25.14 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 21328 0 0 0 2511 3 0 0 25 0 4 0 524181590 294772736 10604 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 71966 10604 395 112 0 66931 0
[pid=29997/tid=29999] ppid=29993 vsize=287864 CPUtime=6.25 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 5533 0 0 0 625 0 0 0 25 0 4 0 524181591 294772736 10604 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=287864 CPUtime=6.28 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 5851 0 0 0 628 0 0 0 25 0 4 0 524181591 294772736 10604 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366956 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=287864 CPUtime=6.28 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 4211 0 0 0 628 0 0 0 25 0 4 0 524181591 294772736 10604 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287864

[startup+12.7011 s]
/proc/loadavg: 4.81 5.79 7.02 9/184 30005
/proc/meminfo: memFree=30712080/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=288972 CPUtime=50.71 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 32855 0 0 0 5066 5 0 0 25 0 4 0 524181590 295907328 14295 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 72243 14295 395 112 0 67208 0
[pid=29997/tid=29999] ppid=29993 vsize=288972 CPUtime=12.63 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 8829 0 0 0 1262 1 0 0 25 0 4 0 524181591 295907328 14295 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=288972 CPUtime=12.68 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 8452 0 0 0 1267 1 0 0 25 0 4 0 524181591 295907328 14295 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=288972 CPUtime=12.68 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 6175 0 0 0 1267 1 0 0 25 0 4 0 524181591 295907328 14295 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 288972

[startup+25.5008 s]
/proc/loadavg: 5.30 5.87 7.03 9/184 30005
/proc/meminfo: memFree=30673604/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=293868 CPUtime=101.83 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 49716 0 0 0 10173 10 0 0 25 0 4 0 524181590 300920832 18102 33554432000 4194304 4650419 140734710648208 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 73467 18102 395 112 0 68432 0
[pid=29997/tid=29999] ppid=29993 vsize=293868 CPUtime=25.35 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 13914 0 0 0 2533 2 0 0 25 0 4 0 524181591 300920832 18102 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=293868 CPUtime=25.48 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 12884 0 0 0 2546 2 0 0 25 0 4 0 524181591 300920832 18102 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=293868 CPUtime=25.49 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 8748 0 0 0 2547 2 0 0 25 0 4 0 524181591 300920832 18102 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 293868

[startup+51.1003 s]
/proc/loadavg: 6.36 6.07 7.06 9/184 30006
/proc/meminfo: memFree=30623780/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=300388 CPUtime=204.09 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 76416 0 0 0 20391 18 0 0 25 0 4 0 524181590 307597312 25110 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 75097 25110 395 112 0 70062 0
[pid=29997/tid=29999] ppid=29993 vsize=300388 CPUtime=50.82 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 21617 0 0 0 5077 5 0 0 25 0 4 0 524181591 307597312 25110 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=300388 CPUtime=51.08 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 20261 0 0 0 5104 4 0 0 25 0 4 0 524181591 307597312 25110 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=300388 CPUtime=51.09 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 13029 0 0 0 5105 4 0 0 25 0 4 0 524181591 307597312 25110 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 300388

[startup+102.301 s]
/proc/loadavg: 7.29 6.36 7.10 9/184 30007
/proc/meminfo: memFree=30556156/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=313076 CPUtime=408.64 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 117329 0 0 0 40831 33 0 0 25 0 4 0 524181590 320589824 32013 33554432000 4194304 4650419 140734710648208 18446744073709551615 4520352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 78269 32013 395 112 0 73234 0
[pid=29997/tid=29999] ppid=29993 vsize=313076 CPUtime=101.74 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 33899 0 0 0 10165 9 0 0 25 0 4 0 524181591 320589824 32013 33554432000 4194304 4650419 140734710648208 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=313076 CPUtime=102.28 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 29297 0 0 0 10221 7 0 0 25 0 4 0 524181591 320589824 32013 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=313076 CPUtime=102.29 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 18880 0 0 0 10223 6 0 0 25 0 4 0 524181591 320589824 32013 33554432000 4194304 4650419 140734710648208 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 313076

[startup+162.301 s]

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

/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 56278 0 0 0 64205 25 0 0 25 0 4 0 524181591 499408896 65241 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 487704

[startup+702.301 s]
/proc/loadavg: 8.16 7.92 7.59 9/184 30023
/proc/meminfo: memFree=30207564/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=488040 CPUtime=2805.41 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 383837 0 0 0 280390 151 0 0 25 0 4 0 524181590 499752960 70574 33554432000 4194304 4650419 140734710648208 18446744073709551615 4328275 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 122010 70574 395 112 0 116975 0
[pid=29997/tid=29999] ppid=29993 vsize=488040 CPUtime=698.48 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 108626 0 0 0 69809 39 0 0 25 0 4 0 524181591 499752960 70574 33554432000 4194304 4650419 140734710648208 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=488040 CPUtime=702.29 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 95806 0 0 0 70190 39 0 0 25 0 4 0 524181591 499752960 70574 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=488040 CPUtime=702.3 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 59866 0 0 0 70203 27 0 0 25 0 4 0 524181591 499752960 70574 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 488040

[startup+762.3 s]
/proc/loadavg: 8.15 7.96 7.62 9/184 30025
/proc/meminfo: memFree=30202928/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=528356 CPUtime=3045.1 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 405182 0 0 0 304351 159 0 0 25 0 4 0 524181590 541036544 71136 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 132089 71136 395 112 0 127054 0
[pid=29997/tid=29999] ppid=29993 vsize=528356 CPUtime=758.15 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 116272 0 0 0 75773 42 0 0 25 0 4 0 524181591 541036544 71136 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=528356 CPUtime=762.3 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 99362 0 0 0 76190 40 0 0 25 0 4 0 524181591 541036544 71136 33554432000 4194304 4650419 140734710648208 18446744073709551615 4331351 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=528356 CPUtime=762.31 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 61984 0 0 0 76203 28 0 0 25 0 4 0 524181591 541036544 71136 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 528356

[startup+822.301 s]
/proc/loadavg: 8.13 7.99 7.66 9/184 30026
/proc/meminfo: memFree=30189000/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540780 CPUtime=3284.76 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 420183 0 0 0 328309 167 0 0 25 0 4 0 524181590 553758720 72301 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135195 72301 395 112 0 130160 0
[pid=29997/tid=29999] ppid=29993 vsize=540780 CPUtime=817.82 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 122297 0 0 0 81737 45 0 0 25 0 4 0 524181591 553758720 72301 33554432000 4194304 4650419 140734710648208 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540780 CPUtime=822.29 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 102621 0 0 0 82187 42 0 0 25 0 4 0 524181591 553758720 72301 33554432000 4194304 4650419 140734710648208 18446744073709551615 4313711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540780 CPUtime=822.3 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 64459 0 0 0 82201 29 0 0 25 0 4 0 524181591 553758720 72301 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 540780

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

[startup+844.801 s]
/proc/loadavg: 8.24 8.03 7.67 9/184 30027
/proc/meminfo: memFree=30156620/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=553340 CPUtime=3374.66 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 428869 0 0 0 337294 172 0 0 25 0 4 0 524181590 566620160 78228 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 138335 78228 395 112 0 133300 0
[pid=29997/tid=29999] ppid=29993 vsize=553340 CPUtime=840.2 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 124815 0 0 0 83974 46 0 0 25 0 4 0 524181591 566620160 78228 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=553340 CPUtime=844.8 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 104792 0 0 0 84436 44 0 0 25 0 4 0 524181591 566620160 78228 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=553340 CPUtime=844.81 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 66180 0 0 0 84450 31 0 0 25 0 4 0 524181591 566620160 78228 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3374.66
Current children cumulated vsize (KiB) 553340

[startup+857.601 s]
/proc/loadavg: 8.19 8.02 7.68 9/184 30027
/proc/meminfo: memFree=30140248/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3425.77 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 433793 0 0 0 342403 174 0 0 25 0 4 0 524181590 553865216 78158 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 78158 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=852.93 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 126760 0 0 0 85246 47 0 0 25 0 4 0 524181591 553865216 78158 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=857.6 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 104882 0 0 0 85716 44 0 0 25 0 4 0 524181591 553865216 78158 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=857.6 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67475 0 0 0 85729 31 0 0 25 0 4 0 524181591 553865216 78158 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3425.77
Current children cumulated vsize (KiB) 540884

[startup+860.801 s]
/proc/loadavg: 8.19 8.02 7.68 9/184 30027
/proc/meminfo: memFree=30134916/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3438.55 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 434316 0 0 0 343681 174 0 0 25 0 4 0 524181590 553865216 78681 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 78681 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=856.12 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 126950 0 0 0 85564 48 0 0 25 0 4 0 524181591 553865216 78681 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=860.8 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 104882 0 0 0 86036 44 0 0 25 0 4 0 524181591 553865216 78681 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=860.8 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67624 0 0 0 86049 31 0 0 25 0 4 0 524181591 553865216 78681 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3438.55
Current children cumulated vsize (KiB) 540884

[startup+864 s]
/proc/loadavg: 8.17 8.02 7.68 9/184 30028
/proc/meminfo: memFree=30130064/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3451.33 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 434917 0 0 0 344959 174 0 0 25 0 4 0 524181590 553865216 79282 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 79282 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=859.3 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 127222 0 0 0 85882 48 0 0 25 0 4 0 524181591 553865216 79282 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=864 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 104882 0 0 0 86356 44 0 0 25 0 4 0 524181591 553865216 79282 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=864 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67762 0 0 0 86369 31 0 0 25 0 4 0 524181591 553865216 79282 33554432000 4194304 4650419 140734710648208 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3451.33
Current children cumulated vsize (KiB) 540884

[startup+864.8 s]
/proc/loadavg: 8.17 8.02 7.68 9/184 30028
/proc/meminfo: memFree=30128080/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3454.53 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 435256 0 0 0 345278 175 0 0 25 0 4 0 524181590 553865216 79621 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 79621 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=860.09 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 127265 0 0 0 85961 48 0 0 25 0 4 0 524181591 553865216 79621 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=864.8 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 105104 0 0 0 86436 44 0 0 25 0 4 0 524181591 553865216 79621 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=864.8 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67792 0 0 0 86449 31 0 0 25 0 4 0 524181591 553865216 79621 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3454.53
Current children cumulated vsize (KiB) 540884

[startup+865.2 s]
/proc/loadavg: 8.17 8.02 7.68 9/184 30028
/proc/meminfo: memFree=30128080/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3456.13 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 435311 0 0 0 345438 175 0 0 25 0 4 0 524181590 553865216 79676 33554432000 4194304 4650419 140734710648208 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 79676 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=860.49 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 127285 0 0 0 86001 48 0 0 25 0 4 0 524181591 553865216 79676 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=865.2 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 105104 0 0 0 86476 44 0 0 25 0 4 0 524181591 553865216 79676 33554432000 4194304 4650419 140734710648208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=865.2 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67809 0 0 0 86489 31 0 0 25 0 4 0 524181591 553865216 79676 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3456.13
Current children cumulated vsize (KiB) 540884

[startup+865.601 s]
/proc/loadavg: 8.17 8.02 7.68 9/184 30028
/proc/meminfo: memFree=30128080/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3457.73 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 435371 0 0 0 345598 175 0 0 25 0 4 0 524181590 553865216 79736 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 79736 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=860.89 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 127306 0 0 0 86041 48 0 0 25 0 4 0 524181591 553865216 79736 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=865.6 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 105104 0 0 0 86516 44 0 0 25 0 4 0 524181591 553865216 79736 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=865.6 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67827 0 0 0 86529 31 0 0 25 0 4 0 524181591 553865216 79736 33554432000 4194304 4650419 140734710648208 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3457.73
Current children cumulated vsize (KiB) 540884

[startup+865.7 s]
/proc/loadavg: 8.16 8.02 7.68 10/184 30028
/proc/meminfo: memFree=30126964/32951124 swapFree=67111524/67111528
[pid=29997] ppid=29993 vsize=540884 CPUtime=3458.14 cores=1,3,5,7
/proc/29997/stat : 29997 (strangenight1-m) R 29993 29997 29326 0 -1 4202496 435387 0 0 0 345639 175 0 0 25 0 4 0 524181590 553865216 79752 33554432000 4194304 4650419 140734710648208 18446744073709551615 47026686801433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29997/statm: 135221 79752 395 112 0 130186 0
[pid=29997/tid=29999] ppid=29993 vsize=540884 CPUtime=860.99 cores=1,3,5,7
/proc/29997/task/29999/stat : 29999 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 127311 0 0 0 86051 48 0 0 25 0 4 0 524181591 553865216 79752 33554432000 4194304 4650419 140734710648208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29997/tid=30001] ppid=29993 vsize=540884 CPUtime=865.7 cores=1,3,5,7
/proc/29997/task/30001/stat : 30001 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 105104 0 0 0 86526 44 0 0 25 0 4 0 524181591 553865216 79752 33554432000 4194304 4650419 140734710648208 18446744073709551615 47026686777028 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29997/tid=30003] ppid=29993 vsize=540884 CPUtime=865.71 cores=1,3,5,7
/proc/29997/task/30003/stat : 30003 (strangenight1-m) R 29993 29997 29326 0 -1 4202560 67832 0 0 0 86540 31 0 0 25 0 4 0 524181591 553865216 79752 33554432000 4194304 4650419 140734710648208 18446744073709551615 47026686801427 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3458.14
Current children cumulated vsize (KiB) 540884

Child status: 20
Real time (s): 865.724
CPU time (s): 3458.17
CPU user time (s): 3456.4
CPU system time (s): 1.76973
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 553356

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

runsolver used 1.39679 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 03:10:06
IDJOB=3175478
IDBENCH=83096
IDSOLVER=1588
FILE ID=node108/3175478-1304125806
RUNJOBID= node108-1304125806-29979
PBS_JOBID= 13170727
Free space on /tmp= 72120 MiB

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

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=1440077827

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30869096 kB
Buffers:        551848 kB
Cached:        1074068 kB
SwapCached:          4 kB
Active:         124424 kB
Inactive:      1564720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30869096 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12584 kB
Writeback:           0 kB
AnonPages:       62868 kB
Mapped:          14496 kB
Slab:           327880 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186104 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= 72108 MiB
End job on node108 at 2011-04-30 03:24:32